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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
555_busybox_and_busybox_strip.c | zbc_posix_error_fmt | FUN_00112829 |
BcStatus zbc_posix_error_fmt(char *fmt,...)
{
long lVar1;
char in_AL;
BcStatus BVar2;
undefined8 in_RCX;
undefined8 in_RDX;
undefined8 in_RSI;
undefined8 in_R8;
undefined8 in_R9;
long in_FS_OFFSET;
undefined8 in_XMM0_Qa;
undefined8 in_XMM1_Qa;
undefined8 in_XMM2_Qa;
undefined8 in_XMM3_Qa;
undefined8 in_XMM4_Qa;
undefined8 in_XMM5_Qa;
undefined8 in_XMM6_Qa;
undefined8 in_XMM7_Qa;
va_list p;
undefined1 local_b8 [8];
undefined8 local_b0;
undefined8 local_a8;
undefined8 local_a0;
undefined8 local_98;
undefined8 local_90;
undefined8 local_88;
undefined8 local_78;
undefined8 local_68;
undefined8 local_58;
undefined8 local_48;
undefined8 local_38;
undefined8 local_28;
undefined8 local_18;
if (in_AL != '\0') {
local_88 = in_XMM0_Qa;
local_78 = in_XMM1_Qa;
local_68 = in_XMM2_Qa;
local_58 = in_XMM3_Qa;
local_48 = in_XMM4_Qa;
local_38 = in_XMM5_Qa;
local_28 = in_XMM6_Qa;
local_18 = in_XMM7_Qa;
}
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
local_b0 = in_RSI;
local_a8 = in_RDX;
local_a0 = in_RCX;
local_98 = in_R8;
local_90 = in_R9;
if (((byte)option_mask32 & 5) != 0) {
p[0].overflow_arg_area = &stack0x00000008;
p[0].gp_offset = 8;
p[0].reg_save_area = local_b8;
p[0].fp_offset = 0x30;
bc_verror_msg(fmt,p);
if (((byte)option_mask32 & 4) != 0) {
if (ptr_to_globals->line_buf[0x7c] == '\0') {
/* WARNING: Subroutine does not return */
exit(1);
}
BVar2 = BC_STATUS_FAILURE;
goto LAB_001128f2;
}
}
BVar2 = BC_STATUS_SUCCESS;
LAB_001128f2:
if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {
return BVar2;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}
|
undefined8
FUN_00112829(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,
undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,
undefined8 param_13,undefined8 param_14)
{
char in_AL;
undefined8 uVar1;
long in_FS_OFFSET;
undefined4 local_d8;
undefined4 local_d4;
undefined1 *local_d0;
undefined1 *local_c8;
long local_c0;
undefined1 local_b8 [8];
undefined8 local_b0;
undefined8 local_a8;
undefined8 local_a0;
undefined8 local_98;
undefined8 local_90;
undefined8 local_88;
undefined8 local_78;
undefined8 local_68;
undefined8 local_58;
undefined8 local_48;
undefined8 local_38;
undefined8 local_28;
undefined8 local_18;
if (in_AL != '\0') {
local_88 = param_1;
local_78 = param_2;
local_68 = param_3;
local_58 = param_4;
local_48 = param_5;
local_38 = param_6;
local_28 = param_7;
local_18 = param_8;
}
local_c0 = *(long *)(in_FS_OFFSET + 0x28);
local_b0 = param_10;
local_a8 = param_11;
local_a0 = param_12;
local_98 = param_13;
local_90 = param_14;
if (((byte)DAT_001caa08 & 5) != 0) {
local_d0 = &stack0x00000008;
local_d8 = 8;
local_c8 = local_b8;
local_d4 = 0x30;
FUN_001127b1(param_9,&local_d8);
if (((byte)DAT_001caa08 & 4) != 0) {
if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {
/* WARNING: Subroutine does not return */
exit(1);
}
uVar1 = 1;
goto LAB_001128f2;
}
}
uVar1 = 0;
LAB_001128f2:
if (local_c0 == *(long *)(in_FS_OFFSET + 0x28)) {
return uVar1;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}
| SUB RSP,0xd8
MOV qword ptr [RSP + 0x28],RSI
MOV qword ptr [RSP + 0x30],RDX
MOV qword ptr [RSP + 0x38],RCX
MOV qword ptr [RSP + 0x40],R8
MOV qword ptr [RSP + 0x48],R9
TEST AL,AL
JNZ 0x0011286d
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RSP + 0x18],RAX
XOR EAX,EAX
TEST byte ptr [0x001caa08],0x5
JNZ 0x001128a6
XOR EAX,EAX
JMP 0x001128f2
MOVAPS xmmword ptr [RSP + 0x50],XMM0
MOVAPS xmmword ptr [RSP + 0x60],XMM1
MOVAPS xmmword ptr [RSP + 0x70],XMM2
MOVAPS xmmword ptr [RSP + 0x80],XMM3
MOVAPS xmmword ptr [RSP + 0x90],XMM4
MOVAPS xmmword ptr [RSP + 0xa0],XMM5
MOVAPS xmmword ptr [RSP + 0xb0],XMM6
MOVAPS xmmword ptr [RSP + 0xc0],XMM7
JMP 0x0011284d
LEA RAX,[RSP + 0xe0]
MOV RSI,RSP
MOV dword ptr [RSP],0x8
MOV qword ptr [RSP + 0x8],RAX
LEA RAX,[RSP + 0x20]
MOV dword ptr [RSP + 0x4],0x30
MOV qword ptr [RSP + 0x10],RAX
CALL 0x001127b1
TEST byte ptr [0x001caa08],0x4
JZ 0x00112866
MOV RAX,qword ptr [0x001ca5c8]
CMP byte ptr [RAX + 0x118],0x0
JZ 0x0011290a
MOV EAX,0x1
MOV RDX,qword ptr [RSP + 0x18]
XOR RDX,qword ptr FS:[0x28]
JNZ 0x00112914
ADD RSP,0xd8
RET
MOV EDI,0x1
CALL 0x0010c350
CALL 0x0010b500 | null | null | null | null | [(u'INDIRECT_-1207030979', u'MULTIEQUAL_-1207030941'), ('tmp_1035', u'COPY_-1207031114'), (u'MULTIEQUAL_-1207031164', u'MULTIEQUAL_-1207031023'), (u'INDIRECT_-1207031091', u'MULTIEQUAL_-1207031053'), (u'MULTIEQUAL_-1207031070', u'MULTIEQUAL_-1207030929'), ('const-124', u'PTRADD_-1207030924'), (u'CALL_-1207031470', u'INDIRECT_-1207031039'), ('tmp_1768', u'MULTIEQUAL_-1207031141'), ('const-0', u'RETURN_-1207031433'), (u'INDIRECT_-1207031076', u'MULTIEQUAL_-1207031038'), (u'INDIRECT_-1207031122', u'MULTIEQUAL_-1207031081'), (u'MULTIEQUAL_-1207031093', u'MULTIEQUAL_-1207031070'), (u'INT_NOTEQUAL_-1207031695', u'CBRANCH_-1207031694'), ('const-0', u'INT_EQUAL_-1207031426'), (u'MULTIEQUAL_-1207031214', u'MULTIEQUAL_-1207031073'), ('tmp_92', u'CBRANCH_-1207031694'), (u'CALL_-1207031422', u'INDIRECT_-1207031005'), (u'MULTIEQUAL_-1207031105', u'MULTIEQUAL_-1207031082'), ('const-1', u'RETURN_-1207031417'), (u'MULTIEQUAL_-1207031129', u'MULTIEQUAL_-1207031106'), (u'CALL_-1207031377', u'INDIRECT_-1207030950'), (u'INDIRECT_-1207031051', u'MULTIEQUAL_-1207031154'), (u'CALL_-1207031470', u'INDIRECT_-1207031003'), (u'MULTIEQUAL_-1207031165', u'MULTIEQUAL_-1207031142'), (u'INT_AND_-1207031635', u'INT_NOTEQUAL_-1207031648'), (u'INDIRECT_-1207031039', u'MULTIEQUAL_-1207031001'), ('tmp_1039', u'COPY_-1207031106'), (u'INDIRECT_-1207031114', u'MULTIEQUAL_-1207031214'), (u'INDIRECT_-1207031086', u'MULTIEQUAL_-1207031189'), ('tmp_1034', u'PTRSUB_-1207030964'), ('tmp_1764', u'MULTIEQUAL_-1207031117'), ('const-40', u'INT_ADD_-1207031677'), (u'INDIRECT_-1207031071', u'MULTIEQUAL_-1207031033'), (u'MULTIEQUAL_-1207031222', u'MULTIEQUAL_-1207031081'), (u'PTRSUB_-1207030924', u'PTRADD_-1207030924'), ('tmp_1772', u'MULTIEQUAL_-1207031165'), ('tmp_1774', u'MULTIEQUAL_-1207031177'), (u'CALL_-1207031377', u'INDIRECT_-1207030991'), (u'INDIRECT_-1207030991', u'MULTIEQUAL_-1207031094'), ('const-0', u'COPY_-1207031319'), (u'COPY_-1207031106', u'MULTIEQUAL_-1207031159'), (u'COPY_-1207031035', u'MULTIEQUAL_-1207031105'), ('tmp_1157', u'COPY_-1207031040'), (u'CALL_-1207031470', u'INDIRECT_-1207031066'), (u'MULTIEQUAL_-1207031159', u'MULTIEQUAL_-1207031018'), (u'MULTIEQUAL_-1207031354', u'MULTIEQUAL_-1207031213'), (u'CALL_-1207031377', u'INDIRECT_-1207030962'), (u'INT_ADD_-1207031677', u'CAST_-1207031057'), (u'LOAD_-1207031441', u'INT_EQUAL_-1207031426'), ('tmp_231', u'CBRANCH_-1207031459'), (u'CALL_-1207031470', u'INDIRECT_-1207031086'), ('const-8', u'PTRSUB_-1207030988'), ('tmp_1762', u'MULTIEQUAL_-1207031105'), (u'MULTIEQUAL_-1207031094', u'MULTIEQUAL_-1207030953'), ('const-433', u'LOAD_-1207031441'), (u'CALL_-1207031422', u'INDIRECT_-1207030990'), ('tmp_481', u'CALL_-1207031470'), (u'INT_NOTEQUAL_-1207031648', u'CBRANCH_-1207031642'), (u'INDIRECT_-1207030991', u'MULTIEQUAL_-1207030953'), (u'MULTIEQUAL_-1207031179', u'MULTIEQUAL_-1207031038'), (u'INDIRECT_-1207031027', u'MULTIEQUAL_-1207030989'), (u'MULTIEQUAL_-1207031154', u'MULTIEQUAL_-1207031013'), (u'CALL_-1207031422', u'INDIRECT_-1207031025'), (u'CALL_-1207031470', u'INDIRECT_-1207031027'), ('tmp_190', u'BRANCH_-1207031628'), (u'INDIRECT_-1207030967', u'MULTIEQUAL_-1207030929'), (u'MULTIEQUAL_-1207031177', u'MULTIEQUAL_-1207031154'), (u'INDIRECT_-1207031096', u'MULTIEQUAL_-1207031199'), (u'CALL_-1207031470', u'INDIRECT_-1207031122'), (u'MULTIEQUAL_-1207031194', u'MULTIEQUAL_-1207031053'), (u'CALL_-1207031377', u'INDIRECT_-1207030914'), (u'MULTIEQUAL_-1207031130', u'MULTIEQUAL_-1207030989'), (u'INDIRECT_-1207031066', u'MULTIEQUAL_-1207031169'), ('const-0', u'INT_NOTEQUAL_-1207031695'), (u'COPY_-1207031037', u'MULTIEQUAL_-1207031129'), (u'CALL_-1207031422', u'INDIRECT_-1207031020'), (u'COPY_-1207031114', u'MULTIEQUAL_-1207031179'), (u'PTRADD_-1207030924', u'LOAD_-1207031441'), ('const-1', u'PTRADD_-1207030924'), (u'MULTIEQUAL_-1207031117', u'MULTIEQUAL_-1207031094'), ('tmp_1779', u'MULTIEQUAL_-1207031204'), (u'MULTIEQUAL_-1207031153', u'MULTIEQUAL_-1207031130'), (u'COPY_-1207031041', u'MULTIEQUAL_-1207031177'), ('tmp_1777', u'MULTIEQUAL_-1207031194'), (u'CALL_-1207031377', u'INDIRECT_-1207031011'), ('tmp_387', u'CBRANCH_-1207031420'), (u'COPY_-1207031038', u'MULTIEQUAL_-1207031141'), (u'CALL_-1207031470', u'INDIRECT_-1207031114'), (u'INDIRECT_-1207031003', u'MULTIEQUAL_-1207030965'), ('tmp_1034', u'PTRSUB_-1207031114'), (u'CALL_-1207031422', u'INDIRECT_-1207030956'), (u'CALL_-1207031422', u'INDIRECT_-1207031043'), (u'COPY_-1207031040', u'MULTIEQUAL_-1207031165'), (u'CALL_-1207031422', u'INDIRECT_-1207030985'), (u'INDIRECT_-1207030967', u'MULTIEQUAL_-1207031070'), (u'MULTIEQUAL_-1207031174', u'MULTIEQUAL_-1207031033'), (u'INDIRECT_-1207031039', u'MULTIEQUAL_-1207031142'), (u'INDIRECT_-1207031057', u'COPY_-1207031113'), ('tmp_1038', u'COPY_-1207031108'), (u'INDIRECT_-1207031061', u'MULTIEQUAL_-1207031164'), ('tmp_1775', u'MULTIEQUAL_-1207031214'), ('const--216', u'PTRSUB_-1207031114'), ('tmp_1760', u'MULTIEQUAL_-1207031093'), (u'CALL_-1207031470', u'INDIRECT_-1207031061'), (u'CALL_-1207031377', u'INDIRECT_-1207031049'), (u'COPY_-1207031108', u'MULTIEQUAL_-1207031164'), (u'LOAD_-1207031693', u'INT_EQUAL_-1207031468'), (u'INDIRECT_-1207031096', u'MULTIEQUAL_-1207031058'), ('tmp_1036', u'COPY_-1207031112'), ('const-48', u'COPY_-1207031495'), (u'INT_NOTEQUAL_-1207031455', u'CBRANCH_-1207031450'), ('const-40', u'INT_ADD_-1207031466'), (u'COPY_-1207031319', u'MULTIEQUAL_-1207031118'), (u'INT_ADD_-1207031466', u'CAST_-1207030886'), (u'INDIRECT_-1207031114', u'MULTIEQUAL_-1207031073'), (u'INDIRECT_-1207031015', u'MULTIEQUAL_-1207030977'), ('const-1', u'CALL_-1207031377'), (u'MULTIEQUAL_-1207031199', u'MULTIEQUAL_-1207031058'), (u'CALL_-1207031470', u'INDIRECT_-1207031015'), (u'CALL_-1207031422', u'INDIRECT_-1207030920'), (u'CALL_-1207031470', u'INDIRECT_-1207031051'), (u'INDIRECT_-1207031056', u'MULTIEQUAL_-1207031159'), (u'CALL_-1207031422', u'INDIRECT_-1207030968'), ('tmp_1163', u'COPY_-1207031039'), (u'MULTIEQUAL_-1207031169', u'MULTIEQUAL_-1207031028'), (u'CAST_-1207031057', u'LOAD_-1207031693'), ('tmp_1781', u'MULTIEQUAL_-1207031222'), (u'CALL_-1207031377', u'INDIRECT_-1207031031'), (u'INDIRECT_-1207031003', u'MULTIEQUAL_-1207031106'), ('tmp_1037', u'COPY_-1207031110'), (u'CALL_-1207031470', u'INDIRECT_-1207031071'), ('const-0', u'INT_NOTEQUAL_-1207031648'), (u'CALL_-1207031422', u'INDIRECT_-1207031051'), (u'MULTIEQUAL_-1207031073', u'COPY_-1207031113'), (u'CALL_-1207031422', u'INDIRECT_-1207030908'), (u'INDIRECT_-1207030979', u'MULTIEQUAL_-1207031082'), ('tmp_467', u'BRANCH_-1207031460'), ('tmp_1181', u'COPY_-1207031036'), (u'CALL_-1207031377', u'INDIRECT_-1207031001'), (u'CALL_-1207031422', u'INDIRECT_-1207031030'), ('const-4', u'INT_AND_-1207031442'), (u'CALL_-1207031470', u'INDIRECT_-1207031096'), (u'MULTIEQUAL_-1207031081', u'COPY_-1207031121'), (u'MULTIEQUAL_-1207031189', u'MULTIEQUAL_-1207031048'), (u'INDIRECT_-1207031049', u'COPY_-1207031105'), ('const-156', u'PTRSUB_-1207030924'), (u'CALL_-1207031470', u'INDIRECT_-1207031251'), (u'CALL_-1207031422', u'INDIRECT_-1207030980'), ('tmp_1770', u'MULTIEQUAL_-1207031153'), (u'CALL_-1207031377', u'INDIRECT_-1207030902'), (u'INDIRECT_-1207031056', u'MULTIEQUAL_-1207031018'), (u'MULTIEQUAL_-1207031204', u'MULTIEQUAL_-1207031063'), ('tmp_1169', u'COPY_-1207031038'), (u'CALL_-1207031422', u'INDIRECT_-1207030932'), ('tmp_1078', u'INT_NOTEQUAL_-1207031695'), (u'CALL_-1207031470', u'INDIRECT_-1207031076'), (u'MULTIEQUAL_-1207031142', u'MULTIEQUAL_-1207031001'), (u'INDIRECT_-1207031027', u'MULTIEQUAL_-1207031130'), (u'CALL_-1207031470', u'INDIRECT_-1207030979'), ('tmp_162', u'CBRANCH_-1207031642'), ('const-433', u'LOAD_-1207031480'), (u'CALL_-1207031422', u'INDIRECT_-1207031000'), (u'CALL_-1207031422', u'INDIRECT_-1207030995'), (u'CALL_-1207031377', u'INDIRECT_-1207030938'), (u'INDIRECT_-1207031101', u'MULTIEQUAL_-1207031204'), (u'INT_EQUAL_-1207031468', u'CBRANCH_-1207031459'), (u'INDIRECT_-1207031066', u'MULTIEQUAL_-1207031028'), (u'COPY_-1207031036', u'MULTIEQUAL_-1207031117'), (u'INDIRECT_-1207031114', u'INT_AND_-1207031442'), (u'INDIRECT_-1207031251', u'MULTIEQUAL_-1207031213'), (u'INDIRECT_-1207031071', u'MULTIEQUAL_-1207031174'), (u'INDIRECT_-1207031101', u'MULTIEQUAL_-1207031063'), (u'INDIRECT_-1207031043', u'COPY_-1207031101'), ('const-0', u'INT_NOTEQUAL_-1207031455'), (u'INDIRECT_-1207031086', u'MULTIEQUAL_-1207031048'), ('const-1', u'RETURN_-1207031372'), (u'CALL_-1207031377', u'INDIRECT_-1207031026'), (u'LOAD_-1207031480', u'INT_EQUAL_-1207031468'), ('tmp_1766', u'MULTIEQUAL_-1207031129'), (u'CALL_-1207031470', u'INDIRECT_-1207031056'), ('tmp_1776', u'MULTIEQUAL_-1207031189'), (u'MULTIEQUAL_-1207031082', u'MULTIEQUAL_-1207030941'), (u'CALL_-1207031422', u'INDIRECT_-1207030944'), ('const--184', u'PTRSUB_-1207030964'), (u'CALL_-1207031377', u'INDIRECT_-1207031057'), (u'INDIRECT_-1207031061', u'MULTIEQUAL_-1207031023'), (u'MULTIEQUAL_-1207031141', u'MULTIEQUAL_-1207031118'), ('tmp_1187', u'COPY_-1207031035'), (u'CALL_-1207031377', u'INDIRECT_-1207031006'), ('const-8', u'COPY_-1207031520'), (u'INDIRECT_-1207031122', u'MULTIEQUAL_-1207031222'), ('const-433', u'LOAD_-1207031693'), (u'CALL_-1207031377', u'INDIRECT_-1207030974'), (u'CALL_-1207031470', u'INDIRECT_-1207030967'), (u'COPY_-1207031296', u'RETURN_-1207031433'), ('tmp_1051', u'INT_ADD_-1207031677'), (u'CALL_-1207031377', u'INDIRECT_-1207030996'), (u'CALL_-1207031470', u'INDIRECT_-1207031101'), ('const-1', u'COPY_-1207031183'), (u'PTRSUB_-1207031114', u'CALL_-1207031470'), (u'CALL_-1207031377', u'INDIRECT_-1207031036'), (u'MULTIEQUAL_-1207031106', u'MULTIEQUAL_-1207030965'), ('tmp_1778', u'MULTIEQUAL_-1207031199'), (u'INDIRECT_-1207031051', u'MULTIEQUAL_-1207031013'), (u'INDIRECT_-1207031015', u'MULTIEQUAL_-1207031118'), (u'CAST_-1207030886', u'LOAD_-1207031480'), (u'COPY_-1207031039', u'MULTIEQUAL_-1207031153'), (u'COPY_-1207031110', u'MULTIEQUAL_-1207031169'), (u'CALL_-1207031377', u'INDIRECT_-1207031021'), (u'CALL_-1207031377', u'INDIRECT_-1207030986'), (u'CALL_-1207031377', u'INDIRECT_-1207030926'), (u'MULTIEQUAL_-1207031213', u'INT_ADD_-1207031466'), (u'CALL_-1207031422', u'INDIRECT_-1207031015'), (u'INDIRECT_-1207031251', u'MULTIEQUAL_-1207031354'), (u'CALL_-1207031422', u'INDIRECT_-1207030896'), (u'COPY_-1207031112', u'MULTIEQUAL_-1207031174'), ('tmp_1193', u'COPY_-1207031034'), ('tmp_349', u'CBRANCH_-1207031450'), ('tmp_1775', u'INT_AND_-1207031635'), (u'INT_EQUAL_-1207031426', u'CBRANCH_-1207031420'), ('const-5', u'INT_AND_-1207031635'), (u'COPY_-1207031034', u'MULTIEQUAL_-1207031093'), (u'INT_AND_-1207031442', u'INT_NOTEQUAL_-1207031455'), (u'MULTIEQUAL_-1207031118', u'MULTIEQUAL_-1207030977'), (u'COPY_-1207031183', u'MULTIEQUAL_-1207031118'), ('tmp_1175', u'COPY_-1207031037'), ('tmp_1034', u'PTRSUB_-1207030988'), (u'INDIRECT_-1207031122', u'PTRSUB_-1207030924'), (u'CALL_-1207031470', u'INDIRECT_-1207030991'), (u'INDIRECT_-1207031076', u'MULTIEQUAL_-1207031179'), ('tmp_1051', u'MULTIEQUAL_-1207031354'), (u'MULTIEQUAL_-1207031118', u'COPY_-1207031296'), ('tmp_1151', u'COPY_-1207031041'), (u'INDIRECT_-1207031051', u'COPY_-1207031109'), (u'INDIRECT_-1207031091', u'MULTIEQUAL_-1207031194'), (u'CALL_-1207031470', u'INDIRECT_-1207031091')] | [(u'CALL_-1207031422', u'INDIRECT_-1207030993'), (u'INDIRECT_-1207031115', u'MULTIEQUAL_-1207031215'), (u'CALL_-1207031470', u'INDIRECT_-1207031008'), ('tmp_1840', u'MULTIEQUAL_-1207031192'), (u'CALL_-1207031470', u'INDIRECT_-1207031084'), (u'MULTIEQUAL_-1207031157', u'MULTIEQUAL_-1207031016'), (u'CALL_-1207031422', u'INDIRECT_-1207031003'), (u'COPY_-1207031032', u'MULTIEQUAL_-1207031122'), ('const-0', u'RETURN_-1207031433'), ('tmp_1837', u'INT_AND_-1207031635'), (u'INDIRECT_-1207031059', u'MULTIEQUAL_-1207031162'), ('tmp_1834', u'MULTIEQUAL_-1207031158'), (u'INT_NOTEQUAL_-1207031695', u'CBRANCH_-1207031694'), (u'COPY_-1207031033', u'MULTIEQUAL_-1207031134'), ('tmp_92', u'CBRANCH_-1207031694'), (u'INDIRECT_-1207030996', u'MULTIEQUAL_-1207031099'), ('const-1', u'RETURN_-1207031417'), (u'PTRSUB_-1207031107', u'CALL_-1207031470'), (u'CALL_-1207031377', u'INDIRECT_-1207031014'), (u'MULTIEQUAL_-1207031099', u'MULTIEQUAL_-1207030958'), ('tmp_1091', u'INT_ADD_-1207031677'), (u'CALL_-1207031377', u'INDIRECT_-1207030895'), (u'CALL_-1207031422', u'INDIRECT_-1207030901'), (u'INT_AND_-1207031635', u'INT_NOTEQUAL_-1207031648'), ('tmp_1838', u'MULTIEQUAL_-1207031182'), (u'INDIRECT_-1207031115', u'MULTIEQUAL_-1207031074'), (u'CALL_-1207031377', u'INDIRECT_-1207030967'), (u'INDIRECT_-1207031107', u'MULTIEQUAL_-1207031066'), ('tmp_1836', u'MULTIEQUAL_-1207031170'), (u'CALL_-1207031422', u'INDIRECT_-1207030913'), (u'INDIRECT_-1207031252', u'MULTIEQUAL_-1207031214'), (u'COPY_-1207031034', u'MULTIEQUAL_-1207031146'), (u'CAST_-1207031052', u'LOAD_-1207031693'), ('const-40', u'INT_ADD_-1207031677'), (u'CALL_-1207031422', u'INDIRECT_-1207030973'), (u'INDIRECT_-1207031069', u'MULTIEQUAL_-1207031031'), (u'MULTIEQUAL_-1207031098', u'MULTIEQUAL_-1207031075'), (u'INDIRECT_-1207031094', u'MULTIEQUAL_-1207031197'), (u'MULTIEQUAL_-1207031172', u'MULTIEQUAL_-1207031031'), (u'COPY_-1207031031', u'MULTIEQUAL_-1207031110'), (u'MULTIEQUAL_-1207031147', u'MULTIEQUAL_-1207031006'), (u'CALL_-1207031422', u'INDIRECT_-1207030983'), (u'INDIRECT_-1207031084', u'MULTIEQUAL_-1207031187'), ('tmp_1832', u'MULTIEQUAL_-1207031146'), ('const-0', u'COPY_-1207031456'), (u'INDIRECT_-1207031050', u'COPY_-1207031106'), (u'INDIRECT_-1207030984', u'MULTIEQUAL_-1207031087'), (u'MULTIEQUAL_-1207031146', u'MULTIEQUAL_-1207031123'), ('tmp_1822', u'MULTIEQUAL_-1207031086'), (u'CALL_-1207031377', u'INDIRECT_-1207031024'), ('tmp_1826', u'MULTIEQUAL_-1207031110'), (u'CALL_-1207031377', u'INDIRECT_-1207030907'), (u'LOAD_-1207031441', u'INT_EQUAL_-1207031426'), ('tmp_1212', u'COPY_-1207031032'), (u'CALL_-1207031422', u'INDIRECT_-1207030988'), ('tmp_231', u'CBRANCH_-1207031459'), (u'CALL_-1207031377', u'INDIRECT_-1207031009'), (u'COPY_-1207031109', u'MULTIEQUAL_-1207031172'), (u'INT_NOTEQUAL_-1207031648', u'CBRANCH_-1207031642'), (u'INT_ADD_-1207031677', u'CAST_-1207031052'), (u'CALL_-1207031470', u'INDIRECT_-1207031069'), (u'COPY_-1207031107', u'MULTIEQUAL_-1207031167'), (u'CALL_-1207031470', u'INDIRECT_-1207031107'), (u'MULTIEQUAL_-1207031075', u'MULTIEQUAL_-1207030934'), (u'INDIRECT_-1207030996', u'MULTIEQUAL_-1207030958'), ('const-433', u'LOAD_-1207031693'), (u'MULTIEQUAL_-1207031122', u'MULTIEQUAL_-1207031099'), ('tmp_190', u'BRANCH_-1207031628'), (u'CALL_-1207031422', u'INDIRECT_-1207030978'), (u'INDIRECT_-1207031074', u'MULTIEQUAL_-1207031177'), (u'CALL_-1207031422', u'INDIRECT_-1207030998'), ('tmp_1076', u'COPY_-1207031107'), ('const-280', u'INT_ADD_-1207031425'), (u'INDIRECT_-1207031064', u'MULTIEQUAL_-1207031026'), (u'CALL_-1207031377', u'INDIRECT_-1207031029'), (u'CALL_-1207031377', u'INDIRECT_-1207030955'), (u'MULTIEQUAL_-1207031170', u'MULTIEQUAL_-1207031147'), (u'INDIRECT_-1207031020', u'MULTIEQUAL_-1207031123'), (u'INDIRECT_-1207031044', u'COPY_-1207031102'), (u'CALL_-1207031377', u'INDIRECT_-1207030984'), ('const-48', u'COPY_-1207031495'), ('const-0', u'INT_NOTEQUAL_-1207031695'), (u'CALL_-1207031377', u'INDIRECT_-1207030979'), (u'CALL_-1207031470', u'INDIRECT_-1207030960'), ('tmp_1074', u'PTRSUB_-1207030957'), (u'INDIRECT_-1207031115', u'INT_ADD_-1207031425'), ('tmp_1093', u'CALL_-1207031470'), (u'MULTIEQUAL_-1207031134', u'MULTIEQUAL_-1207031111'), (u'CALL_-1207031422', u'INDIRECT_-1207031008'), ('tmp_387', u'CBRANCH_-1207031420'), ('tmp_1824', u'MULTIEQUAL_-1207031098'), (u'CALL_-1207031470', u'INDIRECT_-1207031115'), (u'COPY_-1207031103', u'MULTIEQUAL_-1207031157'), (u'INDIRECT_-1207031042', u'COPY_-1207031098'), (u'INT_ADD_-1207031425', u'CAST_-1207030900'), (u'MULTIEQUAL_-1207031063', u'MULTIEQUAL_-1207030922'), (u'INDIRECT_-1207031079', u'MULTIEQUAL_-1207031041'), (u'MULTIEQUAL_-1207031214', u'INT_ADD_-1207031466'), (u'CALL_-1207031422', u'INDIRECT_-1207030889'), ('tmp_1206', u'COPY_-1207031033'), ('tmp_1230', u'COPY_-1207031029'), (u'COPY_-1207031035', u'MULTIEQUAL_-1207031158'), (u'MULTIEQUAL_-1207031066', u'COPY_-1207031106'), (u'MULTIEQUAL_-1207031192', u'MULTIEQUAL_-1207031051'), (u'CALL_-1207031470', u'INDIRECT_-1207030972'), (u'CALL_-1207031422', u'INDIRECT_-1207031023'), (u'INDIRECT_-1207031044', u'MULTIEQUAL_-1207031147'), (u'INT_NOTEQUAL_-1207031455', u'CBRANCH_-1207031450'), (u'INDIRECT_-1207031079', u'MULTIEQUAL_-1207031182'), (u'MULTIEQUAL_-1207031215', u'MULTIEQUAL_-1207031074'), ('const-40', u'INT_ADD_-1207031466'), (u'CALL_-1207031422', u'INDIRECT_-1207030925'), (u'INDIRECT_-1207031107', u'INT_AND_-1207031442'), (u'CALL_-1207031470', u'INDIRECT_-1207031089'), ('const-433', u'LOAD_-1207031441'), (u'MULTIEQUAL_-1207031036', u'INT_EQUAL_-1207031468'), ('const-8', u'COPY_-1207031520'), (u'MULTIEQUAL_-1207031167', u'MULTIEQUAL_-1207031026'), (u'CALL_-1207031422', u'INDIRECT_-1207031044'), ('tmp_1224', u'COPY_-1207031030'), ('tmp_1830', u'MULTIEQUAL_-1207031134'), (u'CALL_-1207031377', u'INDIRECT_-1207030999'), (u'INDIRECT_-1207031089', u'MULTIEQUAL_-1207031051'), (u'INDIRECT_-1207031049', u'MULTIEQUAL_-1207031152'), (u'MULTIEQUAL_-1207031086', u'MULTIEQUAL_-1207031063'), (u'CALL_-1207031470', u'INDIRECT_-1207031054'), ('const-0', u'INT_NOTEQUAL_-1207031648'), (u'MULTIEQUAL_-1207031110', u'MULTIEQUAL_-1207031087'), ('const-433', u'LOAD_-1207031480'), ('tmp_1091', u'MULTIEQUAL_-1207031355'), (u'INT_ADD_-1207031466', u'CAST_-1207030880'), ('tmp_467', u'BRANCH_-1207031460'), ('tmp_1828', u'MULTIEQUAL_-1207031122'), (u'INDIRECT_-1207031054', u'MULTIEQUAL_-1207031157'), ('tmp_1079', u'COPY_-1207031101'), (u'INDIRECT_-1207031074', u'MULTIEQUAL_-1207031036'), ('const-4', u'INT_AND_-1207031442'), (u'COPY_-1207031036', u'MULTIEQUAL_-1207031170'), (u'INDIRECT_-1207031032', u'MULTIEQUAL_-1207031135'), (u'CALL_-1207031377', u'INDIRECT_-1207031019'), (u'CALL_-1207031470', u'INDIRECT_-1207031049'), (u'CALL_-1207031470', u'INDIRECT_-1207031094'), ('const-8', u'PTRSUB_-1207030981'), (u'CALL_-1207031470', u'INDIRECT_-1207031252'), (u'MULTIEQUAL_-1207031253', u'RETURN_-1207031433'), (u'INDIRECT_-1207031094', u'MULTIEQUAL_-1207031056'), (u'INDIRECT_-1207031059', u'MULTIEQUAL_-1207031021'), (u'INDIRECT_-1207031008', u'MULTIEQUAL_-1207030970'), (u'MULTIEQUAL_-1207031135', u'MULTIEQUAL_-1207030994'), (u'COPY_-1207031101', u'MULTIEQUAL_-1207031152'), (u'MULTIEQUAL_-1207031187', u'MULTIEQUAL_-1207031046'), (u'CALL_-1207031422', u'INDIRECT_-1207031018'), (u'MULTIEQUAL_-1207031182', u'MULTIEQUAL_-1207031041'), (u'MULTIEQUAL_-1207031207', u'MULTIEQUAL_-1207031066'), ('const-0', u'INT_EQUAL_-1207031426'), ('tmp_162', u'CBRANCH_-1207031642'), (u'INDIRECT_-1207031036', u'COPY_-1207031094'), (u'LOAD_-1207031693', u'MULTIEQUAL_-1207031177'), (u'CALL_-1207031470', u'INDIRECT_-1207030984'), (u'CALL_-1207031422', u'INDIRECT_-1207031036'), (u'MULTIEQUAL_-1207031087', u'MULTIEQUAL_-1207030946'), (u'INT_EQUAL_-1207031468', u'CBRANCH_-1207031459'), (u'CALL_-1207031377', u'INDIRECT_-1207031050'), (u'CALL_-1207031377', u'INDIRECT_-1207030989'), ('tmp_1841', u'MULTIEQUAL_-1207031197'), (u'CALL_-1207031377', u'INDIRECT_-1207030943'), (u'CALL_-1207031470', u'INDIRECT_-1207031064'), (u'INDIRECT_-1207030984', u'MULTIEQUAL_-1207030946'), (u'MULTIEQUAL_-1207031111', u'MULTIEQUAL_-1207030970'), (u'MULTIEQUAL_-1207031074', u'COPY_-1207031114'), ('const-0', u'INT_NOTEQUAL_-1207031455'), (u'INDIRECT_-1207030972', u'MULTIEQUAL_-1207031075'), (u'CALL_-1207031377', u'INDIRECT_-1207030919'), (u'CALL_-1207031470', u'INDIRECT_-1207031074'), ('const-1', u'RETURN_-1207031372'), (u'CALL_-1207031470', u'INDIRECT_-1207031079'), (u'CAST_-1207030900', u'LOAD_-1207031441'), (u'LOAD_-1207031480', u'INT_EQUAL_-1207031468'), (u'INDIRECT_-1207031107', u'MULTIEQUAL_-1207031207'), ('tmp_1075', u'COPY_-1207031109'), ('const-1', u'COPY_-1207031421'), (u'INDIRECT_-1207031020', u'MULTIEQUAL_-1207030982'), (u'INDIRECT_-1207031008', u'MULTIEQUAL_-1207031111'), (u'INDIRECT_-1207030972', u'MULTIEQUAL_-1207030934'), (u'CAST_-1207030880', u'LOAD_-1207031480'), (u'MULTIEQUAL_-1207031158', u'MULTIEQUAL_-1207031135'), (u'INDIRECT_-1207031069', u'MULTIEQUAL_-1207031172'), (u'CALL_-1207031377', u'INDIRECT_-1207031042'), ('tmp_1839', u'MULTIEQUAL_-1207031187'), (u'CALL_-1207031422', u'INDIRECT_-1207030937'), ('tmp_1837', u'MULTIEQUAL_-1207031207'), ('tmp_1194', u'COPY_-1207031035'), (u'CALL_-1207031470', u'INDIRECT_-1207031032'), (u'CALL_-1207031422', u'INDIRECT_-1207030961'), (u'INDIRECT_-1207031084', u'MULTIEQUAL_-1207031046'), (u'INDIRECT_-1207031054', u'MULTIEQUAL_-1207031016'), (u'COPY_-1207031030', u'MULTIEQUAL_-1207031098'), (u'MULTIEQUAL_-1207031123', u'MULTIEQUAL_-1207030982'), ('tmp_1074', u'PTRSUB_-1207030981'), (u'COPY_-1207031456', u'MULTIEQUAL_-1207031253'), ('tmp_1074', u'PTRSUB_-1207031107'), ('tmp_1126', u'INT_NOTEQUAL_-1207031695'), ('tmp_1078', u'COPY_-1207031103'), ('const--184', u'PTRSUB_-1207030957'), (u'CALL_-1207031422', u'INDIRECT_-1207031013'), (u'COPY_-1207031105', u'MULTIEQUAL_-1207031162'), (u'CALL_-1207031377', u'INDIRECT_-1207030931'), (u'INDIRECT_-1207031044', u'MULTIEQUAL_-1207031006'), (u'MULTIEQUAL_-1207031197', u'MULTIEQUAL_-1207031056'), (u'INDIRECT_-1207030960', u'MULTIEQUAL_-1207030922'), (u'MULTIEQUAL_-1207031177', u'MULTIEQUAL_-1207031036'), (u'CALL_-1207031470', u'INDIRECT_-1207031044'), ('tmp_1200', u'COPY_-1207031034'), (u'INDIRECT_-1207031049', u'MULTIEQUAL_-1207031011'), (u'INDIRECT_-1207031089', u'MULTIEQUAL_-1207031192'), ('tmp_349', u'CBRANCH_-1207031450'), (u'MULTIEQUAL_-1207031162', u'MULTIEQUAL_-1207031021'), ('tmp_1077', u'COPY_-1207031105'), (u'INT_EQUAL_-1207031426', u'CBRANCH_-1207031420'), ('const-5', u'INT_AND_-1207031635'), ('tmp_1188', u'COPY_-1207031036'), (u'CALL_-1207031470', u'INDIRECT_-1207031020'), ('const--216', u'PTRSUB_-1207031107'), (u'CALL_-1207031470', u'INDIRECT_-1207031059'), (u'INDIRECT_-1207031032', u'MULTIEQUAL_-1207030994'), (u'CALL_-1207031377', u'INDIRECT_-1207030994'), ('tmp_1218', u'COPY_-1207031031'), (u'COPY_-1207031421', u'MULTIEQUAL_-1207031253'), (u'INDIRECT_-1207031252', u'MULTIEQUAL_-1207031355'), (u'MULTIEQUAL_-1207031355', u'MULTIEQUAL_-1207031214'), (u'INT_AND_-1207031442', u'INT_NOTEQUAL_-1207031455'), ('const-1', u'CALL_-1207031377'), ('tmp_1843', u'MULTIEQUAL_-1207031215'), (u'INDIRECT_-1207030960', u'MULTIEQUAL_-1207031063'), (u'CALL_-1207031470', u'INDIRECT_-1207030996'), (u'COPY_-1207031029', u'MULTIEQUAL_-1207031086'), (u'CALL_-1207031422', u'INDIRECT_-1207030949'), (u'MULTIEQUAL_-1207031152', u'MULTIEQUAL_-1207031011'), (u'INDIRECT_-1207031064', u'MULTIEQUAL_-1207031167'), (u'CALL_-1207031377', u'INDIRECT_-1207031004')] | null | null | 00112829 | x64 | O2 | (translation_unit "undefined8\nFUN_00112829(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)\n\n{\n char in_AL;\n undefined8 uVar1;\n long in_FS_OFFSET;\n undefined4 local_d8;\n undefined4 local_d4;\n undefined1 *local_d0;\n undefined1 *local_c8;\n long local_c0;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }\n local_c0 = *(long *)(in_FS_OFFSET + 0x28);\n local_b0 = param_10;\n local_a8 = param_11;\n local_a0 = param_12;\n local_98 = param_13;\n local_90 = param_14;\n if (((byte)DAT_001caa08 & 5) != 0) {\n local_d0 = &stack0x00000008;\n local_d8 = 8;\n local_c8 = local_b8;\n local_d4 = 0x30;\n FUN_001127b1(param_9,&local_d8);\n if (((byte)DAT_001caa08 & 4) != 0) {\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n /* WARNING: Subroutine does not return */\n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }\n }\n uVar1 = 0;\nLAB_001128f2:\n if (local_c0 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" (function_definition "undefined8\nFUN_00112829(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)\n\n{\n char in_AL;\n undefined8 uVar1;\n long in_FS_OFFSET;\n undefined4 local_d8;\n undefined4 local_d4;\n undefined1 *local_d0;\n undefined1 *local_c8;\n long local_c0;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }\n local_c0 = *(long *)(in_FS_OFFSET + 0x28);\n local_b0 = param_10;\n local_a8 = param_11;\n local_a0 = param_12;\n local_98 = param_13;\n local_90 = param_14;\n if (((byte)DAT_001caa08 & 5) != 0) {\n local_d0 = &stack0x00000008;\n local_d8 = 8;\n local_c8 = local_b8;\n local_d4 = 0x30;\n FUN_001127b1(param_9,&local_d8);\n if (((byte)DAT_001caa08 & 4) != 0) {\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n /* WARNING: Subroutine does not return */\n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }\n }\n uVar1 = 0;\nLAB_001128f2:\n if (local_c0 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" type_identifier (function_declarator "FUN_00112829(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) , (parameter_declaration "undefined8 param_9" type_identifier identifier) , (parameter_declaration "undefined8 param_10" type_identifier identifier) , (parameter_declaration "undefined8 param_11" type_identifier identifier) , (parameter_declaration "undefined8 param_12" type_identifier identifier) , (parameter_declaration "undefined8 param_13" type_identifier identifier) , (parameter_declaration "undefined8 param_14" type_identifier identifier) ))) (compound_statement "{\n char in_AL;\n undefined8 uVar1;\n long in_FS_OFFSET;\n undefined4 local_d8;\n undefined4 local_d4;\n undefined1 *local_d0;\n undefined1 *local_c8;\n long local_c0;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }\n local_c0 = *(long *)(in_FS_OFFSET + 0x28);\n local_b0 = param_10;\n local_a8 = param_11;\n local_a0 = param_12;\n local_98 = param_13;\n local_90 = param_14;\n if (((byte)DAT_001caa08 & 5) != 0) {\n local_d0 = &stack0x00000008;\n local_d8 = 8;\n local_c8 = local_b8;\n local_d4 = 0x30;\n FUN_001127b1(param_9,&local_d8);\n if (((byte)DAT_001caa08 & 4) != 0) {\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n /* WARNING: Subroutine does not return */\n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }\n }\n uVar1 = 0;\nLAB_001128f2:\n if (local_c0 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "char in_AL;" primitive_type identifier ;) (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 local_d8;" type_identifier identifier ;) (declaration "undefined4 local_d4;" type_identifier identifier ;) (declaration "undefined1 *local_d0;" type_identifier (pointer_declarator "*local_d0" * identifier) ;) (declaration "undefined1 *local_c8;" type_identifier (pointer_declarator "*local_c8" * identifier) ;) (declaration "long local_c0;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_b8 [8];" type_identifier (array_declarator "local_b8 [8]" identifier [ number_literal ]) ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_a0;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_90;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (declaration "undefined8 local_18;" type_identifier identifier ;) (if_statement "if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }" { (expression_statement "local_88 = param_1;" (assignment_expression "local_88 = param_1" identifier = identifier) ;) (expression_statement "local_78 = param_2;" (assignment_expression "local_78 = param_2" identifier = identifier) ;) (expression_statement "local_68 = param_3;" (assignment_expression "local_68 = param_3" identifier = identifier) ;) (expression_statement "local_58 = param_4;" (assignment_expression "local_58 = param_4" identifier = identifier) ;) (expression_statement "local_48 = param_5;" (assignment_expression "local_48 = param_5" identifier = identifier) ;) (expression_statement "local_38 = param_6;" (assignment_expression "local_38 = param_6" identifier = identifier) ;) (expression_statement "local_28 = param_7;" (assignment_expression "local_28 = param_7" identifier = identifier) ;) (expression_statement "local_18 = param_8;" (assignment_expression "local_18 = param_8" identifier = identifier) ;) })) (expression_statement "local_c0 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_c0 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (expression_statement "local_b0 = param_10;" (assignment_expression "local_b0 = param_10" identifier = identifier) ;) (expression_statement "local_a8 = param_11;" (assignment_expression "local_a8 = param_11" identifier = identifier) ;) (expression_statement "local_a0 = param_12;" (assignment_expression "local_a0 = param_12" identifier = identifier) ;) (expression_statement "local_98 = param_13;" (assignment_expression "local_98 = param_13" identifier = identifier) ;) (expression_statement "local_90 = param_14;" (assignment_expression "local_90 = param_14" identifier = identifier) ;) (if_statement "if (((byte)DAT_001caa08 & 5) != 0) {\n local_d0 = &stack0x00000008;\n local_d8 = 8;\n local_c8 = local_b8;\n local_d4 = 0x30;\n FUN_001127b1(param_9,&local_d8);\n if (((byte)DAT_001caa08 & 4) != 0) {\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n /* WARNING: Subroutine does not return */\n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }\n }" if (parenthesized_expression "(((byte)DAT_001caa08 & 5) != 0)" ( (binary_expression "((byte)DAT_001caa08 & 5) != 0" (parenthesized_expression "((byte)DAT_001caa08 & 5)" ( (binary_expression "(byte)DAT_001caa08 & 5" (cast_expression "(byte)DAT_001caa08" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n local_d0 = &stack0x00000008;\n local_d8 = 8;\n local_c8 = local_b8;\n local_d4 = 0x30;\n FUN_001127b1(param_9,&local_d8);\n if (((byte)DAT_001caa08 & 4) != 0) {\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n /* WARNING: Subroutine does not return */\n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }\n }" { (expression_statement "local_d0 = &stack0x00000008;" (assignment_expression "local_d0 = &stack0x00000008" identifier = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "local_d8 = 8;" (assignment_expression "local_d8 = 8" identifier = number_literal) ;) (expression_statement "local_c8 = local_b8;" (assignment_expression "local_c8 = local_b8" identifier = identifier) ;) (expression_statement "local_d4 = 0x30;" (assignment_expression "local_d4 = 0x30" identifier = number_literal) ;) (expression_statement "FUN_001127b1(param_9,&local_d8);" (call_expression "FUN_001127b1(param_9,&local_d8)" identifier (argument_list "(param_9,&local_d8)" ( identifier , (pointer_expression "&local_d8" & identifier) ))) ;) (if_statement "if (((byte)DAT_001caa08 & 4) != 0) {\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n /* WARNING: Subroutine does not return */\n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }" if (parenthesized_expression "(((byte)DAT_001caa08 & 4) != 0)" ( (binary_expression "((byte)DAT_001caa08 & 4) != 0" (parenthesized_expression "((byte)DAT_001caa08 & 4)" ( (binary_expression "(byte)DAT_001caa08 & 4" (cast_expression "(byte)DAT_001caa08" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n /* WARNING: Subroutine does not return */\n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }" { (if_statement "if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n /* WARNING: Subroutine does not return */\n exit(1);\n }" if (parenthesized_expression "(*(char *)(DAT_001ca5c8 + 0x118) == '\0')" ( (binary_expression "*(char *)(DAT_001ca5c8 + 0x118) == '\0'" (pointer_expression "*(char *)(DAT_001ca5c8 + 0x118)" * (cast_expression "(char *)(DAT_001ca5c8 + 0x118)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001ca5c8 + 0x118)" ( (binary_expression "DAT_001ca5c8 + 0x118" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n exit(1);\n }" { comment (expression_statement "exit(1);" (call_expression "exit(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })) (expression_statement "uVar1 = 1;" (assignment_expression "uVar1 = 1" identifier = number_literal) ;) (goto_statement "goto LAB_001128f2;" goto statement_identifier ;) })) })) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) (labeled_statement "LAB_001128f2:\n if (local_c0 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }" statement_identifier : (if_statement "if (local_c0 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }" if (parenthesized_expression "(local_c0 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_c0 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return uVar1;\n }" { (return_statement "return uVar1;" return identifier ;) }))) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "BcStatus zbc_posix_error_fmt(char *fmt,...)\n\n{\n long lVar1;\n char in_AL;\n BcStatus BVar2;\n undefined8 in_RCX;\n undefined8 in_RDX;\n undefined8 in_RSI;\n undefined8 in_R8;\n undefined8 in_R9;\n long in_FS_OFFSET;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list p;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = in_XMM0_Qa;\n local_78 = in_XMM1_Qa;\n local_68 = in_XMM2_Qa;\n local_58 = in_XMM3_Qa;\n local_48 = in_XMM4_Qa;\n local_38 = in_XMM5_Qa;\n local_28 = in_XMM6_Qa;\n local_18 = in_XMM7_Qa;\n }\n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n local_b0 = in_RSI;\n local_a8 = in_RDX;\n local_a0 = in_RCX;\n local_98 = in_R8;\n local_90 = in_R9;\n if (((byte)option_mask32 & 5) != 0) {\n p[0].overflow_arg_area = &stack0x00000008;\n p[0].gp_offset = 8;\n p[0].reg_save_area = local_b8;\n p[0].fp_offset = 0x30;\n bc_verror_msg(fmt,p);\n if (((byte)option_mask32 & 4) != 0) {\n if (ptr_to_globals->line_buf[0x7c] == '\0') {\n /* WARNING: Subroutine does not return */\n exit(1);\n }\n BVar2 = BC_STATUS_FAILURE;\n goto LAB_001128f2;\n }\n }\n BVar2 = BC_STATUS_SUCCESS;\nLAB_001128f2:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return BVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}\n\n" (function_definition "BcStatus zbc_posix_error_fmt(char *fmt,...)\n\n{\n long lVar1;\n char in_AL;\n BcStatus BVar2;\n undefined8 in_RCX;\n undefined8 in_RDX;\n undefined8 in_RSI;\n undefined8 in_R8;\n undefined8 in_R9;\n long in_FS_OFFSET;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list p;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = in_XMM0_Qa;\n local_78 = in_XMM1_Qa;\n local_68 = in_XMM2_Qa;\n local_58 = in_XMM3_Qa;\n local_48 = in_XMM4_Qa;\n local_38 = in_XMM5_Qa;\n local_28 = in_XMM6_Qa;\n local_18 = in_XMM7_Qa;\n }\n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n local_b0 = in_RSI;\n local_a8 = in_RDX;\n local_a0 = in_RCX;\n local_98 = in_R8;\n local_90 = in_R9;\n if (((byte)option_mask32 & 5) != 0) {\n p[0].overflow_arg_area = &stack0x00000008;\n p[0].gp_offset = 8;\n p[0].reg_save_area = local_b8;\n p[0].fp_offset = 0x30;\n bc_verror_msg(fmt,p);\n if (((byte)option_mask32 & 4) != 0) {\n if (ptr_to_globals->line_buf[0x7c] == '\0') {\n /* WARNING: Subroutine does not return */\n exit(1);\n }\n BVar2 = BC_STATUS_FAILURE;\n goto LAB_001128f2;\n }\n }\n BVar2 = BC_STATUS_SUCCESS;\nLAB_001128f2:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return BVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" type_identifier (function_declarator "zbc_posix_error_fmt(char *fmt,...)" identifier (parameter_list "(char *fmt,...)" ( (parameter_declaration "char *fmt" primitive_type (pointer_declarator "*fmt" * identifier)) , (variadic_parameter "..." ...) ))) (compound_statement "{\n long lVar1;\n char in_AL;\n BcStatus BVar2;\n undefined8 in_RCX;\n undefined8 in_RDX;\n undefined8 in_RSI;\n undefined8 in_R8;\n undefined8 in_R9;\n long in_FS_OFFSET;\n undefined8 in_XMM0_Qa;\n undefined8 in_XMM1_Qa;\n undefined8 in_XMM2_Qa;\n undefined8 in_XMM3_Qa;\n undefined8 in_XMM4_Qa;\n undefined8 in_XMM5_Qa;\n undefined8 in_XMM6_Qa;\n undefined8 in_XMM7_Qa;\n va_list p;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = in_XMM0_Qa;\n local_78 = in_XMM1_Qa;\n local_68 = in_XMM2_Qa;\n local_58 = in_XMM3_Qa;\n local_48 = in_XMM4_Qa;\n local_38 = in_XMM5_Qa;\n local_28 = in_XMM6_Qa;\n local_18 = in_XMM7_Qa;\n }\n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n local_b0 = in_RSI;\n local_a8 = in_RDX;\n local_a0 = in_RCX;\n local_98 = in_R8;\n local_90 = in_R9;\n if (((byte)option_mask32 & 5) != 0) {\n p[0].overflow_arg_area = &stack0x00000008;\n p[0].gp_offset = 8;\n p[0].reg_save_area = local_b8;\n p[0].fp_offset = 0x30;\n bc_verror_msg(fmt,p);\n if (((byte)option_mask32 & 4) != 0) {\n if (ptr_to_globals->line_buf[0x7c] == '\0') {\n /* WARNING: Subroutine does not return */\n exit(1);\n }\n BVar2 = BC_STATUS_FAILURE;\n goto LAB_001128f2;\n }\n }\n BVar2 = BC_STATUS_SUCCESS;\nLAB_001128f2:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return BVar2;\n }\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "char in_AL;" primitive_type identifier ;) (declaration "BcStatus BVar2;" type_identifier identifier ;) (declaration "undefined8 in_RCX;" type_identifier identifier ;) (declaration "undefined8 in_RDX;" type_identifier identifier ;) (declaration "undefined8 in_RSI;" type_identifier identifier ;) (declaration "undefined8 in_R8;" type_identifier identifier ;) (declaration "undefined8 in_R9;" type_identifier identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 in_XMM0_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM1_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM2_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM3_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM4_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM5_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM6_Qa;" type_identifier identifier ;) (declaration "undefined8 in_XMM7_Qa;" type_identifier identifier ;) (declaration "va_list p;" type_identifier identifier ;) (declaration "undefined1 local_b8 [8];" type_identifier (array_declarator "local_b8 [8]" identifier [ number_literal ]) ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_a0;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_90;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (declaration "undefined8 local_18;" type_identifier identifier ;) (if_statement "if (in_AL != '\0') {\n local_88 = in_XMM0_Qa;\n local_78 = in_XMM1_Qa;\n local_68 = in_XMM2_Qa;\n local_58 = in_XMM3_Qa;\n local_48 = in_XMM4_Qa;\n local_38 = in_XMM5_Qa;\n local_28 = in_XMM6_Qa;\n local_18 = in_XMM7_Qa;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_88 = in_XMM0_Qa;\n local_78 = in_XMM1_Qa;\n local_68 = in_XMM2_Qa;\n local_58 = in_XMM3_Qa;\n local_48 = in_XMM4_Qa;\n local_38 = in_XMM5_Qa;\n local_28 = in_XMM6_Qa;\n local_18 = in_XMM7_Qa;\n }" { (expression_statement "local_88 = in_XMM0_Qa;" (assignment_expression "local_88 = in_XMM0_Qa" identifier = identifier) ;) (expression_statement "local_78 = in_XMM1_Qa;" (assignment_expression "local_78 = in_XMM1_Qa" identifier = identifier) ;) (expression_statement "local_68 = in_XMM2_Qa;" (assignment_expression "local_68 = in_XMM2_Qa" identifier = identifier) ;) (expression_statement "local_58 = in_XMM3_Qa;" (assignment_expression "local_58 = in_XMM3_Qa" identifier = identifier) ;) (expression_statement "local_48 = in_XMM4_Qa;" (assignment_expression "local_48 = in_XMM4_Qa" identifier = identifier) ;) (expression_statement "local_38 = in_XMM5_Qa;" (assignment_expression "local_38 = in_XMM5_Qa" identifier = identifier) ;) (expression_statement "local_28 = in_XMM6_Qa;" (assignment_expression "local_28 = in_XMM6_Qa" identifier = identifier) ;) (expression_statement "local_18 = in_XMM7_Qa;" (assignment_expression "local_18 = in_XMM7_Qa" identifier = identifier) ;) })) (expression_statement "lVar1 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "lVar1 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (expression_statement "local_b0 = in_RSI;" (assignment_expression "local_b0 = in_RSI" identifier = identifier) ;) (expression_statement "local_a8 = in_RDX;" (assignment_expression "local_a8 = in_RDX" identifier = identifier) ;) (expression_statement "local_a0 = in_RCX;" (assignment_expression "local_a0 = in_RCX" identifier = identifier) ;) (expression_statement "local_98 = in_R8;" (assignment_expression "local_98 = in_R8" identifier = identifier) ;) (expression_statement "local_90 = in_R9;" (assignment_expression "local_90 = in_R9" identifier = identifier) ;) (if_statement "if (((byte)option_mask32 & 5) != 0) {\n p[0].overflow_arg_area = &stack0x00000008;\n p[0].gp_offset = 8;\n p[0].reg_save_area = local_b8;\n p[0].fp_offset = 0x30;\n bc_verror_msg(fmt,p);\n if (((byte)option_mask32 & 4) != 0) {\n if (ptr_to_globals->line_buf[0x7c] == '\0') {\n /* WARNING: Subroutine does not return */\n exit(1);\n }\n BVar2 = BC_STATUS_FAILURE;\n goto LAB_001128f2;\n }\n }" if (parenthesized_expression "(((byte)option_mask32 & 5) != 0)" ( (binary_expression "((byte)option_mask32 & 5) != 0" (parenthesized_expression "((byte)option_mask32 & 5)" ( (binary_expression "(byte)option_mask32 & 5" (cast_expression "(byte)option_mask32" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n p[0].overflow_arg_area = &stack0x00000008;\n p[0].gp_offset = 8;\n p[0].reg_save_area = local_b8;\n p[0].fp_offset = 0x30;\n bc_verror_msg(fmt,p);\n if (((byte)option_mask32 & 4) != 0) {\n if (ptr_to_globals->line_buf[0x7c] == '\0') {\n /* WARNING: Subroutine does not return */\n exit(1);\n }\n BVar2 = BC_STATUS_FAILURE;\n goto LAB_001128f2;\n }\n }" { (expression_statement "p[0].overflow_arg_area = &stack0x00000008;" (assignment_expression "p[0].overflow_arg_area = &stack0x00000008" (field_expression "p[0].overflow_arg_area" (subscript_expression "p[0]" identifier [ number_literal ]) . field_identifier) = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "p[0].gp_offset = 8;" (assignment_expression "p[0].gp_offset = 8" (field_expression "p[0].gp_offset" (subscript_expression "p[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "p[0].reg_save_area = local_b8;" (assignment_expression "p[0].reg_save_area = local_b8" (field_expression "p[0].reg_save_area" (subscript_expression "p[0]" identifier [ number_literal ]) . field_identifier) = identifier) ;) (expression_statement "p[0].fp_offset = 0x30;" (assignment_expression "p[0].fp_offset = 0x30" (field_expression "p[0].fp_offset" (subscript_expression "p[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "bc_verror_msg(fmt,p);" (call_expression "bc_verror_msg(fmt,p)" identifier (argument_list "(fmt,p)" ( identifier , identifier ))) ;) (if_statement "if (((byte)option_mask32 & 4) != 0) {\n if (ptr_to_globals->line_buf[0x7c] == '\0') {\n /* WARNING: Subroutine does not return */\n exit(1);\n }\n BVar2 = BC_STATUS_FAILURE;\n goto LAB_001128f2;\n }" if (parenthesized_expression "(((byte)option_mask32 & 4) != 0)" ( (binary_expression "((byte)option_mask32 & 4) != 0" (parenthesized_expression "((byte)option_mask32 & 4)" ( (binary_expression "(byte)option_mask32 & 4" (cast_expression "(byte)option_mask32" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (ptr_to_globals->line_buf[0x7c] == '\0') {\n /* WARNING: Subroutine does not return */\n exit(1);\n }\n BVar2 = BC_STATUS_FAILURE;\n goto LAB_001128f2;\n }" { (if_statement "if (ptr_to_globals->line_buf[0x7c] == '\0') {\n /* WARNING: Subroutine does not return */\n exit(1);\n }" if (parenthesized_expression "(ptr_to_globals->line_buf[0x7c] == '\0')" ( (binary_expression "ptr_to_globals->line_buf[0x7c] == '\0'" (subscript_expression "ptr_to_globals->line_buf[0x7c]" (field_expression "ptr_to_globals->line_buf" identifier -> field_identifier) [ number_literal ]) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n exit(1);\n }" { comment (expression_statement "exit(1);" (call_expression "exit(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })) (expression_statement "BVar2 = BC_STATUS_FAILURE;" (assignment_expression "BVar2 = BC_STATUS_FAILURE" identifier = identifier) ;) (goto_statement "goto LAB_001128f2;" goto statement_identifier ;) })) })) (expression_statement "BVar2 = BC_STATUS_SUCCESS;" (assignment_expression "BVar2 = BC_STATUS_SUCCESS" identifier = identifier) ;) (labeled_statement "LAB_001128f2:\n if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return BVar2;\n }" statement_identifier : (if_statement "if (lVar1 == *(long *)(in_FS_OFFSET + 0x28)) {\n return BVar2;\n }" if (parenthesized_expression "(lVar1 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "lVar1 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return BVar2;\n }" { (return_statement "return BVar2;" return identifier ;) }))) comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "undefined8\nFUN_00112829(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)\n\n{\n char in_AL;\n undefined8 uVar1;\n long in_FS_OFFSET;\n undefined4 local_d8;\n undefined4 local_d4;\n undefined1 *local_d0;\n undefined1 *local_c8;\n long local_c0;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }\n local_c0 = *(long *)(in_FS_OFFSET + 0x28);\n local_b0 = param_10;\n local_a8 = param_11;\n local_a0 = param_12;\n local_98 = param_13;\n local_90 = param_14;\n if (((byte)DAT_001caa08 & 5) != 0) {\n local_d0 = &stack0x00000008;\n local_d8 = 8;\n local_c8 = local_b8;\n local_d4 = 0x30;\n FUN_001127b1(param_9,&local_d8);\n if (((byte)DAT_001caa08 & 4) != 0) {\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n \n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }\n }\n uVar1 = 0;\nLAB_001128f2:\n if (local_c0 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }\n \n __stack_chk_fail();\n}\n\n" (function_definition "undefined8\nFUN_00112829(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)\n\n{\n char in_AL;\n undefined8 uVar1;\n long in_FS_OFFSET;\n undefined4 local_d8;\n undefined4 local_d4;\n undefined1 *local_d0;\n undefined1 *local_c8;\n long local_c0;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }\n local_c0 = *(long *)(in_FS_OFFSET + 0x28);\n local_b0 = param_10;\n local_a8 = param_11;\n local_a0 = param_12;\n local_98 = param_13;\n local_90 = param_14;\n if (((byte)DAT_001caa08 & 5) != 0) {\n local_d0 = &stack0x00000008;\n local_d8 = 8;\n local_c8 = local_b8;\n local_d4 = 0x30;\n FUN_001127b1(param_9,&local_d8);\n if (((byte)DAT_001caa08 & 4) != 0) {\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n \n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }\n }\n uVar1 = 0;\nLAB_001128f2:\n if (local_c0 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }\n \n __stack_chk_fail();\n}" type_identifier (function_declarator "FUN_00112829(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "undefined8 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) , (parameter_declaration "undefined8 param_9" type_identifier identifier) , (parameter_declaration "undefined8 param_10" type_identifier identifier) , (parameter_declaration "undefined8 param_11" type_identifier identifier) , (parameter_declaration "undefined8 param_12" type_identifier identifier) , (parameter_declaration "undefined8 param_13" type_identifier identifier) , (parameter_declaration "undefined8 param_14" type_identifier identifier) ))) (compound_statement "{\n char in_AL;\n undefined8 uVar1;\n long in_FS_OFFSET;\n undefined4 local_d8;\n undefined4 local_d4;\n undefined1 *local_d0;\n undefined1 *local_c8;\n long local_c0;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }\n local_c0 = *(long *)(in_FS_OFFSET + 0x28);\n local_b0 = param_10;\n local_a8 = param_11;\n local_a0 = param_12;\n local_98 = param_13;\n local_90 = param_14;\n if (((byte)DAT_001caa08 & 5) != 0) {\n local_d0 = &stack0x00000008;\n local_d8 = 8;\n local_c8 = local_b8;\n local_d4 = 0x30;\n FUN_001127b1(param_9,&local_d8);\n if (((byte)DAT_001caa08 & 4) != 0) {\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n \n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }\n }\n uVar1 = 0;\nLAB_001128f2:\n if (local_c0 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }\n \n __stack_chk_fail();\n}" { (declaration "char in_AL;" primitive_type identifier ;) (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined4 local_d8;" type_identifier identifier ;) (declaration "undefined4 local_d4;" type_identifier identifier ;) (declaration "undefined1 *local_d0;" type_identifier (pointer_declarator "*local_d0" * identifier) ;) (declaration "undefined1 *local_c8;" type_identifier (pointer_declarator "*local_c8" * identifier) ;) (declaration "long local_c0;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_b8 [8];" type_identifier (array_declarator "local_b8 [8]" identifier [ number_literal ]) ;) (declaration "undefined8 local_b0;" type_identifier identifier ;) (declaration "undefined8 local_a8;" type_identifier identifier ;) (declaration "undefined8 local_a0;" type_identifier identifier ;) (declaration "undefined8 local_98;" type_identifier identifier ;) (declaration "undefined8 local_90;" type_identifier identifier ;) (declaration "undefined8 local_88;" type_identifier identifier ;) (declaration "undefined8 local_78;" type_identifier identifier ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 local_48;" type_identifier identifier ;) (declaration "undefined8 local_38;" type_identifier identifier ;) (declaration "undefined8 local_28;" type_identifier identifier ;) (declaration "undefined8 local_18;" type_identifier identifier ;) (if_statement "if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }" if (parenthesized_expression "(in_AL != '\0')" ( (binary_expression "in_AL != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }" { (expression_statement "local_88 = param_1;" (assignment_expression "local_88 = param_1" identifier = identifier) ;) (expression_statement "local_78 = param_2;" (assignment_expression "local_78 = param_2" identifier = identifier) ;) (expression_statement "local_68 = param_3;" (assignment_expression "local_68 = param_3" identifier = identifier) ;) (expression_statement "local_58 = param_4;" (assignment_expression "local_58 = param_4" identifier = identifier) ;) (expression_statement "local_48 = param_5;" (assignment_expression "local_48 = param_5" identifier = identifier) ;) (expression_statement "local_38 = param_6;" (assignment_expression "local_38 = param_6" identifier = identifier) ;) (expression_statement "local_28 = param_7;" (assignment_expression "local_28 = param_7" identifier = identifier) ;) (expression_statement "local_18 = param_8;" (assignment_expression "local_18 = param_8" identifier = identifier) ;) })) (expression_statement "local_c0 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_c0 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (expression_statement "local_b0 = param_10;" (assignment_expression "local_b0 = param_10" identifier = identifier) ;) (expression_statement "local_a8 = param_11;" (assignment_expression "local_a8 = param_11" identifier = identifier) ;) (expression_statement "local_a0 = param_12;" (assignment_expression "local_a0 = param_12" identifier = identifier) ;) (expression_statement "local_98 = param_13;" (assignment_expression "local_98 = param_13" identifier = identifier) ;) (expression_statement "local_90 = param_14;" (assignment_expression "local_90 = param_14" identifier = identifier) ;) (if_statement "if (((byte)DAT_001caa08 & 5) != 0) {\n local_d0 = &stack0x00000008;\n local_d8 = 8;\n local_c8 = local_b8;\n local_d4 = 0x30;\n FUN_001127b1(param_9,&local_d8);\n if (((byte)DAT_001caa08 & 4) != 0) {\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n \n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }\n }" if (parenthesized_expression "(((byte)DAT_001caa08 & 5) != 0)" ( (binary_expression "((byte)DAT_001caa08 & 5) != 0" (parenthesized_expression "((byte)DAT_001caa08 & 5)" ( (binary_expression "(byte)DAT_001caa08 & 5" (cast_expression "(byte)DAT_001caa08" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n local_d0 = &stack0x00000008;\n local_d8 = 8;\n local_c8 = local_b8;\n local_d4 = 0x30;\n FUN_001127b1(param_9,&local_d8);\n if (((byte)DAT_001caa08 & 4) != 0) {\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n \n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }\n }" { (expression_statement "local_d0 = &stack0x00000008;" (assignment_expression "local_d0 = &stack0x00000008" identifier = (pointer_expression "&stack0x00000008" & identifier)) ;) (expression_statement "local_d8 = 8;" (assignment_expression "local_d8 = 8" identifier = number_literal) ;) (expression_statement "local_c8 = local_b8;" (assignment_expression "local_c8 = local_b8" identifier = identifier) ;) (expression_statement "local_d4 = 0x30;" (assignment_expression "local_d4 = 0x30" identifier = number_literal) ;) (expression_statement "FUN_001127b1(param_9,&local_d8);" (call_expression "FUN_001127b1(param_9,&local_d8)" identifier (argument_list "(param_9,&local_d8)" ( identifier , (pointer_expression "&local_d8" & identifier) ))) ;) (if_statement "if (((byte)DAT_001caa08 & 4) != 0) {\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n \n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }" if (parenthesized_expression "(((byte)DAT_001caa08 & 4) != 0)" ( (binary_expression "((byte)DAT_001caa08 & 4) != 0" (parenthesized_expression "((byte)DAT_001caa08 & 4)" ( (binary_expression "(byte)DAT_001caa08 & 4" (cast_expression "(byte)DAT_001caa08" ( (type_descriptor "byte" type_identifier) ) identifier) & number_literal) )) != number_literal) )) (compound_statement "{\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n \n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }" { (if_statement "if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n \n exit(1);\n }" if (parenthesized_expression "(*(char *)(DAT_001ca5c8 + 0x118) == '\0')" ( (binary_expression "*(char *)(DAT_001ca5c8 + 0x118) == '\0'" (pointer_expression "*(char *)(DAT_001ca5c8 + 0x118)" * (cast_expression "(char *)(DAT_001ca5c8 + 0x118)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_001ca5c8 + 0x118)" ( (binary_expression "DAT_001ca5c8 + 0x118" identifier + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n \n exit(1);\n }" { (expression_statement "exit(1);" (call_expression "exit(1)" identifier (argument_list "(1)" ( number_literal ))) ;) })) (expression_statement "uVar1 = 1;" (assignment_expression "uVar1 = 1" identifier = number_literal) ;) (goto_statement "goto LAB_001128f2;" goto statement_identifier ;) })) })) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" identifier = number_literal) ;) (labeled_statement "LAB_001128f2:\n if (local_c0 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }" statement_identifier : (if_statement "if (local_c0 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }" if (parenthesized_expression "(local_c0 == *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_c0 == *(long *)(in_FS_OFFSET + 0x28)" identifier == (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return uVar1;\n }" { (return_statement "return uVar1;" return identifier ;) }))) (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration 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) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE 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 TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) )) != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT ))) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (goto_statement goto statement_identifier ;) })) })) (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (return_statement return IDENT ;) }))) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "undefined8\nFUN_00112829(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)\n\n{\n char in_AL;\n undefined8 uVar1;\n long in_FS_OFFSET;\n undefined4 local_d8;\n undefined4 local_d4;\n undefined1 *local_d0;\n undefined1 *local_c8;\n long local_c0;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }\n local_c0 = *(long *)(in_FS_OFFSET + 0x28);\n local_b0 = param_10;\n local_a8 = param_11;\n local_a0 = param_12;\n local_98 = param_13;\n local_90 = param_14;\n if (((byte)DAT_001caa08 & 5) != 0) {\n local_d0 = &stack0x00000008;\n local_d8 = 8;\n local_c8 = local_b8;\n local_d4 = 0x30;\n FUN_001127b1(param_9,&local_d8);\n if (((byte)DAT_001caa08 & 4) != 0) {\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n \n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }\n }\n uVar1 = 0;\nLAB_001128f2:\n if (local_c0 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }\n \n __stack_chk_fail();\n}" (type_identifier "undefined8") (function_declarator "FUN_00112829(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)" (identifier "FUN_00112829") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,\n undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,\n undefined8 param_13,undefined8 param_14)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) (, ",") (parameter_declaration "undefined8 param_6" (type_identifier "undefined8") (identifier "param_6")) (, ",") (parameter_declaration "undefined8 param_7" (type_identifier "undefined8") (identifier "param_7")) (, ",") (parameter_declaration "undefined8 param_8" (type_identifier "undefined8") (identifier "param_8")) (, ",") (parameter_declaration "undefined8 param_9" (type_identifier "undefined8") (identifier "param_9")) (, ",") (parameter_declaration "undefined8 param_10" (type_identifier "undefined8") (identifier "param_10")) (, ",") (parameter_declaration "undefined8 param_11" (type_identifier "undefined8") (identifier "param_11")) (, ",") (parameter_declaration "undefined8 param_12" (type_identifier "undefined8") (identifier "param_12")) (, ",") (parameter_declaration "undefined8 param_13" (type_identifier "undefined8") (identifier "param_13")) (, ",") (parameter_declaration "undefined8 param_14" (type_identifier "undefined8") (identifier "param_14")) () ")"))) (compound_statement "{\n char in_AL;\n undefined8 uVar1;\n long in_FS_OFFSET;\n undefined4 local_d8;\n undefined4 local_d4;\n undefined1 *local_d0;\n undefined1 *local_c8;\n long local_c0;\n undefined1 local_b8 [8];\n undefined8 local_b0;\n undefined8 local_a8;\n undefined8 local_a0;\n undefined8 local_98;\n undefined8 local_90;\n undefined8 local_88;\n undefined8 local_78;\n undefined8 local_68;\n undefined8 local_58;\n undefined8 local_48;\n undefined8 local_38;\n undefined8 local_28;\n undefined8 local_18;\n \n if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }\n local_c0 = *(long *)(in_FS_OFFSET + 0x28);\n local_b0 = param_10;\n local_a8 = param_11;\n local_a0 = param_12;\n local_98 = param_13;\n local_90 = param_14;\n if (((byte)DAT_001caa08 & 5) != 0) {\n local_d0 = &stack0x00000008;\n local_d8 = 8;\n local_c8 = local_b8;\n local_d4 = 0x30;\n FUN_001127b1(param_9,&local_d8);\n if (((byte)DAT_001caa08 & 4) != 0) {\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n \n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }\n }\n uVar1 = 0;\nLAB_001128f2:\n if (local_c0 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }\n \n __stack_chk_fail();\n}" ({ "{") (declaration "char in_AL;" (primitive_type "char") (identifier "in_AL") (; ";")) (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" (long "long")) (identifier "in_FS_OFFSET") (; ";")) (declaration "undefined4 local_d8;" (type_identifier "undefined4") (identifier "local_d8") (; ";")) (declaration "undefined4 local_d4;" (type_identifier "undefined4") (identifier "local_d4") (; ";")) (declaration "undefined1 *local_d0;" (type_identifier "undefined1") (pointer_declarator "*local_d0" (* "*") (identifier "local_d0")) (; ";")) (declaration "undefined1 *local_c8;" (type_identifier "undefined1") (pointer_declarator "*local_c8" (* "*") (identifier "local_c8")) (; ";")) (declaration "long local_c0;" (sized_type_specifier "long" (long "long")) (identifier "local_c0") (; ";")) (declaration "undefined1 local_b8 [8];" (type_identifier "undefined1") (array_declarator "local_b8 [8]" (identifier "local_b8") ([ "[") (number_literal "8") (] "]")) (; ";")) (declaration "undefined8 local_b0;" (type_identifier "undefined8") (identifier "local_b0") (; ";")) (declaration "undefined8 local_a8;" (type_identifier "undefined8") (identifier "local_a8") (; ";")) (declaration "undefined8 local_a0;" (type_identifier "undefined8") (identifier "local_a0") (; ";")) (declaration "undefined8 local_98;" (type_identifier "undefined8") (identifier "local_98") (; ";")) (declaration "undefined8 local_90;" (type_identifier "undefined8") (identifier "local_90") (; ";")) (declaration "undefined8 local_88;" (type_identifier "undefined8") (identifier "local_88") (; ";")) (declaration "undefined8 local_78;" (type_identifier "undefined8") (identifier "local_78") (; ";")) (declaration "undefined8 local_68;" (type_identifier "undefined8") (identifier "local_68") (; ";")) (declaration "undefined8 local_58;" (type_identifier "undefined8") (identifier "local_58") (; ";")) (declaration "undefined8 local_48;" (type_identifier "undefined8") (identifier "local_48") (; ";")) (declaration "undefined8 local_38;" (type_identifier "undefined8") (identifier "local_38") (; ";")) (declaration "undefined8 local_28;" (type_identifier "undefined8") (identifier "local_28") (; ";")) (declaration "undefined8 local_18;" (type_identifier "undefined8") (identifier "local_18") (; ";")) (if_statement "if (in_AL != '\0') {\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }" (if "if") (parenthesized_expression "(in_AL != '\0')" (( "(") (binary_expression "in_AL != '\0'" (identifier "in_AL") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n local_88 = param_1;\n local_78 = param_2;\n local_68 = param_3;\n local_58 = param_4;\n local_48 = param_5;\n local_38 = param_6;\n local_28 = param_7;\n local_18 = param_8;\n }" ({ "{") (expression_statement "local_88 = param_1;" (assignment_expression "local_88 = param_1" (identifier "local_88") (= "=") (identifier "param_1")) (; ";")) (expression_statement "local_78 = param_2;" (assignment_expression "local_78 = param_2" (identifier "local_78") (= "=") (identifier "param_2")) (; ";")) (expression_statement "local_68 = param_3;" (assignment_expression "local_68 = param_3" (identifier "local_68") (= "=") (identifier "param_3")) (; ";")) (expression_statement "local_58 = param_4;" (assignment_expression "local_58 = param_4" (identifier "local_58") (= "=") (identifier "param_4")) (; ";")) (expression_statement "local_48 = param_5;" (assignment_expression "local_48 = param_5" (identifier "local_48") (= "=") (identifier "param_5")) (; ";")) (expression_statement "local_38 = param_6;" (assignment_expression "local_38 = param_6" (identifier "local_38") (= "=") (identifier "param_6")) (; ";")) (expression_statement "local_28 = param_7;" (assignment_expression "local_28 = param_7" (identifier "local_28") (= "=") (identifier "param_7")) (; ";")) (expression_statement "local_18 = param_8;" (assignment_expression "local_18 = param_8" (identifier "local_18") (= "=") (identifier "param_8")) (; ";")) (} "}"))) (expression_statement "local_c0 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_c0 = *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_c0") (= "=") (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" (* "*") (cast_expression "(long *)(in_FS_OFFSET + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_FS_OFFSET + 0x28)" (( "(") (binary_expression "in_FS_OFFSET + 0x28" (identifier "in_FS_OFFSET") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (expression_statement "local_b0 = param_10;" (assignment_expression "local_b0 = param_10" (identifier "local_b0") (= "=") (identifier "param_10")) (; ";")) (expression_statement "local_a8 = param_11;" (assignment_expression "local_a8 = param_11" (identifier "local_a8") (= "=") (identifier "param_11")) (; ";")) (expression_statement "local_a0 = param_12;" (assignment_expression "local_a0 = param_12" (identifier "local_a0") (= "=") (identifier "param_12")) (; ";")) (expression_statement "local_98 = param_13;" (assignment_expression "local_98 = param_13" (identifier "local_98") (= "=") (identifier "param_13")) (; ";")) (expression_statement "local_90 = param_14;" (assignment_expression "local_90 = param_14" (identifier "local_90") (= "=") (identifier "param_14")) (; ";")) (if_statement "if (((byte)DAT_001caa08 & 5) != 0) {\n local_d0 = &stack0x00000008;\n local_d8 = 8;\n local_c8 = local_b8;\n local_d4 = 0x30;\n FUN_001127b1(param_9,&local_d8);\n if (((byte)DAT_001caa08 & 4) != 0) {\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n \n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }\n }" (if "if") (parenthesized_expression "(((byte)DAT_001caa08 & 5) != 0)" (( "(") (binary_expression "((byte)DAT_001caa08 & 5) != 0" (parenthesized_expression "((byte)DAT_001caa08 & 5)" (( "(") (binary_expression "(byte)DAT_001caa08 & 5" (cast_expression "(byte)DAT_001caa08" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "DAT_001caa08")) (& "&") (number_literal "5")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n local_d0 = &stack0x00000008;\n local_d8 = 8;\n local_c8 = local_b8;\n local_d4 = 0x30;\n FUN_001127b1(param_9,&local_d8);\n if (((byte)DAT_001caa08 & 4) != 0) {\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n \n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }\n }" ({ "{") (expression_statement "local_d0 = &stack0x00000008;" (assignment_expression "local_d0 = &stack0x00000008" (identifier "local_d0") (= "=") (pointer_expression "&stack0x00000008" (& "&") (identifier "stack0x00000008"))) (; ";")) (expression_statement "local_d8 = 8;" (assignment_expression "local_d8 = 8" (identifier "local_d8") (= "=") (number_literal "8")) (; ";")) (expression_statement "local_c8 = local_b8;" (assignment_expression "local_c8 = local_b8" (identifier "local_c8") (= "=") (identifier "local_b8")) (; ";")) (expression_statement "local_d4 = 0x30;" (assignment_expression "local_d4 = 0x30" (identifier "local_d4") (= "=") (number_literal "0x30")) (; ";")) (expression_statement "FUN_001127b1(param_9,&local_d8);" (call_expression "FUN_001127b1(param_9,&local_d8)" (identifier "FUN_001127b1") (argument_list "(param_9,&local_d8)" (( "(") (identifier "param_9") (, ",") (pointer_expression "&local_d8" (& "&") (identifier "local_d8")) () ")"))) (; ";")) (if_statement "if (((byte)DAT_001caa08 & 4) != 0) {\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n \n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }" (if "if") (parenthesized_expression "(((byte)DAT_001caa08 & 4) != 0)" (( "(") (binary_expression "((byte)DAT_001caa08 & 4) != 0" (parenthesized_expression "((byte)DAT_001caa08 & 4)" (( "(") (binary_expression "(byte)DAT_001caa08 & 4" (cast_expression "(byte)DAT_001caa08" (( "(") (type_descriptor "byte" (type_identifier "byte")) () ")") (identifier "DAT_001caa08")) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n \n exit(1);\n }\n uVar1 = 1;\n goto LAB_001128f2;\n }" ({ "{") (if_statement "if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {\n \n exit(1);\n }" (if "if") (parenthesized_expression "(*(char *)(DAT_001ca5c8 + 0x118) == '\0')" (( "(") (binary_expression "*(char *)(DAT_001ca5c8 + 0x118) == '\0'" (pointer_expression "*(char *)(DAT_001ca5c8 + 0x118)" (* "*") (cast_expression "(char *)(DAT_001ca5c8 + 0x118)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_001ca5c8 + 0x118)" (( "(") (binary_expression "DAT_001ca5c8 + 0x118" (identifier "DAT_001ca5c8") (+ "+") (number_literal "0x118")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n \n exit(1);\n }" ({ "{") (expression_statement "exit(1);" (call_expression "exit(1)" (identifier "exit") (argument_list "(1)" (( "(") (number_literal "1") () ")"))) (; ";")) (} "}"))) (expression_statement "uVar1 = 1;" (assignment_expression "uVar1 = 1" (identifier "uVar1") (= "=") (number_literal "1")) (; ";")) (goto_statement "goto LAB_001128f2;" (goto "goto") (statement_identifier "LAB_001128f2") (; ";")) (} "}"))) (} "}"))) (expression_statement "uVar1 = 0;" (assignment_expression "uVar1 = 0" (identifier "uVar1") (= "=") (number_literal "0")) (; ";")) (labeled_statement "LAB_001128f2:\n if (local_c0 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }" (statement_identifier "LAB_001128f2") (: ":") (if_statement "if (local_c0 == *(long *)(in_FS_OFFSET + 0x28)) {\n return uVar1;\n }" (if "if") (parenthesized_expression "(local_c0 == *(long *)(in_FS_OFFSET + 0x28))" (( "(") (binary_expression "local_c0 == *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_c0") (== "==") (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" (* "*") (cast_expression "(long *)(in_FS_OFFSET + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_FS_OFFSET + 0x28)" (( "(") (binary_expression "in_FS_OFFSET + 0x28" (identifier "in_FS_OFFSET") (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (compound_statement "{\n return uVar1;\n }" ({ "{") (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}")))) (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" (identifier "__stack_chk_fail") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
type_1 function_1(char *fmt,...)
{
long var_5;
char var_1;
type_1 BVar2;
type_2 in_RCX;
type_2 in_RDX;
type_2 in_RSI;
type_2 in_R8;
type_2 in_R9;
long var_2;
type_2 in_XMM0_Qa;
type_2 in_XMM1_Qa;
type_2 in_XMM2_Qa;
type_2 in_XMM3_Qa;
type_2 in_XMM4_Qa;
type_2 in_XMM5_Qa;
type_2 in_XMM6_Qa;
type_2 in_XMM7_Qa;
type_3 p;
type_4 local_b8 [8];
type_2 local_b0;
type_2 local_a8;
type_2 local_a0;
type_2 local_98;
type_2 local_90;
type_2 local_88;
type_2 local_78;
type_2 local_68;
type_2 local_58;
type_2 local_48;
type_2 local_38;
type_2 local_28;
type_2 local_18;
if (var_1 != '\0') {
local_88 = in_XMM0_Qa;
local_78 = in_XMM1_Qa;
local_68 = in_XMM2_Qa;
local_58 = in_XMM3_Qa;
local_48 = in_XMM4_Qa;
local_38 = in_XMM5_Qa;
local_28 = in_XMM6_Qa;
local_18 = in_XMM7_Qa;
}
var_5 = *(long *)(var_2 + 0x28);
local_b0 = in_RSI;
local_a8 = in_RDX;
local_a0 = in_RCX;
local_98 = in_R8;
local_90 = in_R9;
if (((type_5)option_mask32 & 5) != 0) {
p[0].overflow_arg_area = &stack0x00000008;
p[0].gp_offset = 8;
p[0].reg_save_area = local_b8;
p[0].fp_offset = 0x30;
var_3(fmt,p);
if (((type_5)option_mask32 & 4) != 0) {
if (ptr_to_globals->line_buf[0x7c] == '\0') {
/* WARNING: Subroutine does not return */
var_4(1);
}
BVar2 = BC_STATUS_FAILURE;
goto LAB_001128f2;
}
}
BVar2 = BC_STATUS_SUCCESS;
LAB_001128f2:
if (var_5 == *(long *)(var_2 + 0x28)) {
return BVar2;
}
/* WARNING: Subroutine does not return */
var_6();
}
| 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)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) 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: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (return_statement (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
undefined8
MASKED(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined8 param_6,undefined8 param_7,undefined8 param_8,
undefined8 param_9,undefined8 param_10,undefined8 param_11,undefined8 param_12,
undefined8 param_13,undefined8 param_14)
{
char in_AL;
undefined8 uVar1;
long in_FS_OFFSET;
undefined4 local_d8;
undefined4 local_d4;
undefined1 *local_d0;
undefined1 *local_c8;
long local_c0;
undefined1 local_b8 [8];
undefined8 local_b0;
undefined8 local_a8;
undefined8 local_a0;
undefined8 local_98;
undefined8 local_90;
undefined8 local_88;
undefined8 local_78;
undefined8 local_68;
undefined8 local_58;
undefined8 local_48;
undefined8 local_38;
undefined8 local_28;
undefined8 local_18;
if (in_AL != '\0') {
local_88 = param_1;
local_78 = param_2;
local_68 = param_3;
local_58 = param_4;
local_48 = param_5;
local_38 = param_6;
local_28 = param_7;
local_18 = param_8;
}
local_c0 = *(long *)(in_FS_OFFSET + 0x28);
local_b0 = param_10;
local_a8 = param_11;
local_a0 = param_12;
local_98 = param_13;
local_90 = param_14;
if (((byte)DAT_001caa08 & 5) != 0) {
local_d0 = &stack0x00000008;
local_d8 = 8;
local_c8 = local_b8;
local_d4 = 0x30;
FUN_001127b1(param_9,&local_d8);
if (((byte)DAT_001caa08 & 4) != 0) {
if (*(char *)(DAT_001ca5c8 + 0x118) == '\0') {
/* WARNING: Subroutine does not return */
exit(1);
}
uVar1 = 1;
goto LAB_001128f2;
}
}
uVar1 = 0;
LAB_001128f2:
if (local_c0 == *(long *)(in_FS_OFFSET + 0x28)) {
return uVar1;
}
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}
|
18_powerpc64-linux-gnu-elfedit_and_powerpc64-linux-gnu-elfedit_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_0010a090)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int fputc(int __c,FILE *__stream)
{
int iVar1;
iVar1 = (*(code *)PTR_fputc_0010a090)();
return iVar1;
}
| JMP qword ptr [0x0010a090] | null | null | null | null | [('const-0', u'RETURN_-1206968021'), (u'CAST_-1206967956', u'CALLIND_-1206968024'), (u'CALLIND_-1206968024', u'INDIRECT_-1206967961'), ('tmp_38', u'CAST_-1206967956'), (u'CALLIND_-1206968024', u'RETURN_-1206968021'), (u'INDIRECT_-1206967961', u'COPY_-1206968020')] | [('const-0', u'RETURN_-1206968021'), (u'CAST_-1206967956', u'CALLIND_-1206968024'), (u'CALLIND_-1206968024', u'INDIRECT_-1206967961'), ('tmp_38', u'CAST_-1206967956'), (u'CALLIND_-1206968024', u'RETURN_-1206968021'), (u'INDIRECT_-1206967961', u'COPY_-1206968020')] | null | null | 00102120 | 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_0010a090)();\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_0010a090)();\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_0010a090)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fputc_0010a090)();" (assignment_expression "iVar1 = (*(code *)PTR_fputc_0010a090)()" identifier = (call_expression "(*(code *)PTR_fputc_0010a090)()" (parenthesized_expression "(*(code *)PTR_fputc_0010a090)" ( (pointer_expression "*(code *)PTR_fputc_0010a090" * (cast_expression "(code *)PTR_fputc_0010a090" ( (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_0010a090)();\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_0010a090)();\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_0010a090)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fputc_0010a090)();" (assignment_expression "iVar1 = (*(code *)PTR_fputc_0010a090)()" identifier = (call_expression "(*(code *)PTR_fputc_0010a090)()" (parenthesized_expression "(*(code *)PTR_fputc_0010a090)" ( (pointer_expression "*(code *)PTR_fputc_0010a090" * (cast_expression "(code *)PTR_fputc_0010a090" ( (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_0010a090)();\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_0010a090)();\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_0010a090)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_fputc_0010a090)();" (assignment_expression "iVar1 = (*(code *)PTR_fputc_0010a090)()" identifier = (call_expression "(*(code *)PTR_fputc_0010a090)()" (parenthesized_expression "(*(code *)PTR_fputc_0010a090)" ( (pointer_expression "*(code *)PTR_fputc_0010a090" * (cast_expression "(code *)PTR_fputc_0010a090" ( (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_0010a090)();\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_0010a090)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_fputc_0010a090)();" (assignment_expression "iVar1 = (*(code *)PTR_fputc_0010a090)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_fputc_0010a090)()" (parenthesized_expression "(*(code *)PTR_fputc_0010a090)" (( "(") (pointer_expression "*(code *)PTR_fputc_0010a090" (* "*") (cast_expression "(code *)PTR_fputc_0010a090" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fputc_0010a090"))) () ")")) (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_0010a090)();
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_0010a090)();
return iVar1;
}
|
1804_i686-gnu-dwp_and_i686-gnu-dwp_strip.c | parse_to_value | FUN_0015dbf0 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void parse_to_value(Struct_undefined_version * this, char *
option_name, char * arg, Command_line * param_3, General_options * param_4) */
void __thiscall
gold::General_options::Struct_undefined_version::parse_to_value
(Struct_undefined_version *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_0015dbf0(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 | [(u'PTRSUB_-1207247766', u'STORE_-1207247853'), ('tmp_58', u'PTRSUB_-1207247776'), (u'PTRSUB_-1207247776', u'CALL_-1207247857'), ('const-1', u'STORE_-1207247853'), ('const-97', u'PTRSUB_-1207247776'), ('const-96', u'PTRSUB_-1207247766'), ('tmp_60', u'CALL_-1207247857'), ('const-433', u'STORE_-1207247853'), ('tmp_59', u'CALL_-1207247857'), ('tmp_58', u'PTRSUB_-1207247766'), ('const-0', u'RETURN_-1207247834')] | [('const-97', u'INT_ADD_-1207247853'), (u'INT_ADD_-1207247853', u'CALL_-1207247857'), ('tmp_84', u'INT_ADD_-1207247839'), (u'CAST_-1207247771', u'STORE_-1207247853'), ('tmp_86', u'CALL_-1207247857'), ('const-1', u'STORE_-1207247853'), ('tmp_85', u'CALL_-1207247857'), ('const-96', u'INT_ADD_-1207247839'), ('const-433', u'STORE_-1207247853'), ('tmp_84', u'INT_ADD_-1207247853'), (u'INT_ADD_-1207247839', u'CAST_-1207247771'), ('const-0', u'RETURN_-1207247834')] | null | null | 0015dbf0 | x64 | O2 | (translation_unit "void FUN_0015dbf0(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_0015dbf0(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_0015dbf0(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_undefined_version * this, char *\n option_name, char * arg, Command_line * param_3, General_options * param_4) */\n\nvoid __thiscall\ngold::General_options::Struct_undefined_version::parse_to_value\n (Struct_undefined_version *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_undefined_version::parse_to_value\n (Struct_undefined_version *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_undefined_version::" identifier : : identifier : : identifier : :) (function_declarator "parse_to_value\n (Struct_undefined_version *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)" identifier (parameter_list "(Struct_undefined_version *this,char *option_name,char *arg,Command_line *param_3,\n General_options *param_4)" ( (parameter_declaration "Struct_undefined_version *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_0015dbf0(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_0015dbf0(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_0015dbf0(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_0015dbf0(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_0015dbf0(long param_1,undefined8 param_2,undefined8 param_3)" (identifier "FUN_0015dbf0") (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_undefined_version * 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;
}
|
101_powerpc64le-linux-gnu-objcopy_and_powerpc64le-linux-gnu-objcopy_strip.c | bfd_get_mach | bfd_get_mach |
void bfd_get_mach(void)
{
(*(code *)PTR_bfd_get_mach_0012b328)();
return;
}
|
void bfd_get_mach(void)
{
(*(code *)PTR_bfd_get_mach_0012b328)();
return;
}
| JMP qword ptr [0x0012b328] | null | null | null | null | [(u'CALLIND_-1206958504', u'INDIRECT_-1206958444'), (u'CAST_-1206958439', u'CALLIND_-1206958504'), ('const-0', u'RETURN_-1206958501'), ('tmp_22', u'CAST_-1206958439'), (u'INDIRECT_-1206958444', u'COPY_-1206958503')] | [(u'CALLIND_-1206958504', u'INDIRECT_-1206958444'), (u'CAST_-1206958439', u'CALLIND_-1206958504'), ('const-0', u'RETURN_-1206958501'), ('tmp_22', u'CAST_-1206958439'), (u'INDIRECT_-1206958444', u'COPY_-1206958503')] | null | null | 00104650 | x64 | O2 | (translation_unit "void bfd_get_mach(void)\n\n{\n (*(code *)PTR_bfd_get_mach_0012b328)();\n return;\n}\n\n" (function_definition "void bfd_get_mach(void)\n\n{\n (*(code *)PTR_bfd_get_mach_0012b328)();\n return;\n}" primitive_type (function_declarator "bfd_get_mach(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_get_mach_0012b328)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_get_mach_0012b328)();" (call_expression "(*(code *)PTR_bfd_get_mach_0012b328)()" (parenthesized_expression "(*(code *)PTR_bfd_get_mach_0012b328)" ( (pointer_expression "*(code *)PTR_bfd_get_mach_0012b328" * (cast_expression "(code *)PTR_bfd_get_mach_0012b328" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void bfd_get_mach(void)\n\n{\n (*(code *)PTR_bfd_get_mach_0012b328)();\n return;\n}\n\n" (function_definition "void bfd_get_mach(void)\n\n{\n (*(code *)PTR_bfd_get_mach_0012b328)();\n return;\n}" primitive_type (function_declarator "bfd_get_mach(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_get_mach_0012b328)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_get_mach_0012b328)();" (call_expression "(*(code *)PTR_bfd_get_mach_0012b328)()" (parenthesized_expression "(*(code *)PTR_bfd_get_mach_0012b328)" ( (pointer_expression "*(code *)PTR_bfd_get_mach_0012b328" * (cast_expression "(code *)PTR_bfd_get_mach_0012b328" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void bfd_get_mach(void)\n\n{\n (*(code *)PTR_bfd_get_mach_0012b328)();\n return;\n}\n\n" (function_definition "void bfd_get_mach(void)\n\n{\n (*(code *)PTR_bfd_get_mach_0012b328)();\n return;\n}" primitive_type (function_declarator "bfd_get_mach(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_get_mach_0012b328)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_get_mach_0012b328)();" (call_expression "(*(code *)PTR_bfd_get_mach_0012b328)()" (parenthesized_expression "(*(code *)PTR_bfd_get_mach_0012b328)" ( (pointer_expression "*(code *)PTR_bfd_get_mach_0012b328" * (cast_expression "(code *)PTR_bfd_get_mach_0012b328" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) }))) | (function_definition "void bfd_get_mach(void)\n\n{\n (*(code *)PTR_bfd_get_mach_0012b328)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_get_mach(void)" (identifier "bfd_get_mach") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_get_mach_0012b328)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_get_mach_0012b328)();" (call_expression "(*(code *)PTR_bfd_get_mach_0012b328)()" (parenthesized_expression "(*(code *)PTR_bfd_get_mach_0012b328)" (( "(") (pointer_expression "*(code *)PTR_bfd_get_mach_0012b328" (* "*") (cast_expression "(code *)PTR_bfd_get_mach_0012b328" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_get_mach_0012b328"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(void)
{
(*(type_1 *)PTR_bfd_get_mach_0012b328)();
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_0012b328)();
return;
}
|
242_i686-kfreebsd-gnu-ld_and_i686-kfreebsd-gnu-ld_strip.c | gc_process_relocs<64,false,(anonymous_namespace)::Target_x86_64<64>,(anonymous_namespace)::Target_x86_64<64>::Scan,gold::Default_classify_reloc<4,64,false>> | FUN_001456db |
/* WARNING: Enum "DT": Some values do not have unique names */
/* void gold::gc_process_relocs<64, false, (anonymous namespace)::Target_x86_64<64>, (anonymous
namespace)::Target_x86_64<64>::Scan, gold::Default_classify_reloc<4, 64, false>
>(gold::Symbol_table*, gold::Layout*, (anonymous namespace)::Target_x86_64<64>*,
gold::Sized_relobj_file<64, false>*, unsigned int, unsigned char const*, unsigned long,
gold::Output_section*, bool, unsigned long, unsigned char const*) [clone .constprop.812] [clone
.cold.856] */
void gold::
gc_process_relocs<64,false,(anonymous_namespace)::Target_x86_64<64>,(anonymous_namespace)::Target_x86_64<64>::Scan,gold::Default_classify_reloc<4,64,false>>
(Symbol_table *param_1,Layout *param_2,Target_x86_64 *param_3,
Sized_relobj_file *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;
if (*(void **)(unaff_RBP + -0x70) != (void *)(*(long *)(unaff_RBP + -0x188) + 0x10)) {
operator_delete(*(void **)(unaff_RBP + -0x70));
}
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_001456db(void)
{
long unaff_RBP;
if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10) {
FUN_002a2980();
}
/* WARNING: Subroutine does not return */
FUN_003305f0();
}
| MOV RAX,qword ptr [RBP + -0x188]
MOV RDI,qword ptr [RBP + -0x70]
ADD RAX,0x10
CMP RDI,RAX
JZ 0x001456f4
CALL 0x002a2980
MOV RDI,RBX
CALL 0x003305f0 | null | null | null | null | [('const-433', u'LOAD_-1207216418'), (u'INT_ADD_-1207216392', u'CAST_-1207216245'), (u'LOAD_-1207216408', u'INT_NOTEQUAL_-1207216374'), (u'CAST_-1207216240', u'INT_NOTEQUAL_-1207216374'), (u'LOAD_-1207216408', u'CALL_-1207216366'), (u'INT_ADD_-1207216402', u'CAST_-1207216253'), ('tmp_248', u'INT_ADD_-1207216402'), (u'INT_ADD_-1207216383', u'CAST_-1207216240'), ('tmp_70', u'CBRANCH_-1207216373'), ('tmp_248', u'INT_ADD_-1207216392'), (u'LOAD_-1207216418', u'INT_ADD_-1207216383'), ('const--392', u'INT_ADD_-1207216402'), (u'CAST_-1207216245', u'LOAD_-1207216408'), (u'CAST_-1207216253', u'LOAD_-1207216418'), ('const--112', u'INT_ADD_-1207216392'), ('const-1', u'RETURN_-1207216349'), ('const-433', u'LOAD_-1207216408'), ('const-16', u'INT_ADD_-1207216383'), (u'INT_NOTEQUAL_-1207216374', u'CBRANCH_-1207216373')] | [(u'LOAD_-1207216408', u'INT_NOTEQUAL_-1207216374'), ('tmp_187', u'INT_ADD_-1207216392'), ('tmp_187', u'INT_ADD_-1207216402'), (u'CAST_-1207216275', u'LOAD_-1207216408'), ('tmp_70', u'CBRANCH_-1207216373'), (u'INT_ADD_-1207216402', u'CAST_-1207216283'), (u'LOAD_-1207216418', u'INT_ADD_-1207216383'), (u'INT_ADD_-1207216392', u'CAST_-1207216275'), ('const--392', u'INT_ADD_-1207216402'), (u'INT_ADD_-1207216383', u'INT_NOTEQUAL_-1207216374'), ('const-433', u'LOAD_-1207216408'), (u'CAST_-1207216283', u'LOAD_-1207216418'), ('const-433', u'LOAD_-1207216418'), ('const--112', u'INT_ADD_-1207216392'), ('const-1', u'RETURN_-1207216349'), ('const-16', u'INT_ADD_-1207216383'), (u'INT_NOTEQUAL_-1207216374', u'CBRANCH_-1207216373')] | null | null | 001456db | x64 | O2 | (translation_unit "void FUN_001456db(void)\n\n{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10) {\n FUN_002a2980();\n }\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}\n\n" (function_definition "void FUN_001456db(void)\n\n{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10) {\n FUN_002a2980();\n }\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}" primitive_type (function_declarator "FUN_001456db(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10) {\n FUN_002a2980();\n }\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}" { (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10) {\n FUN_002a2980();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x70)" * (cast_expression "(long *)(unaff_RBP + -0x70)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x70)" ( (binary_expression "unaff_RBP + -0x70" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x188) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x188)" * (cast_expression "(long *)(unaff_RBP + -0x188)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x188)" ( (binary_expression "unaff_RBP + -0x188" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "FUN_003305f0();" (call_expression "FUN_003305f0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* void gold::gc_process_relocs<64, false, (anonymous namespace)::Target_x86_64<64>, (anonymous\n namespace)::Target_x86_64<64>::Scan, gold::Default_classify_reloc<4, 64, false>\n >(gold::Symbol_table*, gold::Layout*, (anonymous namespace)::Target_x86_64<64>*,\n gold::Sized_relobj_file<64, false>*, unsigned int, unsigned char const*, unsigned long,\n gold::Output_section*, bool, unsigned long, unsigned char const*) [clone .constprop.812] [clone\n .cold.856] */\n\nvoid gold::\n gc_process_relocs<64,false,(anonymous_namespace)::Target_x86_64<64>,(anonymous_namespace)::Target_x86_64<64>::Scan,gold::Default_classify_reloc<4,64,false>>\n (Symbol_table *param_1,Layout *param_2,Target_x86_64 *param_3,\n Sized_relobj_file *param_4,uint param_5,uchar *param_6,ulong param_7,\n Output_section *param_8,bool param_9,ulong param_10,uchar *param_11)\n\n{\n long unaff_RBP;\n \n if (*(void **)(unaff_RBP + -0x70) != (void *)(*(long *)(unaff_RBP + -0x188) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x70));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" comment comment (declaration "void gold::\n gc_process_relocs<64,false,(anonymous_namespace)::Target_x86_64<64>,(anonymous_namespace)::Target_x86_64<64>::Scan,gold::Default_classify_reloc<4,64,false>>\n (Symbol_table *param_1,Layout *param_2,Target_x86_64 *param_3,\n Sized_relobj_file *param_4,uint param_5,uchar *param_6,ulong param_7,\n Output_section *param_8,bool param_9,ulong param_10,uchar *param_11)\n\n{\n long unaff_RBP;" primitive_type (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , identifier , (parenthesized_declarator "(anonymous_namespace)" ( identifier )) (ERROR "::Target_x86_64<64>" : : identifier < number_literal >) , (parenthesized_declarator "(anonymous_namespace)" ( identifier )) (ERROR "::Target_x86_64<64>::Scan" : : identifier < number_literal > : : identifier) , (ERROR "gold::" identifier : :) identifier (ERROR "<4,64" < number_literal , number_literal) , (ERROR "false>>\n (Symbol_table *param_1,Layout *param_2,Target_x86_64 *param_3,\n Sized_relobj_file *param_4,uint param_5,uchar *param_6,ulong param_7,\n Output_section *param_8,bool param_9,ulong param_10,uchar *param_11)\n\n{\n long" (function_declarator "false>>\n (Symbol_table *param_1,Layout *param_2,Target_x86_64 *param_3,\n Sized_relobj_file *param_4,uint param_5,uchar *param_6,ulong param_7,\n Output_section *param_8,bool param_9,ulong param_10,uchar *param_11)" identifier (ERROR ">>" >>) (parameter_list "(Symbol_table *param_1,Layout *param_2,Target_x86_64 *param_3,\n Sized_relobj_file *param_4,uint param_5,uchar *param_6,ulong param_7,\n Output_section *param_8,bool param_9,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 "Target_x86_64 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "Sized_relobj_file *param_4" type_identifier (pointer_declarator "*param_4" * 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 ;) (if_statement "if (*(void **)(unaff_RBP + -0x70) != (void *)(*(long *)(unaff_RBP + -0x188) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x70));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x70) != (void *)(*(long *)(unaff_RBP + -0x188) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x70) != (void *)(*(long *)(unaff_RBP + -0x188) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x70)" * (cast_expression "(void **)(unaff_RBP + -0x70)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x70)" ( (binary_expression "unaff_RBP + -0x70" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x188) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x188) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x188) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x188)" * (cast_expression "(long *)(unaff_RBP + -0x188)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x188)" ( (binary_expression "unaff_RBP + -0x188" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x70));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x70));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x70))" identifier (argument_list "(*(void **)(unaff_RBP + -0x70))" ( (pointer_expression "*(void **)(unaff_RBP + -0x70)" * (cast_expression "(void **)(unaff_RBP + -0x70)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x70)" ( (binary_expression "unaff_RBP + -0x70" identifier + number_literal) )))) ))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) (ERROR "}" })) | (translation_unit "void FUN_001456db(void)\n\n{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}\n\n" (function_definition "void FUN_001456db(void)\n\n{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" primitive_type (function_declarator "FUN_001456db(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" { (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10) {\n FUN_002a2980();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x70)" * (cast_expression "(long *)(unaff_RBP + -0x70)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x70)" ( (binary_expression "unaff_RBP + -0x70" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x188) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x188)" * (cast_expression "(long *)(unaff_RBP + -0x188)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x188)" ( (binary_expression "unaff_RBP + -0x188" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_003305f0();" (call_expression "FUN_003305f0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (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 ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_001456db(void)\n\n{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" (primitive_type "void") (function_declarator "FUN_001456db(void)" (identifier "FUN_001456db") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long unaff_RBP;\n \n if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" ({ "{") (declaration "long unaff_RBP;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBP") (; ";")) (if_statement "if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10) {\n FUN_002a2980();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x70)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x70)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x70)" (( "(") (binary_expression "unaff_RBP + -0x70" (identifier "unaff_RBP") (+ "+") (number_literal "-0x70")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x188) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x188)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x188)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x188)" (( "(") (binary_expression "unaff_RBP + -0x188" (identifier "unaff_RBP") (+ "+") (number_literal "-0x188")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_002a2980();\n }" ({ "{") (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" (identifier "FUN_002a2980") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_003305f0();" (call_expression "FUN_003305f0()" (identifier "FUN_003305f0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* WARNING: Enum "DT": Some values do not have unique names */
/* void gold::gc_process_relocs<64, false, (anonymous namespace)::Target_x86_64<64>, (anonymous
namespace)::Target_x86_64<64>::Scan, gold::Default_classify_reloc<4, 64, false>
>(gold::Symbol_table*, gold::Layout*, (anonymous namespace)::Target_x86_64<64>*,
gold::Sized_relobj_file<64, false>*, unsigned int, unsigned char const*, unsigned long,
gold::Output_section*, bool, unsigned long, unsigned char const*) [clone .constprop.812] [clone
.cold.856] */
void gold::
gc_process_relocs<64,false,(function_1)::Target_x86_64<64>,(function_1)::Target_x86_64<64>::Scan,gold::Default_classify_reloc<4,64,false>>
(Symbol_table *param_1,Layout *param_2,Target_x86_64 *param_3,
Sized_relobj_file *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;
if (*(void **)(var_1 + -0x70) != (void *)(*(long *)(var_1 + -0x188) + 0x10)) {
var_2(*(void **)(var_1 + -0x70));
}
/* WARNING: Subroutine does not return */
var_3();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
void MASKED(void)
{
long unaff_RBP;
if (*(long *)(unaff_RBP + -0x70) != *(long *)(unaff_RBP + -0x188) + 0x10) {
FUN_002a2980();
}
/* WARNING: Subroutine does not return */
FUN_003305f0();
}
|
65_sh4-linux-gnu-gprof_and_sh4-linux-gnu-gprof_strip.c | sysconf | sysconf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long sysconf(int __name)
{
long lVar1;
lVar1 = (*(code *)PTR_sysconf_00118208)();
return lVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long sysconf(int __name)
{
long lVar1;
lVar1 = (*(code *)PTR_sysconf_00118208)();
return lVar1;
}
| JMP qword ptr [0x00118208] | null | null | null | null | [('const-0', u'RETURN_-1206967269'), (u'CALLIND_-1206967272', u'RETURN_-1206967269'), (u'CAST_-1206967205', u'CALLIND_-1206967272'), (u'CALLIND_-1206967272', u'INDIRECT_-1206967210'), (u'INDIRECT_-1206967210', u'COPY_-1206967269'), ('tmp_32', u'CAST_-1206967205')] | [('const-0', u'RETURN_-1206967269'), (u'CALLIND_-1206967272', u'RETURN_-1206967269'), (u'CAST_-1206967205', u'CALLIND_-1206967272'), (u'CALLIND_-1206967272', u'INDIRECT_-1206967210'), (u'INDIRECT_-1206967210', u'COPY_-1206967269'), ('tmp_32', u'CAST_-1206967205')] | null | null | 00102410 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nlong sysconf(int __name)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_00118208)();\n return lVar1;\n}\n\n" comment (function_definition "long sysconf(int __name)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_00118208)();\n return lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "sysconf(int __name)" identifier (parameter_list "(int __name)" ( (parameter_declaration "int __name" primitive_type identifier) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_00118208)();\n return lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = (*(code *)PTR_sysconf_00118208)();" (assignment_expression "lVar1 = (*(code *)PTR_sysconf_00118208)()" identifier = (call_expression "(*(code *)PTR_sysconf_00118208)()" (parenthesized_expression "(*(code *)PTR_sysconf_00118208)" ( (pointer_expression "*(code *)PTR_sysconf_00118208" * (cast_expression "(code *)PTR_sysconf_00118208" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return lVar1;" return identifier ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nlong sysconf(int __name)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_00118208)();\n return lVar1;\n}\n\n" comment (function_definition "long sysconf(int __name)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_00118208)();\n return lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "sysconf(int __name)" identifier (parameter_list "(int __name)" ( (parameter_declaration "int __name" primitive_type identifier) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_00118208)();\n return lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = (*(code *)PTR_sysconf_00118208)();" (assignment_expression "lVar1 = (*(code *)PTR_sysconf_00118208)()" identifier = (call_expression "(*(code *)PTR_sysconf_00118208)()" (parenthesized_expression "(*(code *)PTR_sysconf_00118208)" ( (pointer_expression "*(code *)PTR_sysconf_00118208" * (cast_expression "(code *)PTR_sysconf_00118208" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return lVar1;" return identifier ;) }))) | (translation_unit "long sysconf(int __name)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_00118208)();\n return lVar1;\n}\n\n" (function_definition "long sysconf(int __name)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_00118208)();\n return lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "sysconf(int __name)" identifier (parameter_list "(int __name)" ( (parameter_declaration "int __name" primitive_type identifier) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_00118208)();\n return lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = (*(code *)PTR_sysconf_00118208)();" (assignment_expression "lVar1 = (*(code *)PTR_sysconf_00118208)()" identifier = (call_expression "(*(code *)PTR_sysconf_00118208)()" (parenthesized_expression "(*(code *)PTR_sysconf_00118208)" ( (pointer_expression "*(code *)PTR_sysconf_00118208" * (cast_expression "(code *)PTR_sysconf_00118208" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return lVar1;" return identifier ;) }))) | (translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) 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 "long sysconf(int __name)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_00118208)();\n return lVar1;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "sysconf(int __name)" (identifier "sysconf") (parameter_list "(int __name)" (( "(") (parameter_declaration "int __name" (primitive_type "int") (identifier "__name")) () ")"))) (compound_statement "{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_00118208)();\n return lVar1;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (expression_statement "lVar1 = (*(code *)PTR_sysconf_00118208)();" (assignment_expression "lVar1 = (*(code *)PTR_sysconf_00118208)()" (identifier "lVar1") (= "=") (call_expression "(*(code *)PTR_sysconf_00118208)()" (parenthesized_expression "(*(code *)PTR_sysconf_00118208)" (( "(") (pointer_expression "*(code *)PTR_sysconf_00118208" (* "*") (cast_expression "(code *)PTR_sysconf_00118208" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_sysconf_00118208"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return lVar1;" (return "return") (identifier "lVar1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long function_1(int __name)
{
long lVar1;
lVar1 = (*(type_1 *)PTR_sysconf_00118208)();
return lVar1;
}
| null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (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 */
long MASKED(int __name)
{
long lVar1;
lVar1 = (*(code *)PTR_MASKED_00118208)();
return lVar1;
}
|
10767_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | __register_frame_info_table_bases | FUN_0036a440 |
void __register_frame_info_table_bases
(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)
{
undefined *puVar1;
undefined8 *puVar2;
puVar1 = PTR___pthread_key_create_0043dee8;
*param_2 = 0xffffffffffffffff;
param_2[1] = param_3;
param_2[2] = param_4;
param_2[3] = param_1;
param_2[4] = 0x7fa;
if (puVar1 != (undefined *)0x0) {
pthread_mutex_lock((pthread_mutex_t *)object_mutex);
}
puVar2 = param_2;
param_2[5] = unseen_objects;
unseen_objects = puVar2;
if (any_objects_registered == 0) {
any_objects_registered = 1;
}
if (puVar1 != (undefined *)0x0) {
pthread_mutex_unlock((pthread_mutex_t *)object_mutex);
return;
}
return;
}
|
void FUN_0036a440(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)
{
undefined *puVar1;
undefined8 *puVar2;
puVar1 = PTR___pthread_key_create_0043dee8;
*param_2 = 0xffffffffffffffff;
param_2[1] = param_3;
param_2[2] = param_4;
param_2[3] = param_1;
param_2[4] = 0x7fa;
if (puVar1 != (undefined *)0x0) {
pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);
}
puVar2 = param_2;
param_2[5] = DAT_0044c1b8;
DAT_0044c1b8 = puVar2;
if (DAT_0044c1a8 == 0) {
DAT_0044c1a8 = 1;
}
if (puVar1 != (undefined *)0x0) {
pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);
return;
}
return;
}
| PUSH RBP
PUSH RBX
MOV RBX,RSI
SUB RSP,0x8
MOV RBP,qword ptr [0x0043dee8]
MOV qword ptr [RSI],-0x1
MOV qword ptr [RSI + 0x8],RDX
MOV qword ptr [RSI + 0x10],RCX
MOV qword ptr [RSI + 0x18],RDI
MOV qword ptr [RSI + 0x20],0x7fa
TEST RBP,RBP
JZ 0x0036a47c
LEA RDI,[0x44c180]
CALL 0x001479b0
MOV RAX,qword ptr [0x0044c1b8]
MOV qword ptr [0x0044c1b8],RBX
MOV qword ptr [RBX + 0x28],RAX
MOV EAX,dword ptr [0x0044c1a8]
TEST EAX,EAX
JZ 0x0036a4c0
TEST RBP,RBP
JZ 0x0036a4b0
ADD RSP,0x8
LEA RDI,[0x44c180]
POP RBX
POP RBP
JMP 0x00147a80
ADD RSP,0x8
POP RBX
POP RBP
RET
MOV dword ptr [0x0044c1a8],0x1
JMP 0x0036a498 | null | null | null | null | [('tmp_625', u'COPY_-1205230299'), ('const-433', u'STORE_-1205230474'), ('const-8', u'PTRADD_-1205230212'), ('const-8', u'PTRADD_-1205230217'), ('const-433', u'STORE_-1205230467'), (u'INDIRECT_-1205230184', u'COPY_-1205230243'), (u'PTRADD_-1205230162', u'STORE_-1205230402'), (u'CAST_-1205230125', u'CALL_-1205230325'), ('tmp_459', u'STORE_-1205230491'), ('tmp_461', u'STORE_-1205230474'), (u'INDIRECT_-1205230197', u'MULTIEQUAL_-1205230183'), ('const-0', u'INT_EQUAL_-1205230377'), (u'CAST_-1205230177', u'CALL_-1205230422'), ('const-4505984', u'PTRSUB_-1205230134'), (u'INDIRECT_-1205230236', u'MULTIEQUAL_-1205230222'), ('const-433', u'STORE_-1205230491'), ('const-8', u'PTRADD_-1205230162'), (u'STORE_-1205230474', u'INDIRECT_-1205230247'), (u'PTRSUB_-1205230186', u'CAST_-1205230177'), ('const-0', u'RETURN_-1205230289'), ('tmp_107', u'CBRANCH_-1205230437'), (u'COPY_-1205230299', u'INT_NOTEQUAL_-1205230362'), (u'MULTIEQUAL_-1205230199', u'STORE_-1205230402'), ('const-433', u'STORE_-1205230460'), ('const-5', u'PTRADD_-1205230162'), (u'STORE_-1205230402', u'INDIRECT_-1205230197'), (u'STORE_-1205230491', u'INDIRECT_-1205230248'), (u'PTRSUB_-1205230134', u'CAST_-1205230125'), ('const-2042', u'STORE_-1205230460'), (u'STORE_-1205230474', u'INDIRECT_-1205230258'), (u'COPY_-1205230224', u'COPY_-1205230223'), ('const-8', u'PTRADD_-1205230202'), (u'STORE_-1205230402', u'INDIRECT_-1205230185'), (u'INDIRECT_-1205230197', u'INT_EQUAL_-1205230377'), ('const-8', u'PTRADD_-1205230207'), (u'INDIRECT_-1205230185', u'COPY_-1205230222'), ('const-0', u'INT_NOTEQUAL_-1205230438'), (u'INDIRECT_-1205230225', u'MULTIEQUAL_-1205230199'), (u'STORE_-1205230460', u'INDIRECT_-1205230248'), (u'STORE_-1205230402', u'INDIRECT_-1205230208'), (u'COPY_-1205230222', u'COPY_-1205230207'), ('tmp_159', u'CBRANCH_-1205230376'), (u'STORE_-1205230467', u'INDIRECT_-1205230242'), ('const-4505984', u'PTRSUB_-1205230186'), (u'COPY_-1205230287', u'MULTIEQUAL_-1205230183'), (u'STORE_-1205230481', u'INDIRECT_-1205230240'), (u'STORE_-1205230481', u'INDIRECT_-1205230252'), (u'CALL_-1205230422', u'INDIRECT_-1205230213'), ('tmp_185', u'CBRANCH_-1205230361'), (u'PTRADD_-1205230202', u'STORE_-1205230460'), (u'INDIRECT_-1205230248', u'MULTIEQUAL_-1205230222'), ('tmp_462', u'STORE_-1205230467'), (u'INDIRECT_-1205230208', u'COPY_-1205230230'), (u'INDIRECT_-1205230161', u'COPY_-1205230220'), ('const-1', u'COPY_-1205230287'), (u'INT_NOTEQUAL_-1205230438', u'CBRANCH_-1205230437'), ('tmp_459', u'PTRADD_-1205230202'), ('const-433', u'STORE_-1205230481'), (u'COPY_-1205230299', u'INT_NOTEQUAL_-1205230438'), ('const-3', u'PTRADD_-1205230207'), (u'STORE_-1205230474', u'INDIRECT_-1205230235'), (u'CALL_-1205230325', u'INDIRECT_-1205230173'), (u'INDIRECT_-1205230173', u'COPY_-1205230232'), (u'STORE_-1205230491', u'INDIRECT_-1205230271'), ('const-0', u'PTRSUB_-1205230186'), ('tmp_459', u'PTRADD_-1205230162'), ('const-2', u'PTRADD_-1205230212'), (u'PTRADD_-1205230212', u'STORE_-1205230474'), ('const-1', u'PTRADD_-1205230217'), (u'INT_EQUAL_-1205230377', u'CBRANCH_-1205230376'), ('tmp_459', u'PTRADD_-1205230212'), (u'CALL_-1205230325', u'INDIRECT_-1205230184'), (u'CALL_-1205230422', u'INDIRECT_-1205230225'), (u'MULTIEQUAL_-1205230183', u'COPY_-1205230219'), ('const-0', u'INT_NOTEQUAL_-1205230362'), ('const-0', u'PTRSUB_-1205230134'), (u'INT_NOTEQUAL_-1205230362', u'CBRANCH_-1205230361'), (u'STORE_-1205230460', u'INDIRECT_-1205230237'), (u'STORE_-1205230481', u'INDIRECT_-1205230263'), ('const-0', u'RETURN_-1205230321'), (u'INDIRECT_-1205230225', u'MULTIEQUAL_-1205230210'), (u'STORE_-1205230467', u'INDIRECT_-1205230253'), (u'INDIRECT_-1205230213', u'MULTIEQUAL_-1205230199'), (u'PTRADD_-1205230207', u'STORE_-1205230467'), ('tmp_459', u'PTRADD_-1205230217'), (u'STORE_-1205230460', u'INDIRECT_-1205230225'), ('tmp_293', u'BRANCH_-1205230273'), ('const-433', u'STORE_-1205230402'), ('tmp_460', u'STORE_-1205230481'), ('const-4', u'PTRADD_-1205230202'), ('tmp_459', u'PTRADD_-1205230207'), ('tmp_459', u'COPY_-1205230224'), (u'STORE_-1205230467', u'INDIRECT_-1205230230'), (u'STORE_-1205230491', u'INDIRECT_-1205230260'), (u'CALL_-1205230325', u'INDIRECT_-1205230161'), (u'CALL_-1205230422', u'INDIRECT_-1205230236'), (u'PTRADD_-1205230217', u'STORE_-1205230481'), ('const--1', u'STORE_-1205230491'), (u'INDIRECT_-1205230237', u'MULTIEQUAL_-1205230210')] | [('tmp_625', u'COPY_-1205230299'), ('const-433', u'STORE_-1205230474'), ('const-8', u'PTRADD_-1205230212'), ('const-8', u'PTRADD_-1205230217'), ('const-433', u'STORE_-1205230467'), (u'INDIRECT_-1205230184', u'COPY_-1205230243'), (u'PTRADD_-1205230162', u'STORE_-1205230402'), (u'CAST_-1205230125', u'CALL_-1205230325'), ('tmp_459', u'STORE_-1205230491'), ('tmp_461', u'STORE_-1205230474'), (u'INDIRECT_-1205230197', u'MULTIEQUAL_-1205230183'), ('const-0', u'INT_EQUAL_-1205230377'), (u'CAST_-1205230177', u'CALL_-1205230422'), ('const-4505984', u'PTRSUB_-1205230134'), (u'INDIRECT_-1205230236', u'MULTIEQUAL_-1205230222'), ('const-433', u'STORE_-1205230491'), ('const-8', u'PTRADD_-1205230162'), (u'STORE_-1205230474', u'INDIRECT_-1205230247'), (u'PTRSUB_-1205230186', u'CAST_-1205230177'), ('const-0', u'RETURN_-1205230289'), ('tmp_107', u'CBRANCH_-1205230437'), (u'COPY_-1205230299', u'INT_NOTEQUAL_-1205230362'), (u'MULTIEQUAL_-1205230199', u'STORE_-1205230402'), ('const-433', u'STORE_-1205230460'), ('const-5', u'PTRADD_-1205230162'), (u'STORE_-1205230402', u'INDIRECT_-1205230197'), (u'STORE_-1205230491', u'INDIRECT_-1205230248'), (u'PTRSUB_-1205230134', u'CAST_-1205230125'), ('const-2042', u'STORE_-1205230460'), (u'STORE_-1205230474', u'INDIRECT_-1205230258'), (u'COPY_-1205230224', u'COPY_-1205230223'), ('const-8', u'PTRADD_-1205230202'), (u'STORE_-1205230402', u'INDIRECT_-1205230185'), (u'INDIRECT_-1205230197', u'INT_EQUAL_-1205230377'), ('const-8', u'PTRADD_-1205230207'), (u'INDIRECT_-1205230185', u'COPY_-1205230222'), ('const-0', u'INT_NOTEQUAL_-1205230438'), (u'INDIRECT_-1205230225', u'MULTIEQUAL_-1205230199'), (u'STORE_-1205230460', u'INDIRECT_-1205230248'), (u'STORE_-1205230402', u'INDIRECT_-1205230208'), (u'COPY_-1205230222', u'COPY_-1205230207'), ('tmp_159', u'CBRANCH_-1205230376'), (u'STORE_-1205230467', u'INDIRECT_-1205230242'), ('const-4505984', u'PTRSUB_-1205230186'), (u'COPY_-1205230287', u'MULTIEQUAL_-1205230183'), (u'STORE_-1205230481', u'INDIRECT_-1205230240'), (u'STORE_-1205230481', u'INDIRECT_-1205230252'), (u'CALL_-1205230422', u'INDIRECT_-1205230213'), ('tmp_185', u'CBRANCH_-1205230361'), (u'PTRADD_-1205230202', u'STORE_-1205230460'), (u'INDIRECT_-1205230248', u'MULTIEQUAL_-1205230222'), ('tmp_462', u'STORE_-1205230467'), (u'INDIRECT_-1205230208', u'COPY_-1205230230'), (u'INDIRECT_-1205230161', u'COPY_-1205230220'), ('const-1', u'COPY_-1205230287'), (u'INT_NOTEQUAL_-1205230438', u'CBRANCH_-1205230437'), ('tmp_459', u'PTRADD_-1205230202'), ('const-433', u'STORE_-1205230481'), (u'COPY_-1205230299', u'INT_NOTEQUAL_-1205230438'), ('const-3', u'PTRADD_-1205230207'), (u'STORE_-1205230474', u'INDIRECT_-1205230235'), (u'CALL_-1205230325', u'INDIRECT_-1205230173'), (u'INDIRECT_-1205230173', u'COPY_-1205230232'), (u'STORE_-1205230491', u'INDIRECT_-1205230271'), ('const-0', u'PTRSUB_-1205230186'), ('tmp_459', u'PTRADD_-1205230162'), ('const-2', u'PTRADD_-1205230212'), (u'PTRADD_-1205230212', u'STORE_-1205230474'), ('const-1', u'PTRADD_-1205230217'), (u'INT_EQUAL_-1205230377', u'CBRANCH_-1205230376'), ('tmp_459', u'PTRADD_-1205230212'), (u'CALL_-1205230325', u'INDIRECT_-1205230184'), (u'CALL_-1205230422', u'INDIRECT_-1205230225'), (u'MULTIEQUAL_-1205230183', u'COPY_-1205230219'), ('const-0', u'INT_NOTEQUAL_-1205230362'), ('const-0', u'PTRSUB_-1205230134'), (u'INT_NOTEQUAL_-1205230362', u'CBRANCH_-1205230361'), (u'STORE_-1205230460', u'INDIRECT_-1205230237'), (u'STORE_-1205230481', u'INDIRECT_-1205230263'), ('const-0', u'RETURN_-1205230321'), (u'INDIRECT_-1205230225', u'MULTIEQUAL_-1205230210'), (u'STORE_-1205230467', u'INDIRECT_-1205230253'), (u'INDIRECT_-1205230213', u'MULTIEQUAL_-1205230199'), (u'PTRADD_-1205230207', u'STORE_-1205230467'), ('tmp_459', u'PTRADD_-1205230217'), (u'STORE_-1205230460', u'INDIRECT_-1205230225'), ('tmp_293', u'BRANCH_-1205230273'), ('const-433', u'STORE_-1205230402'), ('tmp_460', u'STORE_-1205230481'), ('const-4', u'PTRADD_-1205230202'), ('tmp_459', u'PTRADD_-1205230207'), ('tmp_459', u'COPY_-1205230224'), (u'STORE_-1205230467', u'INDIRECT_-1205230230'), (u'STORE_-1205230491', u'INDIRECT_-1205230260'), (u'CALL_-1205230325', u'INDIRECT_-1205230161'), (u'CALL_-1205230422', u'INDIRECT_-1205230236'), (u'PTRADD_-1205230217', u'STORE_-1205230481'), ('const--1', u'STORE_-1205230491'), (u'INDIRECT_-1205230237', u'MULTIEQUAL_-1205230210')] | null | null | 0036a440 | x64 | O2 | (translation_unit "void FUN_0036a440(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined *puVar1;\n undefined8 *puVar2;\n \n puVar1 = PTR___pthread_key_create_0043dee8;\n *param_2 = 0xffffffffffffffff;\n param_2[1] = param_3;\n param_2[2] = param_4;\n param_2[3] = param_1;\n param_2[4] = 0x7fa;\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);\n }\n puVar2 = param_2;\n param_2[5] = DAT_0044c1b8;\n DAT_0044c1b8 = puVar2;\n if (DAT_0044c1a8 == 0) {\n DAT_0044c1a8 = 1;\n }\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0036a440(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined *puVar1;\n undefined8 *puVar2;\n \n puVar1 = PTR___pthread_key_create_0043dee8;\n *param_2 = 0xffffffffffffffff;\n param_2[1] = param_3;\n param_2[2] = param_4;\n param_2[3] = param_1;\n param_2[4] = 0x7fa;\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);\n }\n puVar2 = param_2;\n param_2[5] = DAT_0044c1b8;\n DAT_0044c1b8 = puVar2;\n if (DAT_0044c1a8 == 0) {\n DAT_0044c1a8 = 1;\n }\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0036a440(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)" identifier (parameter_list "(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) ))) (compound_statement "{\n undefined *puVar1;\n undefined8 *puVar2;\n \n puVar1 = PTR___pthread_key_create_0043dee8;\n *param_2 = 0xffffffffffffffff;\n param_2[1] = param_3;\n param_2[2] = param_4;\n param_2[3] = param_1;\n param_2[4] = 0x7fa;\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);\n }\n puVar2 = param_2;\n param_2[5] = DAT_0044c1b8;\n DAT_0044c1b8 = puVar2;\n if (DAT_0044c1a8 == 0) {\n DAT_0044c1a8 = 1;\n }\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);\n return;\n }\n return;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "puVar1 = PTR___pthread_key_create_0043dee8;" (assignment_expression "puVar1 = PTR___pthread_key_create_0043dee8" identifier = identifier) ;) (expression_statement "*param_2 = 0xffffffffffffffff;" (assignment_expression "*param_2 = 0xffffffffffffffff" (pointer_expression "*param_2" * identifier) = number_literal) ;) (expression_statement "param_2[1] = param_3;" (assignment_expression "param_2[1] = param_3" (subscript_expression "param_2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_2[2] = param_4;" (assignment_expression "param_2[2] = param_4" (subscript_expression "param_2[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_2[3] = param_1;" (assignment_expression "param_2[3] = param_1" (subscript_expression "param_2[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_2[4] = 0x7fa;" (assignment_expression "param_2[4] = 0x7fa" (subscript_expression "param_2[4]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if (puVar1 != (undefined *)0x0) {\n pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);\n }" if (parenthesized_expression "(puVar1 != (undefined *)0x0)" ( (binary_expression "puVar1 != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);\n }" { (expression_statement "pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);" (call_expression "pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180)" identifier (argument_list "((pthread_mutex_t *)&DAT_0044c180)" ( (cast_expression "(pthread_mutex_t *)&DAT_0044c180" ( (type_descriptor "pthread_mutex_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_0044c180" & identifier)) ))) ;) })) (expression_statement "puVar2 = param_2;" (assignment_expression "puVar2 = param_2" identifier = identifier) ;) (expression_statement "param_2[5] = DAT_0044c1b8;" (assignment_expression "param_2[5] = DAT_0044c1b8" (subscript_expression "param_2[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "DAT_0044c1b8 = puVar2;" (assignment_expression "DAT_0044c1b8 = puVar2" identifier = identifier) ;) (if_statement "if (DAT_0044c1a8 == 0) {\n DAT_0044c1a8 = 1;\n }" if (parenthesized_expression "(DAT_0044c1a8 == 0)" ( (binary_expression "DAT_0044c1a8 == 0" identifier == number_literal) )) (compound_statement "{\n DAT_0044c1a8 = 1;\n }" { (expression_statement "DAT_0044c1a8 = 1;" (assignment_expression "DAT_0044c1a8 = 1" identifier = number_literal) ;) })) (if_statement "if (puVar1 != (undefined *)0x0) {\n pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);\n return;\n }" if (parenthesized_expression "(puVar1 != (undefined *)0x0)" ( (binary_expression "puVar1 != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);\n return;\n }" { (expression_statement "pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);" (call_expression "pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180)" identifier (argument_list "((pthread_mutex_t *)&DAT_0044c180)" ( (cast_expression "(pthread_mutex_t *)&DAT_0044c180" ( (type_descriptor "pthread_mutex_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_0044c180" & identifier)) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) }))) | (translation_unit "void __register_frame_info_table_bases\n (undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined *puVar1;\n undefined8 *puVar2;\n \n puVar1 = PTR___pthread_key_create_0043dee8;\n *param_2 = 0xffffffffffffffff;\n param_2[1] = param_3;\n param_2[2] = param_4;\n param_2[3] = param_1;\n param_2[4] = 0x7fa;\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_lock((pthread_mutex_t *)object_mutex);\n }\n puVar2 = param_2;\n param_2[5] = unseen_objects;\n unseen_objects = puVar2;\n if (any_objects_registered == 0) {\n any_objects_registered = 1;\n }\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_unlock((pthread_mutex_t *)object_mutex);\n return;\n }\n return;\n}\n\n" (function_definition "void __register_frame_info_table_bases\n (undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined *puVar1;\n undefined8 *puVar2;\n \n puVar1 = PTR___pthread_key_create_0043dee8;\n *param_2 = 0xffffffffffffffff;\n param_2[1] = param_3;\n param_2[2] = param_4;\n param_2[3] = param_1;\n param_2[4] = 0x7fa;\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_lock((pthread_mutex_t *)object_mutex);\n }\n puVar2 = param_2;\n param_2[5] = unseen_objects;\n unseen_objects = puVar2;\n if (any_objects_registered == 0) {\n any_objects_registered = 1;\n }\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_unlock((pthread_mutex_t *)object_mutex);\n return;\n }\n return;\n}" primitive_type (function_declarator "__register_frame_info_table_bases\n (undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)" identifier (parameter_list "(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) ))) (compound_statement "{\n undefined *puVar1;\n undefined8 *puVar2;\n \n puVar1 = PTR___pthread_key_create_0043dee8;\n *param_2 = 0xffffffffffffffff;\n param_2[1] = param_3;\n param_2[2] = param_4;\n param_2[3] = param_1;\n param_2[4] = 0x7fa;\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_lock((pthread_mutex_t *)object_mutex);\n }\n puVar2 = param_2;\n param_2[5] = unseen_objects;\n unseen_objects = puVar2;\n if (any_objects_registered == 0) {\n any_objects_registered = 1;\n }\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_unlock((pthread_mutex_t *)object_mutex);\n return;\n }\n return;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "puVar1 = PTR___pthread_key_create_0043dee8;" (assignment_expression "puVar1 = PTR___pthread_key_create_0043dee8" identifier = identifier) ;) (expression_statement "*param_2 = 0xffffffffffffffff;" (assignment_expression "*param_2 = 0xffffffffffffffff" (pointer_expression "*param_2" * identifier) = number_literal) ;) (expression_statement "param_2[1] = param_3;" (assignment_expression "param_2[1] = param_3" (subscript_expression "param_2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_2[2] = param_4;" (assignment_expression "param_2[2] = param_4" (subscript_expression "param_2[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_2[3] = param_1;" (assignment_expression "param_2[3] = param_1" (subscript_expression "param_2[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_2[4] = 0x7fa;" (assignment_expression "param_2[4] = 0x7fa" (subscript_expression "param_2[4]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if (puVar1 != (undefined *)0x0) {\n pthread_mutex_lock((pthread_mutex_t *)object_mutex);\n }" if (parenthesized_expression "(puVar1 != (undefined *)0x0)" ( (binary_expression "puVar1 != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pthread_mutex_lock((pthread_mutex_t *)object_mutex);\n }" { (expression_statement "pthread_mutex_lock((pthread_mutex_t *)object_mutex);" (call_expression "pthread_mutex_lock((pthread_mutex_t *)object_mutex)" identifier (argument_list "((pthread_mutex_t *)object_mutex)" ( (cast_expression "(pthread_mutex_t *)object_mutex" ( (type_descriptor "pthread_mutex_t *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) })) (expression_statement "puVar2 = param_2;" (assignment_expression "puVar2 = param_2" identifier = identifier) ;) (expression_statement "param_2[5] = unseen_objects;" (assignment_expression "param_2[5] = unseen_objects" (subscript_expression "param_2[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "unseen_objects = puVar2;" (assignment_expression "unseen_objects = puVar2" identifier = identifier) ;) (if_statement "if (any_objects_registered == 0) {\n any_objects_registered = 1;\n }" if (parenthesized_expression "(any_objects_registered == 0)" ( (binary_expression "any_objects_registered == 0" identifier == number_literal) )) (compound_statement "{\n any_objects_registered = 1;\n }" { (expression_statement "any_objects_registered = 1;" (assignment_expression "any_objects_registered = 1" identifier = number_literal) ;) })) (if_statement "if (puVar1 != (undefined *)0x0) {\n pthread_mutex_unlock((pthread_mutex_t *)object_mutex);\n return;\n }" if (parenthesized_expression "(puVar1 != (undefined *)0x0)" ( (binary_expression "puVar1 != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pthread_mutex_unlock((pthread_mutex_t *)object_mutex);\n return;\n }" { (expression_statement "pthread_mutex_unlock((pthread_mutex_t *)object_mutex);" (call_expression "pthread_mutex_unlock((pthread_mutex_t *)object_mutex)" identifier (argument_list "((pthread_mutex_t *)object_mutex)" ( (cast_expression "(pthread_mutex_t *)object_mutex" ( (type_descriptor "pthread_mutex_t *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_0036a440(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined *puVar1;\n undefined8 *puVar2;\n \n puVar1 = PTR___pthread_key_create_0043dee8;\n *param_2 = 0xffffffffffffffff;\n param_2[1] = param_3;\n param_2[2] = param_4;\n param_2[3] = param_1;\n param_2[4] = 0x7fa;\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);\n }\n puVar2 = param_2;\n param_2[5] = DAT_0044c1b8;\n DAT_0044c1b8 = puVar2;\n if (DAT_0044c1a8 == 0) {\n DAT_0044c1a8 = 1;\n }\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_0036a440(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined *puVar1;\n undefined8 *puVar2;\n \n puVar1 = PTR___pthread_key_create_0043dee8;\n *param_2 = 0xffffffffffffffff;\n param_2[1] = param_3;\n param_2[2] = param_4;\n param_2[3] = param_1;\n param_2[4] = 0x7fa;\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);\n }\n puVar2 = param_2;\n param_2[5] = DAT_0044c1b8;\n DAT_0044c1b8 = puVar2;\n if (DAT_0044c1a8 == 0) {\n DAT_0044c1a8 = 1;\n }\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_0036a440(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)" identifier (parameter_list "(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) ))) (compound_statement "{\n undefined *puVar1;\n undefined8 *puVar2;\n \n puVar1 = PTR___pthread_key_create_0043dee8;\n *param_2 = 0xffffffffffffffff;\n param_2[1] = param_3;\n param_2[2] = param_4;\n param_2[3] = param_1;\n param_2[4] = 0x7fa;\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);\n }\n puVar2 = param_2;\n param_2[5] = DAT_0044c1b8;\n DAT_0044c1b8 = puVar2;\n if (DAT_0044c1a8 == 0) {\n DAT_0044c1a8 = 1;\n }\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);\n return;\n }\n return;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "puVar1 = PTR___pthread_key_create_0043dee8;" (assignment_expression "puVar1 = PTR___pthread_key_create_0043dee8" identifier = identifier) ;) (expression_statement "*param_2 = 0xffffffffffffffff;" (assignment_expression "*param_2 = 0xffffffffffffffff" (pointer_expression "*param_2" * identifier) = number_literal) ;) (expression_statement "param_2[1] = param_3;" (assignment_expression "param_2[1] = param_3" (subscript_expression "param_2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_2[2] = param_4;" (assignment_expression "param_2[2] = param_4" (subscript_expression "param_2[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_2[3] = param_1;" (assignment_expression "param_2[3] = param_1" (subscript_expression "param_2[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_2[4] = 0x7fa;" (assignment_expression "param_2[4] = 0x7fa" (subscript_expression "param_2[4]" identifier [ number_literal ]) = number_literal) ;) (if_statement "if (puVar1 != (undefined *)0x0) {\n pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);\n }" if (parenthesized_expression "(puVar1 != (undefined *)0x0)" ( (binary_expression "puVar1 != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);\n }" { (expression_statement "pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);" (call_expression "pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180)" identifier (argument_list "((pthread_mutex_t *)&DAT_0044c180)" ( (cast_expression "(pthread_mutex_t *)&DAT_0044c180" ( (type_descriptor "pthread_mutex_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_0044c180" & identifier)) ))) ;) })) (expression_statement "puVar2 = param_2;" (assignment_expression "puVar2 = param_2" identifier = identifier) ;) (expression_statement "param_2[5] = DAT_0044c1b8;" (assignment_expression "param_2[5] = DAT_0044c1b8" (subscript_expression "param_2[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "DAT_0044c1b8 = puVar2;" (assignment_expression "DAT_0044c1b8 = puVar2" identifier = identifier) ;) (if_statement "if (DAT_0044c1a8 == 0) {\n DAT_0044c1a8 = 1;\n }" if (parenthesized_expression "(DAT_0044c1a8 == 0)" ( (binary_expression "DAT_0044c1a8 == 0" identifier == number_literal) )) (compound_statement "{\n DAT_0044c1a8 = 1;\n }" { (expression_statement "DAT_0044c1a8 = 1;" (assignment_expression "DAT_0044c1a8 = 1" identifier = number_literal) ;) })) (if_statement "if (puVar1 != (undefined *)0x0) {\n pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);\n return;\n }" if (parenthesized_expression "(puVar1 != (undefined *)0x0)" ( (binary_expression "puVar1 != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);\n return;\n }" { (expression_statement "pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);" (call_expression "pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180)" identifier (argument_list "((pthread_mutex_t *)&DAT_0044c180)" ( (cast_expression "(pthread_mutex_t *)&DAT_0044c180" ( (type_descriptor "pthread_mutex_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_0044c180" & identifier)) ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression & IDENT)) ))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (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)) ))) ;) (return_statement return ;) })) (return_statement return ;) }))) | (function_definition "void FUN_0036a440(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined *puVar1;\n undefined8 *puVar2;\n \n puVar1 = PTR___pthread_key_create_0043dee8;\n *param_2 = 0xffffffffffffffff;\n param_2[1] = param_3;\n param_2[2] = param_4;\n param_2[3] = param_1;\n param_2[4] = 0x7fa;\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);\n }\n puVar2 = param_2;\n param_2[5] = DAT_0044c1b8;\n DAT_0044c1b8 = puVar2;\n if (DAT_0044c1a8 == 0) {\n DAT_0044c1a8 = 1;\n }\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0036a440(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)" (identifier "FUN_0036a440") (parameter_list "(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 *param_2" (type_identifier "undefined8") (pointer_declarator "*param_2" (* "*") (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 undefined *puVar1;\n undefined8 *puVar2;\n \n puVar1 = PTR___pthread_key_create_0043dee8;\n *param_2 = 0xffffffffffffffff;\n param_2[1] = param_3;\n param_2[2] = param_4;\n param_2[3] = param_1;\n param_2[4] = 0x7fa;\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);\n }\n puVar2 = param_2;\n param_2[5] = DAT_0044c1b8;\n DAT_0044c1b8 = puVar2;\n if (DAT_0044c1a8 == 0) {\n DAT_0044c1a8 = 1;\n }\n if (puVar1 != (undefined *)0x0) {\n pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);\n return;\n }\n return;\n}" ({ "{") (declaration "undefined *puVar1;" (type_identifier "undefined") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (expression_statement "puVar1 = PTR___pthread_key_create_0043dee8;" (assignment_expression "puVar1 = PTR___pthread_key_create_0043dee8" (identifier "puVar1") (= "=") (identifier "PTR___pthread_key_create_0043dee8")) (; ";")) (expression_statement "*param_2 = 0xffffffffffffffff;" (assignment_expression "*param_2 = 0xffffffffffffffff" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (number_literal "0xffffffffffffffff")) (; ";")) (expression_statement "param_2[1] = param_3;" (assignment_expression "param_2[1] = param_3" (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "param_3")) (; ";")) (expression_statement "param_2[2] = param_4;" (assignment_expression "param_2[2] = param_4" (subscript_expression "param_2[2]" (identifier "param_2") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "param_4")) (; ";")) (expression_statement "param_2[3] = param_1;" (assignment_expression "param_2[3] = param_1" (subscript_expression "param_2[3]" (identifier "param_2") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "param_2[4] = 0x7fa;" (assignment_expression "param_2[4] = 0x7fa" (subscript_expression "param_2[4]" (identifier "param_2") ([ "[") (number_literal "4") (] "]")) (= "=") (number_literal "0x7fa")) (; ";")) (if_statement "if (puVar1 != (undefined *)0x0) {\n pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);\n }" (if "if") (parenthesized_expression "(puVar1 != (undefined *)0x0)" (( "(") (binary_expression "puVar1 != (undefined *)0x0" (identifier "puVar1") (!= "!=") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);\n }" ({ "{") (expression_statement "pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);" (call_expression "pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180)" (identifier "pthread_mutex_lock") (argument_list "((pthread_mutex_t *)&DAT_0044c180)" (( "(") (cast_expression "(pthread_mutex_t *)&DAT_0044c180" (( "(") (type_descriptor "pthread_mutex_t *" (type_identifier "pthread_mutex_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "&DAT_0044c180" (& "&") (identifier "DAT_0044c180"))) () ")"))) (; ";")) (} "}"))) (expression_statement "puVar2 = param_2;" (assignment_expression "puVar2 = param_2" (identifier "puVar2") (= "=") (identifier "param_2")) (; ";")) (expression_statement "param_2[5] = DAT_0044c1b8;" (assignment_expression "param_2[5] = DAT_0044c1b8" (subscript_expression "param_2[5]" (identifier "param_2") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "DAT_0044c1b8")) (; ";")) (expression_statement "DAT_0044c1b8 = puVar2;" (assignment_expression "DAT_0044c1b8 = puVar2" (identifier "DAT_0044c1b8") (= "=") (identifier "puVar2")) (; ";")) (if_statement "if (DAT_0044c1a8 == 0) {\n DAT_0044c1a8 = 1;\n }" (if "if") (parenthesized_expression "(DAT_0044c1a8 == 0)" (( "(") (binary_expression "DAT_0044c1a8 == 0" (identifier "DAT_0044c1a8") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n DAT_0044c1a8 = 1;\n }" ({ "{") (expression_statement "DAT_0044c1a8 = 1;" (assignment_expression "DAT_0044c1a8 = 1" (identifier "DAT_0044c1a8") (= "=") (number_literal "1")) (; ";")) (} "}"))) (if_statement "if (puVar1 != (undefined *)0x0) {\n pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);\n return;\n }" (if "if") (parenthesized_expression "(puVar1 != (undefined *)0x0)" (( "(") (binary_expression "puVar1 != (undefined *)0x0" (identifier "puVar1") (!= "!=") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);\n return;\n }" ({ "{") (expression_statement "pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);" (call_expression "pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180)" (identifier "pthread_mutex_unlock") (argument_list "((pthread_mutex_t *)&DAT_0044c180)" (( "(") (cast_expression "(pthread_mutex_t *)&DAT_0044c180" (( "(") (type_descriptor "pthread_mutex_t *" (type_identifier "pthread_mutex_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "&DAT_0044c180" (& "&") (identifier "DAT_0044c180"))) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1
(type_1 param_1,type_1 *param_2,type_1 param_3,type_1 param_4)
{
type_2 *var_1;
type_1 *puVar2;
var_1 = PTR___pthread_key_create_0043dee8;
*param_2 = 0xffffffffffffffff;
param_2[1] = param_3;
param_2[2] = param_4;
param_2[3] = param_1;
param_2[4] = 0x7fa;
if (var_1 != (type_2 *)0x0) {
var_2((type_3 *)object_mutex);
}
puVar2 = param_2;
param_2[5] = unseen_objects;
unseen_objects = puVar2;
if (var_3 == 0) {
var_3 = 1;
}
if (var_1 != (type_2 *)0x0) {
var_4((type_3 *)object_mutex);
return;
}
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (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))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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: (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 (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (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 (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) (return_statement))) (return_statement)))) | null |
void MASKED(undefined8 param_1,undefined8 *param_2,undefined8 param_3,undefined8 param_4)
{
undefined *puVar1;
undefined8 *puVar2;
puVar1 = PTR___pthread_key_create_0043dee8;
*param_2 = 0xffffffffffffffff;
param_2[1] = param_3;
param_2[2] = param_4;
param_2[3] = param_1;
param_2[4] = 0x7fa;
if (puVar1 != (undefined *)0x0) {
pthread_mutex_lock((pthread_mutex_t *)&DAT_0044c180);
}
puVar2 = param_2;
param_2[5] = DAT_0044c1b8;
DAT_0044c1b8 = puVar2;
if (DAT_0044c1a8 == 0) {
DAT_0044c1a8 = 1;
}
if (puVar1 != (undefined *)0x0) {
pthread_mutex_unlock((pthread_mutex_t *)&DAT_0044c180);
return;
}
return;
}
|
191_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | FUN_0013edc2 | FUN_0013edc2 |
/* WARNING: Enum "DT": Some values do not have unique names */
void FUN_0013edc2(undefined8 param_1,int param_2)
{
vector<gold::Dwo_file_entry,_std::allocator<gold::Dwo_file_entry>_> *unaff_RBX;
Dwo_file *unaff_R15;
long in_stack_00000020;
General_options *in_stack_00000030;
long in_stack_00000038;
void *in_stack_00000070;
gold::Dwo_file::~Dwo_file(unaff_R15,param_2);
if (in_stack_00000070 != (void *)(in_stack_00000020 + 0x10)) {
operator_delete(in_stack_00000070);
}
std::vector<gold::Dwo_file_entry,_std::allocator<gold::Dwo_file_entry>_>::~vector
(unaff_RBX,param_2);
gold::General_options::~General_options(in_stack_00000030,param_2);
std::
_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>
::~_Hashtable((_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>
*)(in_stack_00000038 + 0x38),param_2);
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_0013edc2(void)
{
long in_stack_00000020;
undefined8 in_stack_00000030;
long in_stack_00000038;
long in_stack_00000070;
FUN_00148730();
if (in_stack_00000070 != in_stack_00000020 + 0x10) {
FUN_00276d20();
}
FUN_00156f80();
FUN_00158ae0(in_stack_00000030);
FUN_00156f00(in_stack_00000038 + 0x38);
/* WARNING: Subroutine does not return */
FUN_00304990();
}
| MOV RDI,R15
CALL 0x00148730
JMP 0x0013eca4 | null | null | null | null | [('const-56', u'INT_ADD_-1207112421'), (u'MULTIEQUAL_-1207112357', u'CALL_-1207112465'), (u'CALL_-1207112465', u'INDIRECT_-1207112354'), ('tmp_606', u'CALL_-1207112481'), (u'CALL_-1207112241', u'INDIRECT_-1207112097'), (u'CAST_-1207112233', u'CALL_-1207112420'), (u'INDIRECT_-1207112097', u'MULTIEQUAL_-1207112357'), (u'INT_ADD_-1207112421', u'CAST_-1207112233'), (u'CALL_-1207112449', u'INDIRECT_-1207112343'), ('tmp_603', u'INT_ADD_-1207112498'), ('tmp_81', u'CBRANCH_-1207112488'), ('tmp_434', u'CALL_-1207112465'), ('tmp_605', u'INT_ADD_-1207112421'), ('tmp_428', u'CALL_-1207112241'), ('tmp_604', u'CALL_-1207112449'), (u'CALL_-1207112481', u'INDIRECT_-1207112366'), (u'CAST_-1207112274', u'INT_NOTEQUAL_-1207112489'), ('tmp_426', u'CALL_-1207112241'), (u'INDIRECT_-1207112366', u'MULTIEQUAL_-1207112357'), (u'INDIRECT_-1207112354', u'CALL_-1207112449'), (u'INT_NOTEQUAL_-1207112489', u'CBRANCH_-1207112488'), ('tmp_606', u'INT_NOTEQUAL_-1207112489'), (u'INDIRECT_-1207112343', u'CALL_-1207112420'), ('const-1', u'RETURN_-1207112403'), (u'INT_ADD_-1207112498', u'CAST_-1207112274'), ('const-16', u'INT_ADD_-1207112498')] | [('const-56', u'INT_ADD_-1207112421'), (u'INT_ADD_-1207112421', u'CALL_-1207112420'), (u'INT_ADD_-1207112498', u'INT_NOTEQUAL_-1207112489'), ('tmp_599', u'INT_ADD_-1207112421'), ('tmp_600', u'INT_NOTEQUAL_-1207112489'), ('tmp_598', u'CALL_-1207112449'), (u'INT_NOTEQUAL_-1207112489', u'CBRANCH_-1207112488'), ('const-1', u'RETURN_-1207112403'), ('tmp_597', u'INT_ADD_-1207112498'), ('const-16', u'INT_ADD_-1207112498'), ('tmp_81', u'CBRANCH_-1207112488')] | null | null | 0013edc2 | x64 | O2 | (translation_unit "void FUN_0013edc2(void)\n\n{\n long in_stack_00000020;\n undefined8 in_stack_00000030;\n long in_stack_00000038;\n long in_stack_00000070;\n \n FUN_00148730();\n if (in_stack_00000070 != in_stack_00000020 + 0x10) {\n FUN_00276d20();\n }\n FUN_00156f80();\n FUN_00158ae0(in_stack_00000030);\n FUN_00156f00(in_stack_00000038 + 0x38);\n /* WARNING: Subroutine does not return */\n FUN_00304990();\n}\n\n" (function_definition "void FUN_0013edc2(void)\n\n{\n long in_stack_00000020;\n undefined8 in_stack_00000030;\n long in_stack_00000038;\n long in_stack_00000070;\n \n FUN_00148730();\n if (in_stack_00000070 != in_stack_00000020 + 0x10) {\n FUN_00276d20();\n }\n FUN_00156f80();\n FUN_00158ae0(in_stack_00000030);\n FUN_00156f00(in_stack_00000038 + 0x38);\n /* WARNING: Subroutine does not return */\n FUN_00304990();\n}" primitive_type (function_declarator "FUN_0013edc2(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long in_stack_00000020;\n undefined8 in_stack_00000030;\n long in_stack_00000038;\n long in_stack_00000070;\n \n FUN_00148730();\n if (in_stack_00000070 != in_stack_00000020 + 0x10) {\n FUN_00276d20();\n }\n FUN_00156f80();\n FUN_00158ae0(in_stack_00000030);\n FUN_00156f00(in_stack_00000038 + 0x38);\n /* WARNING: Subroutine does not return */\n FUN_00304990();\n}" { (declaration "long in_stack_00000020;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 in_stack_00000030;" type_identifier identifier ;) (declaration "long in_stack_00000038;" (sized_type_specifier "long" long) identifier ;) (declaration "long in_stack_00000070;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_00148730();" (call_expression "FUN_00148730()" identifier (argument_list "()" ( ))) ;) (if_statement "if (in_stack_00000070 != in_stack_00000020 + 0x10) {\n FUN_00276d20();\n }" if (parenthesized_expression "(in_stack_00000070 != in_stack_00000020 + 0x10)" ( (binary_expression "in_stack_00000070 != in_stack_00000020 + 0x10" identifier != (binary_expression "in_stack_00000020 + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20();\n }" { (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_00156f80();" (call_expression "FUN_00156f80()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00158ae0(in_stack_00000030);" (call_expression "FUN_00158ae0(in_stack_00000030)" identifier (argument_list "(in_stack_00000030)" ( identifier ))) ;) (expression_statement "FUN_00156f00(in_stack_00000038 + 0x38);" (call_expression "FUN_00156f00(in_stack_00000038 + 0x38)" identifier (argument_list "(in_stack_00000038 + 0x38)" ( (binary_expression "in_stack_00000038 + 0x38" identifier + number_literal) ))) ;) comment (expression_statement "FUN_00304990();" (call_expression "FUN_00304990()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n\nvoid FUN_0013edc2(undefined8 param_1,int param_2)\n\n{\n vector<gold::Dwo_file_entry,_std::allocator<gold::Dwo_file_entry>_> *unaff_RBX;\n Dwo_file *unaff_R15;\n long in_stack_00000020;\n General_options *in_stack_00000030;\n long in_stack_00000038;\n void *in_stack_00000070;\n \n gold::Dwo_file::~Dwo_file(unaff_R15,param_2);\n if (in_stack_00000070 != (void *)(in_stack_00000020 + 0x10)) {\n operator_delete(in_stack_00000070);\n }\n std::vector<gold::Dwo_file_entry,_std::allocator<gold::Dwo_file_entry>_>::~vector\n (unaff_RBX,param_2);\n gold::General_options::~General_options(in_stack_00000030,param_2);\n std::\n _Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)(in_stack_00000038 + 0x38),param_2);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" comment (function_definition "void FUN_0013edc2(undefined8 param_1,int param_2)\n\n{\n vector<gold::Dwo_file_entry,_std::allocator<gold::Dwo_file_entry>_> *unaff_RBX;\n Dwo_file *unaff_R15;\n long in_stack_00000020;\n General_options *in_stack_00000030;\n long in_stack_00000038;\n void *in_stack_00000070;\n \n gold::Dwo_file::~Dwo_file(unaff_R15,param_2);\n if (in_stack_00000070 != (void *)(in_stack_00000020 + 0x10)) {\n operator_delete(in_stack_00000070);\n }\n std::vector<gold::Dwo_file_entry,_std::allocator<gold::Dwo_file_entry>_>::~vector\n (unaff_RBX,param_2);\n gold::General_options::~General_options(in_stack_00000030,param_2);\n std::\n _Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)(in_stack_00000038 + 0x38),param_2);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_0013edc2(undefined8 param_1,int param_2)" identifier (parameter_list "(undefined8 param_1,int param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n vector<gold::Dwo_file_entry,_std::allocator<gold::Dwo_file_entry>_> *unaff_RBX;\n Dwo_file *unaff_R15;\n long in_stack_00000020;\n General_options *in_stack_00000030;\n long in_stack_00000038;\n void *in_stack_00000070;\n \n gold::Dwo_file::~Dwo_file(unaff_R15,param_2);\n if (in_stack_00000070 != (void *)(in_stack_00000020 + 0x10)) {\n operator_delete(in_stack_00000070);\n }\n std::vector<gold::Dwo_file_entry,_std::allocator<gold::Dwo_file_entry>_>::~vector\n (unaff_RBX,param_2);\n gold::General_options::~General_options(in_stack_00000030,param_2);\n std::\n _Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)(in_stack_00000038 + 0x38),param_2);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (ERROR "vector<gold::Dwo_file_entry,_std::allocator<gold::" (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Dwo_file_entry,_std" identifier , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "Dwo_file_entry>_> *unaff_RBX;" (binary_expression "Dwo_file_entry>_> *unaff_RBX" (binary_expression "Dwo_file_entry>_" identifier > identifier) > (pointer_expression "*unaff_RBX" * identifier)) ;) (declaration "Dwo_file *unaff_R15;" type_identifier (pointer_declarator "*unaff_R15" * identifier) ;) (declaration "long in_stack_00000020;" (sized_type_specifier "long" long) identifier ;) (declaration "General_options *in_stack_00000030;" type_identifier (pointer_declarator "*in_stack_00000030" * identifier) ;) (declaration "long in_stack_00000038;" (sized_type_specifier "long" long) identifier ;) (declaration "void *in_stack_00000070;" primitive_type (pointer_declarator "*in_stack_00000070" * identifier) ;) (labeled_statement "gold::Dwo_file::~Dwo_file(unaff_R15,param_2);" statement_identifier : (ERROR ":" :) (labeled_statement "Dwo_file::~Dwo_file(unaff_R15,param_2);" statement_identifier : (ERROR ":" :) (expression_statement "~Dwo_file(unaff_R15,param_2);" (unary_expression "~Dwo_file(unaff_R15,param_2)" ~ (call_expression "Dwo_file(unaff_R15,param_2)" identifier (argument_list "(unaff_R15,param_2)" ( identifier , identifier )))) ;))) (if_statement "if (in_stack_00000070 != (void *)(in_stack_00000020 + 0x10)) {\n operator_delete(in_stack_00000070);\n }" if (parenthesized_expression "(in_stack_00000070 != (void *)(in_stack_00000020 + 0x10))" ( (binary_expression "in_stack_00000070 != (void *)(in_stack_00000020 + 0x10)" identifier != (cast_expression "(void *)(in_stack_00000020 + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_stack_00000020 + 0x10)" ( (binary_expression "in_stack_00000020 + 0x10" identifier + number_literal) )))) )) (compound_statement "{\n operator_delete(in_stack_00000070);\n }" { (expression_statement "operator_delete(in_stack_00000070);" (call_expression "operator_delete(in_stack_00000070)" identifier (argument_list "(in_stack_00000070)" ( identifier ))) ;) })) (labeled_statement "std::vector<gold::Dwo_file_entry,_std::allocator<gold::Dwo_file_entry>_>::~vector\n (unaff_RBX,param_2);" statement_identifier (ERROR "::vector<gold::Dwo_file_entry,_std::allocator<gold::Dwo_file_entry>_>:" : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Dwo_file_entry,_std" identifier , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : : (binary_expression "Dwo_file_entry>_" identifier > identifier) > :) : (expression_statement "~vector\n (unaff_RBX,param_2);" (unary_expression "~vector\n (unaff_RBX,param_2)" ~ (call_expression "vector\n (unaff_RBX,param_2)" identifier (argument_list "(unaff_RBX,param_2)" ( identifier , identifier )))) ;)) (labeled_statement "gold::General_options::~General_options(in_stack_00000030,param_2);" statement_identifier : (ERROR ":" :) (labeled_statement "General_options::~General_options(in_stack_00000030,param_2);" statement_identifier : (ERROR ":" :) (expression_statement "~General_options(in_stack_00000030,param_2);" (unary_expression "~General_options(in_stack_00000030,param_2)" ~ (call_expression "General_options(in_stack_00000030,param_2)" identifier (argument_list "(in_stack_00000030,param_2)" ( identifier , identifier )))) ;))) (ERROR "std::\n _Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::" (comma_expression "std::\n _Hashtable<const_gold::Symbol*,_std" identifier (ERROR "::\n _Hashtable<const_gold::Symbol*" : : (binary_expression "_Hashtable<const_gold" identifier < identifier) : : identifier *) , identifier) : : (binary_expression "pair<const_gold" identifier < identifier) : : (comma_expression "Symbol*_const,_int>,_std" (binary_expression "Symbol*_const" identifier * identifier) , (binary_expression "_int>,_std" identifier > (ERROR "," ,) identifier)) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "pair<const_gold" identifier < identifier) : : (comma_expression "Symbol*_const,_int>_>,_std" (binary_expression "Symbol*_const" identifier * identifier) , (binary_expression "_int>_>,_std" (binary_expression "_int>_" identifier > identifier) > (ERROR "," ,) identifier)) : :) (labeled_statement "__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)(in_stack_00000038 + 0x38),param_2);" statement_identifier (ERROR "::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std:" : : (comma_expression "_Select1st,_std" identifier , identifier) : : (binary_expression "equal_to<const_gold" identifier < identifier) : : (comma_expression "Symbol*>,_std" identifier (ERROR "*>" * >) , identifier) : : (binary_expression "hash<const_gold" identifier < identifier) : : (comma_expression "Symbol*>,_std" identifier (ERROR "*>" * >) , identifier) :) : (labeled_statement "__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)(in_stack_00000038 + 0x38),param_2);" statement_identifier (ERROR "::_Mod_range_hashing,_std:" : : (comma_expression "_Mod_range_hashing,_std" identifier , identifier) :) : (labeled_statement "__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)(in_stack_00000038 + 0x38),param_2);" statement_identifier (ERROR "::_Default_ranged_hash,_std:" : : (comma_expression "_Default_ranged_hash,_std" identifier , identifier) :) : (labeled_statement "__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)(in_stack_00000038 + 0x38),param_2);" statement_identifier (ERROR "::_Prime_rehash_policy,_std:" : : (comma_expression "_Prime_rehash_policy,_std" identifier , identifier) :) : (labeled_statement "__detail::_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)(in_stack_00000038 + 0x38),param_2);" statement_identifier : (ERROR ":" :) (expression_statement "_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)(in_stack_00000038 + 0x38),param_2);" (comma_expression "_Hashtable_traits<false,_false,_true>_>\n ::~_Hashtable((_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)(in_stack_00000038 + 0x38),param_2)" (binary_expression "_Hashtable_traits<false" identifier < false) , (comma_expression "_false,_true>_>\n ::~_Hashtable((_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)(in_stack_00000038 + 0x38),param_2)" identifier , (binary_expression "_true>_>\n ::~_Hashtable((_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)(in_stack_00000038 + 0x38),param_2)" (binary_expression "_true>_" identifier > identifier) > (ERROR "::" : :) (unary_expression "~_Hashtable((_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)(in_stack_00000038 + 0x38),param_2)" ~ (call_expression "_Hashtable((_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)(in_stack_00000038 + 0x38),param_2)" identifier (argument_list "((_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)(in_stack_00000038 + 0x38),param_2)" ( (call_expression "(_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)(in_stack_00000038 + 0x38)" (parenthesized_expression "(_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<false,_false,_true>_>\n *)" ( (ERROR "_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>_>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::" (comma_expression "_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std" (binary_expression "_Hashtable<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const" (binary_expression "_Hashtable<const_gold::Symbol*,_std::pair<const_gold" (binary_expression "_Hashtable<const_gold::Symbol*,_std" (binary_expression "_Hashtable<const_gold" identifier < identifier) (ERROR "::Symbol" : : identifier) * (ERROR "," ,) identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Symbol" : : identifier) * identifier) , (binary_expression "_int>,_std" identifier > (ERROR "," ,) identifier)) : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "pair<const_gold" identifier < identifier) : : (comma_expression "Symbol*_const,_int>_>,_std" (binary_expression "Symbol*_const" identifier * identifier) , (binary_expression "_int>_>,_std" (binary_expression "_int>_" identifier > identifier) > (ERROR "," ,) identifier)) : : identifier : : (comma_expression "_Select1st,_std" identifier , identifier) : : (binary_expression "equal_to<const_gold" identifier < identifier) : : (comma_expression "Symbol*>,_std" identifier (ERROR "*>" * >) , identifier) : : (binary_expression "hash<const_gold" identifier < identifier) : : (comma_expression "Symbol*>,_std" identifier (ERROR "*>" * >) , identifier) : : identifier : : (comma_expression "_Mod_range_hashing,_std" identifier , identifier) : : identifier : : (comma_expression "_Default_ranged_hash,_std" identifier , identifier) : : identifier : : (comma_expression "_Prime_rehash_policy,_std" identifier , identifier) : : identifier : :) (comma_expression "_Hashtable_traits<false,_false,_true>_>\n *" (binary_expression "_Hashtable_traits<false" identifier < false) , (comma_expression "_false,_true>_>\n *" identifier , (binary_expression "_true>_>\n *" (binary_expression "_true>_" identifier > identifier) > (pointer_expression "*" * identifier)))) )) (argument_list "(in_stack_00000038 + 0x38)" ( (binary_expression "in_stack_00000038 + 0x38" identifier + number_literal) ))) , identifier ))))))) ;)))))) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_0013edc2(void)\n\n{\n long in_stack_00000020;\n undefined8 in_stack_00000030;\n long in_stack_00000038;\n long in_stack_00000070;\n \n FUN_00148730();\n if (in_stack_00000070 != in_stack_00000020 + 0x10) {\n FUN_00276d20();\n }\n FUN_00156f80();\n FUN_00158ae0(in_stack_00000030);\n FUN_00156f00(in_stack_00000038 + 0x38);\n \n FUN_00304990();\n}\n\n" (function_definition "void FUN_0013edc2(void)\n\n{\n long in_stack_00000020;\n undefined8 in_stack_00000030;\n long in_stack_00000038;\n long in_stack_00000070;\n \n FUN_00148730();\n if (in_stack_00000070 != in_stack_00000020 + 0x10) {\n FUN_00276d20();\n }\n FUN_00156f80();\n FUN_00158ae0(in_stack_00000030);\n FUN_00156f00(in_stack_00000038 + 0x38);\n \n FUN_00304990();\n}" primitive_type (function_declarator "FUN_0013edc2(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long in_stack_00000020;\n undefined8 in_stack_00000030;\n long in_stack_00000038;\n long in_stack_00000070;\n \n FUN_00148730();\n if (in_stack_00000070 != in_stack_00000020 + 0x10) {\n FUN_00276d20();\n }\n FUN_00156f80();\n FUN_00158ae0(in_stack_00000030);\n FUN_00156f00(in_stack_00000038 + 0x38);\n \n FUN_00304990();\n}" { (declaration "long in_stack_00000020;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 in_stack_00000030;" type_identifier identifier ;) (declaration "long in_stack_00000038;" (sized_type_specifier "long" long) identifier ;) (declaration "long in_stack_00000070;" (sized_type_specifier "long" long) identifier ;) (expression_statement "FUN_00148730();" (call_expression "FUN_00148730()" identifier (argument_list "()" ( ))) ;) (if_statement "if (in_stack_00000070 != in_stack_00000020 + 0x10) {\n FUN_00276d20();\n }" if (parenthesized_expression "(in_stack_00000070 != in_stack_00000020 + 0x10)" ( (binary_expression "in_stack_00000070 != in_stack_00000020 + 0x10" identifier != (binary_expression "in_stack_00000020 + 0x10" identifier + number_literal)) )) (compound_statement "{\n FUN_00276d20();\n }" { (expression_statement "FUN_00276d20();" (call_expression "FUN_00276d20()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_00156f80();" (call_expression "FUN_00156f80()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_00158ae0(in_stack_00000030);" (call_expression "FUN_00158ae0(in_stack_00000030)" identifier (argument_list "(in_stack_00000030)" ( identifier ))) ;) (expression_statement "FUN_00156f00(in_stack_00000038 + 0x38);" (call_expression "FUN_00156f00(in_stack_00000038 + 0x38)" identifier (argument_list "(in_stack_00000038 + 0x38)" ( (binary_expression "in_stack_00000038 + 0x38" identifier + number_literal) ))) ;) (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 TYPE IDENT ;) (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 IDENT != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_0013edc2(void)\n\n{\n long in_stack_00000020;\n undefined8 in_stack_00000030;\n long in_stack_00000038;\n long in_stack_00000070;\n \n FUN_00148730();\n if (in_stack_00000070 != in_stack_00000020 + 0x10) {\n FUN_00276d20();\n }\n FUN_00156f80();\n FUN_00158ae0(in_stack_00000030);\n FUN_00156f00(in_stack_00000038 + 0x38);\n \n FUN_00304990();\n}" (primitive_type "void") (function_declarator "FUN_0013edc2(void)" (identifier "FUN_0013edc2") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long in_stack_00000020;\n undefined8 in_stack_00000030;\n long in_stack_00000038;\n long in_stack_00000070;\n \n FUN_00148730();\n if (in_stack_00000070 != in_stack_00000020 + 0x10) {\n FUN_00276d20();\n }\n FUN_00156f80();\n FUN_00158ae0(in_stack_00000030);\n FUN_00156f00(in_stack_00000038 + 0x38);\n \n FUN_00304990();\n}" ({ "{") (declaration "long in_stack_00000020;" (sized_type_specifier "long" (long "long")) (identifier "in_stack_00000020") (; ";")) (declaration "undefined8 in_stack_00000030;" (type_identifier "undefined8") (identifier "in_stack_00000030") (; ";")) (declaration "long in_stack_00000038;" (sized_type_specifier "long" (long "long")) (identifier "in_stack_00000038") (; ";")) (declaration "long in_stack_00000070;" (sized_type_specifier "long" (long "long")) (identifier "in_stack_00000070") (; ";")) (expression_statement "FUN_00148730();" (call_expression "FUN_00148730()" (identifier "FUN_00148730") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (in_stack_00000070 != in_stack_00000020 + 0x10) {\n FUN_00276d20();\n }" (if "if") (parenthesized_expression "(in_stack_00000070 != in_stack_00000020 + 0x10)" (( "(") (binary_expression "in_stack_00000070 != in_stack_00000020 + 0x10" (identifier "in_stack_00000070") (!= "!=") (binary_expression "in_stack_00000020 + 0x10" (identifier "in_stack_00000020") (+ "+") (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_00156f80();" (call_expression "FUN_00156f80()" (identifier "FUN_00156f80") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_00158ae0(in_stack_00000030);" (call_expression "FUN_00158ae0(in_stack_00000030)" (identifier "FUN_00158ae0") (argument_list "(in_stack_00000030)" (( "(") (identifier "in_stack_00000030") () ")"))) (; ";")) (expression_statement "FUN_00156f00(in_stack_00000038 + 0x38);" (call_expression "FUN_00156f00(in_stack_00000038 + 0x38)" (identifier "FUN_00156f00") (argument_list "(in_stack_00000038 + 0x38)" (( "(") (binary_expression "in_stack_00000038 + 0x38" (identifier "in_stack_00000038") (+ "+") (number_literal "0x38")) () ")"))) (; ";")) (expression_statement "FUN_00304990();" (call_expression "FUN_00304990()" (identifier "FUN_00304990") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* WARNING: Enum "DT": Some values do not have unique names */
void function_1(type_1 param_1,int param_2)
{
var_6<gold::var_1,_std::allocator<gold::var_1>var_2> *unaff_RBX;
type_2 *unaff_R15;
long var_4;
type_3 *in_stack_00000030;
long var_10;
void *var_3;
gold::Dwo_file::~type_2(unaff_R15,param_2);
if (var_3 != (void *)(var_4 + 0x10)) {
var_5(var_3);
}
std::var_6<gold::var_1,_std::allocator<gold::var_1>var_2>::~var_6
(unaff_RBX,param_2);
gold::General_options::~type_3(in_stack_00000030,param_2);
std::
var_9<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>var_2>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_7<false,_false,var_8>var_2>
::~var_9((var_9<const_gold::Symbol*,_std::pair<const_gold::Symbol*_const,_int>,_std::allocator<std::pair<const_gold::Symbol*_const,_int>var_2>,_std::__detail::_Select1st,_std::equal_to<const_gold::Symbol*>,_std::hash<const_gold::Symbol*>,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::var_7<false,_false,var_8>var_2>
*)(var_10 + 0x38),param_2);
/* WARNING: Subroutine does not return */
var_11();
}
| 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: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (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))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
void MASKED(void)
{
long in_stack_00000020;
undefined8 in_stack_00000030;
long in_stack_00000038;
long in_stack_00000070;
FUN_00148730();
if (in_stack_00000070 != in_stack_00000020 + 0x10) {
FUN_00276d20();
}
FUN_00156f80();
FUN_00158ae0(in_stack_00000030);
FUN_00156f00(in_stack_00000038 + 0x38);
/* WARNING: Subroutine does not return */
FUN_00304990();
}
|
6908_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c | do_section_name | FUN_002a50f0 |
/* DWARF original prototype: string do_section_name(Sized_dynobj<32,_false> * this, uint shndx) */
string * __thiscall
gold::Sized_dynobj<32,_false>::do_section_name
(string *__return_storage_ptr__,Sized_dynobj<32,_false> *this,uint shndx)
{
elfcpp::Elf_file<32,_false,_gold::Object>::section_name
(__return_storage_ptr__,&this->elf_file_,shndx);
return __return_storage_ptr__;
}
|
undefined8 FUN_002a50f0(undefined8 param_1,long param_2)
{
FUN_001694a0(param_1,param_2 + 0x90);
return param_1;
}
| PUSH RBX
ADD RSI,0x90
MOV RBX,RDI
CALL 0x001694a0
MOV RAX,RBX
POP RBX
RET | null | null | null | null | [('tmp_71', u'PTRSUB_-1204465315'), ('const-0', u'RETURN_-1204465371'), ('tmp_72', u'CALL_-1204465391'), ('const-144', u'PTRSUB_-1204465315'), (u'COPY_-1204465391', u'RETURN_-1204465371'), (u'PTRSUB_-1204465315', u'CALL_-1204465391'), ('tmp_70', u'CALL_-1204465391'), ('tmp_70', u'COPY_-1204465391')] | [('const-0', u'RETURN_-1204465371'), ('tmp_109', u'INT_ADD_-1204465399'), ('const-144', u'INT_ADD_-1204465399'), ('tmp_110', u'CALL_-1204465391'), ('tmp_110', u'COPY_-1204465391'), (u'COPY_-1204465391', u'RETURN_-1204465371'), (u'INT_ADD_-1204465399', u'CALL_-1204465391')] | null | null | 002a50f0 | x64 | O2 | (translation_unit "undefined8 FUN_002a50f0(undefined8 param_1,long param_2)\n\n{\n FUN_001694a0(param_1,param_2 + 0x90);\n return param_1;\n}\n\n" (function_definition "undefined8 FUN_002a50f0(undefined8 param_1,long param_2)\n\n{\n FUN_001694a0(param_1,param_2 + 0x90);\n return param_1;\n}" type_identifier (function_declarator "FUN_002a50f0(undefined8 param_1,long param_2)" identifier (parameter_list "(undefined8 param_1,long param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_001694a0(param_1,param_2 + 0x90);\n return param_1;\n}" { (expression_statement "FUN_001694a0(param_1,param_2 + 0x90);" (call_expression "FUN_001694a0(param_1,param_2 + 0x90)" identifier (argument_list "(param_1,param_2 + 0x90)" ( identifier , (binary_expression "param_2 + 0x90" identifier + number_literal) ))) ;) (return_statement "return param_1;" return identifier ;) }))) | (translation_unit "/* DWARF original prototype: string do_section_name(Sized_dynobj<32,_false> * this, uint shndx) */\n\nstring * __thiscall\ngold::Sized_dynobj<32,_false>::do_section_name\n (string *__return_storage_ptr__,Sized_dynobj<32,_false> *this,uint shndx)\n\n{\n elfcpp::Elf_file<32,_false,_gold::Object>::section_name\n (__return_storage_ptr__,&this->elf_file_,shndx);\n return __return_storage_ptr__;\n}\n\n" comment (ERROR "string * __thiscall\ngold::Sized_dynobj<32,_false>::do_section_name\n (string *__return_storage_ptr__,Sized_dynobj<32,_false> *this,uint shndx)" (binary_expression "string * __thiscall\ngold::Sized_dynobj<32,_false>::do_section_name\n (string *__return_storage_ptr__,Sized_dynobj<32,_false> *this,uint shndx)" (binary_expression "string * __thiscall\ngold::Sized_dynobj<32" (binary_expression "string * __thiscall" identifier * identifier) (ERROR "gold::Sized_dynobj" identifier : : identifier) < number_literal) (ERROR ",_false" , identifier) > (ERROR "::" : :) (call_expression "do_section_name\n (string *__return_storage_ptr__,Sized_dynobj<32,_false> *this,uint shndx)" identifier (argument_list "(string *__return_storage_ptr__,Sized_dynobj<32,_false> *this,uint shndx)" ( (binary_expression "string *__return_storage_ptr__" identifier * identifier) , (binary_expression "Sized_dynobj<32" identifier < number_literal) , (binary_expression "_false> *this" identifier > (pointer_expression "*this" * identifier)) , (ERROR "uint" identifier) identifier ))))) (compound_statement "{\n elfcpp::Elf_file<32,_false,_gold::Object>::section_name\n (__return_storage_ptr__,&this->elf_file_,shndx);\n return __return_storage_ptr__;\n}" { (labeled_statement "elfcpp::Elf_file<32,_false,_gold::Object>::section_name\n (__return_storage_ptr__,&this->elf_file_,shndx);" statement_identifier (ERROR "::Elf_file<32,_false,_gold::Object>:" : : (comma_expression "Elf_file<32,_false,_gold" (binary_expression "Elf_file<32" identifier < number_literal) , (comma_expression "_false,_gold" identifier , identifier)) : : identifier > :) : (expression_statement "section_name\n (__return_storage_ptr__,&this->elf_file_,shndx);" (call_expression "section_name\n (__return_storage_ptr__,&this->elf_file_,shndx)" identifier (argument_list "(__return_storage_ptr__,&this->elf_file_,shndx)" ( identifier , (pointer_expression "&this->elf_file_" & (field_expression "this->elf_file_" identifier -> field_identifier)) , identifier ))) ;)) (return_statement "return __return_storage_ptr__;" return identifier ;) })) | (translation_unit "undefined8 FUN_002a50f0(undefined8 param_1,long param_2)\n\n{\n FUN_001694a0(param_1,param_2 + 0x90);\n return param_1;\n}\n\n" (function_definition "undefined8 FUN_002a50f0(undefined8 param_1,long param_2)\n\n{\n FUN_001694a0(param_1,param_2 + 0x90);\n return param_1;\n}" type_identifier (function_declarator "FUN_002a50f0(undefined8 param_1,long param_2)" identifier (parameter_list "(undefined8 param_1,long param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_001694a0(param_1,param_2 + 0x90);\n return param_1;\n}" { (expression_statement "FUN_001694a0(param_1,param_2 + 0x90);" (call_expression "FUN_001694a0(param_1,param_2 + 0x90)" identifier (argument_list "(param_1,param_2 + 0x90)" ( identifier , (binary_expression "param_2 + 0x90" identifier + number_literal) ))) ;) (return_statement "return param_1;" return identifier ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT + LIT) ))) ;) (return_statement return IDENT ;) }))) | (function_definition "undefined8 FUN_002a50f0(undefined8 param_1,long param_2)\n\n{\n FUN_001694a0(param_1,param_2 + 0x90);\n return param_1;\n}" (type_identifier "undefined8") (function_declarator "FUN_002a50f0(undefined8 param_1,long param_2)" (identifier "FUN_002a50f0") (parameter_list "(undefined8 param_1,long param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n FUN_001694a0(param_1,param_2 + 0x90);\n return param_1;\n}" ({ "{") (expression_statement "FUN_001694a0(param_1,param_2 + 0x90);" (call_expression "FUN_001694a0(param_1,param_2 + 0x90)" (identifier "FUN_001694a0") (argument_list "(param_1,param_2 + 0x90)" (( "(") (identifier "param_1") (, ",") (binary_expression "param_2 + 0x90" (identifier "param_2") (+ "+") (number_literal "0x90")) () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) |
/* DWARF original prototype: string do_section_name(Sized_dynobj<32,_false> * this, uint shndx) */
string * __thiscall
gold::Sized_dynobj<32,_false>::do_section_name
(string *__return_storage_ptr__,Sized_dynobj<32,_false> *this,uint shndx)
{
elfcpp::Elf_file<32,_false,_gold::Object>::var_1
(__return_storage_ptr__,&this->elf_file_,shndx);
return __return_storage_ptr__;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (number_literal))))) (return_statement (identifier))))) | null |
undefined8 MASKED(undefined8 param_1,long param_2)
{
FUN_001694a0(param_1,param_2 + 0x90);
return param_1;
}
|
2224_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | read_relocs | FUN_00175fb0 |
/* DWARF original prototype: void read_relocs(Sized_dwarf_line_info<64,_true> * this) */
void __thiscall
gold::Sized_dwarf_line_info<64,_true>::read_relocs(Sized_dwarf_line_info<64,_true> *this)
{
_Base_ptr *pp_Var1;
_Base_ptr p_Var2;
off_t oVar3;
int iVar4;
_func_int_varargs *p_Var5;
_Base_ptr p_Var6;
const_iterator __pos;
iterator iVar7;
Sized_elf_reloc_mapper<64,_true> *pSVar8;
bool bVar9;
tuple<> local_51;
off_t value;
off_t reloc_offset;
_Head_base<0,_long_int_const&,_false> local_40 [2];
undefined4 extraout_var;
if (this->symtab_buffer_ == (uchar *)0x0) {
return;
}
LAB_00175ff5:
pSVar8 = this->reloc_mapper_;
p_Var5 = (pSVar8->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[3];
if (p_Var5 != Sized_elf_reloc_mapper<64,_true>::do_next_offset) goto LAB_00176066;
LAB_00176005:
reloc_offset = Track_relocs<64,_true>::next_offset(&pSVar8->track_relocs_);
do {
if (reloc_offset == -1) {
return;
}
iVar4 = (*(this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[5])
(this->reloc_mapper_,reloc_offset,&value);
oVar3 = value;
if (iVar4 != 0) {
p_Var2 = (this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;
__pos._M_node = &(this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header;
p_Var6 = __pos._M_node;
if (p_Var2 == (_Base_ptr)0x0) {
LAB_001760d6:
local_40[0]._M_head_impl = &reloc_offset;
iVar7 = std::
_Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_>
::
_M_emplace_hint_unique<const_std::piecewise_construct_t&,_std::tuple<long_int_const&>,_std::tuple<>_>
(&(this->reloc_map_)._M_t,__pos,
(piecewise_construct_t *)&std::piecewise_construct,
(tuple<long_int_const&> *)local_40,&local_51);
}
else {
do {
while (iVar7._M_node = p_Var2, *(long *)(iVar7._M_node + 1) < reloc_offset) {
pp_Var1 = &(iVar7._M_node)->_M_right;
iVar7._M_node = p_Var6;
p_Var2 = *pp_Var1;
if (*pp_Var1 == (_Base_ptr)0x0) goto LAB_001760cb;
}
p_Var6 = iVar7._M_node;
p_Var2 = (iVar7._M_node)->_M_left;
} while ((iVar7._M_node)->_M_left != (_Base_ptr)0x0);
LAB_001760cb:
bVar9 = __pos._M_node == iVar7._M_node;
__pos._M_node = iVar7._M_node;
if ((bVar9) || (reloc_offset < *(long *)(iVar7._M_node + 1))) goto LAB_001760d6;
}
*(int *)&iVar7._M_node[1]._M_parent = iVar4;
iVar7._M_node[1]._M_left = (_Base_ptr)oVar3;
}
p_Var5 = (this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[4];
if (p_Var5 != Sized_elf_reloc_mapper<64,_true>::do_advance) {
(*p_Var5)();
goto LAB_00175ff5;
}
Track_relocs<64,_true>::advance(&this->reloc_mapper_->track_relocs_,reloc_offset + 1);
pSVar8 = this->reloc_mapper_;
p_Var5 = (pSVar8->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[3];
if (p_Var5 == Sized_elf_reloc_mapper<64,_true>::do_next_offset) goto LAB_00176005;
LAB_00176066:
iVar4 = (*p_Var5)();
reloc_offset = CONCAT44(extraout_var,iVar4);
} while( true );
}
|
void FUN_00175fb0(long param_1)
{
undefined8 uVar1;
long lVar2;
int iVar3;
code *pcVar4;
long lVar5;
long lVar6;
long lVar7;
long *plVar8;
bool bVar9;
undefined1 local_51;
undefined8 local_50;
long local_48;
long *local_40 [2];
if (*(long *)(param_1 + 0x88) == 0) {
return;
}
LAB_00175ff5:
plVar8 = *(long **)(param_1 + 0x78);
pcVar4 = *(code **)(*plVar8 + 0x18);
if (pcVar4 != FUN_0016def0) goto LAB_00176066;
LAB_00176005:
local_48 = FUN_00245a20(plVar8 + 5);
do {
if (local_48 == -1) {
return;
}
iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))
(*(long **)(param_1 + 0x78),local_48,&local_50);
uVar1 = local_50;
if (iVar3 != 0) {
lVar6 = param_1 + 0xd8;
lVar5 = lVar6;
lVar2 = *(long *)(param_1 + 0xe0);
if (*(long *)(param_1 + 0xe0) == 0) {
LAB_001760d6:
local_40[0] = &local_48;
lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);
}
else {
do {
while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {
plVar8 = (long *)(lVar7 + 0x18);
lVar7 = lVar5;
lVar2 = *plVar8;
if (*plVar8 == 0) goto LAB_001760cb;
}
lVar5 = lVar7;
lVar2 = *(long *)(lVar7 + 0x10);
} while (*(long *)(lVar7 + 0x10) != 0);
LAB_001760cb:
bVar9 = lVar6 == lVar7;
lVar6 = lVar7;
if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;
}
*(int *)(lVar7 + 0x28) = iVar3;
*(undefined8 *)(lVar7 + 0x30) = uVar1;
}
plVar8 = *(long **)(param_1 + 0x78);
if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {
(**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);
goto LAB_00175ff5;
}
FUN_00245ad0(plVar8 + 5);
plVar8 = *(long **)(param_1 + 0x78);
pcVar4 = *(code **)(*plVar8 + 0x18);
if (pcVar4 == FUN_0016def0) goto LAB_00176005;
LAB_00176066:
local_48 = (*pcVar4)();
} while( true );
}
| CMP qword ptr [RDI + 0x88],0x0
JZ 0x00176128
PUSH R15
PUSH R14
PUSH R13
PUSH R12
LEA R12,[0x16dee0]
PUSH RBP
LEA RBP,[0x16def0]
PUSH RBX
MOV RBX,RDI
SUB RSP,0x38
LEA RAX,[RSP + 0x20]
LEA R13,[RSP + 0x18]
MOV qword ptr [RSP],RAX
LEA RAX,[RSP + 0x17]
MOV qword ptr [RSP + 0x8],RAX
MOV RDI,qword ptr [RBX + 0x78]
MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX + 0x18]
CMP RAX,RBP
JNZ 0x00176066
ADD RDI,0x28
CALL 0x00245a20
MOV qword ptr [RSP + 0x20],RAX
CMP RAX,-0x1
JZ 0x00176073
MOV RDI,qword ptr [RBX + 0x78]
MOV RDX,R13
MOV RSI,RAX
MOV RCX,qword ptr [RDI]
CALL qword ptr [RCX + 0x28]
MOV R15D,EAX
TEST EAX,EAX
JNZ 0x00176088
MOV RCX,qword ptr [RSP + 0x20]
MOV RDI,qword ptr [RBX + 0x78]
LEA RSI,[RCX + 0x1]
MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX + 0x20]
CMP RAX,R12
JNZ 0x00176118
ADD RDI,0x28
CALL 0x00245ad0
MOV RDI,qword ptr [RBX + 0x78]
MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX + 0x18]
CMP RAX,RBP
JZ 0x00176005
CALL RAX
MOV qword ptr [RSP + 0x20],RAX
CMP RAX,-0x1
JNZ 0x00176019
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RDX,qword ptr [RBX + 0xe0]
MOV R14,qword ptr [RSP + 0x18]
LEA RSI,[RBX + 0xd8]
TEST RDX,RDX
JZ 0x00176120
MOV RCX,qword ptr [RSP + 0x20]
MOV RAX,RSI
JMP 0x001760bc
MOV RAX,RDX
MOV RDX,qword ptr [RDX + 0x10]
TEST RDX,RDX
JZ 0x001760cb
CMP qword ptr [RDX + 0x20],RCX
JGE 0x001760b0
MOV RDX,qword ptr [RDX + 0x18]
TEST RDX,RDX
JNZ 0x001760bc
CMP RSI,RAX
JZ 0x001760d6
CMP RCX,qword ptr [RAX + 0x20]
JGE 0x00176104
MOV RSI,qword ptr [RSP]
MOV R8,qword ptr [RSP + 0x8]
LEA RCX,[RSP + 0x28]
LEA RDI,[RBX + 0xd0]
LEA RDX,[0x372427]
MOV qword ptr [RSP + 0x28],RSI
MOV RSI,RAX
CALL 0x00175d70
MOV RCX,qword ptr [RSP + 0x20]
MOV dword ptr [RAX + 0x28],R15D
MOV qword ptr [RAX + 0x30],R14
JMP 0x00176035
CALL RAX
JMP 0x00175ff5
MOV RAX,RSI
JMP 0x001760d6
RET | null | null | null | null | [('const-0', u'PTRSUB_-1207409498'), ('const--80', u'PTRSUB_-1207409684'), (u'LOAD_-1207410173', u'INT_SLESS_-1207410147'), (u'PTRADD_-1207409436', u'CAST_-1207409404'), ('const-433', u'LOAD_-1207410560'), ('const-0', u'PTRSUB_-1207409515'), (u'COPY_-1207409470', u'PTRADD_-1207409436'), ('const-433', u'LOAD_-1207410503'), ('const-0', u'INT_NOTEQUAL_-1207410140'), (u'PTRSUB_-1207409357', u'CAST_-1207409327'), (u'INDIRECT_-1207409729', u'MULTIEQUAL_-1207409706'), (u'INT_EQUAL_-1207410404', u'CBRANCH_-1207410402'), ('tmp_331', u'CBRANCH_-1207410512'), ('const-3', u'PTRADD_-1207409512'), (u'PTRSUB_-1207409443', u'INT_EQUAL_-1207410176'), ('const-8', u'PTRADD_-1207409615'), (u'PTRSUB_-1207409397', u'CAST_-1207409338'), (u'LOAD_-1207410503', u'PTRSUB_-1207409568'), (u'PTRSUB_-1207409618', u'LOAD_-1207410636'), ('const-32', u'PTRADD_-1207409353'), (u'CALLIND_-1207410160', u'INDIRECT_-1207409498'), ('const-208', u'PTRSUB_-1207409391'), (u'LOAD_-1207410560', u'PTRSUB_-1207409613'), (u'PIECE_-1207409969', u'MULTIEQUAL_-1207409649'), (u'LOAD_-1207410430', u'PTRADD_-1207409512'), ('const-136', u'PTRSUB_-1207409736'), (u'INDIRECT_-1207409729', u'MULTIEQUAL_-1207409500'), (u'PTRSUB_-1207409592', u'INT_NOTEQUAL_-1207410464'), ('const-433', u'LOAD_-1207410307'), (u'CALLIND_-1207410160', u'INDIRECT_-1207409511'), (u'MULTIEQUAL_-1207409719', u'INT_ADD_-1207410480'), (u'PTRSUB_-1207409500', u'PTRSUB_-1207409498'), ('const--81', u'PTRSUB_-1207409674'), (u'CALLIND_-1207410393', u'INDIRECT_-1207409661'), ('const-1', u'INT_ADD_-1207410480'), (u'PTRSUB_-1207409515', u'LOAD_-1207410430'), (u'INT_NOTEQUAL_-1207410609', u'CBRANCH_-1207410607'), (u'PTRSUB_-1207409498', u'PTRSUB_-1207409496'), (u'LOAD_-1207410212', u'INT_EQUAL_-1207410193'), ('const-4', u'PTRADD_-1207409543'), ('const-433', u'LOAD_-1207410173'), (u'INDIRECT_-1207409709', u'MULTIEQUAL_-1207409784'), ('const-433', u'LOAD_-1207410232'), ('tmp_974', u'PTRSUB_-1207409506'), (u'PTRADD_-1207409543', u'LOAD_-1207410485'), (u'PTRSUB_-1207409443', u'COPY_-1207409507'), (u'PTRSUB_-1207409481', u'PTRSUB_-1207409479'), ('const-433', u'STORE_-1207410085'), (u'LOAD_-1207410546', u'PTRADD_-1207409571'), (u'LOAD_-1207410630', u'INT_NOTEQUAL_-1207410609'), (u'LOAD_-1207410436', u'MULTIEQUAL_-1207409992'), (u'CALL_-1207410587', u'MULTIEQUAL_-1207409649'), (u'CALL_-1207410097', u'MULTIEQUAL_-1207409803'), ('const-3613735', u'PTRSUB_-1207409407'), (u'CAST_-1207409383', u'LOAD_-1207410173'), (u'PTRSUB_-1207409479', u'PTRSUB_-1207409477'), ('const-433', u'LOAD_-1207410424'), (u'MULTIEQUAL_-1207409798', u'MULTIEQUAL_-1207409784'), ('const-0', u'PTRSUB_-1207409592'), (u'CALL_-1207410438', u'INDIRECT_-1207409683'), ('const-24', u'PTRSUB_-1207409428'), ('const-32', u'PTRADD_-1207409359'), (u'INT_SLESS_-1207410206', u'CBRANCH_-1207410213'), (u'CALL_-1207410097', u'INDIRECT_-1207409516'), ('tmp_2213', u'PTRSUB_-1207409674'), (u'INT_EQUAL_-1207410564', u'CBRANCH_-1207410561'), (u'PTRSUB_-1207409504', u'PTRSUB_-1207409502'), (u'PTRSUB_-1207409506', u'PTRSUB_-1207409504'), (u'LOAD_-1207410307', u'INT_EQUAL_-1207410268'), (u'PTRSUB_-1207409443', u'MULTIEQUAL_-1207409850'), ('tmp_267', u'CBRANCH_-1207410561'), (u'MULTIEQUAL_-1207409862', u'COPY_-1207409457'), ('const-0', u'PTRSUB_-1207409337'), (u'MULTIEQUAL_-1207409649', u'INT_EQUAL_-1207410564'), (u'INDIRECT_-1207409742', u'INT_SLESS_-1207410147'), (u'COPY_-1207409470', u'MULTIEQUAL_-1207409862'), (u'MULTIEQUAL_-1207409992', u'PTRSUB_-1207409645'), ('const-1', u'PTRADD_-1207409414'), ('const-1', u'PTRADD_-1207409359'), ('const-433', u'LOAD_-1207410212'), ('tmp_797', u'CBRANCH_-1207410174'), ('const-0', u'INT_EQUAL_-1207410268'), (u'COPY_-1207409470', u'PTRSUB_-1207409445'), (u'MULTIEQUAL_-1207409878', u'COPY_-1207409463'), ('const--64', u'PTRSUB_-1207409397'), (u'INDIRECT_-1207409485', u'MULTIEQUAL_-1207409772'), ('tmp_2213', u'PTRSUB_-1207409684'), (u'PTRSUB_-1207409477', u'PTRSUB_-1207409443'), (u'PTRSUB_-1207409574', u'LOAD_-1207410546'), (u'COPY_-1207409501', u'MULTIEQUAL_-1207409848'), (u'INDIRECT_-1207409755', u'COPY_-1207409630'), ('const-433', u'LOAD_-1207410485'), ('const-1', u'PTRADD_-1207409436'), ('const-8', u'PTRADD_-1207409512'), ('tmp_767', u'CBRANCH_-1207410190'), (u'PTRSUB_-1207409663', u'LOAD_-1207410642'), ('const-433', u'LOAD_-1207410636'), (u'PTRSUB_-1207409502', u'PTRSUB_-1207409500'), (u'CAST_-1207409338', u'CALL_-1207410097'), (u'MULTIEQUAL_-1207409848', u'COPY_-1207409470'), (u'COPY_-1207409463', u'MULTIEQUAL_-1207409862'), (u'INDIRECT_-1207409971', u'PIECE_-1207409969'), (u'INDIRECT_-1207409785', u'MULTIEQUAL_-1207409648'), ('const-0', u'INT_NOTEQUAL_-1207410513'), ('const-433', u'STORE_-1207410078'), ('const-40', u'PTRSUB_-1207409568'), (u'PTRSUB_-1207409428', u'LOAD_-1207410212'), ('tmp_2213', u'PTRSUB_-1207409397'), ('tmp_34', u'CBRANCH_-1207410743'), (u'PTRSUB_-1207409659', u'INT_NOTEQUAL_-1207410609'), ('const-208', u'PTRSUB_-1207409506'), (u'PTRSUB_-1207409613', u'PTRSUB_-1207409574'), ('const-0', u'PTRSUB_-1207409585'), (u'COPY_-1207409466', u'MULTIEQUAL_-1207409878'), ('const-1498864', u'PTRSUB_-1207409659'), (u'CALLIND_-1207410530', u'INT_NOTEQUAL_-1207410513'), (u'MULTIEQUAL_-1207409862', u'MULTIEQUAL_-1207409803'), (u'CAST_-1207409404', u'LOAD_-1207410232'), (u'MULTIEQUAL_-1207409803', u'PTRADD_-1207409353'), (u'MULTIEQUAL_-1207409513', u'MULTIEQUAL_-1207409719'), ('const--1', u'INT_EQUAL_-1207410564'), (u'CALLIND_-1207410530', u'INDIRECT_-1207409755'), ('const-16', u'PTRSUB_-1207409445'), (u'INDIRECT_-1207409696', u'MULTIEQUAL_-1207409673'), (u'LOAD_-1207410212', u'COPY_-1207409460'), ('const-120', u'PTRSUB_-1207409558'), (u'INDIRECT_-1207409742', u'INT_SLESS_-1207410206'), ('const-5', u'PTRADD_-1207409571'), (u'LOAD_-1207410485', u'CALLIND_-1207410160'), ('const-8', u'PTRSUB_-1207409500'), ('const-0', u'INT_EQUAL_-1207410750'), (u'LOAD_-1207410560', u'CALLIND_-1207410530'), (u'COPY_-1207409507', u'MULTIEQUAL_-1207409878'), (u'CALL_-1207410438', u'INDIRECT_-1207409696'), (u'COPY_-1207409460', u'MULTIEQUAL_-1207409848'), ('const-433', u'LOAD_-1207410642'), (u'INDIRECT_-1207409755', u'MULTIEQUAL_-1207409526'), ('const-8', u'PTRADD_-1207409543'), (u'LOAD_-1207410424', u'MULTIEQUAL_-1207409957'), (u'LOAD_-1207410160', u'INT_NOTEQUAL_-1207410140'), (u'CALL_-1207410438', u'INDIRECT_-1207409709'), (u'LOAD_-1207410424', u'INT_EQUAL_-1207410404'), (u'CALLIND_-1207410393', u'INDIRECT_-1207409687'), (u'INDIRECT_-1207409687', u'MULTIEQUAL_-1207409648'), (u'COPY_-1207409457', u'MULTIEQUAL_-1207409850'), ('const-0', u'PTRSUB_-1207409504'), (u'LOAD_-1207410636', u'PTRADD_-1207409615'), ('tmp_635', u'BRANCH_-1207410161'), (u'PTRADD_-1207409353', u'PTRSUB_-1207409351'), ('const-32', u'PTRADD_-1207409414'), ('const-1498864', u'PTRSUB_-1207409561'), (u'MULTIEQUAL_-1207409772', u'MULTIEQUAL_-1207409758'), (u'LOAD_-1207410503', u'PTRSUB_-1207409585'), ('const-433', u'LOAD_-1207410630'), (u'CALLIND_-1207410530', u'INDIRECT_-1207409742'), (u'MULTIEQUAL_-1207409526', u'MULTIEQUAL_-1207409732'), (u'INDIRECT_-1207409661', u'MULTIEQUAL_-1207409647'), (u'PTRSUB_-1207409561', u'INT_EQUAL_-1207410404'), (u'INDIRECT_-1207409498', u'MULTIEQUAL_-1207409785'), ('const-0', u'PTRSUB_-1207409481'), (u'PTRSUB_-1207409624', u'LOAD_-1207410560'), (u'LOAD_-1207410160', u'COPY_-1207409474'), (u'CALL_-1207410097', u'INDIRECT_-1207409529'), ('const-0', u'PTRSUB_-1207409613'), (u'MULTIEQUAL_-1207409649', u'CALLIND_-1207410530'), (u'INT_SLESS_-1207410147', u'CBRANCH_-1207410154'), (u'PTRSUB_-1207409568', u'CALL_-1207410438'), (u'LOAD_-1207410307', u'COPY_-1207409501'), (u'INDIRECT_-1207409683', u'MULTIEQUAL_-1207409758'), (u'MULTIEQUAL_-1207409798', u'MULTIEQUAL_-1207409686'), (u'LOAD_-1207410540', u'CALLIND_-1207410530'), (u'PTRSUB_-1207409684', u'CALLIND_-1207410530'), (u'LOAD_-1207410765', u'INT_EQUAL_-1207410750'), (u'CALL_-1207410587', u'INDIRECT_-1207409759'), (u'PTRSUB_-1207409496', u'LOAD_-1207410307'), (u'MULTIEQUAL_-1207409957', u'CALLIND_-1207410393'), ('const--72', u'PTRSUB_-1207409690'), (u'PTRSUB_-1207409736', u'LOAD_-1207410765'), ('tmp_2213', u'PTRSUB_-1207409690'), (u'INT_NOTEQUAL_-1207410513', u'CBRANCH_-1207410512'), ('const-8', u'PTRADD_-1207409571'), (u'COPY_-1207409480', u'MULTIEQUAL_-1207409878'), ('tmp_974', u'PTRSUB_-1207409736'), (u'COPY_-1207409470', u'PTRSUB_-1207409428'), (u'MULTIEQUAL_-1207409878', u'COPY_-1207409466'), (u'PTRADD_-1207409414', u'CAST_-1207409383'), ('tmp_974', u'PTRSUB_-1207409391'), (u'MULTIEQUAL_-1207409500', u'MULTIEQUAL_-1207409706'), ('const-208', u'PTRSUB_-1207409483'), ('tmp_482', u'CBRANCH_-1207410402'), ('tmp_974', u'PTRSUB_-1207409663'), (u'PTRSUB_-1207409546', u'LOAD_-1207410491'), (u'COPY_-1207409470', u'COPY_-1207409480'), ('const-0', u'PTRSUB_-1207409658'), (u'INT_EQUAL_-1207410750', u'CBRANCH_-1207410743'), ('const-433', u'LOAD_-1207410546'), ('const-120', u'PTRSUB_-1207409663'), ('const-40', u'PTRSUB_-1207409645'), (u'COPY_-1207409630', u'CAST_-1207409322'), ('const-8', u'PTRSUB_-1207409357'), (u'PTRSUB_-1207409553', u'PTRSUB_-1207409515'), (u'INDIRECT_-1207409542', u'MULTIEQUAL_-1207409526'), ('tmp_974', u'PTRSUB_-1207409483'), ('const-16', u'PTRSUB_-1207409351'), (u'PTRADD_-1207409359', u'PTRSUB_-1207409357'), (u'LOAD_-1207410642', u'MULTIEQUAL_-1207409992'), (u'INDIRECT_-1207409529', u'MULTIEQUAL_-1207409513'), ('const-433', u'LOAD_-1207410491'), (u'MULTIEQUAL_-1207409862', u'PTRADD_-1207409414'), (u'PTRSUB_-1207409337', u'CALL_-1207410097'), (u'INT_EQUAL_-1207410193', u'CBRANCH_-1207410190'), (u'CALLIND_-1207410393', u'PIECE_-1207409969'), ('tmp_397', u'CBRANCH_-1207410462'), ('const-433', u'LOAD_-1207410430'), ('const-120', u'PTRSUB_-1207409594'), ('tmp_974', u'PTRSUB_-1207409558'), ('const-1', u'PTRADD_-1207409353'), (u'PTRSUB_-1207409594', u'LOAD_-1207410503'), (u'MULTIEQUAL_-1207409803', u'PTRADD_-1207409359'), (u'PTRSUB_-1207409407', u'CAST_-1207409340'), ('tmp_974', u'PTRSUB_-1207409624'), (u'CALLIND_-1207410530', u'INDIRECT_-1207409729'), (u'CALLIND_-1207410530', u'STORE_-1207410085'), ('const-0', u'PTRSUB_-1207409443'), ('const-8', u'PTRSUB_-1207409496'), (u'CALL_-1207410587', u'INDIRECT_-1207409772'), (u'PTRSUB_-1207409558', u'LOAD_-1207410436'), ('const-3', u'PTRADD_-1207409615'), (u'LOAD_-1207410232', u'INT_SLESS_-1207410206'), (u'CALL_-1207410587', u'INDIRECT_-1207409785'), (u'PTRSUB_-1207409645', u'CALL_-1207410587'), (u'INDIRECT_-1207409759', u'MULTIEQUAL_-1207409647'), ('tmp_681', u'CBRANCH_-1207410266'), (u'PTRSUB_-1207409351', u'STORE_-1207410078'), (u'INT_EQUAL_-1207410268', u'CBRANCH_-1207410266'), (u'CALLIND_-1207410393', u'INDIRECT_-1207409971'), (u'PTRSUB_-1207409585', u'PTRSUB_-1207409546'), (u'CAST_-1207409340', u'CALL_-1207410097'), (u'INDIRECT_-1207409742', u'MULTIEQUAL_-1207409719'), (u'MULTIEQUAL_-1207409862', u'INT_EQUAL_-1207410176'), (u'INT_EQUAL_-1207410176', u'CBRANCH_-1207410174'), (u'CALLIND_-1207410393', u'INDIRECT_-1207409674'), (u'COPY_-1207409474', u'MULTIEQUAL_-1207409848'), (u'CAST_-1207409327', u'STORE_-1207410085'), (u'INDIRECT_-1207409511', u'MULTIEQUAL_-1207409798'), ('tmp_974', u'PTRSUB_-1207409594'), (u'MULTIEQUAL_-1207409772', u'MULTIEQUAL_-1207409660'), ('const-433', u'LOAD_-1207410765'), (u'PTRSUB_-1207409391', u'PTRSUB_-1207409337'), (u'INDIRECT_-1207409683', u'MULTIEQUAL_-1207409660'), (u'CALL_-1207410097', u'INDIRECT_-1207409542'), ('tmp_2923', u'MULTIEQUAL_-1207409785'), ('const-433', u'LOAD_-1207410160'), ('const-0', u'PTRSUB_-1207409618'), (u'LOAD_-1207410642', u'PTRSUB_-1207409658'), ('const-0', u'PTRSUB_-1207409574'), ('const-0', u'PTRSUB_-1207409546'), ('const-0', u'PTRSUB_-1207409659'), ('const-0', u'RETURN_-1207410313'), ('const-120', u'PTRSUB_-1207409624'), ('tmp_195', u'CBRANCH_-1207410607'), (u'PTRSUB_-1207409658', u'PTRSUB_-1207409618'), ('const-0', u'PTRSUB_-1207409553'), (u'PTRSUB_-1207409483', u'PTRSUB_-1207409481'), (u'MULTIEQUAL_-1207409785', u'MULTIEQUAL_-1207409771'), ('const-32', u'PTRADD_-1207409436'), ('const-433', u'LOAD_-1207410540'), (u'CALLIND_-1207410160', u'INDIRECT_-1207409485'), (u'INDIRECT_-1207409696', u'MULTIEQUAL_-1207409771'), (u'PTRADD_-1207409512', u'LOAD_-1207410424'), ('const-0', u'INT_EQUAL_-1207410193'), (u'MULTIEQUAL_-1207409850', u'CALL_-1207410097'), (u'PTRADD_-1207409571', u'LOAD_-1207410540'), (u'INT_NOTEQUAL_-1207410464', u'CBRANCH_-1207410462'), ('const-0', u'PTRSUB_-1207409479'), ('const-1498848', u'PTRSUB_-1207409592'), (u'PTRSUB_-1207409690', u'COPY_-1207409407'), ('tmp_905', u'BRANCH_-1207410072'), ('const-433', u'LOAD_-1207410436'), (u'INDIRECT_-1207409742', u'MULTIEQUAL_-1207409513'), ('tmp_2922', u'MULTIEQUAL_-1207409772'), (u'PTRSUB_-1207409674', u'CALL_-1207410097'), (u'INDIRECT_-1207409516', u'MULTIEQUAL_-1207409500'), (u'LOAD_-1207410491', u'PTRADD_-1207409543'), ('const-8', u'PTRSUB_-1207409477'), (u'MULTIEQUAL_-1207409785', u'MULTIEQUAL_-1207409673'), ('tmp_940', u'CBRANCH_-1207410139'), ('const-0', u'PTRSUB_-1207409407'), ('tmp_2924', u'MULTIEQUAL_-1207409798'), (u'INT_NOTEQUAL_-1207410140', u'CBRANCH_-1207410139'), ('tmp_731', u'CBRANCH_-1207410213'), (u'LOAD_-1207410436', u'PTRSUB_-1207409553'), (u'INDIRECT_-1207409709', u'MULTIEQUAL_-1207409686'), ('const-0', u'RETURN_-1207410019'), (u'INDIRECT_-1207409755', u'MULTIEQUAL_-1207409732'), ('const-0', u'PTRSUB_-1207409502'), (u'PTRSUB_-1207409445', u'LOAD_-1207410160'), (u'INT_ADD_-1207410480', u'CALL_-1207410438'), (u'CAST_-1207409322', u'STORE_-1207410078'), (u'LOAD_-1207410485', u'INT_NOTEQUAL_-1207410464'), (u'PTRADD_-1207409615', u'LOAD_-1207410630'), ('tmp_836', u'CBRANCH_-1207410154'), (u'LOAD_-1207410630', u'MULTIEQUAL_-1207409957'), ('const-0', u'PTRSUB_-1207409561')] | [(u'INT_ADD_-1207410196', u'CAST_-1207409443'), (u'CALL_-1207410438', u'INDIRECT_-1207409691'), (u'LOAD_-1207410173', u'INT_SLESS_-1207410147'), (u'COPY_-1207409522', u'INT_ADD_-1207410216'), (u'PTRADD_-1207409657', u'CALL_-1207410587'), (u'CAST_-1207409545', u'LOAD_-1207410436'), ('const-32', u'INT_ADD_-1207410157'), ('const-8', u'PTRADD_-1207409584'), ('const-433', u'STORE_-1207410078'), (u'INDIRECT_-1207409763', u'MULTIEQUAL_-1207409534'), (u'INT_ADD_-1207410626', u'CAST_-1207409655'), ('const-0', u'INT_NOTEQUAL_-1207410140'), ('tmp_2207', u'PTRSUB_-1207409436'), (u'PTRSUB_-1207409693', u'CALLIND_-1207410530'), ('tmp_2206', u'INT_ADD_-1207410291'), (u'CAST_-1207409375', u'STORE_-1207410085'), (u'LOAD_-1207410436', u'MULTIEQUAL_-1207409998'), (u'MULTIEQUAL_-1207409534', u'MULTIEQUAL_-1207409740'), (u'INT_EQUAL_-1207410404', u'CBRANCH_-1207410402'), ('tmp_331', u'CBRANCH_-1207410512'), ('const-433', u'LOAD_-1207410765'), (u'PTRADD_-1207409584', u'CALL_-1207410438'), (u'INT_ADD_-1207410116', u'CALL_-1207410097'), (u'INT_ADD_-1207410064', u'CAST_-1207409370'), (u'CALL_-1207410097', u'INDIRECT_-1207409524'), (u'INT_ADD_-1207410524', u'CAST_-1207409603'), (u'INDIRECT_-1207409695', u'MULTIEQUAL_-1207409656'), (u'INT_ADD_-1207410749', u'CAST_-1207409725'), ('const-40', u'INT_ADD_-1207410524'), (u'CALL_-1207410438', u'INDIRECT_-1207409717'), (u'COPY_-1207409553', u'MULTIEQUAL_-1207409854'), ('const-0', u'PTRSUB_-1207409600'), (u'CALLIND_-1207410530', u'INDIRECT_-1207409763'), ('const-136', u'INT_ADD_-1207410749'), ('const-433', u'LOAD_-1207410642'), ('const-40', u'INT_ADD_-1207410071'), ('const-1', u'INT_ADD_-1207410480'), ('const-0', u'PTRSUB_-1207409667'), (u'INT_NOTEQUAL_-1207410609', u'CBRANCH_-1207410607'), (u'LOAD_-1207410212', u'INT_EQUAL_-1207410193'), (u'MULTIEQUAL_-1207409727', u'INT_ADD_-1207410480'), ('const-433', u'LOAD_-1207410307'), (u'INDIRECT_-1207409763', u'MULTIEQUAL_-1207409740'), (u'COPY_-1207409522', u'COPY_-1207409532'), (u'COPY_-1207409532', u'MULTIEQUAL_-1207409884'), (u'INT_ADD_-1207410216', u'CAST_-1207409451'), (u'MULTIEQUAL_-1207409793', u'MULTIEQUAL_-1207409779'), (u'INT_ADD_-1207410408', u'CAST_-1207409537'), ('const-24', u'INT_ADD_-1207410614'), (u'LOAD_-1207410636', u'INT_ADD_-1207410614'), (u'LOAD_-1207410630', u'INT_NOTEQUAL_-1207410609'), (u'MULTIEQUAL_-1207409963', u'CALLIND_-1207410393'), (u'MULTIEQUAL_-1207409884', u'COPY_-1207409518'), ('const-433', u'LOAD_-1207410232'), (u'CAST_-1207409655', u'LOAD_-1207410642'), (u'PTRSUB_-1207409683', u'CALL_-1207410097'), (u'CAST_-1207409443', u'LOAD_-1207410212'), ('const--80', u'PTRSUB_-1207409693'), (u'COPY_-1207409559', u'MULTIEQUAL_-1207409884'), (u'INT_SLESS_-1207410206', u'CBRANCH_-1207410213'), ('const-8', u'PTRADD_-1207409657'), (u'INDIRECT_-1207409717', u'MULTIEQUAL_-1207409792'), (u'MULTIEQUAL_-1207409780', u'MULTIEQUAL_-1207409766'), (u'INT_EQUAL_-1207410564', u'CBRANCH_-1207410561'), ('tmp_2206', u'INT_ADD_-1207410420'), (u'MULTIEQUAL_-1207409806', u'MULTIEQUAL_-1207409694'), (u'MULTIEQUAL_-1207409508', u'MULTIEQUAL_-1207409714'), (u'MULTIEQUAL_-1207409856', u'CALL_-1207410097'), (u'LOAD_-1207410307', u'INT_EQUAL_-1207410268'), (u'INDIRECT_-1207409691', u'MULTIEQUAL_-1207409766'), ('tmp_2206', u'INT_ADD_-1207410273'), (u'CALLIND_-1207410160', u'INDIRECT_-1207409493'), (u'CALL_-1207410438', u'INDIRECT_-1207409704'), ('tmp_267', u'CBRANCH_-1207410561'), ('const-433', u'LOAD_-1207410212'), (u'CAST_-1207409568', u'LOAD_-1207410485'), (u'INT_ADD_-1207410291', u'CAST_-1207409504'), (u'CAST_-1207409428', u'LOAD_-1207410173'), ('const-120', u'INT_ADD_-1207410626'), (u'CALLIND_-1207410530', u'INDIRECT_-1207409737'), ('const-120', u'INT_ADD_-1207410420'), (u'INDIRECT_-1207409793', u'MULTIEQUAL_-1207409656'), ('tmp_797', u'CBRANCH_-1207410174'), ('const-0', u'INT_EQUAL_-1207410268'), ('tmp_2206', u'INT_ADD_-1207410544'), ('const-433', u'LOAD_-1207410424'), ('const-208', u'INT_ADD_-1207410116'), ('const-433', u'LOAD_-1207410630'), (u'CALL_-1207410097', u'INDIRECT_-1207409550'), ('const-5', u'PTRADD_-1207409584'), ('const-433', u'LOAD_-1207410503'), (u'LOAD_-1207410160', u'COPY_-1207409526'), (u'INT_ADD_-1207410420', u'CAST_-1207409545'), ('tmp_767', u'CBRANCH_-1207410190'), ('const--64', u'PTRSUB_-1207409436'), (u'CALLIND_-1207410393', u'MULTIEQUAL_-1207409657'), ('const-0', u'INT_NOTEQUAL_-1207410513'), ('const-433', u'LOAD_-1207410560'), ('tmp_34', u'CBRANCH_-1207410743'), (u'INT_ADD_-1207410487', u'CAST_-1207409580'), ('const-24', u'INT_ADD_-1207410196'), (u'MULTIEQUAL_-1207409806', u'MULTIEQUAL_-1207409792'), ('const--72', u'PTRSUB_-1207409699'), (u'COPY_-1207409526', u'MULTIEQUAL_-1207409854'), (u'COPY_-1207409515', u'MULTIEQUAL_-1207409868'), (u'CALLIND_-1207410530', u'INT_NOTEQUAL_-1207410513'), (u'PTRSUB_-1207409699', u'COPY_-1207409459'), (u'CALL_-1207410587', u'INDIRECT_-1207409767'), (u'CALLIND_-1207410160', u'INDIRECT_-1207409506'), (u'CALL_-1207410587', u'INDIRECT_-1207409793'), (u'MULTIEQUAL_-1207409998', u'PTRADD_-1207409657'), ('const-120', u'INT_ADD_-1207410544'), ('const-1498848', u'PTRSUB_-1207409600'), (u'INDIRECT_-1207409669', u'MULTIEQUAL_-1207409655'), ('const-5', u'PTRADD_-1207409657'), (u'LOAD_-1207410485', u'CALLIND_-1207410160'), ('tmp_2207', u'PTRSUB_-1207409699'), ('const-1498864', u'PTRSUB_-1207409569'), (u'MULTIEQUAL_-1207409868', u'INT_EQUAL_-1207410176'), (u'LOAD_-1207410560', u'CALLIND_-1207410530'), ('const-433', u'LOAD_-1207410485'), (u'INDIRECT_-1207409737', u'MULTIEQUAL_-1207409714'), (u'COPY_-1207409512', u'MULTIEQUAL_-1207409854'), (u'INDIRECT_-1207409550', u'MULTIEQUAL_-1207409534'), (u'INDIRECT_-1207409717', u'MULTIEQUAL_-1207409694'), ('tmp_2206', u'INT_ADD_-1207410749'), (u'LOAD_-1207410160', u'INT_NOTEQUAL_-1207410140'), (u'LOAD_-1207410430', u'INT_ADD_-1207410408'), (u'INDIRECT_-1207409704', u'MULTIEQUAL_-1207409681'), (u'LOAD_-1207410424', u'INT_EQUAL_-1207410404'), (u'COPY_-1207409509', u'MULTIEQUAL_-1207409856'), ('tmp_2206', u'INT_ADD_-1207410487'), (u'INT_ADD_-1207410273', u'INT_EQUAL_-1207410176'), (u'CAST_-1207409603', u'LOAD_-1207410540'), (u'MULTIEQUAL_-1207409854', u'COPY_-1207409522'), ('tmp_635', u'BRANCH_-1207410161'), ('const-433', u'LOAD_-1207410636'), ('const-16', u'INT_ADD_-1207410144'), (u'LOAD_-1207410212', u'COPY_-1207409512'), (u'INT_ADD_-1207410157', u'CAST_-1207409428'), (u'PTRSUB_-1207409569', u'INT_EQUAL_-1207410404'), (u'MULTIEQUAL_-1207409868', u'INT_ADD_-1207410157'), (u'INDIRECT_-1207409519', u'MULTIEQUAL_-1207409806'), (u'COPY_-1207409522', u'INT_ADD_-1207410144'), (u'CAST_-1207409580', u'LOAD_-1207410503'), (u'CAST_-1207409617', u'LOAD_-1207410560'), ('const-0', u'PTRSUB_-1207409569'), (u'INT_ADD_-1207410144', u'CAST_-1207409459'), (u'CALL_-1207410587', u'MULTIEQUAL_-1207409657'), (u'INDIRECT_-1207409767', u'MULTIEQUAL_-1207409655'), (u'LOAD_-1207410307', u'COPY_-1207409553'), ('tmp_2207', u'PTRSUB_-1207409683'), (u'INDIRECT_-1207409750', u'INT_SLESS_-1207410206'), (u'LOAD_-1207410424', u'MULTIEQUAL_-1207409963'), ('tmp_2953', u'MULTIEQUAL_-1207409806'), (u'INDIRECT_-1207409493', u'MULTIEQUAL_-1207409780'), (u'LOAD_-1207410642', u'MULTIEQUAL_-1207409998'), (u'INDIRECT_-1207409537', u'MULTIEQUAL_-1207409521'), (u'INT_SLESS_-1207410147', u'CBRANCH_-1207410154'), (u'CALLIND_-1207410530', u'INDIRECT_-1207409750'), (u'CAST_-1207409451', u'LOAD_-1207410232'), (u'INDIRECT_-1207409524', u'MULTIEQUAL_-1207409508'), (u'CALL_-1207410097', u'MULTIEQUAL_-1207409809'), (u'INT_ADD_-1207410273', u'MULTIEQUAL_-1207409856'), (u'LOAD_-1207410540', u'CALLIND_-1207410530'), (u'CAST_-1207409725', u'LOAD_-1207410765'), (u'LOAD_-1207410546', u'INT_ADD_-1207410524'), (u'LOAD_-1207410765', u'INT_EQUAL_-1207410750'), (u'INDIRECT_-1207409704', u'MULTIEQUAL_-1207409779'), (u'INDIRECT_-1207409750', u'MULTIEQUAL_-1207409521'), (u'INT_NOTEQUAL_-1207410513', u'CBRANCH_-1207410512'), ('tmp_2206', u'INT_ADD_-1207410626'), (u'LOAD_-1207410503', u'LOAD_-1207410491'), (u'CALL_-1207410097', u'INDIRECT_-1207409537'), (u'CAST_-1207409537', u'LOAD_-1207410424'), ('tmp_482', u'CBRANCH_-1207410402'), (u'LOAD_-1207410630', u'MULTIEQUAL_-1207409963'), ('const-433', u'LOAD_-1207410173'), (u'INT_ADD_-1207410071', u'CAST_-1207409375'), (u'MULTIEQUAL_-1207409809', u'INT_ADD_-1207410064'), (u'INDIRECT_-1207409691', u'MULTIEQUAL_-1207409668'), ('tmp_2207', u'PTRSUB_-1207409693'), (u'COPY_-1207409518', u'MULTIEQUAL_-1207409884'), (u'MULTIEQUAL_-1207409868', u'COPY_-1207409509'), (u'INT_EQUAL_-1207410750', u'CBRANCH_-1207410743'), (u'LOAD_-1207410436', u'LOAD_-1207410430'), (u'PTRSUB_-1207409436', u'CALL_-1207410097'), ('const-0', u'PTRSUB_-1207409415'), (u'INDIRECT_-1207409506', u'MULTIEQUAL_-1207409793'), ('const-1498864', u'PTRSUB_-1207409667'), (u'MULTIEQUAL_-1207409868', u'MULTIEQUAL_-1207409809'), (u'CALL_-1207410587', u'INDIRECT_-1207409780'), (u'INDIRECT_-1207409737', u'MULTIEQUAL_-1207409508'), (u'MULTIEQUAL_-1207409793', u'MULTIEQUAL_-1207409681'), (u'MULTIEQUAL_-1207409657', u'INT_EQUAL_-1207410564'), ('const-32', u'INT_ADD_-1207410216'), ('const-3613735', u'PTRSUB_-1207409415'), (u'INT_ADD_-1207410480', u'CALLIND_-1207410160'), (u'LOAD_-1207410560', u'LOAD_-1207410546'), (u'INDIRECT_-1207409750', u'MULTIEQUAL_-1207409727'), (u'INT_EQUAL_-1207410193', u'CBRANCH_-1207410190'), ('const-216', u'INT_ADD_-1207410273'), ('tmp_397', u'CBRANCH_-1207410462'), ('const-224', u'INT_ADD_-1207410291'), (u'CALLIND_-1207410530', u'STORE_-1207410085'), (u'LOAD_-1207410491', u'INT_ADD_-1207410469'), ('const--1', u'INT_EQUAL_-1207410564'), (u'LOAD_-1207410232', u'INT_SLESS_-1207410206'), (u'INDIRECT_-1207409763', u'COPY_-1207409682'), ('tmp_681', u'CBRANCH_-1207410266'), (u'INT_EQUAL_-1207410268', u'CBRANCH_-1207410266'), (u'COPY_-1207409682', u'STORE_-1207410078'), (u'LOAD_-1207410503', u'CALLIND_-1207410160'), (u'INT_EQUAL_-1207410176', u'CBRANCH_-1207410174'), ('const-48', u'INT_ADD_-1207410064'), (u'MULTIEQUAL_-1207409780', u'MULTIEQUAL_-1207409668'), ('const-433', u'LOAD_-1207410430'), (u'PTRSUB_-1207409667', u'INT_NOTEQUAL_-1207410609'), (u'CAST_-1207409647', u'LOAD_-1207410630'), (u'CAST_-1207409370', u'STORE_-1207410078'), (u'LOAD_-1207410503', u'PTRADD_-1207409584'), (u'PTRSUB_-1207409415', u'CALL_-1207410097'), (u'PTRSUB_-1207409600', u'INT_NOTEQUAL_-1207410464'), (u'CAST_-1207409504', u'LOAD_-1207410307'), (u'CALLIND_-1207410393', u'INDIRECT_-1207409669'), ('const-433', u'LOAD_-1207410540'), ('const-0', u'RETURN_-1207410313'), (u'INDIRECT_-1207409750', u'INT_SLESS_-1207410147'), (u'CALLIND_-1207410393', u'INDIRECT_-1207409682'), ('tmp_195', u'CBRANCH_-1207410607'), ('tmp_2952', u'MULTIEQUAL_-1207409793'), (u'MULTIEQUAL_-1207409657', u'CALLIND_-1207410530'), ('const-433', u'LOAD_-1207410436'), ('const-433', u'LOAD_-1207410160'), ('const-433', u'STORE_-1207410085'), ('const-0', u'INT_EQUAL_-1207410193'), (u'INT_NOTEQUAL_-1207410464', u'CBRANCH_-1207410462'), (u'MULTIEQUAL_-1207409884', u'COPY_-1207409515'), (u'LOAD_-1207410642', u'LOAD_-1207410636'), (u'MULTIEQUAL_-1207409521', u'MULTIEQUAL_-1207409727'), ('tmp_905', u'BRANCH_-1207410072'), ('const-0', u'INT_EQUAL_-1207410750'), ('const-433', u'LOAD_-1207410491'), (u'INT_ADD_-1207410273', u'COPY_-1207409559'), (u'INT_ADD_-1207410614', u'CAST_-1207409647'), (u'CAST_-1207409459', u'LOAD_-1207410160'), (u'COPY_-1207409522', u'INT_ADD_-1207410196'), ('const-120', u'INT_ADD_-1207410487'), (u'CALLIND_-1207410160', u'INDIRECT_-1207409519'), ('tmp_2951', u'MULTIEQUAL_-1207409780'), ('tmp_940', u'CBRANCH_-1207410139'), ('const-433', u'LOAD_-1207410546'), (u'INT_NOTEQUAL_-1207410140', u'CBRANCH_-1207410139'), ('tmp_731', u'CBRANCH_-1207410213'), ('tmp_2206', u'INT_ADD_-1207410116'), ('const-24', u'INT_ADD_-1207410408'), (u'MULTIEQUAL_-1207409809', u'INT_ADD_-1207410071'), ('const--81', u'PTRSUB_-1207409683'), (u'COPY_-1207409522', u'MULTIEQUAL_-1207409868'), ('const-0', u'RETURN_-1207410019'), ('const-32', u'INT_ADD_-1207410469'), (u'LOAD_-1207410485', u'INT_NOTEQUAL_-1207410464'), (u'INT_ADD_-1207410469', u'CAST_-1207409568'), (u'INT_ADD_-1207410544', u'CAST_-1207409617'), (u'CALLIND_-1207410393', u'INDIRECT_-1207409695'), ('tmp_836', u'CBRANCH_-1207410154')] | null | null | 00175fb0 | x64 | O2 | (translation_unit "void FUN_00175fb0(long param_1)\n\n{\n undefined8 uVar1;\n long lVar2;\n int iVar3;\n code *pcVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n long *plVar8;\n bool bVar9;\n undefined1 local_51;\n undefined8 local_50;\n long local_48;\n long *local_40 [2];\n \n if (*(long *)(param_1 + 0x88) == 0) {\n return;\n }\nLAB_00175ff5:\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 != FUN_0016def0) goto LAB_00176066;\nLAB_00176005:\n local_48 = FUN_00245a20(plVar8 + 5);\n do {\n if (local_48 == -1) {\n return;\n }\n iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50);\n uVar1 = local_50;\n if (iVar3 != 0) {\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }\n plVar8 = *(long **)(param_1 + 0x78);\n if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }\n FUN_00245ad0(plVar8 + 5);\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 == FUN_0016def0) goto LAB_00176005;\nLAB_00176066:\n local_48 = (*pcVar4)();\n } while( true );\n}\n\n" (function_definition "void FUN_00175fb0(long param_1)\n\n{\n undefined8 uVar1;\n long lVar2;\n int iVar3;\n code *pcVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n long *plVar8;\n bool bVar9;\n undefined1 local_51;\n undefined8 local_50;\n long local_48;\n long *local_40 [2];\n \n if (*(long *)(param_1 + 0x88) == 0) {\n return;\n }\nLAB_00175ff5:\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 != FUN_0016def0) goto LAB_00176066;\nLAB_00176005:\n local_48 = FUN_00245a20(plVar8 + 5);\n do {\n if (local_48 == -1) {\n return;\n }\n iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50);\n uVar1 = local_50;\n if (iVar3 != 0) {\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }\n plVar8 = *(long **)(param_1 + 0x78);\n if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }\n FUN_00245ad0(plVar8 + 5);\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 == FUN_0016def0) goto LAB_00176005;\nLAB_00176066:\n local_48 = (*pcVar4)();\n } while( true );\n}" primitive_type (function_declarator "FUN_00175fb0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 uVar1;\n long lVar2;\n int iVar3;\n code *pcVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n long *plVar8;\n bool bVar9;\n undefined1 local_51;\n undefined8 local_50;\n long local_48;\n long *local_40 [2];\n \n if (*(long *)(param_1 + 0x88) == 0) {\n return;\n }\nLAB_00175ff5:\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 != FUN_0016def0) goto LAB_00176066;\nLAB_00176005:\n local_48 = FUN_00245a20(plVar8 + 5);\n do {\n if (local_48 == -1) {\n return;\n }\n iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50);\n uVar1 = local_50;\n if (iVar3 != 0) {\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }\n plVar8 = *(long **)(param_1 + 0x78);\n if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }\n FUN_00245ad0(plVar8 + 5);\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 == FUN_0016def0) goto LAB_00176005;\nLAB_00176066:\n local_48 = (*pcVar4)();\n } while( true );\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "code *pcVar4;" type_identifier (pointer_declarator "*pcVar4" * identifier) ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar8;" (sized_type_specifier "long" long) (pointer_declarator "*plVar8" * identifier) ;) (declaration "bool bVar9;" primitive_type identifier ;) (declaration "undefined1 local_51;" type_identifier identifier ;) (declaration "undefined8 local_50;" type_identifier identifier ;) (declaration "long local_48;" (sized_type_specifier "long" long) identifier ;) (declaration "long *local_40 [2];" (sized_type_specifier "long" long) (pointer_declarator "*local_40 [2]" * (array_declarator "local_40 [2]" identifier [ number_literal ])) ;) (if_statement "if (*(long *)(param_1 + 0x88) == 0) {\n return;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x88) == 0)" ( (binary_expression "*(long *)(param_1 + 0x88) == 0" (pointer_expression "*(long *)(param_1 + 0x88)" * (cast_expression "(long *)(param_1 + 0x88)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x88)" ( (binary_expression "param_1 + 0x88" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_00175ff5:\n plVar8 = *(long **)(param_1 + 0x78);" statement_identifier : (expression_statement "plVar8 = *(long **)(param_1 + 0x78);" (assignment_expression "plVar8 = *(long **)(param_1 + 0x78)" identifier = (pointer_expression "*(long **)(param_1 + 0x78)" * (cast_expression "(long **)(param_1 + 0x78)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) ))))) ;)) (expression_statement "pcVar4 = *(code **)(*plVar8 + 0x18);" (assignment_expression "pcVar4 = *(code **)(*plVar8 + 0x18)" identifier = (pointer_expression "*(code **)(*plVar8 + 0x18)" * (cast_expression "(code **)(*plVar8 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar8 + 0x18)" ( (binary_expression "*plVar8 + 0x18" (pointer_expression "*plVar8" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar4 != FUN_0016def0) goto LAB_00176066;" if (parenthesized_expression "(pcVar4 != FUN_0016def0)" ( (binary_expression "pcVar4 != FUN_0016def0" identifier != identifier) )) (goto_statement "goto LAB_00176066;" goto statement_identifier ;)) (labeled_statement "LAB_00176005:\n local_48 = FUN_00245a20(plVar8 + 5);" statement_identifier : (expression_statement "local_48 = FUN_00245a20(plVar8 + 5);" (assignment_expression "local_48 = FUN_00245a20(plVar8 + 5)" identifier = (call_expression "FUN_00245a20(plVar8 + 5)" identifier (argument_list "(plVar8 + 5)" ( (binary_expression "plVar8 + 5" identifier + number_literal) )))) ;)) (do_statement "do {\n if (local_48 == -1) {\n return;\n }\n iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50);\n uVar1 = local_50;\n if (iVar3 != 0) {\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }\n plVar8 = *(long **)(param_1 + 0x78);\n if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }\n FUN_00245ad0(plVar8 + 5);\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 == FUN_0016def0) goto LAB_00176005;\nLAB_00176066:\n local_48 = (*pcVar4)();\n } while( true );" do (compound_statement "{\n if (local_48 == -1) {\n return;\n }\n iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50);\n uVar1 = local_50;\n if (iVar3 != 0) {\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }\n plVar8 = *(long **)(param_1 + 0x78);\n if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }\n FUN_00245ad0(plVar8 + 5);\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 == FUN_0016def0) goto LAB_00176005;\nLAB_00176066:\n local_48 = (*pcVar4)();\n }" { (if_statement "if (local_48 == -1) {\n return;\n }" if (parenthesized_expression "(local_48 == -1)" ( (binary_expression "local_48 == -1" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50);" (assignment_expression "iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50)" identifier = (call_expression "(**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x78) + 0x28))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 0x78) + 0x28)" * (pointer_expression "*(code **)(**(long **)(param_1 + 0x78) + 0x28)" * (cast_expression "(code **)(**(long **)(param_1 + 0x78) + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x78) + 0x28)" ( (binary_expression "**(long **)(param_1 + 0x78) + 0x28" (pointer_expression "**(long **)(param_1 + 0x78)" * (pointer_expression "*(long **)(param_1 + 0x78)" * (cast_expression "(long **)(param_1 + 0x78)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 0x78),local_48,&local_50)" ( (pointer_expression "*(long **)(param_1 + 0x78)" * (cast_expression "(long **)(param_1 + 0x78)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) , identifier , (pointer_expression "&local_50" & identifier) )))) ;) (expression_statement "uVar1 = local_50;" (assignment_expression "uVar1 = local_50" identifier = identifier) ;) (if_statement "if (iVar3 != 0) {\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }" { (expression_statement "lVar6 = param_1 + 0xd8;" (assignment_expression "lVar6 = param_1 + 0xd8" identifier = (binary_expression "param_1 + 0xd8" identifier + number_literal)) ;) (expression_statement "lVar5 = lVar6;" (assignment_expression "lVar5 = lVar6" identifier = identifier) ;) (expression_statement "lVar2 = *(long *)(param_1 + 0xe0);" (assignment_expression "lVar2 = *(long *)(param_1 + 0xe0)" identifier = (pointer_expression "*(long *)(param_1 + 0xe0)" * (cast_expression "(long *)(param_1 + 0xe0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe0)" ( (binary_expression "param_1 + 0xe0" identifier + number_literal) ))))) ;) (if_statement "if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0xe0) == 0)" ( (binary_expression "*(long *)(param_1 + 0xe0) == 0" (pointer_expression "*(long *)(param_1 + 0xe0)" * (cast_expression "(long *)(param_1 + 0xe0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe0)" ( (binary_expression "param_1 + 0xe0" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }" { (labeled_statement "LAB_001760d6:\n local_40[0] = &local_48;" statement_identifier : (expression_statement "local_40[0] = &local_48;" (assignment_expression "local_40[0] = &local_48" (subscript_expression "local_40[0]" identifier [ number_literal ]) = (pointer_expression "&local_48" & identifier)) ;)) (expression_statement "lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);" (assignment_expression "lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51)" identifier = (call_expression "FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51)" identifier (argument_list "(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51)" ( (binary_expression "param_1 + 0xd0" identifier + number_literal) , identifier , (pointer_expression "&DAT_00372427" & identifier) , identifier , (pointer_expression "&local_51" & identifier) )))) ;) }) (else_clause "else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }" else (compound_statement "{\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }" { (do_statement "do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);" do (compound_statement "{\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n }" { (while_statement "while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }" while (parenthesized_expression "(lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48)" ( (comma_expression "lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48" (assignment_expression "lVar7 = lVar2" identifier = identifier) , (binary_expression "*(long *)(lVar7 + 0x20) < local_48" (pointer_expression "*(long *)(lVar7 + 0x20)" * (cast_expression "(long *)(lVar7 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) )))) < identifier)) )) (compound_statement "{\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }" { (expression_statement "plVar8 = (long *)(lVar7 + 0x18);" (assignment_expression "plVar8 = (long *)(lVar7 + 0x18)" identifier = (cast_expression "(long *)(lVar7 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x18)" ( (binary_expression "lVar7 + 0x18" identifier + number_literal) )))) ;) (expression_statement "lVar7 = lVar5;" (assignment_expression "lVar7 = lVar5" identifier = identifier) ;) (expression_statement "lVar2 = *plVar8;" (assignment_expression "lVar2 = *plVar8" identifier = (pointer_expression "*plVar8" * identifier)) ;) (if_statement "if (*plVar8 == 0) goto LAB_001760cb;" if (parenthesized_expression "(*plVar8 == 0)" ( (binary_expression "*plVar8 == 0" (pointer_expression "*plVar8" * identifier) == number_literal) )) (goto_statement "goto LAB_001760cb;" goto statement_identifier ;)) })) (expression_statement "lVar5 = lVar7;" (assignment_expression "lVar5 = lVar7" identifier = identifier) ;) (expression_statement "lVar2 = *(long *)(lVar7 + 0x10);" (assignment_expression "lVar2 = *(long *)(lVar7 + 0x10)" identifier = (pointer_expression "*(long *)(lVar7 + 0x10)" * (cast_expression "(long *)(lVar7 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x10)" ( (binary_expression "lVar7 + 0x10" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "(*(long *)(lVar7 + 0x10) != 0)" ( (binary_expression "*(long *)(lVar7 + 0x10) != 0" (pointer_expression "*(long *)(lVar7 + 0x10)" * (cast_expression "(long *)(lVar7 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x10)" ( (binary_expression "lVar7 + 0x10" identifier + number_literal) )))) != number_literal) )) ;) (labeled_statement "LAB_001760cb:\n bVar9 = lVar6 == lVar7;" statement_identifier : (expression_statement "bVar9 = lVar6 == lVar7;" (assignment_expression "bVar9 = lVar6 == lVar7" identifier = (binary_expression "lVar6 == lVar7" identifier == identifier)) ;)) (expression_statement "lVar6 = lVar7;" (assignment_expression "lVar6 = lVar7" identifier = identifier) ;) (if_statement "if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;" if (parenthesized_expression "((bVar9) || (local_48 < *(long *)(lVar7 + 0x20)))" ( (binary_expression "(bVar9) || (local_48 < *(long *)(lVar7 + 0x20))" (parenthesized_expression "(bVar9)" ( identifier )) || (parenthesized_expression "(local_48 < *(long *)(lVar7 + 0x20))" ( (binary_expression "local_48 < *(long *)(lVar7 + 0x20)" identifier < (pointer_expression "*(long *)(lVar7 + 0x20)" * (cast_expression "(long *)(lVar7 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ))) )) (goto_statement "goto LAB_001760d6;" goto statement_identifier ;)) }))) (expression_statement "*(int *)(lVar7 + 0x28) = iVar3;" (assignment_expression "*(int *)(lVar7 + 0x28) = iVar3" (pointer_expression "*(int *)(lVar7 + 0x28)" * (cast_expression "(int *)(lVar7 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x28)" ( (binary_expression "lVar7 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(lVar7 + 0x30) = uVar1;" (assignment_expression "*(undefined8 *)(lVar7 + 0x30) = uVar1" (pointer_expression "*(undefined8 *)(lVar7 + 0x30)" * (cast_expression "(undefined8 *)(lVar7 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x30)" ( (binary_expression "lVar7 + 0x30" identifier + number_literal) )))) = identifier) ;) })) (expression_statement "plVar8 = *(long **)(param_1 + 0x78);" (assignment_expression "plVar8 = *(long **)(param_1 + 0x78)" identifier = (pointer_expression "*(long **)(param_1 + 0x78)" * (cast_expression "(long **)(param_1 + 0x78)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) ))))) ;) (if_statement "if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }" if (parenthesized_expression "(*(code **)(*plVar8 + 0x20) != FUN_0016dee0)" ( (binary_expression "*(code **)(*plVar8 + 0x20) != FUN_0016dee0" (pointer_expression "*(code **)(*plVar8 + 0x20)" * (cast_expression "(code **)(*plVar8 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar8 + 0x20)" ( (binary_expression "*plVar8 + 0x20" (pointer_expression "*plVar8" * identifier) + number_literal) )))) != identifier) )) (compound_statement "{\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }" { (expression_statement "(**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);" (call_expression "(**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1)" (parenthesized_expression "(**(code **)(*plVar8 + 0x20))" ( (pointer_expression "**(code **)(*plVar8 + 0x20)" * (pointer_expression "*(code **)(*plVar8 + 0x20)" * (cast_expression "(code **)(*plVar8 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar8 + 0x20)" ( (binary_expression "*plVar8 + 0x20" (pointer_expression "*plVar8" * identifier) + number_literal) ))))) )) (argument_list "(plVar8,local_48 + 1)" ( identifier , (binary_expression "local_48 + 1" identifier + number_literal) ))) ;) (goto_statement "goto LAB_00175ff5;" goto statement_identifier ;) })) (expression_statement "FUN_00245ad0(plVar8 + 5);" (call_expression "FUN_00245ad0(plVar8 + 5)" identifier (argument_list "(plVar8 + 5)" ( (binary_expression "plVar8 + 5" identifier + number_literal) ))) ;) (expression_statement "plVar8 = *(long **)(param_1 + 0x78);" (assignment_expression "plVar8 = *(long **)(param_1 + 0x78)" identifier = (pointer_expression "*(long **)(param_1 + 0x78)" * (cast_expression "(long **)(param_1 + 0x78)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) ))))) ;) (expression_statement "pcVar4 = *(code **)(*plVar8 + 0x18);" (assignment_expression "pcVar4 = *(code **)(*plVar8 + 0x18)" identifier = (pointer_expression "*(code **)(*plVar8 + 0x18)" * (cast_expression "(code **)(*plVar8 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar8 + 0x18)" ( (binary_expression "*plVar8 + 0x18" (pointer_expression "*plVar8" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar4 == FUN_0016def0) goto LAB_00176005;" if (parenthesized_expression "(pcVar4 == FUN_0016def0)" ( (binary_expression "pcVar4 == FUN_0016def0" identifier == identifier) )) (goto_statement "goto LAB_00176005;" goto statement_identifier ;)) (labeled_statement "LAB_00176066:\n local_48 = (*pcVar4)();" statement_identifier : (expression_statement "local_48 = (*pcVar4)();" (assignment_expression "local_48 = (*pcVar4)()" identifier = (call_expression "(*pcVar4)()" (parenthesized_expression "(*pcVar4)" ( (pointer_expression "*pcVar4" * identifier) )) (argument_list "()" ( )))) ;)) }) while (parenthesized_expression "( true )" ( true )) ;) }))) | (translation_unit "/* DWARF original prototype: void read_relocs(Sized_dwarf_line_info<64,_true> * this) */\n\nvoid __thiscall\ngold::Sized_dwarf_line_info<64,_true>::read_relocs(Sized_dwarf_line_info<64,_true> *this)\n\n{\n _Base_ptr *pp_Var1;\n _Base_ptr p_Var2;\n off_t oVar3;\n int iVar4;\n _func_int_varargs *p_Var5;\n _Base_ptr p_Var6;\n const_iterator __pos;\n iterator iVar7;\n Sized_elf_reloc_mapper<64,_true> *pSVar8;\n bool bVar9;\n tuple<> local_51;\n off_t value;\n off_t reloc_offset;\n _Head_base<0,_long_int_const&,_false> local_40 [2];\n undefined4 extraout_var;\n \n if (this->symtab_buffer_ == (uchar *)0x0) {\n return;\n }\nLAB_00175ff5:\n pSVar8 = this->reloc_mapper_;\n p_Var5 = (pSVar8->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[3];\n if (p_Var5 != Sized_elf_reloc_mapper<64,_true>::do_next_offset) goto LAB_00176066;\nLAB_00176005:\n reloc_offset = Track_relocs<64,_true>::next_offset(&pSVar8->track_relocs_);\n do {\n if (reloc_offset == -1) {\n return;\n }\n iVar4 = (*(this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[5])\n (this->reloc_mapper_,reloc_offset,&value);\n oVar3 = value;\n if (iVar4 != 0) {\n p_Var2 = (this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n __pos._M_node = &(this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header;\n p_Var6 = __pos._M_node;\n if (p_Var2 == (_Base_ptr)0x0) {\nLAB_001760d6:\n local_40[0]._M_head_impl = &reloc_offset;\n iVar7 = std::\n _Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_>\n ::\n _M_emplace_hint_unique<const_std::piecewise_construct_t&,_std::tuple<long_int_const&>,_std::tuple<>_>\n (&(this->reloc_map_)._M_t,__pos,\n (piecewise_construct_t *)&std::piecewise_construct,\n (tuple<long_int_const&> *)local_40,&local_51);\n }\n else {\n do {\n while (iVar7._M_node = p_Var2, *(long *)(iVar7._M_node + 1) < reloc_offset) {\n pp_Var1 = &(iVar7._M_node)->_M_right;\n iVar7._M_node = p_Var6;\n p_Var2 = *pp_Var1;\n if (*pp_Var1 == (_Base_ptr)0x0) goto LAB_001760cb;\n }\n p_Var6 = iVar7._M_node;\n p_Var2 = (iVar7._M_node)->_M_left;\n } while ((iVar7._M_node)->_M_left != (_Base_ptr)0x0);\nLAB_001760cb:\n bVar9 = __pos._M_node == iVar7._M_node;\n __pos._M_node = iVar7._M_node;\n if ((bVar9) || (reloc_offset < *(long *)(iVar7._M_node + 1))) goto LAB_001760d6;\n }\n *(int *)&iVar7._M_node[1]._M_parent = iVar4;\n iVar7._M_node[1]._M_left = (_Base_ptr)oVar3;\n }\n p_Var5 = (this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[4];\n if (p_Var5 != Sized_elf_reloc_mapper<64,_true>::do_advance) {\n (*p_Var5)();\n goto LAB_00175ff5;\n }\n Track_relocs<64,_true>::advance(&this->reloc_mapper_->track_relocs_,reloc_offset + 1);\n pSVar8 = this->reloc_mapper_;\n p_Var5 = (pSVar8->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[3];\n if (p_Var5 == Sized_elf_reloc_mapper<64,_true>::do_next_offset) goto LAB_00176005;\nLAB_00176066:\n iVar4 = (*p_Var5)();\n reloc_offset = CONCAT44(extraout_var,iVar4);\n } while( true );\n}\n\n" comment (declaration "void __thiscall\ngold::Sized_dwarf_line_info<64,_true>::read_relocs(Sized_dwarf_line_info<64,_true> *this)\n\n{\n _Base_ptr *pp_Var1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_true>::read_relocs(Sized_dwarf_line_info<64,_true> *this)\n\n{\n _Base_ptr" identifier > : : (function_declarator "read_relocs(Sized_dwarf_line_info<64,_true> *this)" identifier (parameter_list "(Sized_dwarf_line_info<64,_true> *this)" ( (parameter_declaration "Sized_dwarf_line_info" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) ))) { identifier) (pointer_declarator "*pp_Var1" * identifier) ;) (declaration "_Base_ptr p_Var2;" type_identifier identifier ;) (declaration "off_t oVar3;" type_identifier identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "_func_int_varargs *p_Var5;" type_identifier (pointer_declarator "*p_Var5" * identifier) ;) (declaration "_Base_ptr p_Var6;" type_identifier identifier ;) (declaration "const_iterator __pos;" type_identifier identifier ;) (declaration "iterator iVar7;" type_identifier identifier ;) (expression_statement "Sized_elf_reloc_mapper<64,_true> *pSVar8;" (update_expression "Sized_elf_reloc_mapper<64,_true> *pSVar8" (binary_expression "Sized_elf_reloc_mapper<64,_true> *pSVar8" (binary_expression "Sized_elf_reloc_mapper<64" identifier < number_literal) (ERROR ",_true" , identifier) > (pointer_expression "*pSVar8" * identifier)) --) ;) (declaration "bool bVar9;" primitive_type identifier ;) (expression_statement "tuple<> local_51;" (update_expression "tuple<> local_51" (binary_expression "tuple<> local_51" identifier < (ERROR ">" >) identifier) --) ;) (declaration "off_t value;" type_identifier identifier ;) (declaration "off_t reloc_offset;" type_identifier identifier ;) (ERROR "_Head_base<0,_long_int_const&,_false> local_40 [2]" (binary_expression "_Head_base<0" identifier < number_literal) , (binary_expression "_long_int_const&,_false> local_40 [2]" identifier & (ERROR "," ,) (binary_expression "_false> local_40 [2]" identifier > (subscript_expression "local_40 [2]" identifier [ number_literal ])))) (expression_statement ";" ;) (declaration "undefined4 extraout_var;" type_identifier identifier ;) (if_statement "if (this->symtab_buffer_ == (uchar *)0x0) {\n return;\n }" if (parenthesized_expression "(this->symtab_buffer_ == (uchar *)0x0)" ( (binary_expression "this->symtab_buffer_ == (uchar *)0x0" (field_expression "this->symtab_buffer_" identifier -> field_identifier) == (cast_expression "(uchar *)0x0" ( (type_descriptor "uchar *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_00175ff5:\n pSVar8 = this->reloc_mapper_;" statement_identifier : (expression_statement "pSVar8 = this->reloc_mapper_;" (assignment_expression "pSVar8 = this->reloc_mapper_" identifier = (field_expression "this->reloc_mapper_" identifier -> field_identifier)) ;)) (expression_statement "p_Var5 = (pSVar8->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[3];" (assignment_expression "p_Var5 = (pSVar8->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[3]" identifier = (subscript_expression "(pSVar8->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[3]" (field_expression "(pSVar8->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper" (parenthesized_expression "(pSVar8->super_Elf_reloc_mapper)" ( (field_expression "pSVar8->super_Elf_reloc_mapper" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var5 != Sized_elf_reloc_mapper<64,_true>::do_next_offset) goto LAB_00176066;" if (parenthesized_expression "(p_Var5 != Sized_elf_reloc_mapper<64,_true>::do_next_offset)" ( (comma_expression "p_Var5 != Sized_elf_reloc_mapper<64,_true>::do_next_offset" (binary_expression "p_Var5 != Sized_elf_reloc_mapper<64" identifier != (binary_expression "Sized_elf_reloc_mapper<64" identifier < number_literal)) , (binary_expression "_true>::do_next_offset" identifier > (ERROR "::" : :) identifier)) )) (goto_statement "goto LAB_00176066;" goto statement_identifier ;)) (labeled_statement "LAB_00176005:\n reloc_offset = Track_relocs<64,_true>::next_offset(&pSVar8->track_relocs_);" statement_identifier : (expression_statement "reloc_offset = Track_relocs<64,_true>::next_offset(&pSVar8->track_relocs_);" (comma_expression "reloc_offset = Track_relocs<64,_true>::next_offset(&pSVar8->track_relocs_)" (assignment_expression "reloc_offset = Track_relocs<64" identifier = (binary_expression "Track_relocs<64" identifier < number_literal)) , (binary_expression "_true>::next_offset(&pSVar8->track_relocs_)" identifier > (ERROR "::" : :) (call_expression "next_offset(&pSVar8->track_relocs_)" identifier (argument_list "(&pSVar8->track_relocs_)" ( (pointer_expression "&pSVar8->track_relocs_" & (field_expression "pSVar8->track_relocs_" identifier -> field_identifier)) ))))) ;)) (do_statement "do {\n if (reloc_offset == -1) {\n return;\n }\n iVar4 = (*(this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[5])\n (this->reloc_mapper_,reloc_offset,&value);\n oVar3 = value;\n if (iVar4 != 0) {\n p_Var2 = (this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n __pos._M_node = &(this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header;\n p_Var6 = __pos._M_node;\n if (p_Var2 == (_Base_ptr)0x0) {\nLAB_001760d6:\n local_40[0]._M_head_impl = &reloc_offset;\n iVar7 = std::\n _Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_>\n ::\n _M_emplace_hint_unique<const_std::piecewise_construct_t&,_std::tuple<long_int_const&>,_std::tuple<>_>\n (&(this->reloc_map_)._M_t,__pos,\n (piecewise_construct_t *)&std::piecewise_construct,\n (tuple<long_int_const&> *)local_40,&local_51);\n }\n else {\n do {\n while (iVar7._M_node = p_Var2, *(long *)(iVar7._M_node + 1) < reloc_offset) {\n pp_Var1 = &(iVar7._M_node)->_M_right;\n iVar7._M_node = p_Var6;\n p_Var2 = *pp_Var1;\n if (*pp_Var1 == (_Base_ptr)0x0) goto LAB_001760cb;\n }\n p_Var6 = iVar7._M_node;\n p_Var2 = (iVar7._M_node)->_M_left;\n } while ((iVar7._M_node)->_M_left != (_Base_ptr)0x0);\nLAB_001760cb:\n bVar9 = __pos._M_node == iVar7._M_node;\n __pos._M_node = iVar7._M_node;\n if ((bVar9) || (reloc_offset < *(long *)(iVar7._M_node + 1))) goto LAB_001760d6;\n }\n *(int *)&iVar7._M_node[1]._M_parent = iVar4;\n iVar7._M_node[1]._M_left = (_Base_ptr)oVar3;\n }\n p_Var5 = (this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[4];\n if (p_Var5 != Sized_elf_reloc_mapper<64,_true>::do_advance) {\n (*p_Var5)();\n goto LAB_00175ff5;\n }\n Track_relocs<64,_true>::advance(&this->reloc_mapper_->track_relocs_,reloc_offset + 1);\n pSVar8 = this->reloc_mapper_;\n p_Var5 = (pSVar8->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[3];\n if (p_Var5 == Sized_elf_reloc_mapper<64,_true>::do_next_offset) goto LAB_00176005;\nLAB_00176066:\n iVar4 = (*p_Var5)();\n reloc_offset = CONCAT44(extraout_var,iVar4);\n } while( true );" do (compound_statement "{\n if (reloc_offset == -1) {\n return;\n }\n iVar4 = (*(this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[5])\n (this->reloc_mapper_,reloc_offset,&value);\n oVar3 = value;\n if (iVar4 != 0) {\n p_Var2 = (this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n __pos._M_node = &(this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header;\n p_Var6 = __pos._M_node;\n if (p_Var2 == (_Base_ptr)0x0) {\nLAB_001760d6:\n local_40[0]._M_head_impl = &reloc_offset;\n iVar7 = std::\n _Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_>\n ::\n _M_emplace_hint_unique<const_std::piecewise_construct_t&,_std::tuple<long_int_const&>,_std::tuple<>_>\n (&(this->reloc_map_)._M_t,__pos,\n (piecewise_construct_t *)&std::piecewise_construct,\n (tuple<long_int_const&> *)local_40,&local_51);\n }\n else {\n do {\n while (iVar7._M_node = p_Var2, *(long *)(iVar7._M_node + 1) < reloc_offset) {\n pp_Var1 = &(iVar7._M_node)->_M_right;\n iVar7._M_node = p_Var6;\n p_Var2 = *pp_Var1;\n if (*pp_Var1 == (_Base_ptr)0x0) goto LAB_001760cb;\n }\n p_Var6 = iVar7._M_node;\n p_Var2 = (iVar7._M_node)->_M_left;\n } while ((iVar7._M_node)->_M_left != (_Base_ptr)0x0);\nLAB_001760cb:\n bVar9 = __pos._M_node == iVar7._M_node;\n __pos._M_node = iVar7._M_node;\n if ((bVar9) || (reloc_offset < *(long *)(iVar7._M_node + 1))) goto LAB_001760d6;\n }\n *(int *)&iVar7._M_node[1]._M_parent = iVar4;\n iVar7._M_node[1]._M_left = (_Base_ptr)oVar3;\n }\n p_Var5 = (this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[4];\n if (p_Var5 != Sized_elf_reloc_mapper<64,_true>::do_advance) {\n (*p_Var5)();\n goto LAB_00175ff5;\n }\n Track_relocs<64,_true>::advance(&this->reloc_mapper_->track_relocs_,reloc_offset + 1);\n pSVar8 = this->reloc_mapper_;\n p_Var5 = (pSVar8->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[3];\n if (p_Var5 == Sized_elf_reloc_mapper<64,_true>::do_next_offset) goto LAB_00176005;\nLAB_00176066:\n iVar4 = (*p_Var5)();\n reloc_offset = CONCAT44(extraout_var,iVar4);\n }" { (if_statement "if (reloc_offset == -1) {\n return;\n }" if (parenthesized_expression "(reloc_offset == -1)" ( (binary_expression "reloc_offset == -1" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "iVar4 = (*(this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[5])\n (this->reloc_mapper_,reloc_offset,&value);" (assignment_expression "iVar4 = (*(this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[5])\n (this->reloc_mapper_,reloc_offset,&value)" identifier = (call_expression "(*(this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[5])\n (this->reloc_mapper_,reloc_offset,&value)" (parenthesized_expression "(*(this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[5])" ( (pointer_expression "*(this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[5]" * (subscript_expression "(this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[5]" (field_expression "(this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper" (parenthesized_expression "(this->reloc_mapper_->super_Elf_reloc_mapper)" ( (field_expression "this->reloc_mapper_->super_Elf_reloc_mapper" (field_expression "this->reloc_mapper_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) [ number_literal ])) )) (argument_list "(this->reloc_mapper_,reloc_offset,&value)" ( (field_expression "this->reloc_mapper_" identifier -> field_identifier) , identifier , (pointer_expression "&value" & identifier) )))) ;) (expression_statement "oVar3 = value;" (assignment_expression "oVar3 = value" identifier = identifier) ;) (if_statement "if (iVar4 != 0) {\n p_Var2 = (this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n __pos._M_node = &(this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header;\n p_Var6 = __pos._M_node;\n if (p_Var2 == (_Base_ptr)0x0) {\nLAB_001760d6:\n local_40[0]._M_head_impl = &reloc_offset;\n iVar7 = std::\n _Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_>\n ::\n _M_emplace_hint_unique<const_std::piecewise_construct_t&,_std::tuple<long_int_const&>,_std::tuple<>_>\n (&(this->reloc_map_)._M_t,__pos,\n (piecewise_construct_t *)&std::piecewise_construct,\n (tuple<long_int_const&> *)local_40,&local_51);\n }\n else {\n do {\n while (iVar7._M_node = p_Var2, *(long *)(iVar7._M_node + 1) < reloc_offset) {\n pp_Var1 = &(iVar7._M_node)->_M_right;\n iVar7._M_node = p_Var6;\n p_Var2 = *pp_Var1;\n if (*pp_Var1 == (_Base_ptr)0x0) goto LAB_001760cb;\n }\n p_Var6 = iVar7._M_node;\n p_Var2 = (iVar7._M_node)->_M_left;\n } while ((iVar7._M_node)->_M_left != (_Base_ptr)0x0);\nLAB_001760cb:\n bVar9 = __pos._M_node == iVar7._M_node;\n __pos._M_node = iVar7._M_node;\n if ((bVar9) || (reloc_offset < *(long *)(iVar7._M_node + 1))) goto LAB_001760d6;\n }\n *(int *)&iVar7._M_node[1]._M_parent = iVar4;\n iVar7._M_node[1]._M_left = (_Base_ptr)oVar3;\n }" if (parenthesized_expression "(iVar4 != 0)" ( (binary_expression "iVar4 != 0" identifier != number_literal) )) (compound_statement "{\n p_Var2 = (this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;\n __pos._M_node = &(this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header;\n p_Var6 = __pos._M_node;\n if (p_Var2 == (_Base_ptr)0x0) {\nLAB_001760d6:\n local_40[0]._M_head_impl = &reloc_offset;\n iVar7 = std::\n _Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_>\n ::\n _M_emplace_hint_unique<const_std::piecewise_construct_t&,_std::tuple<long_int_const&>,_std::tuple<>_>\n (&(this->reloc_map_)._M_t,__pos,\n (piecewise_construct_t *)&std::piecewise_construct,\n (tuple<long_int_const&> *)local_40,&local_51);\n }\n else {\n do {\n while (iVar7._M_node = p_Var2, *(long *)(iVar7._M_node + 1) < reloc_offset) {\n pp_Var1 = &(iVar7._M_node)->_M_right;\n iVar7._M_node = p_Var6;\n p_Var2 = *pp_Var1;\n if (*pp_Var1 == (_Base_ptr)0x0) goto LAB_001760cb;\n }\n p_Var6 = iVar7._M_node;\n p_Var2 = (iVar7._M_node)->_M_left;\n } while ((iVar7._M_node)->_M_left != (_Base_ptr)0x0);\nLAB_001760cb:\n bVar9 = __pos._M_node == iVar7._M_node;\n __pos._M_node = iVar7._M_node;\n if ((bVar9) || (reloc_offset < *(long *)(iVar7._M_node + 1))) goto LAB_001760d6;\n }\n *(int *)&iVar7._M_node[1]._M_parent = iVar4;\n iVar7._M_node[1]._M_left = (_Base_ptr)oVar3;\n }" { (expression_statement "p_Var2 = (this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;" (assignment_expression "p_Var2 = (this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" identifier = (field_expression "(this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent" (field_expression "(this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "(this->reloc_map_)._M_t._M_impl.super__Rb_tree_header" (field_expression "(this->reloc_map_)._M_t._M_impl" (field_expression "(this->reloc_map_)._M_t" (parenthesized_expression "(this->reloc_map_)" ( (field_expression "this->reloc_map_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "__pos._M_node = &(this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header;" (assignment_expression "__pos._M_node = &(this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "__pos._M_node" identifier . field_identifier) = (pointer_expression "&(this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header" & (field_expression "(this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "(this->reloc_map_)._M_t._M_impl.super__Rb_tree_header" (field_expression "(this->reloc_map_)._M_t._M_impl" (field_expression "(this->reloc_map_)._M_t" (parenthesized_expression "(this->reloc_map_)" ( (field_expression "this->reloc_map_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier))) ;) (expression_statement "p_Var6 = __pos._M_node;" (assignment_expression "p_Var6 = __pos._M_node" identifier = (field_expression "__pos._M_node" identifier . field_identifier)) ;) (if_statement "if (p_Var2 == (_Base_ptr)0x0) {\nLAB_001760d6:\n local_40[0]._M_head_impl = &reloc_offset;\n iVar7 = std::\n _Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_>\n ::\n _M_emplace_hint_unique<const_std::piecewise_construct_t&,_std::tuple<long_int_const&>,_std::tuple<>_>\n (&(this->reloc_map_)._M_t,__pos,\n (piecewise_construct_t *)&std::piecewise_construct,\n (tuple<long_int_const&> *)local_40,&local_51);\n }\n else {\n do {\n while (iVar7._M_node = p_Var2, *(long *)(iVar7._M_node + 1) < reloc_offset) {\n pp_Var1 = &(iVar7._M_node)->_M_right;\n iVar7._M_node = p_Var6;\n p_Var2 = *pp_Var1;\n if (*pp_Var1 == (_Base_ptr)0x0) goto LAB_001760cb;\n }\n p_Var6 = iVar7._M_node;\n p_Var2 = (iVar7._M_node)->_M_left;\n } while ((iVar7._M_node)->_M_left != (_Base_ptr)0x0);\nLAB_001760cb:\n bVar9 = __pos._M_node == iVar7._M_node;\n __pos._M_node = iVar7._M_node;\n if ((bVar9) || (reloc_offset < *(long *)(iVar7._M_node + 1))) goto LAB_001760d6;\n }" if (parenthesized_expression "(p_Var2 == (_Base_ptr)0x0)" ( (binary_expression "p_Var2 == (_Base_ptr)0x0" identifier == (cast_expression "(_Base_ptr)0x0" ( (type_descriptor "_Base_ptr" type_identifier) ) number_literal)) )) (compound_statement "{\nLAB_001760d6:\n local_40[0]._M_head_impl = &reloc_offset;\n iVar7 = std::\n _Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_>\n ::\n _M_emplace_hint_unique<const_std::piecewise_construct_t&,_std::tuple<long_int_const&>,_std::tuple<>_>\n (&(this->reloc_map_)._M_t,__pos,\n (piecewise_construct_t *)&std::piecewise_construct,\n (tuple<long_int_const&> *)local_40,&local_51);\n }" { (labeled_statement "LAB_001760d6:\n local_40[0]._M_head_impl = &reloc_offset;" statement_identifier : (expression_statement "local_40[0]._M_head_impl = &reloc_offset;" (assignment_expression "local_40[0]._M_head_impl = &reloc_offset" (field_expression "local_40[0]._M_head_impl" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = (pointer_expression "&reloc_offset" & identifier)) ;)) (ERROR "iVar7 = std::\n _Rb_tree<long_int,_std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>,_std::_Select1st<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>,_std::less<long_int>,_std::allocator<std::pair<long_int_const,_std::pair<unsigned_int,_long_int>_>_>_>\n ::\n _M_emplace_hint_unique<const_std::piecewise_construct_t&,_std::tuple<long_int_const&>,_std::" (assignment_expression "iVar7 = std" identifier = identifier) : : (comma_expression "_Rb_tree<long_int,_std" (binary_expression "_Rb_tree<long_int" identifier < identifier) , identifier) : : (comma_expression "pair<long_int_const,_std" (binary_expression "pair<long_int_const" identifier < identifier) , identifier) : : (comma_expression "pair<unsigned_int,_long_int>_>,_std" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_long_int>_>,_std" (binary_expression "_long_int>_" identifier > identifier) > (ERROR "," ,) identifier)) : : (binary_expression "_Select1st<std" identifier < identifier) : : (comma_expression "pair<long_int_const,_std" (binary_expression "pair<long_int_const" identifier < identifier) , identifier) : : (comma_expression "pair<unsigned_int,_long_int>_>_>,_std" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_long_int>_>_>,_std" (binary_expression "_long_int>_>_" (binary_expression "_long_int>_" identifier > identifier) > identifier) > (ERROR "," ,) identifier)) : : (binary_expression "less<long_int>,_std" (binary_expression "less<long_int" identifier < identifier) > (ERROR "," ,) identifier) : : (binary_expression "allocator<std" identifier < identifier) : : (comma_expression "pair<long_int_const,_std" (binary_expression "pair<long_int_const" identifier < identifier) , identifier) : : (comma_expression "pair<unsigned_int,_long_int>_>_>_>\n ::\n _M_emplace_hint_unique<const_std" (binary_expression "pair<unsigned_int" identifier < identifier) , (binary_expression "_long_int>_>_>_>\n ::\n _M_emplace_hint_unique<const_std" (binary_expression "_long_int>_>_>_>\n ::\n _M_emplace_hint_unique" (binary_expression "_long_int>_>_>_" (binary_expression "_long_int>_>_" (binary_expression "_long_int>_" identifier > identifier) > identifier) > identifier) > (ERROR "::" : :) identifier) < identifier)) : : (binary_expression "piecewise_construct_t&,_std" identifier & (ERROR "," ,) identifier) : : (comma_expression "tuple<long_int_const&>,_std" (binary_expression "tuple<long_int_const" identifier < identifier) (ERROR "&>" & >) , identifier) : :) (expression_statement "tuple<>_>\n (&(this->reloc_map_)._M_t,__pos,\n (piecewise_construct_t *)&std::piecewise_construct,\n (tuple<long_int_const&> *)local_40,&local_51);" (binary_expression "tuple<>_>\n (&(this->reloc_map_)._M_t,__pos,\n (piecewise_construct_t *)&std::piecewise_construct,\n (tuple<long_int_const&> *)local_40,&local_51)" (binary_expression "tuple<>_" identifier < (ERROR ">" >) identifier) > (parenthesized_expression "(&(this->reloc_map_)._M_t,__pos,\n (piecewise_construct_t *)&std::piecewise_construct,\n (tuple<long_int_const&> *)local_40,&local_51)" ( (ERROR "&(this->reloc_map_)._M_t,__pos,\n (piecewise_construct_t *)&std::" (comma_expression "&(this->reloc_map_)._M_t,__pos,\n (piecewise_construct_t *)&std" (pointer_expression "&(this->reloc_map_)._M_t" & (field_expression "(this->reloc_map_)._M_t" (parenthesized_expression "(this->reloc_map_)" ( (field_expression "this->reloc_map_" identifier -> field_identifier) )) . field_identifier)) , (comma_expression "__pos,\n (piecewise_construct_t *)&std" identifier , (cast_expression "(piecewise_construct_t *)&std" ( (type_descriptor "piecewise_construct_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&std" & identifier)))) : :) (comma_expression "piecewise_construct,\n (tuple<long_int_const&> *)local_40,&local_51)" identifier , (parenthesized_expression "(tuple<long_int_const&> *)local_40,&local_51)" ( (comma_expression "tuple<long_int_const&> *)local_40,&local_51" (binary_expression "tuple<long_int_const&> *)local_40" (binary_expression "tuple<long_int_const" identifier < identifier) (ERROR "&" &) > (pointer_expression "*)local_40" * (ERROR ")" )) identifier)) , (pointer_expression "&local_51" & identifier)) ))) ))) ;) }) (else_clause "else {\n do {\n while (iVar7._M_node = p_Var2, *(long *)(iVar7._M_node + 1) < reloc_offset) {\n pp_Var1 = &(iVar7._M_node)->_M_right;\n iVar7._M_node = p_Var6;\n p_Var2 = *pp_Var1;\n if (*pp_Var1 == (_Base_ptr)0x0) goto LAB_001760cb;\n }\n p_Var6 = iVar7._M_node;\n p_Var2 = (iVar7._M_node)->_M_left;\n } while ((iVar7._M_node)->_M_left != (_Base_ptr)0x0);\nLAB_001760cb:\n bVar9 = __pos._M_node == iVar7._M_node;\n __pos._M_node = iVar7._M_node;\n if ((bVar9) || (reloc_offset < *(long *)(iVar7._M_node + 1))) goto LAB_001760d6;\n }" else (compound_statement "{\n do {\n while (iVar7._M_node = p_Var2, *(long *)(iVar7._M_node + 1) < reloc_offset) {\n pp_Var1 = &(iVar7._M_node)->_M_right;\n iVar7._M_node = p_Var6;\n p_Var2 = *pp_Var1;\n if (*pp_Var1 == (_Base_ptr)0x0) goto LAB_001760cb;\n }\n p_Var6 = iVar7._M_node;\n p_Var2 = (iVar7._M_node)->_M_left;\n } while ((iVar7._M_node)->_M_left != (_Base_ptr)0x0);\nLAB_001760cb:\n bVar9 = __pos._M_node == iVar7._M_node;\n __pos._M_node = iVar7._M_node;\n if ((bVar9) || (reloc_offset < *(long *)(iVar7._M_node + 1))) goto LAB_001760d6;\n }" { (do_statement "do {\n while (iVar7._M_node = p_Var2, *(long *)(iVar7._M_node + 1) < reloc_offset) {\n pp_Var1 = &(iVar7._M_node)->_M_right;\n iVar7._M_node = p_Var6;\n p_Var2 = *pp_Var1;\n if (*pp_Var1 == (_Base_ptr)0x0) goto LAB_001760cb;\n }\n p_Var6 = iVar7._M_node;\n p_Var2 = (iVar7._M_node)->_M_left;\n } while ((iVar7._M_node)->_M_left != (_Base_ptr)0x0);" do (compound_statement "{\n while (iVar7._M_node = p_Var2, *(long *)(iVar7._M_node + 1) < reloc_offset) {\n pp_Var1 = &(iVar7._M_node)->_M_right;\n iVar7._M_node = p_Var6;\n p_Var2 = *pp_Var1;\n if (*pp_Var1 == (_Base_ptr)0x0) goto LAB_001760cb;\n }\n p_Var6 = iVar7._M_node;\n p_Var2 = (iVar7._M_node)->_M_left;\n }" { (while_statement "while (iVar7._M_node = p_Var2, *(long *)(iVar7._M_node + 1) < reloc_offset) {\n pp_Var1 = &(iVar7._M_node)->_M_right;\n iVar7._M_node = p_Var6;\n p_Var2 = *pp_Var1;\n if (*pp_Var1 == (_Base_ptr)0x0) goto LAB_001760cb;\n }" while (parenthesized_expression "(iVar7._M_node = p_Var2, *(long *)(iVar7._M_node + 1) < reloc_offset)" ( (comma_expression "iVar7._M_node = p_Var2, *(long *)(iVar7._M_node + 1) < reloc_offset" (assignment_expression "iVar7._M_node = p_Var2" (field_expression "iVar7._M_node" identifier . field_identifier) = identifier) , (binary_expression "*(long *)(iVar7._M_node + 1) < reloc_offset" (pointer_expression "*(long *)(iVar7._M_node + 1)" * (cast_expression "(long *)(iVar7._M_node + 1)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7._M_node + 1)" ( (binary_expression "iVar7._M_node + 1" (field_expression "iVar7._M_node" identifier . field_identifier) + number_literal) )))) < identifier)) )) (compound_statement "{\n pp_Var1 = &(iVar7._M_node)->_M_right;\n iVar7._M_node = p_Var6;\n p_Var2 = *pp_Var1;\n if (*pp_Var1 == (_Base_ptr)0x0) goto LAB_001760cb;\n }" { (expression_statement "pp_Var1 = &(iVar7._M_node)->_M_right;" (assignment_expression "pp_Var1 = &(iVar7._M_node)->_M_right" identifier = (pointer_expression "&(iVar7._M_node)->_M_right" & (field_expression "(iVar7._M_node)->_M_right" (parenthesized_expression "(iVar7._M_node)" ( (field_expression "iVar7._M_node" identifier . field_identifier) )) -> field_identifier))) ;) (expression_statement "iVar7._M_node = p_Var6;" (assignment_expression "iVar7._M_node = p_Var6" (field_expression "iVar7._M_node" identifier . field_identifier) = identifier) ;) (expression_statement "p_Var2 = *pp_Var1;" (assignment_expression "p_Var2 = *pp_Var1" identifier = (pointer_expression "*pp_Var1" * identifier)) ;) (if_statement "if (*pp_Var1 == (_Base_ptr)0x0) goto LAB_001760cb;" if (parenthesized_expression "(*pp_Var1 == (_Base_ptr)0x0)" ( (binary_expression "*pp_Var1 == (_Base_ptr)0x0" (pointer_expression "*pp_Var1" * identifier) == (cast_expression "(_Base_ptr)0x0" ( (type_descriptor "_Base_ptr" type_identifier) ) number_literal)) )) (goto_statement "goto LAB_001760cb;" goto statement_identifier ;)) })) (expression_statement "p_Var6 = iVar7._M_node;" (assignment_expression "p_Var6 = iVar7._M_node" identifier = (field_expression "iVar7._M_node" identifier . field_identifier)) ;) (expression_statement "p_Var2 = (iVar7._M_node)->_M_left;" (assignment_expression "p_Var2 = (iVar7._M_node)->_M_left" identifier = (field_expression "(iVar7._M_node)->_M_left" (parenthesized_expression "(iVar7._M_node)" ( (field_expression "iVar7._M_node" identifier . field_identifier) )) -> field_identifier)) ;) }) while (parenthesized_expression "((iVar7._M_node)->_M_left != (_Base_ptr)0x0)" ( (binary_expression "(iVar7._M_node)->_M_left != (_Base_ptr)0x0" (field_expression "(iVar7._M_node)->_M_left" (parenthesized_expression "(iVar7._M_node)" ( (field_expression "iVar7._M_node" identifier . field_identifier) )) -> field_identifier) != (cast_expression "(_Base_ptr)0x0" ( (type_descriptor "_Base_ptr" type_identifier) ) number_literal)) )) ;) (labeled_statement "LAB_001760cb:\n bVar9 = __pos._M_node == iVar7._M_node;" statement_identifier : (expression_statement "bVar9 = __pos._M_node == iVar7._M_node;" (assignment_expression "bVar9 = __pos._M_node == iVar7._M_node" identifier = (binary_expression "__pos._M_node == iVar7._M_node" (field_expression "__pos._M_node" identifier . field_identifier) == (field_expression "iVar7._M_node" identifier . field_identifier))) ;)) (expression_statement "__pos._M_node = iVar7._M_node;" (assignment_expression "__pos._M_node = iVar7._M_node" (field_expression "__pos._M_node" identifier . field_identifier) = (field_expression "iVar7._M_node" identifier . field_identifier)) ;) (if_statement "if ((bVar9) || (reloc_offset < *(long *)(iVar7._M_node + 1))) goto LAB_001760d6;" if (parenthesized_expression "((bVar9) || (reloc_offset < *(long *)(iVar7._M_node + 1)))" ( (binary_expression "(bVar9) || (reloc_offset < *(long *)(iVar7._M_node + 1))" (parenthesized_expression "(bVar9)" ( identifier )) || (parenthesized_expression "(reloc_offset < *(long *)(iVar7._M_node + 1))" ( (binary_expression "reloc_offset < *(long *)(iVar7._M_node + 1)" identifier < (pointer_expression "*(long *)(iVar7._M_node + 1)" * (cast_expression "(long *)(iVar7._M_node + 1)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(iVar7._M_node + 1)" ( (binary_expression "iVar7._M_node + 1" (field_expression "iVar7._M_node" identifier . field_identifier) + number_literal) ))))) ))) )) (goto_statement "goto LAB_001760d6;" goto statement_identifier ;)) }))) (expression_statement "*(int *)&iVar7._M_node[1]._M_parent = iVar4;" (assignment_expression "*(int *)&iVar7._M_node[1]._M_parent = iVar4" (pointer_expression "*(int *)&iVar7._M_node[1]._M_parent" * (cast_expression "(int *)&iVar7._M_node[1]._M_parent" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&iVar7._M_node[1]._M_parent" & (field_expression "iVar7._M_node[1]._M_parent" (subscript_expression "iVar7._M_node[1]" (field_expression "iVar7._M_node" identifier . field_identifier) [ number_literal ]) . field_identifier)))) = identifier) ;) (expression_statement "iVar7._M_node[1]._M_left = (_Base_ptr)oVar3;" (assignment_expression "iVar7._M_node[1]._M_left = (_Base_ptr)oVar3" (field_expression "iVar7._M_node[1]._M_left" (subscript_expression "iVar7._M_node[1]" (field_expression "iVar7._M_node" identifier . field_identifier) [ number_literal ]) . field_identifier) = (cast_expression "(_Base_ptr)oVar3" ( (type_descriptor "_Base_ptr" type_identifier) ) identifier)) ;) })) (expression_statement "p_Var5 = (this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[4];" (assignment_expression "p_Var5 = (this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[4]" identifier = (subscript_expression "(this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[4]" (field_expression "(this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper" (parenthesized_expression "(this->reloc_mapper_->super_Elf_reloc_mapper)" ( (field_expression "this->reloc_mapper_->super_Elf_reloc_mapper" (field_expression "this->reloc_mapper_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var5 != Sized_elf_reloc_mapper<64,_true>::do_advance) {\n (*p_Var5)();\n goto LAB_00175ff5;\n }" if (parenthesized_expression "(p_Var5 != Sized_elf_reloc_mapper<64,_true>::do_advance)" ( (comma_expression "p_Var5 != Sized_elf_reloc_mapper<64,_true>::do_advance" (binary_expression "p_Var5 != Sized_elf_reloc_mapper<64" identifier != (binary_expression "Sized_elf_reloc_mapper<64" identifier < number_literal)) , (binary_expression "_true>::do_advance" identifier > (ERROR "::" : :) identifier)) )) (compound_statement "{\n (*p_Var5)();\n goto LAB_00175ff5;\n }" { (expression_statement "(*p_Var5)();" (call_expression "(*p_Var5)()" (parenthesized_expression "(*p_Var5)" ( (pointer_expression "*p_Var5" * identifier) )) (argument_list "()" ( ))) ;) (goto_statement "goto LAB_00175ff5;" goto statement_identifier ;) })) (expression_statement "Track_relocs<64,_true>::advance(&this->reloc_mapper_->track_relocs_,reloc_offset + 1);" (comma_expression "Track_relocs<64,_true>::advance(&this->reloc_mapper_->track_relocs_,reloc_offset + 1)" (binary_expression "Track_relocs<64" identifier < number_literal) , (binary_expression "_true>::advance(&this->reloc_mapper_->track_relocs_,reloc_offset + 1)" identifier > (ERROR "::" : :) (call_expression "advance(&this->reloc_mapper_->track_relocs_,reloc_offset + 1)" identifier (argument_list "(&this->reloc_mapper_->track_relocs_,reloc_offset + 1)" ( (pointer_expression "&this->reloc_mapper_->track_relocs_" & (field_expression "this->reloc_mapper_->track_relocs_" (field_expression "this->reloc_mapper_" identifier -> field_identifier) -> field_identifier)) , (binary_expression "reloc_offset + 1" identifier + number_literal) ))))) ;) (expression_statement "pSVar8 = this->reloc_mapper_;" (assignment_expression "pSVar8 = this->reloc_mapper_" identifier = (field_expression "this->reloc_mapper_" identifier -> field_identifier)) ;) (expression_statement "p_Var5 = (pSVar8->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[3];" (assignment_expression "p_Var5 = (pSVar8->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[3]" identifier = (subscript_expression "(pSVar8->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[3]" (field_expression "(pSVar8->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper" (parenthesized_expression "(pSVar8->super_Elf_reloc_mapper)" ( (field_expression "pSVar8->super_Elf_reloc_mapper" identifier -> field_identifier) )) . field_identifier) [ number_literal ])) ;) (if_statement "if (p_Var5 == Sized_elf_reloc_mapper<64,_true>::do_next_offset) goto LAB_00176005;" if (parenthesized_expression "(p_Var5 == Sized_elf_reloc_mapper<64,_true>::do_next_offset)" ( (comma_expression "p_Var5 == Sized_elf_reloc_mapper<64,_true>::do_next_offset" (binary_expression "p_Var5 == Sized_elf_reloc_mapper<64" identifier == (binary_expression "Sized_elf_reloc_mapper<64" identifier < number_literal)) , (binary_expression "_true>::do_next_offset" identifier > (ERROR "::" : :) identifier)) )) (goto_statement "goto LAB_00176005;" goto statement_identifier ;)) (labeled_statement "LAB_00176066:\n iVar4 = (*p_Var5)();" statement_identifier : (expression_statement "iVar4 = (*p_Var5)();" (assignment_expression "iVar4 = (*p_Var5)()" identifier = (call_expression "(*p_Var5)()" (parenthesized_expression "(*p_Var5)" ( (pointer_expression "*p_Var5" * identifier) )) (argument_list "()" ( )))) ;)) (expression_statement "reloc_offset = CONCAT44(extraout_var,iVar4);" (assignment_expression "reloc_offset = CONCAT44(extraout_var,iVar4)" identifier = (call_expression "CONCAT44(extraout_var,iVar4)" identifier (argument_list "(extraout_var,iVar4)" ( identifier , identifier )))) ;) }) while (parenthesized_expression "( true )" ( true )) ;) (ERROR "}" })) | (translation_unit "void FUN_00175fb0(long param_1)\n\n{\n undefined8 uVar1;\n long lVar2;\n int iVar3;\n code *pcVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n long *plVar8;\n bool bVar9;\n undefined1 local_51;\n undefined8 local_50;\n long local_48;\n long *local_40 [2];\n \n if (*(long *)(param_1 + 0x88) == 0) {\n return;\n }\nLAB_00175ff5:\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 != FUN_0016def0) goto LAB_00176066;\nLAB_00176005:\n local_48 = FUN_00245a20(plVar8 + 5);\n do {\n if (local_48 == -1) {\n return;\n }\n iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50);\n uVar1 = local_50;\n if (iVar3 != 0) {\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }\n plVar8 = *(long **)(param_1 + 0x78);\n if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }\n FUN_00245ad0(plVar8 + 5);\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 == FUN_0016def0) goto LAB_00176005;\nLAB_00176066:\n local_48 = (*pcVar4)();\n } while( true );\n}\n\n" (function_definition "void FUN_00175fb0(long param_1)\n\n{\n undefined8 uVar1;\n long lVar2;\n int iVar3;\n code *pcVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n long *plVar8;\n bool bVar9;\n undefined1 local_51;\n undefined8 local_50;\n long local_48;\n long *local_40 [2];\n \n if (*(long *)(param_1 + 0x88) == 0) {\n return;\n }\nLAB_00175ff5:\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 != FUN_0016def0) goto LAB_00176066;\nLAB_00176005:\n local_48 = FUN_00245a20(plVar8 + 5);\n do {\n if (local_48 == -1) {\n return;\n }\n iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50);\n uVar1 = local_50;\n if (iVar3 != 0) {\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }\n plVar8 = *(long **)(param_1 + 0x78);\n if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }\n FUN_00245ad0(plVar8 + 5);\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 == FUN_0016def0) goto LAB_00176005;\nLAB_00176066:\n local_48 = (*pcVar4)();\n } while( true );\n}" primitive_type (function_declarator "FUN_00175fb0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 uVar1;\n long lVar2;\n int iVar3;\n code *pcVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n long *plVar8;\n bool bVar9;\n undefined1 local_51;\n undefined8 local_50;\n long local_48;\n long *local_40 [2];\n \n if (*(long *)(param_1 + 0x88) == 0) {\n return;\n }\nLAB_00175ff5:\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 != FUN_0016def0) goto LAB_00176066;\nLAB_00176005:\n local_48 = FUN_00245a20(plVar8 + 5);\n do {\n if (local_48 == -1) {\n return;\n }\n iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50);\n uVar1 = local_50;\n if (iVar3 != 0) {\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }\n plVar8 = *(long **)(param_1 + 0x78);\n if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }\n FUN_00245ad0(plVar8 + 5);\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 == FUN_0016def0) goto LAB_00176005;\nLAB_00176066:\n local_48 = (*pcVar4)();\n } while( true );\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "code *pcVar4;" type_identifier (pointer_declarator "*pcVar4" * identifier) ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar7;" (sized_type_specifier "long" long) identifier ;) (declaration "long *plVar8;" (sized_type_specifier "long" long) (pointer_declarator "*plVar8" * identifier) ;) (declaration "bool bVar9;" primitive_type identifier ;) (declaration "undefined1 local_51;" type_identifier identifier ;) (declaration "undefined8 local_50;" type_identifier identifier ;) (declaration "long local_48;" (sized_type_specifier "long" long) identifier ;) (declaration "long *local_40 [2];" (sized_type_specifier "long" long) (pointer_declarator "*local_40 [2]" * (array_declarator "local_40 [2]" identifier [ number_literal ])) ;) (if_statement "if (*(long *)(param_1 + 0x88) == 0) {\n return;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x88) == 0)" ( (binary_expression "*(long *)(param_1 + 0x88) == 0" (pointer_expression "*(long *)(param_1 + 0x88)" * (cast_expression "(long *)(param_1 + 0x88)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x88)" ( (binary_expression "param_1 + 0x88" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (labeled_statement "LAB_00175ff5:\n plVar8 = *(long **)(param_1 + 0x78);" statement_identifier : (expression_statement "plVar8 = *(long **)(param_1 + 0x78);" (assignment_expression "plVar8 = *(long **)(param_1 + 0x78)" identifier = (pointer_expression "*(long **)(param_1 + 0x78)" * (cast_expression "(long **)(param_1 + 0x78)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) ))))) ;)) (expression_statement "pcVar4 = *(code **)(*plVar8 + 0x18);" (assignment_expression "pcVar4 = *(code **)(*plVar8 + 0x18)" identifier = (pointer_expression "*(code **)(*plVar8 + 0x18)" * (cast_expression "(code **)(*plVar8 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar8 + 0x18)" ( (binary_expression "*plVar8 + 0x18" (pointer_expression "*plVar8" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar4 != FUN_0016def0) goto LAB_00176066;" if (parenthesized_expression "(pcVar4 != FUN_0016def0)" ( (binary_expression "pcVar4 != FUN_0016def0" identifier != identifier) )) (goto_statement "goto LAB_00176066;" goto statement_identifier ;)) (labeled_statement "LAB_00176005:\n local_48 = FUN_00245a20(plVar8 + 5);" statement_identifier : (expression_statement "local_48 = FUN_00245a20(plVar8 + 5);" (assignment_expression "local_48 = FUN_00245a20(plVar8 + 5)" identifier = (call_expression "FUN_00245a20(plVar8 + 5)" identifier (argument_list "(plVar8 + 5)" ( (binary_expression "plVar8 + 5" identifier + number_literal) )))) ;)) (do_statement "do {\n if (local_48 == -1) {\n return;\n }\n iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50);\n uVar1 = local_50;\n if (iVar3 != 0) {\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }\n plVar8 = *(long **)(param_1 + 0x78);\n if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }\n FUN_00245ad0(plVar8 + 5);\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 == FUN_0016def0) goto LAB_00176005;\nLAB_00176066:\n local_48 = (*pcVar4)();\n } while( true );" do (compound_statement "{\n if (local_48 == -1) {\n return;\n }\n iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50);\n uVar1 = local_50;\n if (iVar3 != 0) {\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }\n plVar8 = *(long **)(param_1 + 0x78);\n if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }\n FUN_00245ad0(plVar8 + 5);\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 == FUN_0016def0) goto LAB_00176005;\nLAB_00176066:\n local_48 = (*pcVar4)();\n }" { (if_statement "if (local_48 == -1) {\n return;\n }" if (parenthesized_expression "(local_48 == -1)" ( (binary_expression "local_48 == -1" identifier == number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (expression_statement "iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50);" (assignment_expression "iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50)" identifier = (call_expression "(**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x78) + 0x28))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 0x78) + 0x28)" * (pointer_expression "*(code **)(**(long **)(param_1 + 0x78) + 0x28)" * (cast_expression "(code **)(**(long **)(param_1 + 0x78) + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x78) + 0x28)" ( (binary_expression "**(long **)(param_1 + 0x78) + 0x28" (pointer_expression "**(long **)(param_1 + 0x78)" * (pointer_expression "*(long **)(param_1 + 0x78)" * (cast_expression "(long **)(param_1 + 0x78)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 0x78),local_48,&local_50)" ( (pointer_expression "*(long **)(param_1 + 0x78)" * (cast_expression "(long **)(param_1 + 0x78)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) )))) , identifier , (pointer_expression "&local_50" & identifier) )))) ;) (expression_statement "uVar1 = local_50;" (assignment_expression "uVar1 = local_50" identifier = identifier) ;) (if_statement "if (iVar3 != 0) {\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }" { (expression_statement "lVar6 = param_1 + 0xd8;" (assignment_expression "lVar6 = param_1 + 0xd8" identifier = (binary_expression "param_1 + 0xd8" identifier + number_literal)) ;) (expression_statement "lVar5 = lVar6;" (assignment_expression "lVar5 = lVar6" identifier = identifier) ;) (expression_statement "lVar2 = *(long *)(param_1 + 0xe0);" (assignment_expression "lVar2 = *(long *)(param_1 + 0xe0)" identifier = (pointer_expression "*(long *)(param_1 + 0xe0)" * (cast_expression "(long *)(param_1 + 0xe0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe0)" ( (binary_expression "param_1 + 0xe0" identifier + number_literal) ))))) ;) (if_statement "if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0xe0) == 0)" ( (binary_expression "*(long *)(param_1 + 0xe0) == 0" (pointer_expression "*(long *)(param_1 + 0xe0)" * (cast_expression "(long *)(param_1 + 0xe0)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe0)" ( (binary_expression "param_1 + 0xe0" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }" { (labeled_statement "LAB_001760d6:\n local_40[0] = &local_48;" statement_identifier : (expression_statement "local_40[0] = &local_48;" (assignment_expression "local_40[0] = &local_48" (subscript_expression "local_40[0]" identifier [ number_literal ]) = (pointer_expression "&local_48" & identifier)) ;)) (expression_statement "lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);" (assignment_expression "lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51)" identifier = (call_expression "FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51)" identifier (argument_list "(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51)" ( (binary_expression "param_1 + 0xd0" identifier + number_literal) , identifier , (pointer_expression "&DAT_00372427" & identifier) , identifier , (pointer_expression "&local_51" & identifier) )))) ;) }) (else_clause "else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }" else (compound_statement "{\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }" { (do_statement "do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);" do (compound_statement "{\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n }" { (while_statement "while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }" while (parenthesized_expression "(lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48)" ( (comma_expression "lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48" (assignment_expression "lVar7 = lVar2" identifier = identifier) , (binary_expression "*(long *)(lVar7 + 0x20) < local_48" (pointer_expression "*(long *)(lVar7 + 0x20)" * (cast_expression "(long *)(lVar7 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) )))) < identifier)) )) (compound_statement "{\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }" { (expression_statement "plVar8 = (long *)(lVar7 + 0x18);" (assignment_expression "plVar8 = (long *)(lVar7 + 0x18)" identifier = (cast_expression "(long *)(lVar7 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x18)" ( (binary_expression "lVar7 + 0x18" identifier + number_literal) )))) ;) (expression_statement "lVar7 = lVar5;" (assignment_expression "lVar7 = lVar5" identifier = identifier) ;) (expression_statement "lVar2 = *plVar8;" (assignment_expression "lVar2 = *plVar8" identifier = (pointer_expression "*plVar8" * identifier)) ;) (if_statement "if (*plVar8 == 0) goto LAB_001760cb;" if (parenthesized_expression "(*plVar8 == 0)" ( (binary_expression "*plVar8 == 0" (pointer_expression "*plVar8" * identifier) == number_literal) )) (goto_statement "goto LAB_001760cb;" goto statement_identifier ;)) })) (expression_statement "lVar5 = lVar7;" (assignment_expression "lVar5 = lVar7" identifier = identifier) ;) (expression_statement "lVar2 = *(long *)(lVar7 + 0x10);" (assignment_expression "lVar2 = *(long *)(lVar7 + 0x10)" identifier = (pointer_expression "*(long *)(lVar7 + 0x10)" * (cast_expression "(long *)(lVar7 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x10)" ( (binary_expression "lVar7 + 0x10" identifier + number_literal) ))))) ;) }) while (parenthesized_expression "(*(long *)(lVar7 + 0x10) != 0)" ( (binary_expression "*(long *)(lVar7 + 0x10) != 0" (pointer_expression "*(long *)(lVar7 + 0x10)" * (cast_expression "(long *)(lVar7 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x10)" ( (binary_expression "lVar7 + 0x10" identifier + number_literal) )))) != number_literal) )) ;) (labeled_statement "LAB_001760cb:\n bVar9 = lVar6 == lVar7;" statement_identifier : (expression_statement "bVar9 = lVar6 == lVar7;" (assignment_expression "bVar9 = lVar6 == lVar7" identifier = (binary_expression "lVar6 == lVar7" identifier == identifier)) ;)) (expression_statement "lVar6 = lVar7;" (assignment_expression "lVar6 = lVar7" identifier = identifier) ;) (if_statement "if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;" if (parenthesized_expression "((bVar9) || (local_48 < *(long *)(lVar7 + 0x20)))" ( (binary_expression "(bVar9) || (local_48 < *(long *)(lVar7 + 0x20))" (parenthesized_expression "(bVar9)" ( identifier )) || (parenthesized_expression "(local_48 < *(long *)(lVar7 + 0x20))" ( (binary_expression "local_48 < *(long *)(lVar7 + 0x20)" identifier < (pointer_expression "*(long *)(lVar7 + 0x20)" * (cast_expression "(long *)(lVar7 + 0x20)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x20)" ( (binary_expression "lVar7 + 0x20" identifier + number_literal) ))))) ))) )) (goto_statement "goto LAB_001760d6;" goto statement_identifier ;)) }))) (expression_statement "*(int *)(lVar7 + 0x28) = iVar3;" (assignment_expression "*(int *)(lVar7 + 0x28) = iVar3" (pointer_expression "*(int *)(lVar7 + 0x28)" * (cast_expression "(int *)(lVar7 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x28)" ( (binary_expression "lVar7 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(lVar7 + 0x30) = uVar1;" (assignment_expression "*(undefined8 *)(lVar7 + 0x30) = uVar1" (pointer_expression "*(undefined8 *)(lVar7 + 0x30)" * (cast_expression "(undefined8 *)(lVar7 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar7 + 0x30)" ( (binary_expression "lVar7 + 0x30" identifier + number_literal) )))) = identifier) ;) })) (expression_statement "plVar8 = *(long **)(param_1 + 0x78);" (assignment_expression "plVar8 = *(long **)(param_1 + 0x78)" identifier = (pointer_expression "*(long **)(param_1 + 0x78)" * (cast_expression "(long **)(param_1 + 0x78)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) ))))) ;) (if_statement "if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }" if (parenthesized_expression "(*(code **)(*plVar8 + 0x20) != FUN_0016dee0)" ( (binary_expression "*(code **)(*plVar8 + 0x20) != FUN_0016dee0" (pointer_expression "*(code **)(*plVar8 + 0x20)" * (cast_expression "(code **)(*plVar8 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar8 + 0x20)" ( (binary_expression "*plVar8 + 0x20" (pointer_expression "*plVar8" * identifier) + number_literal) )))) != identifier) )) (compound_statement "{\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }" { (expression_statement "(**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);" (call_expression "(**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1)" (parenthesized_expression "(**(code **)(*plVar8 + 0x20))" ( (pointer_expression "**(code **)(*plVar8 + 0x20)" * (pointer_expression "*(code **)(*plVar8 + 0x20)" * (cast_expression "(code **)(*plVar8 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar8 + 0x20)" ( (binary_expression "*plVar8 + 0x20" (pointer_expression "*plVar8" * identifier) + number_literal) ))))) )) (argument_list "(plVar8,local_48 + 1)" ( identifier , (binary_expression "local_48 + 1" identifier + number_literal) ))) ;) (goto_statement "goto LAB_00175ff5;" goto statement_identifier ;) })) (expression_statement "FUN_00245ad0(plVar8 + 5);" (call_expression "FUN_00245ad0(plVar8 + 5)" identifier (argument_list "(plVar8 + 5)" ( (binary_expression "plVar8 + 5" identifier + number_literal) ))) ;) (expression_statement "plVar8 = *(long **)(param_1 + 0x78);" (assignment_expression "plVar8 = *(long **)(param_1 + 0x78)" identifier = (pointer_expression "*(long **)(param_1 + 0x78)" * (cast_expression "(long **)(param_1 + 0x78)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x78)" ( (binary_expression "param_1 + 0x78" identifier + number_literal) ))))) ;) (expression_statement "pcVar4 = *(code **)(*plVar8 + 0x18);" (assignment_expression "pcVar4 = *(code **)(*plVar8 + 0x18)" identifier = (pointer_expression "*(code **)(*plVar8 + 0x18)" * (cast_expression "(code **)(*plVar8 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar8 + 0x18)" ( (binary_expression "*plVar8 + 0x18" (pointer_expression "*plVar8" * identifier) + number_literal) ))))) ;) (if_statement "if (pcVar4 == FUN_0016def0) goto LAB_00176005;" if (parenthesized_expression "(pcVar4 == FUN_0016def0)" ( (binary_expression "pcVar4 == FUN_0016def0" identifier == identifier) )) (goto_statement "goto LAB_00176005;" goto statement_identifier ;)) (labeled_statement "LAB_00176066:\n local_48 = (*pcVar4)();" statement_identifier : (expression_statement "local_48 = (*pcVar4)();" (assignment_expression "local_48 = (*pcVar4)()" identifier = (call_expression "(*pcVar4)()" (parenthesized_expression "(*pcVar4)" ( (pointer_expression "*pcVar4" * identifier) )) (argument_list "()" ( )))) ;)) }) while (parenthesized_expression "( true )" ( true )) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * (array_declarator IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (return_statement return ;) })) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;)) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) )))) ;)) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT , (pointer_expression & IDENT) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = 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 (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression & IDENT)) ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , (pointer_expression & IDENT) , IDENT , (pointer_expression & IDENT) )))) ;) }) (else_clause else (compound_statement { (do_statement do (compound_statement { (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (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 IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == LIT) )) (goto_statement goto statement_identifier ;)) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) while (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (binary_expression IDENT == IDENT)) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( IDENT )) || (parenthesized_expression ( (binary_expression IDENT < (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ))) )) (goto_statement goto statement_identifier ;)) }))) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = 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 = (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 * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) != IDENT) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , (binary_expression IDENT + LIT) ))) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (goto_statement goto statement_identifier ;)) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * IDENT) )) (argument_list ( )))) ;)) }) while (parenthesized_expression ( BOOL )) ;) }))) | (function_definition "void FUN_00175fb0(long param_1)\n\n{\n undefined8 uVar1;\n long lVar2;\n int iVar3;\n code *pcVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n long *plVar8;\n bool bVar9;\n undefined1 local_51;\n undefined8 local_50;\n long local_48;\n long *local_40 [2];\n \n if (*(long *)(param_1 + 0x88) == 0) {\n return;\n }\nLAB_00175ff5:\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 != FUN_0016def0) goto LAB_00176066;\nLAB_00176005:\n local_48 = FUN_00245a20(plVar8 + 5);\n do {\n if (local_48 == -1) {\n return;\n }\n iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50);\n uVar1 = local_50;\n if (iVar3 != 0) {\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }\n plVar8 = *(long **)(param_1 + 0x78);\n if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }\n FUN_00245ad0(plVar8 + 5);\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 == FUN_0016def0) goto LAB_00176005;\nLAB_00176066:\n local_48 = (*pcVar4)();\n } while( true );\n}" (primitive_type "void") (function_declarator "FUN_00175fb0(long param_1)" (identifier "FUN_00175fb0") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n long lVar2;\n int iVar3;\n code *pcVar4;\n long lVar5;\n long lVar6;\n long lVar7;\n long *plVar8;\n bool bVar9;\n undefined1 local_51;\n undefined8 local_50;\n long local_48;\n long *local_40 [2];\n \n if (*(long *)(param_1 + 0x88) == 0) {\n return;\n }\nLAB_00175ff5:\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 != FUN_0016def0) goto LAB_00176066;\nLAB_00176005:\n local_48 = FUN_00245a20(plVar8 + 5);\n do {\n if (local_48 == -1) {\n return;\n }\n iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50);\n uVar1 = local_50;\n if (iVar3 != 0) {\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }\n plVar8 = *(long **)(param_1 + 0x78);\n if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }\n FUN_00245ad0(plVar8 + 5);\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 == FUN_0016def0) goto LAB_00176005;\nLAB_00176066:\n local_48 = (*pcVar4)();\n } while( true );\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "code *pcVar4;" (type_identifier "code") (pointer_declarator "*pcVar4" (* "*") (identifier "pcVar4")) (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "long lVar6;" (sized_type_specifier "long" (long "long")) (identifier "lVar6") (; ";")) (declaration "long lVar7;" (sized_type_specifier "long" (long "long")) (identifier "lVar7") (; ";")) (declaration "long *plVar8;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar8" (* "*") (identifier "plVar8")) (; ";")) (declaration "bool bVar9;" (primitive_type "bool") (identifier "bVar9") (; ";")) (declaration "undefined1 local_51;" (type_identifier "undefined1") (identifier "local_51") (; ";")) (declaration "undefined8 local_50;" (type_identifier "undefined8") (identifier "local_50") (; ";")) (declaration "long local_48;" (sized_type_specifier "long" (long "long")) (identifier "local_48") (; ";")) (declaration "long *local_40 [2];" (sized_type_specifier "long" (long "long")) (pointer_declarator "*local_40 [2]" (* "*") (array_declarator "local_40 [2]" (identifier "local_40") ([ "[") (number_literal "2") (] "]"))) (; ";")) (if_statement "if (*(long *)(param_1 + 0x88) == 0) {\n return;\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x88) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x88) == 0" (pointer_expression "*(long *)(param_1 + 0x88)" (* "*") (cast_expression "(long *)(param_1 + 0x88)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x88)" (( "(") (binary_expression "param_1 + 0x88" (identifier "param_1") (+ "+") (number_literal "0x88")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (labeled_statement "LAB_00175ff5:\n plVar8 = *(long **)(param_1 + 0x78);" (statement_identifier "LAB_00175ff5") (: ":") (expression_statement "plVar8 = *(long **)(param_1 + 0x78);" (assignment_expression "plVar8 = *(long **)(param_1 + 0x78)" (identifier "plVar8") (= "=") (pointer_expression "*(long **)(param_1 + 0x78)" (* "*") (cast_expression "(long **)(param_1 + 0x78)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x78)" (( "(") (binary_expression "param_1 + 0x78" (identifier "param_1") (+ "+") (number_literal "0x78")) () ")"))))) (; ";"))) (expression_statement "pcVar4 = *(code **)(*plVar8 + 0x18);" (assignment_expression "pcVar4 = *(code **)(*plVar8 + 0x18)" (identifier "pcVar4") (= "=") (pointer_expression "*(code **)(*plVar8 + 0x18)" (* "*") (cast_expression "(code **)(*plVar8 + 0x18)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar8 + 0x18)" (( "(") (binary_expression "*plVar8 + 0x18" (pointer_expression "*plVar8" (* "*") (identifier "plVar8")) (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (pcVar4 != FUN_0016def0) goto LAB_00176066;" (if "if") (parenthesized_expression "(pcVar4 != FUN_0016def0)" (( "(") (binary_expression "pcVar4 != FUN_0016def0" (identifier "pcVar4") (!= "!=") (identifier "FUN_0016def0")) () ")")) (goto_statement "goto LAB_00176066;" (goto "goto") (statement_identifier "LAB_00176066") (; ";"))) (labeled_statement "LAB_00176005:\n local_48 = FUN_00245a20(plVar8 + 5);" (statement_identifier "LAB_00176005") (: ":") (expression_statement "local_48 = FUN_00245a20(plVar8 + 5);" (assignment_expression "local_48 = FUN_00245a20(plVar8 + 5)" (identifier "local_48") (= "=") (call_expression "FUN_00245a20(plVar8 + 5)" (identifier "FUN_00245a20") (argument_list "(plVar8 + 5)" (( "(") (binary_expression "plVar8 + 5" (identifier "plVar8") (+ "+") (number_literal "5")) () ")")))) (; ";"))) (do_statement "do {\n if (local_48 == -1) {\n return;\n }\n iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50);\n uVar1 = local_50;\n if (iVar3 != 0) {\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }\n plVar8 = *(long **)(param_1 + 0x78);\n if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }\n FUN_00245ad0(plVar8 + 5);\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 == FUN_0016def0) goto LAB_00176005;\nLAB_00176066:\n local_48 = (*pcVar4)();\n } while( true );" (do "do") (compound_statement "{\n if (local_48 == -1) {\n return;\n }\n iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50);\n uVar1 = local_50;\n if (iVar3 != 0) {\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }\n plVar8 = *(long **)(param_1 + 0x78);\n if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }\n FUN_00245ad0(plVar8 + 5);\n plVar8 = *(long **)(param_1 + 0x78);\n pcVar4 = *(code **)(*plVar8 + 0x18);\n if (pcVar4 == FUN_0016def0) goto LAB_00176005;\nLAB_00176066:\n local_48 = (*pcVar4)();\n }" ({ "{") (if_statement "if (local_48 == -1) {\n return;\n }" (if "if") (parenthesized_expression "(local_48 == -1)" (( "(") (binary_expression "local_48 == -1" (identifier "local_48") (== "==") (number_literal "-1")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50);" (assignment_expression "iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50)" (identifier "iVar3") (= "=") (call_expression "(**(code **)(**(long **)(param_1 + 0x78) + 0x28))\n (*(long **)(param_1 + 0x78),local_48,&local_50)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x78) + 0x28))" (( "(") (pointer_expression "**(code **)(**(long **)(param_1 + 0x78) + 0x28)" (* "*") (pointer_expression "*(code **)(**(long **)(param_1 + 0x78) + 0x28)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 0x78) + 0x28)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 0x78) + 0x28)" (( "(") (binary_expression "**(long **)(param_1 + 0x78) + 0x28" (pointer_expression "**(long **)(param_1 + 0x78)" (* "*") (pointer_expression "*(long **)(param_1 + 0x78)" (* "*") (cast_expression "(long **)(param_1 + 0x78)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x78)" (( "(") (binary_expression "param_1 + 0x78" (identifier "param_1") (+ "+") (number_literal "0x78")) () ")"))))) (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (argument_list "(*(long **)(param_1 + 0x78),local_48,&local_50)" (( "(") (pointer_expression "*(long **)(param_1 + 0x78)" (* "*") (cast_expression "(long **)(param_1 + 0x78)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x78)" (( "(") (binary_expression "param_1 + 0x78" (identifier "param_1") (+ "+") (number_literal "0x78")) () ")")))) (, ",") (identifier "local_48") (, ",") (pointer_expression "&local_50" (& "&") (identifier "local_50")) () ")")))) (; ";")) (expression_statement "uVar1 = local_50;" (assignment_expression "uVar1 = local_50" (identifier "uVar1") (= "=") (identifier "local_50")) (; ";")) (if_statement "if (iVar3 != 0) {\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }" (if "if") (parenthesized_expression "(iVar3 != 0)" (( "(") (binary_expression "iVar3 != 0" (identifier "iVar3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar6 = param_1 + 0xd8;\n lVar5 = lVar6;\n lVar2 = *(long *)(param_1 + 0xe0);\n if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }\n *(int *)(lVar7 + 0x28) = iVar3;\n *(undefined8 *)(lVar7 + 0x30) = uVar1;\n }" ({ "{") (expression_statement "lVar6 = param_1 + 0xd8;" (assignment_expression "lVar6 = param_1 + 0xd8" (identifier "lVar6") (= "=") (binary_expression "param_1 + 0xd8" (identifier "param_1") (+ "+") (number_literal "0xd8"))) (; ";")) (expression_statement "lVar5 = lVar6;" (assignment_expression "lVar5 = lVar6" (identifier "lVar5") (= "=") (identifier "lVar6")) (; ";")) (expression_statement "lVar2 = *(long *)(param_1 + 0xe0);" (assignment_expression "lVar2 = *(long *)(param_1 + 0xe0)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(param_1 + 0xe0)" (* "*") (cast_expression "(long *)(param_1 + 0xe0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xe0)" (( "(") (binary_expression "param_1 + 0xe0" (identifier "param_1") (+ "+") (number_literal "0xe0")) () ")"))))) (; ";")) (if_statement "if (*(long *)(param_1 + 0xe0) == 0) {\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }\n else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0xe0) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 0xe0) == 0" (pointer_expression "*(long *)(param_1 + 0xe0)" (* "*") (cast_expression "(long *)(param_1 + 0xe0)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xe0)" (( "(") (binary_expression "param_1 + 0xe0" (identifier "param_1") (+ "+") (number_literal "0xe0")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\nLAB_001760d6:\n local_40[0] = &local_48;\n lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);\n }" ({ "{") (labeled_statement "LAB_001760d6:\n local_40[0] = &local_48;" (statement_identifier "LAB_001760d6") (: ":") (expression_statement "local_40[0] = &local_48;" (assignment_expression "local_40[0] = &local_48" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (= "=") (pointer_expression "&local_48" (& "&") (identifier "local_48"))) (; ";"))) (expression_statement "lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);" (assignment_expression "lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51)" (identifier "lVar7") (= "=") (call_expression "FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51)" (identifier "FUN_00175d70") (argument_list "(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51)" (( "(") (binary_expression "param_1 + 0xd0" (identifier "param_1") (+ "+") (number_literal "0xd0")) (, ",") (identifier "lVar6") (, ",") (pointer_expression "&DAT_00372427" (& "&") (identifier "DAT_00372427")) (, ",") (identifier "local_40") (, ",") (pointer_expression "&local_51" (& "&") (identifier "local_51")) () ")")))) (; ";")) (} "}")) (else_clause "else {\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }" (else "else") (compound_statement "{\n do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);\nLAB_001760cb:\n bVar9 = lVar6 == lVar7;\n lVar6 = lVar7;\n if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;\n }" ({ "{") (do_statement "do {\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n } while (*(long *)(lVar7 + 0x10) != 0);" (do "do") (compound_statement "{\n while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }\n lVar5 = lVar7;\n lVar2 = *(long *)(lVar7 + 0x10);\n }" ({ "{") (while_statement "while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }" (while "while") (parenthesized_expression "(lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48)" (( "(") (comma_expression "lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48" (assignment_expression "lVar7 = lVar2" (identifier "lVar7") (= "=") (identifier "lVar2")) (, ",") (binary_expression "*(long *)(lVar7 + 0x20) < local_48" (pointer_expression "*(long *)(lVar7 + 0x20)" (* "*") (cast_expression "(long *)(lVar7 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x20)" (( "(") (binary_expression "lVar7 + 0x20" (identifier "lVar7") (+ "+") (number_literal "0x20")) () ")")))) (< "<") (identifier "local_48"))) () ")")) (compound_statement "{\n plVar8 = (long *)(lVar7 + 0x18);\n lVar7 = lVar5;\n lVar2 = *plVar8;\n if (*plVar8 == 0) goto LAB_001760cb;\n }" ({ "{") (expression_statement "plVar8 = (long *)(lVar7 + 0x18);" (assignment_expression "plVar8 = (long *)(lVar7 + 0x18)" (identifier "plVar8") (= "=") (cast_expression "(long *)(lVar7 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x18)" (( "(") (binary_expression "lVar7 + 0x18" (identifier "lVar7") (+ "+") (number_literal "0x18")) () ")")))) (; ";")) (expression_statement "lVar7 = lVar5;" (assignment_expression "lVar7 = lVar5" (identifier "lVar7") (= "=") (identifier "lVar5")) (; ";")) (expression_statement "lVar2 = *plVar8;" (assignment_expression "lVar2 = *plVar8" (identifier "lVar2") (= "=") (pointer_expression "*plVar8" (* "*") (identifier "plVar8"))) (; ";")) (if_statement "if (*plVar8 == 0) goto LAB_001760cb;" (if "if") (parenthesized_expression "(*plVar8 == 0)" (( "(") (binary_expression "*plVar8 == 0" (pointer_expression "*plVar8" (* "*") (identifier "plVar8")) (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001760cb;" (goto "goto") (statement_identifier "LAB_001760cb") (; ";"))) (} "}"))) (expression_statement "lVar5 = lVar7;" (assignment_expression "lVar5 = lVar7" (identifier "lVar5") (= "=") (identifier "lVar7")) (; ";")) (expression_statement "lVar2 = *(long *)(lVar7 + 0x10);" (assignment_expression "lVar2 = *(long *)(lVar7 + 0x10)" (identifier "lVar2") (= "=") (pointer_expression "*(long *)(lVar7 + 0x10)" (* "*") (cast_expression "(long *)(lVar7 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x10)" (( "(") (binary_expression "lVar7 + 0x10" (identifier "lVar7") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(*(long *)(lVar7 + 0x10) != 0)" (( "(") (binary_expression "*(long *)(lVar7 + 0x10) != 0" (pointer_expression "*(long *)(lVar7 + 0x10)" (* "*") (cast_expression "(long *)(lVar7 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x10)" (( "(") (binary_expression "lVar7 + 0x10" (identifier "lVar7") (+ "+") (number_literal "0x10")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (; ";")) (labeled_statement "LAB_001760cb:\n bVar9 = lVar6 == lVar7;" (statement_identifier "LAB_001760cb") (: ":") (expression_statement "bVar9 = lVar6 == lVar7;" (assignment_expression "bVar9 = lVar6 == lVar7" (identifier "bVar9") (= "=") (binary_expression "lVar6 == lVar7" (identifier "lVar6") (== "==") (identifier "lVar7"))) (; ";"))) (expression_statement "lVar6 = lVar7;" (assignment_expression "lVar6 = lVar7" (identifier "lVar6") (= "=") (identifier "lVar7")) (; ";")) (if_statement "if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;" (if "if") (parenthesized_expression "((bVar9) || (local_48 < *(long *)(lVar7 + 0x20)))" (( "(") (binary_expression "(bVar9) || (local_48 < *(long *)(lVar7 + 0x20))" (parenthesized_expression "(bVar9)" (( "(") (identifier "bVar9") () ")")) (|| "||") (parenthesized_expression "(local_48 < *(long *)(lVar7 + 0x20))" (( "(") (binary_expression "local_48 < *(long *)(lVar7 + 0x20)" (identifier "local_48") (< "<") (pointer_expression "*(long *)(lVar7 + 0x20)" (* "*") (cast_expression "(long *)(lVar7 + 0x20)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x20)" (( "(") (binary_expression "lVar7 + 0x20" (identifier "lVar7") (+ "+") (number_literal "0x20")) () ")"))))) () ")"))) () ")")) (goto_statement "goto LAB_001760d6;" (goto "goto") (statement_identifier "LAB_001760d6") (; ";"))) (} "}")))) (expression_statement "*(int *)(lVar7 + 0x28) = iVar3;" (assignment_expression "*(int *)(lVar7 + 0x28) = iVar3" (pointer_expression "*(int *)(lVar7 + 0x28)" (* "*") (cast_expression "(int *)(lVar7 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x28)" (( "(") (binary_expression "lVar7 + 0x28" (identifier "lVar7") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (identifier "iVar3")) (; ";")) (expression_statement "*(undefined8 *)(lVar7 + 0x30) = uVar1;" (assignment_expression "*(undefined8 *)(lVar7 + 0x30) = uVar1" (pointer_expression "*(undefined8 *)(lVar7 + 0x30)" (* "*") (cast_expression "(undefined8 *)(lVar7 + 0x30)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar7 + 0x30)" (( "(") (binary_expression "lVar7 + 0x30" (identifier "lVar7") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (identifier "uVar1")) (; ";")) (} "}"))) (expression_statement "plVar8 = *(long **)(param_1 + 0x78);" (assignment_expression "plVar8 = *(long **)(param_1 + 0x78)" (identifier "plVar8") (= "=") (pointer_expression "*(long **)(param_1 + 0x78)" (* "*") (cast_expression "(long **)(param_1 + 0x78)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x78)" (( "(") (binary_expression "param_1 + 0x78" (identifier "param_1") (+ "+") (number_literal "0x78")) () ")"))))) (; ";")) (if_statement "if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }" (if "if") (parenthesized_expression "(*(code **)(*plVar8 + 0x20) != FUN_0016dee0)" (( "(") (binary_expression "*(code **)(*plVar8 + 0x20) != FUN_0016dee0" (pointer_expression "*(code **)(*plVar8 + 0x20)" (* "*") (cast_expression "(code **)(*plVar8 + 0x20)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar8 + 0x20)" (( "(") (binary_expression "*plVar8 + 0x20" (pointer_expression "*plVar8" (* "*") (identifier "plVar8")) (+ "+") (number_literal "0x20")) () ")")))) (!= "!=") (identifier "FUN_0016dee0")) () ")")) (compound_statement "{\n (**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);\n goto LAB_00175ff5;\n }" ({ "{") (expression_statement "(**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);" (call_expression "(**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1)" (parenthesized_expression "(**(code **)(*plVar8 + 0x20))" (( "(") (pointer_expression "**(code **)(*plVar8 + 0x20)" (* "*") (pointer_expression "*(code **)(*plVar8 + 0x20)" (* "*") (cast_expression "(code **)(*plVar8 + 0x20)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar8 + 0x20)" (( "(") (binary_expression "*plVar8 + 0x20" (pointer_expression "*plVar8" (* "*") (identifier "plVar8")) (+ "+") (number_literal "0x20")) () ")"))))) () ")")) (argument_list "(plVar8,local_48 + 1)" (( "(") (identifier "plVar8") (, ",") (binary_expression "local_48 + 1" (identifier "local_48") (+ "+") (number_literal "1")) () ")"))) (; ";")) (goto_statement "goto LAB_00175ff5;" (goto "goto") (statement_identifier "LAB_00175ff5") (; ";")) (} "}"))) (expression_statement "FUN_00245ad0(plVar8 + 5);" (call_expression "FUN_00245ad0(plVar8 + 5)" (identifier "FUN_00245ad0") (argument_list "(plVar8 + 5)" (( "(") (binary_expression "plVar8 + 5" (identifier "plVar8") (+ "+") (number_literal "5")) () ")"))) (; ";")) (expression_statement "plVar8 = *(long **)(param_1 + 0x78);" (assignment_expression "plVar8 = *(long **)(param_1 + 0x78)" (identifier "plVar8") (= "=") (pointer_expression "*(long **)(param_1 + 0x78)" (* "*") (cast_expression "(long **)(param_1 + 0x78)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x78)" (( "(") (binary_expression "param_1 + 0x78" (identifier "param_1") (+ "+") (number_literal "0x78")) () ")"))))) (; ";")) (expression_statement "pcVar4 = *(code **)(*plVar8 + 0x18);" (assignment_expression "pcVar4 = *(code **)(*plVar8 + 0x18)" (identifier "pcVar4") (= "=") (pointer_expression "*(code **)(*plVar8 + 0x18)" (* "*") (cast_expression "(code **)(*plVar8 + 0x18)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar8 + 0x18)" (( "(") (binary_expression "*plVar8 + 0x18" (pointer_expression "*plVar8" (* "*") (identifier "plVar8")) (+ "+") (number_literal "0x18")) () ")"))))) (; ";")) (if_statement "if (pcVar4 == FUN_0016def0) goto LAB_00176005;" (if "if") (parenthesized_expression "(pcVar4 == FUN_0016def0)" (( "(") (binary_expression "pcVar4 == FUN_0016def0" (identifier "pcVar4") (== "==") (identifier "FUN_0016def0")) () ")")) (goto_statement "goto LAB_00176005;" (goto "goto") (statement_identifier "LAB_00176005") (; ";"))) (labeled_statement "LAB_00176066:\n local_48 = (*pcVar4)();" (statement_identifier "LAB_00176066") (: ":") (expression_statement "local_48 = (*pcVar4)();" (assignment_expression "local_48 = (*pcVar4)()" (identifier "local_48") (= "=") (call_expression "(*pcVar4)()" (parenthesized_expression "(*pcVar4)" (( "(") (pointer_expression "*pcVar4" (* "*") (identifier "pcVar4")) () ")")) (argument_list "()" (( "(") () ")")))) (; ";"))) (} "}")) (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (; ";")) (} "}"))) |
/* DWARF original prototype: void read_relocs(Sized_dwarf_line_info<64,_true> * this) */
void __thiscall
gold::Sized_dwarf_line_info<64,var_5>::read_relocs(Sized_dwarf_line_info<64,var_5> *this)
{
type_1 *pp_Var1;
type_1 var_11;
type_2 oVar3;
int var_10;
type_3 *var_4;
type_1 p_Var6;
type_4 __pos;
type_5 iVar7;
var_1<64,var_5> *pSVar8;
bool bVar9;
var_2<> var_3;
type_2 value;
type_2 var_9;
_Head_base<0,_long_int_const&,_false> local_40 [2];
type_6 extraout_var;
if (this->symtab_buffer_ == (type_7 *)0x0) {
return;
}
LAB_00175ff5:
pSVar8 = this->reloc_mapper_;
var_4 = (pSVar8->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[3];
if (var_4 != var_1<64,var_5>::var_6) goto LAB_00176066;
LAB_00176005:
var_9 = var_7<64,var_5>::var_8(&pSVar8->track_relocs_);
do {
if (var_9 == -1) {
return;
}
var_10 = (*(this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[5])
(this->reloc_mapper_,var_9,&value);
oVar3 = value;
if (var_10 != 0) {
var_11 = (this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header._M_parent;
__pos._M_node = &(this->reloc_map_)._M_t._M_impl.super__Rb_tree_header._M_header;
p_Var6 = __pos._M_node;
if (var_11 == (type_1)0x0) {
LAB_001760d6:
local_40[0]._M_head_impl = &var_9;
iVar7 = std::
_Rb_tree<long_int,_std::pair<var_13,_std::pair<unsigned_int,_long_int>var_12>,_std::_Select1st<std::pair<var_13,_std::pair<unsigned_int,_long_int>var_12>var_12>,_std::less<long_int>,_std::allocator<std::pair<var_13,_std::pair<unsigned_int,_long_int>var_12>var_12>var_12>
::
_M_emplace_hint_unique<const_std::piecewise_construct_t&,_std::var_2<var_13&>,_std::var_2<>var_12>
(&(this->reloc_map_)._M_t,__pos,
(piecewise_construct_t *)&std::piecewise_construct,
(var_2<var_13&> *)local_40,&var_3);
}
else {
do {
while (iVar7._M_node = var_11, *(long *)(iVar7._M_node + 1) < var_9) {
pp_Var1 = &(iVar7._M_node)->_M_right;
iVar7._M_node = p_Var6;
var_11 = *pp_Var1;
if (*pp_Var1 == (type_1)0x0) goto LAB_001760cb;
}
p_Var6 = iVar7._M_node;
var_11 = (iVar7._M_node)->_M_left;
} while ((iVar7._M_node)->_M_left != (type_1)0x0);
LAB_001760cb:
bVar9 = __pos._M_node == iVar7._M_node;
__pos._M_node = iVar7._M_node;
if ((bVar9) || (var_9 < *(long *)(iVar7._M_node + 1))) goto LAB_001760d6;
}
*(int *)&iVar7._M_node[1]._M_parent = var_10;
iVar7._M_node[1]._M_left = (type_1)oVar3;
}
var_4 = (this->reloc_mapper_->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[4];
if (var_4 != var_1<64,var_5>::var_14) {
(*var_4)();
goto LAB_00175ff5;
}
var_7<64,var_5>::var_15(&this->reloc_mapper_->track_relocs_,var_9 + 1);
pSVar8 = this->reloc_mapper_;
var_4 = (pSVar8->super_Elf_reloc_mapper)._vptr_Elf_reloc_mapper[3];
if (var_4 == var_1<64,var_5>::var_6) goto LAB_00176005;
LAB_00176066:
var_10 = (*var_4)();
var_9 = var_16(extraout_var,var_10);
} while( true );
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (array_declarator declarator: (identifier) size: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (return_statement))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier) (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (pointer_expression argument: (identifier)) (identifier) (pointer_expression argument: (identifier))))))) alternative: (else_clause (compound_statement (do_statement body: (compound_statement (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (pointer_expression 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)))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) 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)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (identifier)) right: (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: (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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: (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 (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: (identifier) right: (number_literal))))) (goto_statement label: (statement_identifier)))) (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: (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: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (identifier))) arguments: (argument_list)))))) condition: (parenthesized_expression (true)))))) | null |
void MASKED(long param_1)
{
undefined8 uVar1;
long lVar2;
int iVar3;
code *pcVar4;
long lVar5;
long lVar6;
long lVar7;
long *plVar8;
bool bVar9;
undefined1 local_51;
undefined8 local_50;
long local_48;
long *local_40 [2];
if (*(long *)(param_1 + 0x88) == 0) {
return;
}
LAB_00175ff5:
plVar8 = *(long **)(param_1 + 0x78);
pcVar4 = *(code **)(*plVar8 + 0x18);
if (pcVar4 != FUN_0016def0) goto LAB_00176066;
LAB_00176005:
local_48 = FUN_00245a20(plVar8 + 5);
do {
if (local_48 == -1) {
return;
}
iVar3 = (**(code **)(**(long **)(param_1 + 0x78) + 0x28))
(*(long **)(param_1 + 0x78),local_48,&local_50);
uVar1 = local_50;
if (iVar3 != 0) {
lVar6 = param_1 + 0xd8;
lVar5 = lVar6;
lVar2 = *(long *)(param_1 + 0xe0);
if (*(long *)(param_1 + 0xe0) == 0) {
LAB_001760d6:
local_40[0] = &local_48;
lVar7 = FUN_00175d70(param_1 + 0xd0,lVar6,&DAT_00372427,local_40,&local_51);
}
else {
do {
while (lVar7 = lVar2, *(long *)(lVar7 + 0x20) < local_48) {
plVar8 = (long *)(lVar7 + 0x18);
lVar7 = lVar5;
lVar2 = *plVar8;
if (*plVar8 == 0) goto LAB_001760cb;
}
lVar5 = lVar7;
lVar2 = *(long *)(lVar7 + 0x10);
} while (*(long *)(lVar7 + 0x10) != 0);
LAB_001760cb:
bVar9 = lVar6 == lVar7;
lVar6 = lVar7;
if ((bVar9) || (local_48 < *(long *)(lVar7 + 0x20))) goto LAB_001760d6;
}
*(int *)(lVar7 + 0x28) = iVar3;
*(undefined8 *)(lVar7 + 0x30) = uVar1;
}
plVar8 = *(long **)(param_1 + 0x78);
if (*(code **)(*plVar8 + 0x20) != FUN_0016dee0) {
(**(code **)(*plVar8 + 0x20))(plVar8,local_48 + 1);
goto LAB_00175ff5;
}
FUN_00245ad0(plVar8 + 5);
plVar8 = *(long **)(param_1 + 0x78);
pcVar4 = *(code **)(*plVar8 + 0x18);
if (pcVar4 == FUN_0016def0) goto LAB_00176005;
LAB_00176066:
local_48 = (*pcVar4)();
} while( true );
}
|
7457_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | d_growable_string_callback_adapter | FUN_002c9bb0 |
void d_growable_string_callback_adapter(char *s,size_t l,void *opaque)
{
ulong uVar1;
void *pvVar2;
int iVar3;
d_growable_string *dgs;
ulong __size;
__size = *(ulong *)((long)opaque + 0x10);
iVar3 = *(int *)((long)opaque + 0x18);
uVar1 = l + 1 + *(long *)((long)opaque + 8);
if (__size < uVar1) {
if (iVar3 != 0) {
return;
}
if ((__size != 0) || (__size = 2, 2 < uVar1)) {
do {
__size = __size * 2;
} while (__size < uVar1);
}
/* WARNING: Load size is inaccurate */
pvVar2 = realloc(*opaque,__size);
if (pvVar2 == (void *)0x0) {
/* WARNING: Load size is inaccurate */
free(*opaque);
*(undefined8 *)opaque = 0;
*(undefined8 *)((long)opaque + 8) = 0;
*(undefined8 *)((long)opaque + 0x10) = 0;
*(undefined4 *)((long)opaque + 0x18) = 1;
return;
}
*(void **)opaque = pvVar2;
iVar3 = *(int *)((long)opaque + 0x18);
*(ulong *)((long)opaque + 0x10) = __size;
}
if (iVar3 == 0) {
/* WARNING: Load size is inaccurate */
memcpy((void *)(*(long *)((long)opaque + 8) + *opaque),s,l);
/* WARNING: Load size is inaccurate */
*(undefined1 *)(*opaque + l + *(long *)((long)opaque + 8)) = 0;
*(long *)((long)opaque + 8) = *(long *)((long)opaque + 8) + l;
}
return;
}
|
void FUN_002c9bb0(void *param_1,size_t param_2,long *param_3)
{
ulong uVar1;
void *pvVar2;
int iVar3;
ulong __size;
__size = param_3[2];
iVar3 = (int)param_3[3];
uVar1 = param_2 + 1 + param_3[1];
if (__size < uVar1) {
if (iVar3 != 0) {
return;
}
if ((__size != 0) || (__size = 2, 2 < uVar1)) {
do {
__size = __size * 2;
} while (__size < uVar1);
}
pvVar2 = realloc((void *)*param_3,__size);
if (pvVar2 == (void *)0x0) {
free((void *)*param_3);
*param_3 = 0;
param_3[1] = 0;
param_3[2] = 0;
*(undefined4 *)(param_3 + 3) = 1;
return;
}
*param_3 = (long)pvVar2;
iVar3 = (int)param_3[3];
param_3[2] = __size;
}
if (iVar3 == 0) {
memcpy((void *)(param_3[1] + *param_3),param_1,param_2);
*(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;
param_3[1] = param_3[1] + param_2;
}
return;
}
| PUSH R13
MOV R13,RDI
PUSH R12
MOV R12,RSI
PUSH RBP
PUSH RBX
MOV RBX,RDX
SUB RSP,0x8
MOV RAX,qword ptr [RDX + 0x8]
MOV RBP,qword ptr [RDX + 0x10]
MOV EDX,dword ptr [RDX + 0x18]
LEA RAX,[RSI + RAX*0x1 + 0x1]
CMP RAX,RBP
JA 0x002c9c10
TEST EDX,EDX
JNZ 0x002c9bff
MOV RDI,qword ptr [RBX + 0x8]
MOV RDX,R12
ADD RDI,qword ptr [RBX]
MOV RSI,R13
CALL 0x00147aa0
MOV RAX,qword ptr [RBX]
ADD RAX,R12
ADD RAX,qword ptr [RBX + 0x8]
MOV byte ptr [RAX],0x0
ADD qword ptr [RBX + 0x8],R12
ADD RSP,0x8
POP RBX
POP RBP
POP R12
POP R13
RET
TEST EDX,EDX
JNZ 0x002c9bff
TEST RBP,RBP
JZ 0x002c9c48
NOP dword ptr [RAX]
ADD RBP,RBP
CMP RAX,RBP
JA 0x002c9c20
MOV RDI,qword ptr [RBX]
MOV RSI,RBP
CALL 0x001479d0
TEST RAX,RAX
JZ 0x002c9c58
MOV qword ptr [RBX],RAX
MOV EDX,dword ptr [RBX + 0x18]
MOV qword ptr [RBX + 0x10],RBP
JMP 0x002c9bd8
MOV EBP,0x2
CMP RAX,0x2
JA 0x002c9c20
JMP 0x002c9c28
MOV RDI,qword ptr [RBX]
CALL 0x00147470
MOV qword ptr [RBX],0x0
MOV qword ptr [RBX + 0x8],0x0
MOV qword ptr [RBX + 0x10],0x0
MOV dword ptr [RBX + 0x18],0x1
JMP 0x002c9bff | null | null | null | null | [('tmp_691', u'LOAD_-1204577214'), ('const-433', u'STORE_-1204576995'), ('const-0', u'INT_NOTEQUAL_-1204577080'), ('tmp_674', u'CBRANCH_-1204576942'), (u'INT_LESS_-1204577034', u'CBRANCH_-1204577042'), (u'CAST_-1204576636', u'STORE_-1204576921'), ('const-433', u'STORE_-1204576943'), ('const-433', u'LOAD_-1204577237'), (u'MULTIEQUAL_-1204576845', u'INT_MULT_-1204576801'), ('const-0', u'INT_EQUAL_-1204577012'), (u'CAST_-1204576784', u'LOAD_-1204577251'), (u'LOAD_-1204577004', u'MULTIEQUAL_-1204576851'), ('const-433', u'LOAD_-1204577042'), ('const-0', u'RETURN_-1204577109'), ('tmp_691', u'LOAD_-1204576968'), ('tmp_691', u'LOAD_-1204577042'), ('const-2', u'INT_MULT_-1204576801'), (u'LOAD_-1204577300', u'INT_NOTEQUAL_-1204577095'), (u'CAST_-1204576776', u'CALL_-1204577215'), (u'MULTIEQUAL_-1204576836', u'CALL_-1204577026'), (u'CAST_-1204576693', u'LOAD_-1204577004'), (u'CAST_-1204576757', u'LOAD_-1204577192'), ('const-8', u'INT_ADD_-1204577180'), ('const-433', u'LOAD_-1204577307'), (u'INT_ADD_-1204577158', u'CAST_-1204576747'), (u'MULTIEQUAL_-1204576836', u'STORE_-1204576995'), (u'LOAD_-1204577214', u'INT_ADD_-1204577190'), ('const-0', u'STORE_-1204576943'), ('const-8', u'INT_ADD_-1204577298'), ('tmp_595', u'BRANCH_-1204576989'), (u'INT_NOTEQUAL_-1204577095', u'CBRANCH_-1204577094'), (u'COPY_-1204576968', u'MULTIEQUAL_-1204576845'), (u'CAST_-1204576646', u'STORE_-1204576932'), ('const-433', u'STORE_-1204576953'), (u'CAST_-1204576747', u'STORE_-1204577167'), ('tmp_570', u'CBRANCH_-1204577010'), ('tmp_134', u'CBRANCH_-1204577267'), ('tmp_690', u'INT_ADD_-1204577152'), (u'INT_ADD_-1204577219', u'CAST_-1204576776'), ('const-433', u'STORE_-1204577178'), (u'INT_ADD_-1204577190', u'INT_ADD_-1204577174'), (u'INT_ADD_-1204577152', u'STORE_-1204577167'), (u'INT_LESS_-1204577258', u'CBRANCH_-1204577267'), ('const-433', u'LOAD_-1204577314'), ('tmp_529', u'CBRANCH_-1204577042'), (u'INT_LESS_-1204576934', u'CBRANCH_-1204576942'), (u'INT_ADD_-1204577180', u'CAST_-1204576757'), (u'CAST_-1204576756', u'STORE_-1204577178'), ('const-433', u'LOAD_-1204577170'), ('tmp_691', u'CAST_-1204576785'), ('tmp_162', u'CBRANCH_-1204577252'), (u'LOAD_-1204577251', u'INT_ADD_-1204577219'), (u'LOAD_-1204577192', u'INT_ADD_-1204577174'), ('const-8', u'INT_ADD_-1204576929'), (u'CAST_-1204576785', u'INT_ADD_-1204577235'), (u'INT_ADD_-1204576988', u'CAST_-1204576693'), (u'INT_ADD_-1204577275', u'INT_LESS_-1204576934'), (u'INT_ADD_-1204577298', u'CAST_-1204576827'), ('tmp_468', u'CBRANCH_-1204577079'), ('tmp_691', u'CAST_-1204576694'), ('tmp_691', u'CAST_-1204576647'), (u'INT_ADD_-1204576918', u'CAST_-1204576646'), ('const-433', u'STORE_-1204576921'), (u'INT_ADD_-1204577275', u'INT_LESS_-1204577258'), (u'CAST_-1204576637', u'INT_ADD_-1204576907'), (u'LOAD_-1204577307', u'INT_LESS_-1204577258'), ('const-0', u'STORE_-1204577178'), ('const-24', u'INT_ADD_-1204576907'), ('tmp_690', u'CALL_-1204577215'), (u'CAST_-1204576828', u'INT_ADD_-1204577298'), ('const-433', u'LOAD_-1204577004'), ('const-2', u'COPY_-1204576968'), (u'INT_MULT_-1204576801', u'INT_LESS_-1204577034'), (u'CAST_-1204576816', u'INT_ADD_-1204577284'), (u'CAST_-1204576694', u'INT_ADD_-1204576988'), ('const-433', u'STORE_-1204576932'), ('const-16', u'INT_ADD_-1204576981'), (u'CAST_-1204576665', u'STORE_-1204576953'), ('tmp_691', u'CAST_-1204576665'), ('const-2', u'INT_LESS_-1204576934'), (u'CAST_-1204576747', u'LOAD_-1204577170'), (u'CAST_-1204576827', u'LOAD_-1204577314'), ('tmp_691', u'LOAD_-1204577237'), (u'LOAD_-1204577237', u'INT_ADD_-1204577219'), (u'CAST_-1204576822', u'INT_ADD_-1204577291'), ('const-433', u'LOAD_-1204577251'), (u'INT_ADD_-1204577291', u'CAST_-1204576821'), (u'INT_ADD_-1204577235', u'CAST_-1204576784'), (u'COPY_-1204576968', u'MULTIEQUAL_-1204576836'), ('tmp_691', u'CAST_-1204576637'), ('const-0', u'STORE_-1204576932'), ('tmp_691', u'CAST_-1204576816'), (u'MULTIEQUAL_-1204576851', u'INT_EQUAL_-1204577254'), ('const-24', u'INT_ADD_-1204576988'), ('tmp_442', u'CBRANCH_-1204577094'), ('tmp_691', u'CAST_-1204576758'), ('const-433', u'STORE_-1204577167'), (u'CAST_-1204576698', u'STORE_-1204577008'), (u'CAST_-1204576647', u'INT_ADD_-1204576918'), ('tmp_691', u'CAST_-1204576657'), ('tmp_691', u'CAST_-1204576748'), ('const-0', u'INT_EQUAL_-1204577254'), (u'LOAD_-1204577307', u'MULTIEQUAL_-1204576845'), (u'CAST_-1204576656', u'STORE_-1204576943'), (u'CAST_-1204576815', u'LOAD_-1204577300'), ('tmp_691', u'CAST_-1204576698'), (u'CAST_-1204576748', u'INT_ADD_-1204577158'), (u'INT_ADD_-1204576929', u'CAST_-1204576656'), (u'INT_MULT_-1204576801', u'MULTIEQUAL_-1204576836'), (u'LOAD_-1204577042', u'CALL_-1204577026'), ('const-433', u'LOAD_-1204577192'), (u'INT_ADD_-1204577277', u'INT_ADD_-1204577275'), ('const-24', u'INT_ADD_-1204577284'), ('const-16', u'INT_ADD_-1204576918'), ('const-433', u'STORE_-1204577008'), (u'INT_NOTEQUAL_-1204577080', u'CBRANCH_-1204577079'), ('const-433', u'LOAD_-1204576968'), (u'INT_ADD_-1204576907', u'CAST_-1204576636'), (u'CAST_-1204576689', u'INT_ADD_-1204576981'), (u'INT_ADD_-1204576981', u'CAST_-1204576688'), ('const-1', u'STORE_-1204576921'), (u'LOAD_-1204577170', u'INT_ADD_-1204577152'), ('const-8', u'INT_ADD_-1204577158'), ('const-8', u'INT_ADD_-1204577235'), (u'INT_ADD_-1204577275', u'INT_LESS_-1204577034'), ('const-0', u'STORE_-1204576953'), ('tmp_691', u'CAST_-1204576828'), (u'INT_EQUAL_-1204577012', u'CBRANCH_-1204577010'), ('const-0', u'RETURN_-1204576813'), ('tmp_689', u'CALL_-1204577215'), (u'INT_EQUAL_-1204577254', u'CBRANCH_-1204577252'), (u'CALL_-1204577026', u'INT_EQUAL_-1204577012'), (u'CAST_-1204576688', u'STORE_-1204576995'), ('tmp_691', u'CAST_-1204576689'), (u'LOAD_-1204577300', u'MULTIEQUAL_-1204576851'), ('const-433', u'LOAD_-1204577214'), (u'CAST_-1204576758', u'INT_ADD_-1204577180'), ('const-0', u'RETURN_-1204576814'), ('const-16', u'INT_ADD_-1204577291'), (u'INT_MULT_-1204576801', u'MULTIEQUAL_-1204576845'), (u'INT_ADD_-1204577284', u'CAST_-1204576815'), (u'CALL_-1204577026', u'STORE_-1204577008'), (u'LOAD_-1204576968', u'CALL_-1204576956'), (u'LOAD_-1204577314', u'INT_ADD_-1204577275'), ('const-433', u'LOAD_-1204577300'), ('const-0', u'INT_NOTEQUAL_-1204577095'), ('tmp_690', u'INT_ADD_-1204577277'), (u'INT_ADD_-1204577174', u'CAST_-1204576756'), ('tmp_690', u'INT_ADD_-1204577190'), (u'LOAD_-1204577307', u'INT_NOTEQUAL_-1204577080'), (u'CAST_-1204576821', u'LOAD_-1204577307'), ('const-1', u'INT_ADD_-1204577277'), ('tmp_691', u'CAST_-1204576822'), (u'CAST_-1204576657', u'INT_ADD_-1204576929')] | [('const-0', u'RETURN_-1204576803'), ('tmp_1198', u'STORE_-1204577008'), ('const-2', u'PTRADD_-1204576699'), ('tmp_1195', u'INT_ADD_-1204577190'), ('const-0', u'INT_NOTEQUAL_-1204577080'), ('tmp_674', u'CBRANCH_-1204576942'), ('const-0', u'STORE_-1204577178'), ('const-433', u'LOAD_-1204577170'), (u'INT_LESS_-1204577034', u'CBRANCH_-1204577042'), ('tmp_1198', u'PTRADD_-1204576648'), (u'MULTIEQUAL_-1204576845', u'INT_MULT_-1204576801'), ('const-0', u'INT_EQUAL_-1204577012'), ('tmp_1198', u'PTRADD_-1204576639'), ('const-0', u'STORE_-1204576953'), (u'CAST_-1204576779', u'CALL_-1204577215'), (u'PTRADD_-1204576768', u'LOAD_-1204577170'), ('const-433', u'LOAD_-1204577004'), ('const-0', u'RETURN_-1204577109'), (u'PTRADD_-1204576639', u'CAST_-1204576633'), ('tmp_1193', u'CALL_-1204577215'), ('tmp_1198', u'LOAD_-1204577214'), ('tmp_1198', u'PTRADD_-1204576703'), (u'PTRADD_-1204576648', u'STORE_-1204576932'), ('const-433', u'LOAD_-1204577192'), (u'MULTIEQUAL_-1204576836', u'CALL_-1204577026'), (u'PTRADD_-1204576776', u'LOAD_-1204577192'), ('tmp_1198', u'LOAD_-1204577042'), (u'MULTIEQUAL_-1204576836', u'STORE_-1204576995'), (u'LOAD_-1204577214', u'INT_ADD_-1204577190'), (u'SUBPIECE_-1204576697', u'MULTIEQUAL_-1204576851'), ('tmp_1198', u'PTRADD_-1204576699'), ('tmp_1198', u'STORE_-1204576953'), ('tmp_595', u'BRANCH_-1204576989'), (u'INT_NOTEQUAL_-1204577095', u'CBRANCH_-1204577094'), (u'COPY_-1204576968', u'MULTIEQUAL_-1204576845'), (u'CAST_-1204576665', u'CALL_-1204576956'), ('tmp_570', u'CBRANCH_-1204577010'), ('tmp_134', u'CBRANCH_-1204577267'), ('tmp_1198', u'LOAD_-1204576968'), (u'INT_ADD_-1204577190', u'INT_ADD_-1204577174'), ('const-0', u'RETURN_-1204576802'), (u'INT_ADD_-1204577152', u'STORE_-1204577167'), (u'CAST_-1204576695', u'STORE_-1204577008'), (u'INT_LESS_-1204577258', u'CBRANCH_-1204577267'), ('const-433', u'STORE_-1204576995'), ('const-1', u'PTRADD_-1204576657'), ('const-433', u'STORE_-1204577167'), ('const-433', u'STORE_-1204577178'), ('tmp_529', u'CBRANCH_-1204577042'), (u'INT_LESS_-1204576934', u'CBRANCH_-1204576942'), ('tmp_162', u'CBRANCH_-1204577252'), (u'LOAD_-1204577251', u'INT_ADD_-1204577219'), (u'LOAD_-1204577192', u'INT_ADD_-1204577174'), (u'PTRADD_-1204576699', u'STORE_-1204576995'), ('const-433', u'STORE_-1204576953'), ('const-1', u'PTRADD_-1204576776'), (u'CAST_-1204576714', u'CALL_-1204577026'), (u'PTRADD_-1204576801', u'LOAD_-1204577251'), ('const-3', u'PTRADD_-1204576639'), (u'INT_ADD_-1204577275', u'INT_LESS_-1204576934'), ('const-433', u'LOAD_-1204576968'), ('const-2', u'PTRADD_-1204576648'), ('tmp_468', u'CBRANCH_-1204577079'), ('tmp_1195', u'INT_ADD_-1204577277'), ('tmp_1198', u'LOAD_-1204577237'), ('const-1', u'STORE_-1204576921'), (u'INT_ADD_-1204577275', u'INT_LESS_-1204577258'), ('const-2', u'PTRADD_-1204576824'), (u'CAST_-1204576761', u'STORE_-1204577178'), (u'LOAD_-1204577307', u'INT_LESS_-1204577258'), (u'PTRADD_-1204576768', u'STORE_-1204577167'), ('const-2', u'COPY_-1204576968'), (u'INT_MULT_-1204576801', u'INT_LESS_-1204577034'), ('const-433', u'LOAD_-1204577042'), ('tmp_1195', u'CALL_-1204577215'), ('const-3', u'PTRADD_-1204576703'), ('tmp_1198', u'PTRADD_-1204576801'), (u'PTRADD_-1204576703', u'LOAD_-1204577004'), ('tmp_1195', u'INT_ADD_-1204577152'), ('const-433', u'STORE_-1204576932'), (u'CAST_-1204576633', u'STORE_-1204576921'), (u'LOAD_-1204577237', u'INT_ADD_-1204577219'), ('const-8', u'PTRADD_-1204576657'), ('const-8', u'PTRADD_-1204576699'), (u'COPY_-1204576968', u'MULTIEQUAL_-1204576836'), ('const-433', u'STORE_-1204577008'), ('tmp_1198', u'PTRADD_-1204576819'), (u'PTRADD_-1204576657', u'STORE_-1204576943'), ('const-0', u'STORE_-1204576943'), (u'MULTIEQUAL_-1204576851', u'INT_EQUAL_-1204577254'), (u'SUBPIECE_-1204576810', u'INT_NOTEQUAL_-1204577095'), ('tmp_442', u'CBRANCH_-1204577094'), ('const-0', u'SUBPIECE_-1204576810'), ('const-3', u'PTRADD_-1204576819'), ('const-433', u'STORE_-1204576921'), ('const-0', u'INT_EQUAL_-1204577254'), (u'LOAD_-1204577307', u'MULTIEQUAL_-1204576845'), (u'LOAD_-1204577300', u'SUBPIECE_-1204576810'), ('const-1', u'PTRADD_-1204576801'), ('tmp_1198', u'PTRADD_-1204576829'), ('const-0', u'STORE_-1204576932'), (u'INT_MULT_-1204576801', u'MULTIEQUAL_-1204576836'), (u'INT_ADD_-1204577277', u'INT_ADD_-1204577275'), ('const-433', u'LOAD_-1204577314'), ('tmp_1198', u'PTRADD_-1204576657'), (u'INT_NOTEQUAL_-1204577080', u'CBRANCH_-1204577079'), ('tmp_1198', u'PTRADD_-1204576768'), (u'INT_ADD_-1204577174', u'CAST_-1204576761'), ('const-8', u'PTRADD_-1204576824'), (u'LOAD_-1204577170', u'INT_ADD_-1204577152'), ('const-433', u'LOAD_-1204577237'), ('const-433', u'LOAD_-1204577251'), (u'PTRADD_-1204576829', u'LOAD_-1204577314'), ('const-8', u'PTRADD_-1204576776'), ('const-8', u'PTRADD_-1204576768'), (u'INT_ADD_-1204577275', u'INT_LESS_-1204577034'), ('const-8', u'PTRADD_-1204576703'), ('const-1', u'PTRADD_-1204576829'), (u'LOAD_-1204577042', u'CAST_-1204576714'), (u'INT_EQUAL_-1204577012', u'CBRANCH_-1204577010'), ('const-8', u'PTRADD_-1204576819'), ('const-8', u'PTRADD_-1204576801'), (u'CALL_-1204577026', u'CAST_-1204576695'), ('const-8', u'PTRADD_-1204576829'), ('const-433', u'LOAD_-1204577300'), (u'INT_EQUAL_-1204577254', u'CBRANCH_-1204577252'), (u'CALL_-1204577026', u'INT_EQUAL_-1204577012'), (u'LOAD_-1204577004', u'SUBPIECE_-1204576697'), ('const-1', u'PTRADD_-1204576768'), ('const-2', u'INT_LESS_-1204576934'), ('tmp_1198', u'PTRADD_-1204576824'), ('tmp_1198', u'PTRADD_-1204576776'), (u'INT_MULT_-1204576801', u'MULTIEQUAL_-1204576845'), (u'SUBPIECE_-1204576810', u'MULTIEQUAL_-1204576851'), (u'INT_ADD_-1204577219', u'CAST_-1204576779'), ('const-433', u'LOAD_-1204577214'), (u'LOAD_-1204576968', u'CAST_-1204576665'), ('const-2', u'INT_MULT_-1204576801'), ('const-8', u'PTRADD_-1204576648'), ('const-8', u'PTRADD_-1204576639'), (u'LOAD_-1204577314', u'INT_ADD_-1204577275'), ('const-433', u'STORE_-1204576943'), ('const-0', u'INT_NOTEQUAL_-1204577095'), (u'PTRADD_-1204576819', u'LOAD_-1204577300'), (u'PTRADD_-1204576824', u'LOAD_-1204577307'), (u'LOAD_-1204577307', u'INT_NOTEQUAL_-1204577080'), ('const-433', u'LOAD_-1204577307'), ('const-1', u'INT_ADD_-1204577277'), ('const-0', u'SUBPIECE_-1204576697')] | null | null | 002c9bb0 | x64 | O2 | (translation_unit "void FUN_002c9bb0(void *param_1,size_t param_2,long *param_3)\n\n{\n ulong uVar1;\n void *pvVar2;\n int iVar3;\n ulong __size;\n \n __size = param_3[2];\n iVar3 = (int)param_3[3];\n uVar1 = param_2 + 1 + param_3[1];\n if (__size < uVar1) {\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n pvVar2 = realloc((void *)*param_3,__size);\n if (pvVar2 == (void *)0x0) {\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }\n *param_3 = (long)pvVar2;\n iVar3 = (int)param_3[3];\n param_3[2] = __size;\n }\n if (iVar3 == 0) {\n memcpy((void *)(param_3[1] + *param_3),param_1,param_2);\n *(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;\n param_3[1] = param_3[1] + param_2;\n }\n return;\n}\n\n" (function_definition "void FUN_002c9bb0(void *param_1,size_t param_2,long *param_3)\n\n{\n ulong uVar1;\n void *pvVar2;\n int iVar3;\n ulong __size;\n \n __size = param_3[2];\n iVar3 = (int)param_3[3];\n uVar1 = param_2 + 1 + param_3[1];\n if (__size < uVar1) {\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n pvVar2 = realloc((void *)*param_3,__size);\n if (pvVar2 == (void *)0x0) {\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }\n *param_3 = (long)pvVar2;\n iVar3 = (int)param_3[3];\n param_3[2] = __size;\n }\n if (iVar3 == 0) {\n memcpy((void *)(param_3[1] + *param_3),param_1,param_2);\n *(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;\n param_3[1] = param_3[1] + param_2;\n }\n return;\n}" primitive_type (function_declarator "FUN_002c9bb0(void *param_1,size_t param_2,long *param_3)" identifier (parameter_list "(void *param_1,size_t param_2,long *param_3)" ( (parameter_declaration "void *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "size_t param_2" primitive_type identifier) , (parameter_declaration "long *param_3" (sized_type_specifier "long" long) (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n ulong uVar1;\n void *pvVar2;\n int iVar3;\n ulong __size;\n \n __size = param_3[2];\n iVar3 = (int)param_3[3];\n uVar1 = param_2 + 1 + param_3[1];\n if (__size < uVar1) {\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n pvVar2 = realloc((void *)*param_3,__size);\n if (pvVar2 == (void *)0x0) {\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }\n *param_3 = (long)pvVar2;\n iVar3 = (int)param_3[3];\n param_3[2] = __size;\n }\n if (iVar3 == 0) {\n memcpy((void *)(param_3[1] + *param_3),param_1,param_2);\n *(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;\n param_3[1] = param_3[1] + param_2;\n }\n return;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "void *pvVar2;" primitive_type (pointer_declarator "*pvVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "ulong __size;" type_identifier identifier ;) (expression_statement "__size = param_3[2];" (assignment_expression "__size = param_3[2]" identifier = (subscript_expression "param_3[2]" identifier [ number_literal ])) ;) (expression_statement "iVar3 = (int)param_3[3];" (assignment_expression "iVar3 = (int)param_3[3]" identifier = (cast_expression "(int)param_3[3]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_3[3]" identifier [ number_literal ]))) ;) (expression_statement "uVar1 = param_2 + 1 + param_3[1];" (assignment_expression "uVar1 = param_2 + 1 + param_3[1]" identifier = (binary_expression "param_2 + 1 + param_3[1]" (binary_expression "param_2 + 1" identifier + number_literal) + (subscript_expression "param_3[1]" identifier [ number_literal ]))) ;) (if_statement "if (__size < uVar1) {\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n pvVar2 = realloc((void *)*param_3,__size);\n if (pvVar2 == (void *)0x0) {\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }\n *param_3 = (long)pvVar2;\n iVar3 = (int)param_3[3];\n param_3[2] = __size;\n }" if (parenthesized_expression "(__size < uVar1)" ( (binary_expression "__size < uVar1" identifier < identifier) )) (compound_statement "{\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n pvVar2 = realloc((void *)*param_3,__size);\n if (pvVar2 == (void *)0x0) {\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }\n *param_3 = (long)pvVar2;\n iVar3 = (int)param_3[3];\n param_3[2] = __size;\n }" { (if_statement "if (iVar3 != 0) {\n return;\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }" if (parenthesized_expression "((__size != 0) || (__size = 2, 2 < uVar1))" ( (binary_expression "(__size != 0) || (__size = 2, 2 < uVar1)" (parenthesized_expression "(__size != 0)" ( (binary_expression "__size != 0" identifier != number_literal) )) || (parenthesized_expression "(__size = 2, 2 < uVar1)" ( (comma_expression "__size = 2, 2 < uVar1" (assignment_expression "__size = 2" identifier = number_literal) , (binary_expression "2 < uVar1" number_literal < identifier)) ))) )) (compound_statement "{\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }" { (do_statement "do {\n __size = __size * 2;\n } while (__size < uVar1);" do (compound_statement "{\n __size = __size * 2;\n }" { (expression_statement "__size = __size * 2;" (assignment_expression "__size = __size * 2" identifier = (binary_expression "__size * 2" identifier * number_literal)) ;) }) while (parenthesized_expression "(__size < uVar1)" ( (binary_expression "__size < uVar1" identifier < identifier) )) ;) })) (expression_statement "pvVar2 = realloc((void *)*param_3,__size);" (assignment_expression "pvVar2 = realloc((void *)*param_3,__size)" identifier = (call_expression "realloc((void *)*param_3,__size)" identifier (argument_list "((void *)*param_3,__size)" ( (cast_expression "(void *)*param_3" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier)) , identifier )))) ;) (if_statement "if (pvVar2 == (void *)0x0) {\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }" if (parenthesized_expression "(pvVar2 == (void *)0x0)" ( (binary_expression "pvVar2 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }" { (expression_statement "free((void *)*param_3);" (call_expression "free((void *)*param_3)" identifier (argument_list "((void *)*param_3)" ( (cast_expression "(void *)*param_3" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier)) ))) ;) (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" * identifier) = number_literal) ;) (expression_statement "param_3[1] = 0;" (assignment_expression "param_3[1] = 0" (subscript_expression "param_3[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_3[2] = 0;" (assignment_expression "param_3[2] = 0" (subscript_expression "param_3[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined4 *)(param_3 + 3) = 1;" (assignment_expression "*(undefined4 *)(param_3 + 3) = 1" (pointer_expression "*(undefined4 *)(param_3 + 3)" * (cast_expression "(undefined4 *)(param_3 + 3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 3)" ( (binary_expression "param_3 + 3" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) (expression_statement "*param_3 = (long)pvVar2;" (assignment_expression "*param_3 = (long)pvVar2" (pointer_expression "*param_3" * identifier) = (cast_expression "(long)pvVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "iVar3 = (int)param_3[3];" (assignment_expression "iVar3 = (int)param_3[3]" identifier = (cast_expression "(int)param_3[3]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_3[3]" identifier [ number_literal ]))) ;) (expression_statement "param_3[2] = __size;" (assignment_expression "param_3[2] = __size" (subscript_expression "param_3[2]" identifier [ number_literal ]) = identifier) ;) })) (if_statement "if (iVar3 == 0) {\n memcpy((void *)(param_3[1] + *param_3),param_1,param_2);\n *(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;\n param_3[1] = param_3[1] + param_2;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n memcpy((void *)(param_3[1] + *param_3),param_1,param_2);\n *(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;\n param_3[1] = param_3[1] + param_2;\n }" { (expression_statement "memcpy((void *)(param_3[1] + *param_3),param_1,param_2);" (call_expression "memcpy((void *)(param_3[1] + *param_3),param_1,param_2)" identifier (argument_list "((void *)(param_3[1] + *param_3),param_1,param_2)" ( (cast_expression "(void *)(param_3[1] + *param_3)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3[1] + *param_3)" ( (binary_expression "param_3[1] + *param_3" (subscript_expression "param_3[1]" identifier [ number_literal ]) + (pointer_expression "*param_3" * identifier)) ))) , identifier , identifier ))) ;) (expression_statement "*(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;" (assignment_expression "*(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0" (pointer_expression "*(undefined1 *)(*param_3 + param_2 + param_3[1])" * (cast_expression "(undefined1 *)(*param_3 + param_2 + param_3[1])" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_3 + param_2 + param_3[1])" ( (binary_expression "*param_3 + param_2 + param_3[1]" (binary_expression "*param_3 + param_2" (pointer_expression "*param_3" * identifier) + identifier) + (subscript_expression "param_3[1]" identifier [ number_literal ])) )))) = number_literal) ;) (expression_statement "param_3[1] = param_3[1] + param_2;" (assignment_expression "param_3[1] = param_3[1] + param_2" (subscript_expression "param_3[1]" identifier [ number_literal ]) = (binary_expression "param_3[1] + param_2" (subscript_expression "param_3[1]" identifier [ number_literal ]) + identifier)) ;) })) (return_statement "return;" return ;) }))) | (translation_unit "void d_growable_string_callback_adapter(char *s,size_t l,void *opaque)\n\n{\n ulong uVar1;\n void *pvVar2;\n int iVar3;\n d_growable_string *dgs;\n ulong __size;\n \n __size = *(ulong *)((long)opaque + 0x10);\n iVar3 = *(int *)((long)opaque + 0x18);\n uVar1 = l + 1 + *(long *)((long)opaque + 8);\n if (__size < uVar1) {\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n /* WARNING: Load size is inaccurate */\n pvVar2 = realloc(*opaque,__size);\n if (pvVar2 == (void *)0x0) {\n /* WARNING: Load size is inaccurate */\n free(*opaque);\n *(undefined8 *)opaque = 0;\n *(undefined8 *)((long)opaque + 8) = 0;\n *(undefined8 *)((long)opaque + 0x10) = 0;\n *(undefined4 *)((long)opaque + 0x18) = 1;\n return;\n }\n *(void **)opaque = pvVar2;\n iVar3 = *(int *)((long)opaque + 0x18);\n *(ulong *)((long)opaque + 0x10) = __size;\n }\n if (iVar3 == 0) {\n /* WARNING: Load size is inaccurate */\n memcpy((void *)(*(long *)((long)opaque + 8) + *opaque),s,l);\n /* WARNING: Load size is inaccurate */\n *(undefined1 *)(*opaque + l + *(long *)((long)opaque + 8)) = 0;\n *(long *)((long)opaque + 8) = *(long *)((long)opaque + 8) + l;\n }\n return;\n}\n\n" (function_definition "void d_growable_string_callback_adapter(char *s,size_t l,void *opaque)\n\n{\n ulong uVar1;\n void *pvVar2;\n int iVar3;\n d_growable_string *dgs;\n ulong __size;\n \n __size = *(ulong *)((long)opaque + 0x10);\n iVar3 = *(int *)((long)opaque + 0x18);\n uVar1 = l + 1 + *(long *)((long)opaque + 8);\n if (__size < uVar1) {\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n /* WARNING: Load size is inaccurate */\n pvVar2 = realloc(*opaque,__size);\n if (pvVar2 == (void *)0x0) {\n /* WARNING: Load size is inaccurate */\n free(*opaque);\n *(undefined8 *)opaque = 0;\n *(undefined8 *)((long)opaque + 8) = 0;\n *(undefined8 *)((long)opaque + 0x10) = 0;\n *(undefined4 *)((long)opaque + 0x18) = 1;\n return;\n }\n *(void **)opaque = pvVar2;\n iVar3 = *(int *)((long)opaque + 0x18);\n *(ulong *)((long)opaque + 0x10) = __size;\n }\n if (iVar3 == 0) {\n /* WARNING: Load size is inaccurate */\n memcpy((void *)(*(long *)((long)opaque + 8) + *opaque),s,l);\n /* WARNING: Load size is inaccurate */\n *(undefined1 *)(*opaque + l + *(long *)((long)opaque + 8)) = 0;\n *(long *)((long)opaque + 8) = *(long *)((long)opaque + 8) + l;\n }\n return;\n}" primitive_type (function_declarator "d_growable_string_callback_adapter(char *s,size_t l,void *opaque)" identifier (parameter_list "(char *s,size_t l,void *opaque)" ( (parameter_declaration "char *s" primitive_type (pointer_declarator "*s" * identifier)) , (parameter_declaration "size_t l" primitive_type identifier) , (parameter_declaration "void *opaque" primitive_type (pointer_declarator "*opaque" * identifier)) ))) (compound_statement "{\n ulong uVar1;\n void *pvVar2;\n int iVar3;\n d_growable_string *dgs;\n ulong __size;\n \n __size = *(ulong *)((long)opaque + 0x10);\n iVar3 = *(int *)((long)opaque + 0x18);\n uVar1 = l + 1 + *(long *)((long)opaque + 8);\n if (__size < uVar1) {\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n /* WARNING: Load size is inaccurate */\n pvVar2 = realloc(*opaque,__size);\n if (pvVar2 == (void *)0x0) {\n /* WARNING: Load size is inaccurate */\n free(*opaque);\n *(undefined8 *)opaque = 0;\n *(undefined8 *)((long)opaque + 8) = 0;\n *(undefined8 *)((long)opaque + 0x10) = 0;\n *(undefined4 *)((long)opaque + 0x18) = 1;\n return;\n }\n *(void **)opaque = pvVar2;\n iVar3 = *(int *)((long)opaque + 0x18);\n *(ulong *)((long)opaque + 0x10) = __size;\n }\n if (iVar3 == 0) {\n /* WARNING: Load size is inaccurate */\n memcpy((void *)(*(long *)((long)opaque + 8) + *opaque),s,l);\n /* WARNING: Load size is inaccurate */\n *(undefined1 *)(*opaque + l + *(long *)((long)opaque + 8)) = 0;\n *(long *)((long)opaque + 8) = *(long *)((long)opaque + 8) + l;\n }\n return;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "void *pvVar2;" primitive_type (pointer_declarator "*pvVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "d_growable_string *dgs;" type_identifier (pointer_declarator "*dgs" * identifier) ;) (declaration "ulong __size;" type_identifier identifier ;) (expression_statement "__size = *(ulong *)((long)opaque + 0x10);" (assignment_expression "__size = *(ulong *)((long)opaque + 0x10)" identifier = (pointer_expression "*(ulong *)((long)opaque + 0x10)" * (cast_expression "(ulong *)((long)opaque + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)opaque + 0x10)" ( (binary_expression "(long)opaque + 0x10" (cast_expression "(long)opaque" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "iVar3 = *(int *)((long)opaque + 0x18);" (assignment_expression "iVar3 = *(int *)((long)opaque + 0x18)" identifier = (pointer_expression "*(int *)((long)opaque + 0x18)" * (cast_expression "(int *)((long)opaque + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)opaque + 0x18)" ( (binary_expression "(long)opaque + 0x18" (cast_expression "(long)opaque" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "uVar1 = l + 1 + *(long *)((long)opaque + 8);" (assignment_expression "uVar1 = l + 1 + *(long *)((long)opaque + 8)" identifier = (binary_expression "l + 1 + *(long *)((long)opaque + 8)" (binary_expression "l + 1" identifier + number_literal) + (pointer_expression "*(long *)((long)opaque + 8)" * (cast_expression "(long *)((long)opaque + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)opaque + 8)" ( (binary_expression "(long)opaque + 8" (cast_expression "(long)opaque" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))))) ;) (if_statement "if (__size < uVar1) {\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n /* WARNING: Load size is inaccurate */\n pvVar2 = realloc(*opaque,__size);\n if (pvVar2 == (void *)0x0) {\n /* WARNING: Load size is inaccurate */\n free(*opaque);\n *(undefined8 *)opaque = 0;\n *(undefined8 *)((long)opaque + 8) = 0;\n *(undefined8 *)((long)opaque + 0x10) = 0;\n *(undefined4 *)((long)opaque + 0x18) = 1;\n return;\n }\n *(void **)opaque = pvVar2;\n iVar3 = *(int *)((long)opaque + 0x18);\n *(ulong *)((long)opaque + 0x10) = __size;\n }" if (parenthesized_expression "(__size < uVar1)" ( (binary_expression "__size < uVar1" identifier < identifier) )) (compound_statement "{\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n /* WARNING: Load size is inaccurate */\n pvVar2 = realloc(*opaque,__size);\n if (pvVar2 == (void *)0x0) {\n /* WARNING: Load size is inaccurate */\n free(*opaque);\n *(undefined8 *)opaque = 0;\n *(undefined8 *)((long)opaque + 8) = 0;\n *(undefined8 *)((long)opaque + 0x10) = 0;\n *(undefined4 *)((long)opaque + 0x18) = 1;\n return;\n }\n *(void **)opaque = pvVar2;\n iVar3 = *(int *)((long)opaque + 0x18);\n *(ulong *)((long)opaque + 0x10) = __size;\n }" { (if_statement "if (iVar3 != 0) {\n return;\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }" if (parenthesized_expression "((__size != 0) || (__size = 2, 2 < uVar1))" ( (binary_expression "(__size != 0) || (__size = 2, 2 < uVar1)" (parenthesized_expression "(__size != 0)" ( (binary_expression "__size != 0" identifier != number_literal) )) || (parenthesized_expression "(__size = 2, 2 < uVar1)" ( (comma_expression "__size = 2, 2 < uVar1" (assignment_expression "__size = 2" identifier = number_literal) , (binary_expression "2 < uVar1" number_literal < identifier)) ))) )) (compound_statement "{\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }" { (do_statement "do {\n __size = __size * 2;\n } while (__size < uVar1);" do (compound_statement "{\n __size = __size * 2;\n }" { (expression_statement "__size = __size * 2;" (assignment_expression "__size = __size * 2" identifier = (binary_expression "__size * 2" identifier * number_literal)) ;) }) while (parenthesized_expression "(__size < uVar1)" ( (binary_expression "__size < uVar1" identifier < identifier) )) ;) })) comment (expression_statement "pvVar2 = realloc(*opaque,__size);" (assignment_expression "pvVar2 = realloc(*opaque,__size)" identifier = (call_expression "realloc(*opaque,__size)" identifier (argument_list "(*opaque,__size)" ( (pointer_expression "*opaque" * identifier) , identifier )))) ;) (if_statement "if (pvVar2 == (void *)0x0) {\n /* WARNING: Load size is inaccurate */\n free(*opaque);\n *(undefined8 *)opaque = 0;\n *(undefined8 *)((long)opaque + 8) = 0;\n *(undefined8 *)((long)opaque + 0x10) = 0;\n *(undefined4 *)((long)opaque + 0x18) = 1;\n return;\n }" if (parenthesized_expression "(pvVar2 == (void *)0x0)" ( (binary_expression "pvVar2 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Load size is inaccurate */\n free(*opaque);\n *(undefined8 *)opaque = 0;\n *(undefined8 *)((long)opaque + 8) = 0;\n *(undefined8 *)((long)opaque + 0x10) = 0;\n *(undefined4 *)((long)opaque + 0x18) = 1;\n return;\n }" { comment (expression_statement "free(*opaque);" (call_expression "free(*opaque)" identifier (argument_list "(*opaque)" ( (pointer_expression "*opaque" * identifier) ))) ;) (expression_statement "*(undefined8 *)opaque = 0;" (assignment_expression "*(undefined8 *)opaque = 0" (pointer_expression "*(undefined8 *)opaque" * (cast_expression "(undefined8 *)opaque" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = number_literal) ;) (expression_statement "*(undefined8 *)((long)opaque + 8) = 0;" (assignment_expression "*(undefined8 *)((long)opaque + 8) = 0" (pointer_expression "*(undefined8 *)((long)opaque + 8)" * (cast_expression "(undefined8 *)((long)opaque + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)opaque + 8)" ( (binary_expression "(long)opaque + 8" (cast_expression "(long)opaque" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)((long)opaque + 0x10) = 0;" (assignment_expression "*(undefined8 *)((long)opaque + 0x10) = 0" (pointer_expression "*(undefined8 *)((long)opaque + 0x10)" * (cast_expression "(undefined8 *)((long)opaque + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)opaque + 0x10)" ( (binary_expression "(long)opaque + 0x10" (cast_expression "(long)opaque" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)((long)opaque + 0x18) = 1;" (assignment_expression "*(undefined4 *)((long)opaque + 0x18) = 1" (pointer_expression "*(undefined4 *)((long)opaque + 0x18)" * (cast_expression "(undefined4 *)((long)opaque + 0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)opaque + 0x18)" ( (binary_expression "(long)opaque + 0x18" (cast_expression "(long)opaque" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) (expression_statement "*(void **)opaque = pvVar2;" (assignment_expression "*(void **)opaque = pvVar2" (pointer_expression "*(void **)opaque" * (cast_expression "(void **)opaque" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) = identifier) ;) (expression_statement "iVar3 = *(int *)((long)opaque + 0x18);" (assignment_expression "iVar3 = *(int *)((long)opaque + 0x18)" identifier = (pointer_expression "*(int *)((long)opaque + 0x18)" * (cast_expression "(int *)((long)opaque + 0x18)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)opaque + 0x18)" ( (binary_expression "(long)opaque + 0x18" (cast_expression "(long)opaque" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) ;) (expression_statement "*(ulong *)((long)opaque + 0x10) = __size;" (assignment_expression "*(ulong *)((long)opaque + 0x10) = __size" (pointer_expression "*(ulong *)((long)opaque + 0x10)" * (cast_expression "(ulong *)((long)opaque + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)opaque + 0x10)" ( (binary_expression "(long)opaque + 0x10" (cast_expression "(long)opaque" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) })) (if_statement "if (iVar3 == 0) {\n /* WARNING: Load size is inaccurate */\n memcpy((void *)(*(long *)((long)opaque + 8) + *opaque),s,l);\n /* WARNING: Load size is inaccurate */\n *(undefined1 *)(*opaque + l + *(long *)((long)opaque + 8)) = 0;\n *(long *)((long)opaque + 8) = *(long *)((long)opaque + 8) + l;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Load size is inaccurate */\n memcpy((void *)(*(long *)((long)opaque + 8) + *opaque),s,l);\n /* WARNING: Load size is inaccurate */\n *(undefined1 *)(*opaque + l + *(long *)((long)opaque + 8)) = 0;\n *(long *)((long)opaque + 8) = *(long *)((long)opaque + 8) + l;\n }" { comment (expression_statement "memcpy((void *)(*(long *)((long)opaque + 8) + *opaque),s,l);" (call_expression "memcpy((void *)(*(long *)((long)opaque + 8) + *opaque),s,l)" identifier (argument_list "((void *)(*(long *)((long)opaque + 8) + *opaque),s,l)" ( (cast_expression "(void *)(*(long *)((long)opaque + 8) + *opaque)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)opaque + 8) + *opaque)" ( (binary_expression "*(long *)((long)opaque + 8) + *opaque" (pointer_expression "*(long *)((long)opaque + 8)" * (cast_expression "(long *)((long)opaque + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)opaque + 8)" ( (binary_expression "(long)opaque + 8" (cast_expression "(long)opaque" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + (pointer_expression "*opaque" * identifier)) ))) , identifier , identifier ))) ;) comment (expression_statement "*(undefined1 *)(*opaque + l + *(long *)((long)opaque + 8)) = 0;" (assignment_expression "*(undefined1 *)(*opaque + l + *(long *)((long)opaque + 8)) = 0" (pointer_expression "*(undefined1 *)(*opaque + l + *(long *)((long)opaque + 8))" * (cast_expression "(undefined1 *)(*opaque + l + *(long *)((long)opaque + 8))" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*opaque + l + *(long *)((long)opaque + 8))" ( (binary_expression "*opaque + l + *(long *)((long)opaque + 8)" (binary_expression "*opaque + l" (pointer_expression "*opaque" * identifier) + identifier) + (pointer_expression "*(long *)((long)opaque + 8)" * (cast_expression "(long *)((long)opaque + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)opaque + 8)" ( (binary_expression "(long)opaque + 8" (cast_expression "(long)opaque" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) )))) = number_literal) ;) (expression_statement "*(long *)((long)opaque + 8) = *(long *)((long)opaque + 8) + l;" (assignment_expression "*(long *)((long)opaque + 8) = *(long *)((long)opaque + 8) + l" (pointer_expression "*(long *)((long)opaque + 8)" * (cast_expression "(long *)((long)opaque + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)opaque + 8)" ( (binary_expression "(long)opaque + 8" (cast_expression "(long)opaque" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = (binary_expression "*(long *)((long)opaque + 8) + l" (pointer_expression "*(long *)((long)opaque + 8)" * (cast_expression "(long *)((long)opaque + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)opaque + 8)" ( (binary_expression "(long)opaque + 8" (cast_expression "(long)opaque" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + identifier)) ;) })) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_002c9bb0(void *param_1,size_t param_2,long *param_3)\n\n{\n ulong uVar1;\n void *pvVar2;\n int iVar3;\n ulong __size;\n \n __size = param_3[2];\n iVar3 = (int)param_3[3];\n uVar1 = param_2 + 1 + param_3[1];\n if (__size < uVar1) {\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n pvVar2 = realloc((void *)*param_3,__size);\n if (pvVar2 == (void *)0x0) {\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }\n *param_3 = (long)pvVar2;\n iVar3 = (int)param_3[3];\n param_3[2] = __size;\n }\n if (iVar3 == 0) {\n memcpy((void *)(param_3[1] + *param_3),param_1,param_2);\n *(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;\n param_3[1] = param_3[1] + param_2;\n }\n return;\n}\n\n" (function_definition "void FUN_002c9bb0(void *param_1,size_t param_2,long *param_3)\n\n{\n ulong uVar1;\n void *pvVar2;\n int iVar3;\n ulong __size;\n \n __size = param_3[2];\n iVar3 = (int)param_3[3];\n uVar1 = param_2 + 1 + param_3[1];\n if (__size < uVar1) {\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n pvVar2 = realloc((void *)*param_3,__size);\n if (pvVar2 == (void *)0x0) {\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }\n *param_3 = (long)pvVar2;\n iVar3 = (int)param_3[3];\n param_3[2] = __size;\n }\n if (iVar3 == 0) {\n memcpy((void *)(param_3[1] + *param_3),param_1,param_2);\n *(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;\n param_3[1] = param_3[1] + param_2;\n }\n return;\n}" primitive_type (function_declarator "FUN_002c9bb0(void *param_1,size_t param_2,long *param_3)" identifier (parameter_list "(void *param_1,size_t param_2,long *param_3)" ( (parameter_declaration "void *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "size_t param_2" primitive_type identifier) , (parameter_declaration "long *param_3" (sized_type_specifier "long" long) (pointer_declarator "*param_3" * identifier)) ))) (compound_statement "{\n ulong uVar1;\n void *pvVar2;\n int iVar3;\n ulong __size;\n \n __size = param_3[2];\n iVar3 = (int)param_3[3];\n uVar1 = param_2 + 1 + param_3[1];\n if (__size < uVar1) {\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n pvVar2 = realloc((void *)*param_3,__size);\n if (pvVar2 == (void *)0x0) {\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }\n *param_3 = (long)pvVar2;\n iVar3 = (int)param_3[3];\n param_3[2] = __size;\n }\n if (iVar3 == 0) {\n memcpy((void *)(param_3[1] + *param_3),param_1,param_2);\n *(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;\n param_3[1] = param_3[1] + param_2;\n }\n return;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "void *pvVar2;" primitive_type (pointer_declarator "*pvVar2" * identifier) ;) (declaration "int iVar3;" primitive_type identifier ;) (declaration "ulong __size;" type_identifier identifier ;) (expression_statement "__size = param_3[2];" (assignment_expression "__size = param_3[2]" identifier = (subscript_expression "param_3[2]" identifier [ number_literal ])) ;) (expression_statement "iVar3 = (int)param_3[3];" (assignment_expression "iVar3 = (int)param_3[3]" identifier = (cast_expression "(int)param_3[3]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_3[3]" identifier [ number_literal ]))) ;) (expression_statement "uVar1 = param_2 + 1 + param_3[1];" (assignment_expression "uVar1 = param_2 + 1 + param_3[1]" identifier = (binary_expression "param_2 + 1 + param_3[1]" (binary_expression "param_2 + 1" identifier + number_literal) + (subscript_expression "param_3[1]" identifier [ number_literal ]))) ;) (if_statement "if (__size < uVar1) {\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n pvVar2 = realloc((void *)*param_3,__size);\n if (pvVar2 == (void *)0x0) {\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }\n *param_3 = (long)pvVar2;\n iVar3 = (int)param_3[3];\n param_3[2] = __size;\n }" if (parenthesized_expression "(__size < uVar1)" ( (binary_expression "__size < uVar1" identifier < identifier) )) (compound_statement "{\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n pvVar2 = realloc((void *)*param_3,__size);\n if (pvVar2 == (void *)0x0) {\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }\n *param_3 = (long)pvVar2;\n iVar3 = (int)param_3[3];\n param_3[2] = __size;\n }" { (if_statement "if (iVar3 != 0) {\n return;\n }" if (parenthesized_expression "(iVar3 != 0)" ( (binary_expression "iVar3 != 0" identifier != number_literal) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (if_statement "if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }" if (parenthesized_expression "((__size != 0) || (__size = 2, 2 < uVar1))" ( (binary_expression "(__size != 0) || (__size = 2, 2 < uVar1)" (parenthesized_expression "(__size != 0)" ( (binary_expression "__size != 0" identifier != number_literal) )) || (parenthesized_expression "(__size = 2, 2 < uVar1)" ( (comma_expression "__size = 2, 2 < uVar1" (assignment_expression "__size = 2" identifier = number_literal) , (binary_expression "2 < uVar1" number_literal < identifier)) ))) )) (compound_statement "{\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }" { (do_statement "do {\n __size = __size * 2;\n } while (__size < uVar1);" do (compound_statement "{\n __size = __size * 2;\n }" { (expression_statement "__size = __size * 2;" (assignment_expression "__size = __size * 2" identifier = (binary_expression "__size * 2" identifier * number_literal)) ;) }) while (parenthesized_expression "(__size < uVar1)" ( (binary_expression "__size < uVar1" identifier < identifier) )) ;) })) (expression_statement "pvVar2 = realloc((void *)*param_3,__size);" (assignment_expression "pvVar2 = realloc((void *)*param_3,__size)" identifier = (call_expression "realloc((void *)*param_3,__size)" identifier (argument_list "((void *)*param_3,__size)" ( (cast_expression "(void *)*param_3" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier)) , identifier )))) ;) (if_statement "if (pvVar2 == (void *)0x0) {\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }" if (parenthesized_expression "(pvVar2 == (void *)0x0)" ( (binary_expression "pvVar2 == (void *)0x0" identifier == (cast_expression "(void *)0x0" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }" { (expression_statement "free((void *)*param_3);" (call_expression "free((void *)*param_3)" identifier (argument_list "((void *)*param_3)" ( (cast_expression "(void *)*param_3" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_3" * identifier)) ))) ;) (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" * identifier) = number_literal) ;) (expression_statement "param_3[1] = 0;" (assignment_expression "param_3[1] = 0" (subscript_expression "param_3[1]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "param_3[2] = 0;" (assignment_expression "param_3[2] = 0" (subscript_expression "param_3[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined4 *)(param_3 + 3) = 1;" (assignment_expression "*(undefined4 *)(param_3 + 3) = 1" (pointer_expression "*(undefined4 *)(param_3 + 3)" * (cast_expression "(undefined4 *)(param_3 + 3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 3)" ( (binary_expression "param_3 + 3" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) })) (expression_statement "*param_3 = (long)pvVar2;" (assignment_expression "*param_3 = (long)pvVar2" (pointer_expression "*param_3" * identifier) = (cast_expression "(long)pvVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "iVar3 = (int)param_3[3];" (assignment_expression "iVar3 = (int)param_3[3]" identifier = (cast_expression "(int)param_3[3]" ( (type_descriptor "int" primitive_type) ) (subscript_expression "param_3[3]" identifier [ number_literal ]))) ;) (expression_statement "param_3[2] = __size;" (assignment_expression "param_3[2] = __size" (subscript_expression "param_3[2]" identifier [ number_literal ]) = identifier) ;) })) (if_statement "if (iVar3 == 0) {\n memcpy((void *)(param_3[1] + *param_3),param_1,param_2);\n *(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;\n param_3[1] = param_3[1] + param_2;\n }" if (parenthesized_expression "(iVar3 == 0)" ( (binary_expression "iVar3 == 0" identifier == number_literal) )) (compound_statement "{\n memcpy((void *)(param_3[1] + *param_3),param_1,param_2);\n *(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;\n param_3[1] = param_3[1] + param_2;\n }" { (expression_statement "memcpy((void *)(param_3[1] + *param_3),param_1,param_2);" (call_expression "memcpy((void *)(param_3[1] + *param_3),param_1,param_2)" identifier (argument_list "((void *)(param_3[1] + *param_3),param_1,param_2)" ( (cast_expression "(void *)(param_3[1] + *param_3)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3[1] + *param_3)" ( (binary_expression "param_3[1] + *param_3" (subscript_expression "param_3[1]" identifier [ number_literal ]) + (pointer_expression "*param_3" * identifier)) ))) , identifier , identifier ))) ;) (expression_statement "*(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;" (assignment_expression "*(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0" (pointer_expression "*(undefined1 *)(*param_3 + param_2 + param_3[1])" * (cast_expression "(undefined1 *)(*param_3 + param_2 + param_3[1])" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_3 + param_2 + param_3[1])" ( (binary_expression "*param_3 + param_2 + param_3[1]" (binary_expression "*param_3 + param_2" (pointer_expression "*param_3" * identifier) + identifier) + (subscript_expression "param_3[1]" identifier [ number_literal ])) )))) = number_literal) ;) (expression_statement "param_3[1] = param_3[1] + param_2;" (assignment_expression "param_3[1] = param_3[1] + param_2" (subscript_expression "param_3[1]" identifier [ number_literal ]) = (binary_expression "param_3[1] + param_2" (subscript_expression "param_3[1]" identifier [ number_literal ]) + identifier)) ;) })) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression IDENT + LIT) + (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (return_statement return ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = LIT) , (binary_expression LIT < IDENT)) ))) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT < IDENT) )) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) , IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) ))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (return_statement return ;) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + (pointer_expression * IDENT)) ))) , IDENT , IDENT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * IDENT) + IDENT) + (subscript_expression IDENT [ LIT ])) )))) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression (subscript_expression IDENT [ LIT ]) + IDENT)) ;) })) (return_statement return ;) }))) | (function_definition "void FUN_002c9bb0(void *param_1,size_t param_2,long *param_3)\n\n{\n ulong uVar1;\n void *pvVar2;\n int iVar3;\n ulong __size;\n \n __size = param_3[2];\n iVar3 = (int)param_3[3];\n uVar1 = param_2 + 1 + param_3[1];\n if (__size < uVar1) {\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n pvVar2 = realloc((void *)*param_3,__size);\n if (pvVar2 == (void *)0x0) {\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }\n *param_3 = (long)pvVar2;\n iVar3 = (int)param_3[3];\n param_3[2] = __size;\n }\n if (iVar3 == 0) {\n memcpy((void *)(param_3[1] + *param_3),param_1,param_2);\n *(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;\n param_3[1] = param_3[1] + param_2;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_002c9bb0(void *param_1,size_t param_2,long *param_3)" (identifier "FUN_002c9bb0") (parameter_list "(void *param_1,size_t param_2,long *param_3)" (( "(") (parameter_declaration "void *param_1" (primitive_type "void") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "size_t param_2" (primitive_type "size_t") (identifier "param_2")) (, ",") (parameter_declaration "long *param_3" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")"))) (compound_statement "{\n ulong uVar1;\n void *pvVar2;\n int iVar3;\n ulong __size;\n \n __size = param_3[2];\n iVar3 = (int)param_3[3];\n uVar1 = param_2 + 1 + param_3[1];\n if (__size < uVar1) {\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n pvVar2 = realloc((void *)*param_3,__size);\n if (pvVar2 == (void *)0x0) {\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }\n *param_3 = (long)pvVar2;\n iVar3 = (int)param_3[3];\n param_3[2] = __size;\n }\n if (iVar3 == 0) {\n memcpy((void *)(param_3[1] + *param_3),param_1,param_2);\n *(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;\n param_3[1] = param_3[1] + param_2;\n }\n return;\n}" ({ "{") (declaration "ulong uVar1;" (type_identifier "ulong") (identifier "uVar1") (; ";")) (declaration "void *pvVar2;" (primitive_type "void") (pointer_declarator "*pvVar2" (* "*") (identifier "pvVar2")) (; ";")) (declaration "int iVar3;" (primitive_type "int") (identifier "iVar3") (; ";")) (declaration "ulong __size;" (type_identifier "ulong") (identifier "__size") (; ";")) (expression_statement "__size = param_3[2];" (assignment_expression "__size = param_3[2]" (identifier "__size") (= "=") (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "iVar3 = (int)param_3[3];" (assignment_expression "iVar3 = (int)param_3[3]" (identifier "iVar3") (= "=") (cast_expression "(int)param_3[3]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "param_3[3]" (identifier "param_3") ([ "[") (number_literal "3") (] "]")))) (; ";")) (expression_statement "uVar1 = param_2 + 1 + param_3[1];" (assignment_expression "uVar1 = param_2 + 1 + param_3[1]" (identifier "uVar1") (= "=") (binary_expression "param_2 + 1 + param_3[1]" (binary_expression "param_2 + 1" (identifier "param_2") (+ "+") (number_literal "1")) (+ "+") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]")))) (; ";")) (if_statement "if (__size < uVar1) {\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n pvVar2 = realloc((void *)*param_3,__size);\n if (pvVar2 == (void *)0x0) {\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }\n *param_3 = (long)pvVar2;\n iVar3 = (int)param_3[3];\n param_3[2] = __size;\n }" (if "if") (parenthesized_expression "(__size < uVar1)" (( "(") (binary_expression "__size < uVar1" (identifier "__size") (< "<") (identifier "uVar1")) () ")")) (compound_statement "{\n if (iVar3 != 0) {\n return;\n }\n if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }\n pvVar2 = realloc((void *)*param_3,__size);\n if (pvVar2 == (void *)0x0) {\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }\n *param_3 = (long)pvVar2;\n iVar3 = (int)param_3[3];\n param_3[2] = __size;\n }" ({ "{") (if_statement "if (iVar3 != 0) {\n return;\n }" (if "if") (parenthesized_expression "(iVar3 != 0)" (( "(") (binary_expression "iVar3 != 0" (identifier "iVar3") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (if_statement "if ((__size != 0) || (__size = 2, 2 < uVar1)) {\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }" (if "if") (parenthesized_expression "((__size != 0) || (__size = 2, 2 < uVar1))" (( "(") (binary_expression "(__size != 0) || (__size = 2, 2 < uVar1)" (parenthesized_expression "(__size != 0)" (( "(") (binary_expression "__size != 0" (identifier "__size") (!= "!=") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(__size = 2, 2 < uVar1)" (( "(") (comma_expression "__size = 2, 2 < uVar1" (assignment_expression "__size = 2" (identifier "__size") (= "=") (number_literal "2")) (, ",") (binary_expression "2 < uVar1" (number_literal "2") (< "<") (identifier "uVar1"))) () ")"))) () ")")) (compound_statement "{\n do {\n __size = __size * 2;\n } while (__size < uVar1);\n }" ({ "{") (do_statement "do {\n __size = __size * 2;\n } while (__size < uVar1);" (do "do") (compound_statement "{\n __size = __size * 2;\n }" ({ "{") (expression_statement "__size = __size * 2;" (assignment_expression "__size = __size * 2" (identifier "__size") (= "=") (binary_expression "__size * 2" (identifier "__size") (* "*") (number_literal "2"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(__size < uVar1)" (( "(") (binary_expression "__size < uVar1" (identifier "__size") (< "<") (identifier "uVar1")) () ")")) (; ";")) (} "}"))) (expression_statement "pvVar2 = realloc((void *)*param_3,__size);" (assignment_expression "pvVar2 = realloc((void *)*param_3,__size)" (identifier "pvVar2") (= "=") (call_expression "realloc((void *)*param_3,__size)" (identifier "realloc") (argument_list "((void *)*param_3,__size)" (( "(") (cast_expression "(void *)*param_3" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (, ",") (identifier "__size") () ")")))) (; ";")) (if_statement "if (pvVar2 == (void *)0x0) {\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }" (if "if") (parenthesized_expression "(pvVar2 == (void *)0x0)" (( "(") (binary_expression "pvVar2 == (void *)0x0" (identifier "pvVar2") (== "==") (cast_expression "(void *)0x0" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n free((void *)*param_3);\n *param_3 = 0;\n param_3[1] = 0;\n param_3[2] = 0;\n *(undefined4 *)(param_3 + 3) = 1;\n return;\n }" ({ "{") (expression_statement "free((void *)*param_3);" (call_expression "free((void *)*param_3)" (identifier "free") (argument_list "((void *)*param_3)" (( "(") (cast_expression "(void *)*param_3" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) () ")"))) (; ";")) (expression_statement "*param_3 = 0;" (assignment_expression "*param_3 = 0" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_3[1] = 0;" (assignment_expression "param_3[1] = 0" (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_3[2] = 0;" (assignment_expression "param_3[2] = 0" (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(param_3 + 3) = 1;" (assignment_expression "*(undefined4 *)(param_3 + 3) = 1" (pointer_expression "*(undefined4 *)(param_3 + 3)" (* "*") (cast_expression "(undefined4 *)(param_3 + 3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 3)" (( "(") (binary_expression "param_3 + 3" (identifier "param_3") (+ "+") (number_literal "3")) () ")")))) (= "=") (number_literal "1")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "*param_3 = (long)pvVar2;" (assignment_expression "*param_3 = (long)pvVar2" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (= "=") (cast_expression "(long)pvVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "pvVar2"))) (; ";")) (expression_statement "iVar3 = (int)param_3[3];" (assignment_expression "iVar3 = (int)param_3[3]" (identifier "iVar3") (= "=") (cast_expression "(int)param_3[3]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (subscript_expression "param_3[3]" (identifier "param_3") ([ "[") (number_literal "3") (] "]")))) (; ";")) (expression_statement "param_3[2] = __size;" (assignment_expression "param_3[2] = __size" (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "__size")) (; ";")) (} "}"))) (if_statement "if (iVar3 == 0) {\n memcpy((void *)(param_3[1] + *param_3),param_1,param_2);\n *(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;\n param_3[1] = param_3[1] + param_2;\n }" (if "if") (parenthesized_expression "(iVar3 == 0)" (( "(") (binary_expression "iVar3 == 0" (identifier "iVar3") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n memcpy((void *)(param_3[1] + *param_3),param_1,param_2);\n *(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;\n param_3[1] = param_3[1] + param_2;\n }" ({ "{") (expression_statement "memcpy((void *)(param_3[1] + *param_3),param_1,param_2);" (call_expression "memcpy((void *)(param_3[1] + *param_3),param_1,param_2)" (identifier "memcpy") (argument_list "((void *)(param_3[1] + *param_3),param_1,param_2)" (( "(") (cast_expression "(void *)(param_3[1] + *param_3)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3[1] + *param_3)" (( "(") (binary_expression "param_3[1] + *param_3" (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]")) (+ "+") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) () ")"))) (, ",") (identifier "param_1") (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "*(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;" (assignment_expression "*(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0" (pointer_expression "*(undefined1 *)(*param_3 + param_2 + param_3[1])" (* "*") (cast_expression "(undefined1 *)(*param_3 + param_2 + param_3[1])" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_3 + param_2 + param_3[1])" (( "(") (binary_expression "*param_3 + param_2 + param_3[1]" (binary_expression "*param_3 + param_2" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (identifier "param_2")) (+ "+") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_3[1] = param_3[1] + param_2;" (assignment_expression "param_3[1] = param_3[1] + param_2" (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]")) (= "=") (binary_expression "param_3[1] + param_2" (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]")) (+ "+") (identifier "param_2"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(char *s,size_t var_1,void *opaque)
{
type_1 var_3;
void *var_6;
int var_4;
type_2 *dgs;
type_1 var_2;
var_2 = *(type_1 *)((long)opaque + 0x10);
var_4 = *(int *)((long)opaque + 0x18);
var_3 = var_1 + 1 + *(long *)((long)opaque + 8);
if (var_2 < var_3) {
if (var_4 != 0) {
return;
}
if ((var_2 != 0) || (var_2 = 2, 2 < var_3)) {
do {
var_2 = var_2 * 2;
} while (var_2 < var_3);
}
/* WARNING: Load size is inaccurate */
var_6 = var_5(*opaque,var_2);
if (var_6 == (void *)0x0) {
/* WARNING: Load size is inaccurate */
var_7(*opaque);
*(type_3 *)opaque = 0;
*(type_3 *)((long)opaque + 8) = 0;
*(type_3 *)((long)opaque + 0x10) = 0;
*(type_4 *)((long)opaque + 0x18) = 1;
return;
}
*(void **)opaque = var_6;
var_4 = *(int *)((long)opaque + 0x18);
*(type_1 *)((long)opaque + 0x10) = var_2;
}
if (var_4 == 0) {
/* WARNING: Load size is inaccurate */
var_8((void *)(*(long *)((long)opaque + 8) + *opaque),s,var_1);
/* WARNING: Load size is inaccurate */
*(type_5 *)(*opaque + var_1 + *(long *)((long)opaque + 8)) = 0;
*(long *)((long)opaque + 8) = *(long *)((long)opaque + 8) + var_1;
}
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (return_statement))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (number_literal) right: (identifier)))))) consequence: (compound_statement (do_statement body: (compound_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: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (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))) (return_statement))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (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: (pointer_expression argument: (identifier))))) (identifier) (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier)) right: (subscript_expression argument: (identifier) index: (number_literal)))))) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier)))))) (return_statement)))) | null |
void MASKED(void *param_1,size_t param_2,long *param_3)
{
ulong uVar1;
void *pvVar2;
int iVar3;
ulong __size;
__size = param_3[2];
iVar3 = (int)param_3[3];
uVar1 = param_2 + 1 + param_3[1];
if (__size < uVar1) {
if (iVar3 != 0) {
return;
}
if ((__size != 0) || (__size = 2, 2 < uVar1)) {
do {
__size = __size * 2;
} while (__size < uVar1);
}
pvVar2 = realloc((void *)*param_3,__size);
if (pvVar2 == (void *)0x0) {
free((void *)*param_3);
*param_3 = 0;
param_3[1] = 0;
param_3[2] = 0;
*(undefined4 *)(param_3 + 3) = 1;
return;
}
*param_3 = (long)pvVar2;
iVar3 = (int)param_3[3];
param_3[2] = __size;
}
if (iVar3 == 0) {
memcpy((void *)(param_3[1] + *param_3),param_1,param_2);
*(undefined1 *)(*param_3 + param_2 + param_3[1]) = 0;
param_3[1] = param_3[1] + param_2;
}
return;
}
|
1777_busybox_and_busybox_strip.c | md5_crypt | FUN_001a6617 |
char * md5_crypt(char *result,uchar *pw,uchar *salt)
{
long lVar1;
char cVar2;
uint uVar3;
size_t sVar4;
size_t len;
ulong uVar5;
long lVar6;
char *pcVar7;
char *pcVar8;
char cVar9;
uint uVar10;
int iVar11;
ulong len_00;
byte *resbuf;
byte *buffer;
char *pcVar12;
char *pcVar13;
int iVar14;
uint uVar15;
long in_FS_OFFSET;
size_t local_158;
long local_150;
md5_ctx_t ctx;
md5_ctx_t ctx1;
uchar final [17];
len_00 = 3;
lVar1 = *(long *)(in_FS_OFFSET + 0x28);
do {
if ((salt[len_00] == '\0') || (salt[len_00] == '$')) {
local_158 = (size_t)((int)len_00 + -3);
local_150 = local_158 + 4;
goto LAB_001a668a;
}
len_00 = len_00 + 1;
} while (len_00 != 0xb);
local_150 = 0xc;
local_158 = 8;
LAB_001a668a:
md5_begin(&ctx);
sVar4 = strlen((char *)pw);
uVar15 = (uint)sVar4;
len = (size_t)(int)uVar15;
md5_hash(&ctx,pw,len);
md5_hash(&ctx,salt,len_00);
uVar3 = (uint)len_00;
uVar5 = len_00 & 0xffffffff;
if (uVar3 < 8) {
if ((len_00 & 4) == 0) {
if ((uVar3 != 0) && (*result = *salt, (len_00 & 2) != 0)) {
*(undefined2 *)(result + (uVar5 - 2)) = *(undefined2 *)(salt + (uVar5 - 2));
}
}
else {
*(undefined4 *)result = *(undefined4 *)salt;
*(undefined4 *)(result + (uVar5 - 4)) = *(undefined4 *)(salt + (uVar5 - 4));
}
}
else {
*(undefined8 *)result = *(undefined8 *)salt;
*(undefined8 *)(result + ((len_00 & 0xffffffff) - 8)) =
*(undefined8 *)(salt + ((len_00 & 0xffffffff) - 8));
lVar6 = (long)result - ((ulong)(result + 8) & 0xfffffffffffffff8);
uVar3 = (int)lVar6 + uVar3 & 0xfffffff8;
if (7 < uVar3) {
uVar10 = 0;
do {
uVar5 = (ulong)uVar10;
uVar10 = uVar10 + 8;
*(undefined8 *)(((ulong)(result + 8) & 0xfffffffffffffff8) + uVar5) =
*(undefined8 *)(salt + (uVar5 - lVar6));
} while (uVar10 < uVar3);
}
}
result[len_00] = '$';
md5_begin(&ctx1);
md5_hash(&ctx1,pw,len);
resbuf = final;
md5_hash(&ctx1,salt + 3,local_158);
md5_hash(&ctx1,pw,len);
md5_end(&ctx1,resbuf);
if ((int)uVar15 < 1) {
final[0x10] = '\0';
final[0] = '\0';
final[1] = '\0';
final[2] = '\0';
final[3] = '\0';
final[4] = '\0';
final[5] = '\0';
final[6] = '\0';
final[7] = '\0';
final[8] = '\0';
final[9] = '\0';
final[10] = '\0';
final[0xb] = '\0';
final[0xc] = '\0';
final[0xd] = '\0';
final[0xe] = '\0';
final[0xf] = '\0';
if (uVar15 == 0) goto LAB_001a681e;
}
else {
do {
iVar14 = (int)sVar4;
iVar11 = 0x10;
if (iVar14 < 0x11) {
iVar11 = iVar14;
}
sVar4 = (size_t)(iVar14 - 0x10U);
md5_hash(&ctx,resbuf,(long)iVar11);
} while (iVar14 - 0x10U != (uVar15 - 0x10) - (uVar15 - 1 & 0xfffffff0));
final[0x10] = '\0';
final[0] = '\0';
final[1] = '\0';
final[2] = '\0';
final[3] = '\0';
final[4] = '\0';
final[5] = '\0';
final[6] = '\0';
final[7] = '\0';
final[8] = '\0';
final[9] = '\0';
final[10] = '\0';
final[0xb] = '\0';
final[0xc] = '\0';
final[0xd] = '\0';
final[0xe] = '\0';
final[0xf] = '\0';
}
do {
buffer = pw;
if ((uVar15 & 1) != 0) {
buffer = resbuf;
}
md5_hash(&ctx,buffer,1);
uVar15 = (int)uVar15 >> 1;
} while (uVar15 != 0);
LAB_001a681e:
uVar15 = 0;
md5_end(&ctx,resbuf);
do {
md5_begin(&ctx1);
if ((uVar15 & 1) == 0) {
md5_hash(&ctx1,resbuf,0x10);
}
else {
md5_hash(&ctx1,pw,len);
}
if (uVar15 != (uVar15 / 3) * 3) {
md5_hash(&ctx1,salt + 3,local_158);
}
if (uVar15 != (uVar15 / 7) * 7) {
md5_hash(&ctx1,pw,len);
}
if ((uVar15 & 1) == 0) {
md5_hash(&ctx1,pw,len);
}
else {
md5_hash(&ctx1,resbuf,0x10);
}
uVar15 = uVar15 + 1;
md5_end(&ctx1,resbuf);
} while (uVar15 != 1000);
pcVar12 = result + local_150;
final[0x10] = final[5];
pcVar8 = pcVar12;
do {
pcVar13 = pcVar8 + 4;
uVar15 = (uint)*resbuf << 0x10 | (uint)resbuf[6] << 8 | (uint)resbuf[0xc];
pcVar7 = pcVar8;
do {
uVar3 = uVar15 & 0x3f;
cVar9 = '.';
if ((uVar3 != 0) && (cVar9 = '/', uVar3 != 1)) {
cVar2 = (char)uVar3;
cVar9 = cVar2 + '.';
if (0xb < uVar3) {
cVar9 = cVar2 + '5';
if (0x25 < uVar3) {
cVar9 = cVar2 + ';';
}
}
}
pcVar8 = pcVar7 + 1;
*pcVar7 = cVar9;
uVar15 = uVar15 >> 6;
pcVar7 = pcVar8;
} while (pcVar8 != pcVar13);
resbuf = resbuf + 1;
} while (pcVar8 != pcVar12 + 0x14);
uVar15 = (uint)final[0xb];
pcVar8 = pcVar12 + 0x14;
do {
uVar3 = uVar15 & 0x3f;
cVar9 = '.';
if ((uVar3 != 0) && (cVar9 = '/', uVar3 != 1)) {
cVar2 = (char)uVar3;
cVar9 = cVar2 + '.';
if (0xb < uVar3) {
cVar9 = cVar2 + '5';
if (0x25 < uVar3) {
cVar9 = cVar2 + ';';
}
}
}
pcVar13 = pcVar8 + 1;
*pcVar8 = cVar9;
uVar15 = uVar15 >> 6;
pcVar8 = pcVar13;
} while (pcVar13 != pcVar12 + 0x16);
pcVar12[0x16] = '\0';
if (lVar1 != *(long *)(in_FS_OFFSET + 0x28)) {
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}
return result;
}
|
undefined8 * FUN_001a6617(undefined8 *param_1,byte *param_2,undefined8 *param_3)
{
char cVar1;
uint uVar2;
size_t sVar3;
long lVar4;
ulong uVar5;
long lVar6;
char *pcVar7;
char *pcVar8;
char cVar9;
uint uVar10;
int iVar11;
ulong uVar12;
byte *pbVar13;
byte *pbVar14;
char *pcVar15;
char *pcVar16;
int iVar17;
uint uVar18;
long in_FS_OFFSET;
long local_158;
long local_150;
undefined1 local_138 [112];
undefined1 local_c8 [112];
undefined1 local_58 [16];
undefined1 local_48;
long local_40;
uVar12 = 3;
local_40 = *(long *)(in_FS_OFFSET + 0x28);
do {
if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {
local_158 = (long)((int)uVar12 + -3);
local_150 = local_158 + 4;
goto LAB_001a668a;
}
uVar12 = uVar12 + 1;
} while (uVar12 != 0xb);
local_150 = 0xc;
local_158 = 8;
LAB_001a668a:
FUN_001a0a1b(local_138);
sVar3 = strlen((char *)param_2);
uVar18 = (uint)sVar3;
lVar4 = (long)(int)uVar18;
FUN_001a0a4b(local_138,param_2,lVar4);
FUN_001a0a4b(local_138,param_3,uVar12);
uVar2 = (uint)uVar12;
uVar5 = uVar12 & 0xffffffff;
if (uVar2 < 8) {
if ((uVar12 & 4) == 0) {
if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {
*(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));
}
}
else {
*(undefined4 *)param_1 = *(undefined4 *)param_3;
*(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));
}
}
else {
*param_1 = *param_3;
*(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =
*(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));
lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);
uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;
if (7 < uVar2) {
uVar5 = 0;
do {
uVar10 = (int)uVar5 + 8;
*(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =
*(undefined8 *)((long)param_3 + (uVar5 - lVar6));
uVar5 = (ulong)uVar10;
} while (uVar10 < uVar2);
}
}
*(undefined1 *)((long)param_1 + uVar12) = 0x24;
FUN_001a0a1b(local_c8);
FUN_001a0a4b(local_c8,param_2,lVar4);
pbVar13 = local_58;
FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);
FUN_001a0a4b(local_c8,param_2,lVar4);
FUN_001a0bcb(local_c8,pbVar13);
if ((int)uVar18 < 1) {
local_48 = 0;
local_58 = (undefined1 [16])0x0;
if (uVar18 == 0) goto LAB_001a681e;
}
else {
do {
iVar17 = (int)sVar3;
iVar11 = 0x10;
if (iVar17 < 0x11) {
iVar11 = iVar17;
}
sVar3 = (size_t)(iVar17 - 0x10U);
FUN_001a0a4b(local_138,pbVar13,(long)iVar11);
} while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));
local_48 = 0;
local_58 = (undefined1 [16])0x0;
}
do {
pbVar14 = param_2;
if ((uVar18 & 1) != 0) {
pbVar14 = pbVar13;
}
FUN_001a0a4b(local_138,pbVar14,1);
uVar18 = (int)uVar18 >> 1;
} while (uVar18 != 0);
LAB_001a681e:
uVar18 = 0;
FUN_001a0bcb(local_138,pbVar13);
do {
FUN_001a0a1b(local_c8);
if ((uVar18 & 1) == 0) {
FUN_001a0a4b(local_c8,pbVar13,0x10);
}
else {
FUN_001a0a4b(local_c8,param_2,lVar4);
}
if (uVar18 != (uVar18 / 3) * 3) {
FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);
}
if (uVar18 != (uVar18 / 7) * 7) {
FUN_001a0a4b(local_c8,param_2,lVar4);
}
if ((uVar18 & 1) == 0) {
FUN_001a0a4b(local_c8,param_2,lVar4);
}
else {
FUN_001a0a4b(local_c8,pbVar13,0x10);
}
uVar18 = uVar18 + 1;
FUN_001a0bcb(local_c8,pbVar13);
} while (uVar18 != 1000);
pcVar15 = (char *)(local_150 + (long)param_1);
local_48 = local_58[5];
pcVar8 = pcVar15;
do {
pcVar16 = pcVar8 + 4;
uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];
pcVar7 = pcVar8;
do {
uVar2 = uVar18 & 0x3f;
cVar9 = '.';
if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {
cVar1 = (char)uVar2;
cVar9 = cVar1 + '.';
if (0xb < uVar2) {
cVar9 = cVar1 + '5';
if (0x25 < uVar2) {
cVar9 = cVar1 + ';';
}
}
}
pcVar8 = pcVar7 + 1;
*pcVar7 = cVar9;
uVar18 = uVar18 >> 6;
pcVar7 = pcVar8;
} while (pcVar8 != pcVar16);
pbVar13 = pbVar13 + 1;
} while (pcVar8 != pcVar15 + 0x14);
uVar18 = (uint)local_58[0xb];
pcVar8 = pcVar15 + 0x14;
do {
uVar2 = uVar18 & 0x3f;
cVar9 = '.';
if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {
cVar1 = (char)uVar2;
cVar9 = cVar1 + '.';
if (0xb < uVar2) {
cVar9 = cVar1 + '5';
if (0x25 < uVar2) {
cVar9 = cVar1 + ';';
}
}
}
pcVar16 = pcVar8 + 1;
*pcVar8 = cVar9;
uVar18 = uVar18 >> 6;
pcVar8 = pcVar16;
} while (pcVar16 != pcVar15 + 0x16);
pcVar15[0x16] = '\0';
if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}
return param_1;
}
| PUSH R15
PUSH R14
MOV R14,RSI
PUSH R13
PUSH R12
MOV R12,RDI
PUSH RBP
MOV RBP,RDX
PUSH RBX
MOV EBX,0x3
SUB RSP,0x138
MOV RAX,qword ptr FS:[0x28]
MOV qword ptr [RSP + 0x128],RAX
XOR EAX,EAX
MOVZX EDX,byte ptr [RBP + RBX*0x1]
MOV EAX,EBX
TEST DL,DL
JNZ 0x001a6669
SUB EAX,0x3
CDQE
MOV qword ptr [RSP + 0x10],RAX
ADD RAX,0x4
MOV qword ptr [RSP + 0x18],RAX
JMP 0x001a668a
CMP DL,0x24
JZ 0x001a6654
ADD RBX,0x1
CMP RBX,0xb
JNZ 0x001a6649
MOV qword ptr [RSP + 0x18],0xc
MOV qword ptr [RSP + 0x10],0x8
LEA R13,[RSP + 0x30]
MOV RDI,R13
CALL 0x001a0a1b
MOV RDI,R14
CALL 0x0010b4c0
MOV RSI,R14
MOV RDI,R13
MOV dword ptr [RSP + 0x28],EAX
MOV R15,RAX
CDQE
MOV RDX,RAX
MOV qword ptr [RSP + 0x8],RAX
CALL 0x001a0a4b
MOV RDX,RBX
MOV RSI,RBP
MOV RDI,R13
CALL 0x001a0a4b
MOV EAX,EBX
CMP EBX,0x8
JC 0x001a671b
MOV RAX,qword ptr [RBP]
LEA RCX,[R12 + 0x8]
MOV RSI,RBP
AND RCX,-0x8
MOV qword ptr [R12],RAX
MOV EAX,EBX
MOV RDX,qword ptr [RBP + RAX*0x1 + -0x8]
MOV qword ptr [R12 + RAX*0x1 + -0x8],RDX
MOV RAX,R12
SUB RAX,RCX
SUB RSI,RAX
ADD EAX,EBX
AND EAX,0xfffffff8
CMP EAX,0x8
JC 0x001a6734
AND EAX,0xfffffff8
XOR EDX,EDX
MOV EDI,EDX
ADD EDX,0x8
MOV R8,qword ptr [RSI + RDI*0x1]
MOV qword ptr [RCX + RDI*0x1],R8
CMP EDX,EAX
JC 0x001a6708
JMP 0x001a6734
TEST BL,0x4
JZ 0x001a69fc
MOV EDX,dword ptr [RBP]
MOV dword ptr [R12],EDX
MOV EDX,dword ptr [RBP + RAX*0x1 + -0x4]
MOV dword ptr [R12 + RAX*0x1 + -0x4],EDX
MOV byte ptr [R12 + RBX*0x1],0x24
LEA RAX,[RBP + 0x3]
LEA RBP,[RSP + 0xa0]
MOV RDI,RBP
MOV RBX,RAX
MOV qword ptr [RSP + 0x20],RAX
CALL 0x001a0a1b
MOV RDX,qword ptr [RSP + 0x8]
MOV RSI,R14
MOV RDI,RBP
CALL 0x001a0a4b
MOV RDX,qword ptr [RSP + 0x10]
MOV RSI,RBX
MOV RDI,RBP
LEA RBX,[RSP + 0x110]
CALL 0x001a0a4b
MOV RDX,qword ptr [RSP + 0x8]
MOV RSI,R14
MOV RDI,RBP
CALL 0x001a0a4b
MOV RSI,RBX
MOV RDI,RBP
CALL 0x001a0bcb
TEST R15D,R15D
JLE 0x001a67e6
LEA EAX,[R15 + -0x1]
LEA EDX,[R15 + -0x10]
AND EAX,0xfffffff0
SUB EDX,EAX
MOV dword ptr [RSP + 0x2c],EDX
CMP R15D,0x10
MOV EDX,0x10
MOV RSI,RBX
MOV RDI,R13
CMOVLE EDX,R15D
SUB R15D,0x10
MOVSXD RDX,EDX
CALL 0x001a0a4b
CMP R15D,dword ptr [RSP + 0x2c]
JNZ 0x001a67ae
PXOR XMM0,XMM0
MOV byte ptr [RBX + 0x10],0x0
MOV R15D,dword ptr [RSP + 0x28]
MOVAPS xmmword ptr [RBX],XMM0
JMP 0x001a6801
PXOR XMM0,XMM0
MOV byte ptr [RSP + 0x120],0x0
MOVAPS xmmword ptr [RSP + 0x110],XMM0
JZ 0x001a681e
MOV R15D,dword ptr [RSP + 0x28]
TEST R15B,0x1
MOV RSI,R14
MOV EDX,0x1
MOV RDI,R13
CMOVNZ RSI,RBX
CALL 0x001a0a4b
SAR R15D,0x1
JNZ 0x001a6801
MOV RDI,R13
MOV RSI,RBX
XOR R13D,R13D
CALL 0x001a0bcb
MOV RDI,RBP
MOV R15D,R13D
CALL 0x001a0a1b
AND R15D,0x1
JNZ 0x001a69e7
MOV EDX,0x10
MOV RSI,RBX
MOV RDI,RBP
CALL 0x001a0a4b
MOV EAX,0xaaaaaaab
MUL R13D
SHR EDX,0x1
LEA EAX,[RDX + RDX*0x2]
CMP R13D,EAX
JZ 0x001a6875
MOV RDX,qword ptr [RSP + 0x10]
MOV RSI,qword ptr [RSP + 0x20]
MOV RDI,RBP
CALL 0x001a0a4b
MOV EAX,R13D
MOV EDX,0x24924925
MUL EDX
MOV EAX,R13D
SUB EAX,EDX
SHR EAX,0x1
ADD EDX,EAX
SHR EDX,0x2
LEA EAX,[RDX*0x8]
SUB EAX,EDX
CMP R13D,EAX
JZ 0x001a68a9
MOV RDX,qword ptr [RSP + 0x8]
MOV RSI,R14
MOV RDI,RBP
CALL 0x001a0a4b
TEST R15D,R15D
JNZ 0x001a69d2
MOV RDX,qword ptr [RSP + 0x8]
MOV RSI,R14
MOV RDI,RBP
CALL 0x001a0a4b
MOV RSI,RBX
MOV RDI,RBP
ADD R13D,0x1
CALL 0x001a0bcb
CMP R13D,0x3e8
JNZ 0x001a682c
MOV RDI,qword ptr [RSP + 0x18]
MOVZX EAX,byte ptr [RSP + 0x115]
ADD RDI,R12
MOV byte ptr [RSP + 0x120],AL
LEA R8,[RDI + 0x14]
MOV RAX,RDI
MOVZX EDX,byte ptr [RBX]
MOVZX ECX,byte ptr [RBX + 0x6]
LEA R9,[RAX + 0x4]
SHL ECX,0x8
SHL EDX,0x10
OR EDX,ECX
MOVZX ECX,byte ptr [RBX + 0xc]
OR EDX,ECX
MOV ESI,EDX
MOV ECX,0x2e
AND ESI,0x3f
JZ 0x001a6941
MOV ECX,0x2f
CMP ESI,0x1
JZ 0x001a6941
LEA ECX,[RSI + 0x2e]
CMP ESI,0xb
JLE 0x001a6941
LEA R10D,[RSI + 0x3b]
LEA ECX,[RSI + 0x35]
CMP ESI,0x26
CMOVGE ECX,R10D
ADD RAX,0x1
MOV byte ptr [RAX + -0x1],CL
SHR EDX,0x6
CMP RAX,R9
JNZ 0x001a6915
ADD RBX,0x1
CMP RAX,R8
JNZ 0x001a68fc
MOVZX ECX,byte ptr [RSP + 0x11b]
LEA RSI,[RDI + 0x16]
MOV EDX,ECX
MOV EAX,0x2e
AND EDX,0x3f
JZ 0x001a6991
MOV EAX,0x2f
CMP EDX,0x1
JZ 0x001a6991
LEA EAX,[RDX + 0x2e]
CMP EDX,0xb
JLE 0x001a6991
LEA R9D,[RDX + 0x3b]
LEA EAX,[RDX + 0x35]
CMP EDX,0x26
CMOVGE EAX,R9D
ADD R8,0x1
MOV byte ptr [R8 + -0x1],AL
SHR ECX,0x6
CMP R8,RSI
JNZ 0x001a6965
MOV byte ptr [RDI + 0x16],0x0
MOV RAX,R12
MOV RCX,qword ptr [RSP + 0x128]
XOR RCX,qword ptr FS:[0x28]
JNZ 0x001a69cd
ADD RSP,0x138
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
CALL 0x0010b500
MOV EDX,0x10
MOV RSI,RBX
MOV RDI,RBP
CALL 0x001a0a4b
JMP 0x001a68c2
MOV RDX,qword ptr [RSP + 0x8]
MOV RSI,R14
MOV RDI,RBP
CALL 0x001a0a4b
JMP 0x001a6851
TEST EAX,EAX
JZ 0x001a6734
MOVZX EDX,byte ptr [RBP]
MOV byte ptr [R12],DL
TEST AL,0x2
JZ 0x001a6734
MOVZX EDX,word ptr [RBP + RAX*0x1 + -0x2]
MOV word ptr [R12 + RAX*0x1 + -0x2],DX
JMP 0x001a6734 | null | null | null | null | [(u'PTRSUB_-1207601770', u'CALL_-1207604433'), ('tmp_2325', u'CBRANCH_-1207604042'), (u'INT_ADD_-1207605308', u'INT_AND_-1207605288'), (u'COPY_-1207601645', u'PIECE_-1207601597'), (u'CALL_-1207604726', u'INDIRECT_-1207601812'), (u'INDIRECT_-1207602137', u'MULTIEQUAL_-1207602416'), ('const-0', u'COPY_-1207601600'), ('tmp_2194', u'CBRANCH_-1207604121'), ('const-433', u'STORE_-1207605360'), (u'CAST_-1207601702', u'STORE_-1207604258'), (u'COPY_-1207601650', u'PIECE_-1207601592'), (u'INT_ZEXT_-1207602753', u'MULTIEQUAL_-1207602717'), (u'MULTIEQUAL_-1207602647', u'PTRADD_-1207604212'), ('const-4', u'INT_ADD_-1207605566'), ('const-0', u'COPY_-1207602595'), (u'PIECE_-1207601547', u'PIECE_-1207601546'), (u'PTRADD_-1207604248', u'PTRADD_-1207603857'), (u'COPY_-1207602265', u'MULTIEQUAL_-1207602200'), (u'MULTIEQUAL_-1207602430', u'STORE_-1207603790'), (u'CAST_-1207601706', u'LOAD_-1207604266'), ('const-4294967288', u'INT_AND_-1207605288'), (u'INDIRECT_-1207602581', u'MULTIEQUAL_-1207602567'), ('const-4294967293', u'INT_ADD_-1207605590'), (u'INT_AND_-1207605288', u'INT_LESS_-1207605214'), ('tmp_3469', u'CAST_-1207601746'), (u'INT_AND_-1207603586', u'INT_SUB_-1207601831'), (u'MULTIEQUAL_-1207603271', u'INT_AND_-1207603586'), (u'CALL_-1207604433', u'INDIRECT_-1207601726'), (u'CAST_-1207601575', u'INT_SLESS_-1207605014'), (u'CAST_-1207600956', u'LOAD_-1207603470'), (u'PIECE_-1207601543', u'MULTIEQUAL_-1207601878'), (u'INT_LESS_-1207603833', u'CBRANCH_-1207603842'), ('const-4', u'INT_SUB_-1207601836'), (u'INT_DIV_-1207604629', u'INT_MULT_-1207601533'), (u'INT_ADD_-1207601929', u'COPY_-1207601243'), ('tmp_971', u'CBRANCH_-1207604939'), ('const-0', u'INT_EQUAL_-1207605611'), (u'CAST_-1207601773', u'INT_AND_-1207605371'), (u'PTRADD_-1207605113', u'CALL_-1207604600'), (u'PIECE_-1207601604', u'PIECE_-1207601603'), ('const-8', u'INT_SUB_-1207601908'), (u'PTRADD_-1207603974', u'MULTIEQUAL_-1207602922'), ('const-4294967280', u'INT_AND_-1207604980'), ('const-16', u'INT_SUB_-1207604916'), (u'PTRSUB_-1207601955', u'CALL_-1207604790'), ('const-433', u'LOAD_-1207605672'), ('const-433', u'LOAD_-1207604266'), ('const-0', u'COPY_-1207601650'), (u'COPY_-1207601639', u'PIECE_-1207601603'), ('const-433', u'STORE_-1207605232'), (u'COPY_-1207601596', u'PIECE_-1207601550'), (u'CALL_-1207604433', u'INDIRECT_-1207601694'), (u'PIECE_-1207601552', u'PIECE_-1207601551'), ('const-433', u'LOAD_-1207603470'), (u'INT_EQUAL_-1207604711', u'CBRANCH_-1207604707'), (u'INT_AND_-1207603557', u'INT_SUB_-1207601902'), ('const-0', u'COPY_-1207602265'), ('tmp_3469', u'CAST_-1207601702'), (u'PIECE_-1207601544', u'PIECE_-1207601543'), (u'CAST_-1207601692', u'STORE_-1207604239'), ('const-0', u'COPY_-1207601647'), (u'CAST_-1207601746', u'INT_SUB_-1207605331'), (u'PIECE_-1207601549', u'PIECE_-1207601548'), ('const-59', u'INT_ADD_-1207601929'), ('tmp_3471', u'PTRADD_-1207605113'), ('const-6', u'INT_RIGHT_-1207603990'), (u'COPY_-1207601648', u'PIECE_-1207601594'), ('tmp_3469', u'PTRADD_-1207605300'), ('const-0', u'COPY_-1207601603'), (u'INDIRECT_-1207602732', u'MULTIEQUAL_-1207602574'), (u'SUBPIECE_-1207603670', u'INT_SUB_-1207604996'), (u'MULTIEQUAL_-1207603271', u'PTRADD_-1207605121'), (u'INT_AND_-1207604980', u'INT_SUB_-1207604974'), ('tmp_3469', u'COPY_-1207603722'), (u'PIECE_-1207601601', u'PIECE_-1207601600'), (u'INT_SUB_-1207601902', u'PTRADD_-1207605300'), ('const-0', u'COPY_-1207601642'), ('tmp_2963', u'CBRANCH_-1207603682'), (u'INT_NOTEQUAL_-1207604343', u'CBRANCH_-1207604337'), ('tmp_3123', u'CBRANCH_-1207604064'), ('const-8', u'COPY_-1207604340'), (u'CAST_-1207601786', u'LOAD_-1207605415'), ('const-0', u'COPY_-1207601597'), (u'INT_DIV_-1207604502', u'INT_MULT_-1207602024'), (u'INT_MULT_-1207602024', u'INT_NOTEQUAL_-1207604457'), ('const-0', u'INT_EQUAL_-1207604419'), (u'MULTIEQUAL_-1207602647', u'PTRADD_-1207604104'), (u'COPY_-1207601636', u'PIECE_-1207601605'), (u'PIECE_-1207601597', u'PIECE_-1207601596'), (u'INT_OR_-1207604151', u'INT_OR_-1207604131'), ('const-433', u'LOAD_-1207605415'), (u'COPY_-1207601598', u'PIECE_-1207601548'), (u'MULTIEQUAL_-1207602200', u'INT_AND_-1207604698'), ('tmp_3265', u'CBRANCH_-1207603477'), (u'COPY_-1207601632', u'MULTIEQUAL_-1207602319'), ('tmp_3103', u'BRANCH_-1207603564'), ('const-0', u'INT_NOTEQUAL_-1207604773'), (u'INT_ZEXT_-1207603131', u'INT_SUB_-1207601867'), (u'INDIRECT_-1207602408', u'MULTIEQUAL_-1207602567'), (u'PIECE_-1207601596', u'PIECE_-1207601595'), (u'COPY_-1207601649', u'PIECE_-1207601593'), ('const-0', u'COPY_-1207601598'), (u'INT_SUB_-1207604916', u'INT_NOTEQUAL_-1207604893'), ('const-40', u'INT_ADD_-1207605656'), (u'COPY_-1207601593', u'PIECE_-1207601553'), (u'CALL_-1207604600', u'INDIRECT_-1207601747'), ('tmp_3227', u'CBRANCH_-1207603508'), ('const-0', u'COPY_-1207601638'), (u'PTRSUB_-1207601718', u'COPY_-1207601553'), (u'INDIRECT_-1207601683', u'SUBPIECE_-1207601560'), (u'CALL_-1207604389', u'INDIRECT_-1207601667'), (u'INT_ADD_-1207604365', u'INT_NOTEQUAL_-1207604356'), (u'INT_SEXT_-1207605462', u'CALL_-1207604433'), ('const-37', u'INT_LESS_-1207604036'), (u'INT_RIGHT_-1207603756', u'MULTIEQUAL_-1207601824'), (u'CALL_-1207605055', u'INDIRECT_-1207602744'), (u'CALL_-1207603567', u'INDIRECT_-1207602120'), ('const-8', u'INT_LEFT_-1207602904'), ('const-1', u'INT_AND_-1207602280'), (u'INT_SUB_-1207601087', u'PTRADD_-1207603408'), ('tmp_347', u'CBRANCH_-1207605415'), (u'INT_SRIGHT_-1207604757', u'MULTIEQUAL_-1207602250'), (u'COPY_-1207601305', u'COPY_-1207601192'), (u'INT_AND_-1207603557', u'INT_SUB_-1207601908'), ('tmp_3469', u'PTRADD_-1207605121'), (u'MULTIEQUAL_-1207602200', u'INT_ADD_-1207604361'), (u'PTRSUB_-1207601770', u'CALL_-1207603597'), ('tmp_3469', u'PTRADD_-1207603397'), (u'COPY_-1207601553', u'MULTIEQUAL_-1207602824'), (u'INT_NOTEQUAL_-1207603889', u'CBRANCH_-1207603888'), (u'COPY_-1207601257', u'MULTIEQUAL_-1207601864'), ('const-4', u'INT_AND_-1207602547'), (u'INDIRECT_-1207601779', u'MULTIEQUAL_-1207601763'), ('const-0', u'INT_NOTEQUAL_-1207603889'), ('tmp_3471', u'CAST_-1207601706'), ('tmp_7904', u'PTRSUB_-1207601770'), ('const-1', u'CALL_-1207604790'), (u'INT_ADD_-1207605566', u'MULTIEQUAL_-1207602380'), (u'PIECE_-1207601602', u'PIECE_-1207601601'), (u'LOAD_-1207604166', u'INT_ZEXT_-1207602919'), ('const-433', u'STORE_-1207604258'), (u'PIECE_-1207601553', u'PIECE_-1207601552'), (u'INDIRECT_-1207601784', u'MULTIEQUAL_-1207601765'), ('const-4', u'PTRADD_-1207604204'), ('const-7', u'INT_MULT_-1207602024'), (u'SUBPIECE_-1207601839', u'INT_ADD_-1207601938'), (u'MULTIEQUAL_-1207602200', u'INT_DIV_-1207604502'), (u'PTRADD_-1207603974', u'COPY_-1207601238'), (u'PTRSUB_-1207601770', u'CALL_-1207605137'), (u'MULTIEQUAL_-1207603271', u'INT_AND_-1207602547'), ('const-2', u'INT_SUB_-1207601081'), ('const-1', u'PTRADD_-1207605346'), (u'MULTIEQUAL_-1207602537', u'INT_ZEXT_-1207603131'), (u'INDIRECT_-1207601380', u'MULTIEQUAL_-1207601656'), (u'INT_AND_-1207603877', u'SUBPIECE_-1207601211'), (u'INDIRECT_-1207601816', u'MULTIEQUAL_-1207601797'), (u'INT_ZEXT_-1207603131', u'INT_ADD_-1207605218'), ('tmp_2557', u'CBRANCH_-1207603932'), (u'INT_LESS_-1207603803', u'CBRANCH_-1207603809'), (u'INT_EQUAL_-1207605025', u'CBRANCH_-1207604064'), (u'LOAD_-1207605242', u'STORE_-1207605232'), (u'CALL_-1207604790', u'INDIRECT_-1207601844'), (u'PTRSUB_-1207601955', u'CALL_-1207604743'), (u'INT_AND_-1207601661', u'INT_NOTEQUAL_-1207603477'), ('tmp_3082', u'BRANCH_-1207603594'), (u'INT_AND_-1207604110', u'SUBPIECE_-1207601839'), (u'CALL_-1207605137', u'INDIRECT_-1207602803'), ('const-0', u'COPY_-1207601648'), (u'INT_AND_-1207605288', u'INT_LESS_-1207605288'), (u'PTRSUB_-1207601955', u'CALL_-1207605436'), (u'INT_ADD_-1207604361', u'INT_NOTEQUAL_-1207604343'), (u'PTRSUB_-1207601718', u'MULTIEQUAL_-1207602647'), (u'PTRADD_-1207603974', u'INT_NOTEQUAL_-1207603964'), ('tmp_3159', u'CBRANCH_-1207604270'), ('const-16', u'INT_LEFT_-1207602723'), (u'MULTIEQUAL_-1207601824', u'INT_RIGHT_-1207603756'), (u'INT_AND_-1207603586', u'INT_SUB_-1207601087'), ('const-36', u'STORE_-1207605181'), (u'INT_SEXT_-1207604906', u'CALL_-1207604911'), ('const-0', u'COPY_-1207601601'), ('const-16', u'CALL_-1207604682'), (u'CALL_-1207603621', u'INDIRECT_-1207601393'), ('const-47', u'COPY_-1207601959'), (u'COPY_-1207601597', u'PIECE_-1207601549'), (u'MULTIEQUAL_-1207602922', u'COPY_-1207601298'), (u'SUBPIECE_-1207601211', u'INT_ADD_-1207603818'), ('const--312', u'PTRSUB_-1207601955'), (u'INDIRECT_-1207602120', u'MULTIEQUAL_-1207602526'), ('const-1', u'INT_ADD_-1207604361'), ('tmp_2499', u'CBRANCH_-1207603962'), ('const-433', u'LOAD_-1207604166'), ('tmp_3471', u'CAST_-1207601786'), (u'COPY_-1207601643', u'PIECE_-1207601599'), (u'INDIRECT_-1207601699', u'MULTIEQUAL_-1207601688'), (u'MULTIEQUAL_-1207602922', u'PTRADD_-1207604204'), ('const-1', u'PTRADD_-1207604189'), (u'INT_AND_-1207603877', u'INT_LESS_-1207603833'), (u'COPY_-1207601592', u'PIECE_-1207601554'), (u'PTRSUB_-1207601770', u'CALL_-1207603567'), (u'INT_SUB_-1207604916', u'INT_ZEXT_-1207602753'), (u'COPY_-1207601244', u'MULTIEQUAL_-1207601864'), (u'COPY_-1207604088', u'MULTIEQUAL_-1207601846'), (u'COPY_-1207601266', u'MULTIEQUAL_-1207601864'), (u'INT_NOTEQUAL_-1207603934', u'CBRANCH_-1207603932'), ('const-433', u'STORE_-1207603457'), (u'INT_LESS_-1207605214', u'CBRANCH_-1207605213'), (u'PTRADD_-1207605180', u'CAST_-1207601719'), (u'PTRADD_-1207604248', u'PTRADD_-1207603665'), (u'INDIRECT_-1207602451', u'MULTIEQUAL_-1207602440'), (u'INT_ADD_-1207603825', u'COPY_-1207601158'), ('const-0', u'COPY_-1207601639'), ('const-1', u'PTRADD_-1207604104'), (u'COPY_-1207601599', u'PIECE_-1207601547'), (u'MULTIEQUAL_-1207602824', u'CALL_-1207604790'), (u'SUBPIECE_-1207603670', u'CAST_-1207601829'), (u'INT_SLESS_-1207604932', u'CBRANCH_-1207604939'), (u'INT_EQUAL_-1207604386', u'CBRANCH_-1207604384'), ('tmp_1240', u'CBRANCH_-1207604707'), ('const-8', u'PTRADD_-1207605346'), (u'PIECE_-1207601557', u'PIECE_-1207601556'), (u'CALL_-1207604743', u'INDIRECT_-1207602581'), (u'INDIRECT_-1207601824', u'MULTIEQUAL_-1207601807'), ('const-7', u'INT_DIV_-1207604502'), (u'CALL_-1207604359', u'INDIRECT_-1207601651'), ('tmp_1114', u'CBRANCH_-1207604800'), ('const-0', u'COPY_-1207601592'), (u'COPY_-1207601638', u'PIECE_-1207601604'), (u'MULTIEQUAL_-1207601765', u'MULTIEQUAL_-1207601731'), ('const-0', u'COPY_-1207601636'), (u'INT_LESS_-1207605417', u'CBRANCH_-1207605415'), ('tmp_7913', u'INT_ADD_-1207605656'), (u'PTRSUB_-1207601718', u'CALL_-1207604743'), ('const-3', u'INT_MULT_-1207601533'), (u'COPY_-1207601595', u'PIECE_-1207601551'), (u'CALL_-1207605079', u'INDIRECT_-1207602761'), ('const-17', u'INT_SLESS_-1207604932'), (u'PIECE_-1207601600', u'PIECE_-1207601599'), ('tmp_3471', u'LOAD_-1207603504'), (u'INT_SEXT_-1207605462', u'CALL_-1207605456'), (u'SUBPIECE_-1207601679', u'COPY_-1207604300'), (u'SUBPIECE_-1207603670', u'CAST_-1207601575'), ('const-11', u'INT_LESS_-1207604066'), ('const-53', u'INT_ADD_-1207603818'), ('tmp_7904', u'PTRSUB_-1207601718'), (u'CALL_-1207604682', u'INDIRECT_-1207601816'), ('const-1', u'PTRADD_-1207604228'), ('const-6', u'INT_RIGHT_-1207603756'), ('const-0', u'COPY_-1207601599'), ('const-0', u'SUBPIECE_-1207603580'), ('const-46', u'COPY_-1207601305'), (u'CALL_-1207604911', u'INDIRECT_-1207602678'), (u'INT_ADD_-1207601938', u'COPY_-1207601257'), (u'MULTIEQUAL_-1207602319', u'INT_SEXT_-1207604906'), (u'PIECE_-1207601599', u'PIECE_-1207601598'), (u'INT_AND_-1207603586', u'INT_SUB_-1207601836'), ('const-433', u'LOAD_-1207604274'), (u'INT_ZEXT_-1207602824', u'MULTIEQUAL_-1207601824'), (u'PTRSUB_-1207601718', u'CALL_-1207603597'), (u'SUBPIECE_-1207603213', u'INT_LESS_-1207605417'), ('const-0', u'INT_NOTEQUAL_-1207603508'), (u'CALL_-1207604600', u'INDIRECT_-1207601779'), ('tmp_1713', u'CBRANCH_-1207604416'), (u'INT_NOTEQUAL_-1207603508', u'CBRANCH_-1207603508'), (u'INT_AND_-1207602280', u'INT_NOTEQUAL_-1207604819'), ('tmp_3471', u'PTRADD_-1207604189'), (u'PIECE_-1207601593', u'PIECE_-1207601592'), (u'CALL_-1207605456', u'INDIRECT_-1207602959'), (u'CALL_-1207604389', u'INDIRECT_-1207601699'), (u'INT_OR_-1207604131', u'MULTIEQUAL_-1207601923'), ('const-1', u'PTRADD_-1207604204'), (u'CALL_-1207604682', u'INDIRECT_-1207602541'), (u'MULTIEQUAL_-1207602200', u'INT_DIV_-1207604629'), (u'PTRSUB_-1207601955', u'CALL_-1207604911'), (u'INT_NOTEQUAL_-1207603730', u'CBRANCH_-1207603728'), (u'PTRADD_-1207605300', u'CAST_-1207601755'), (u'SUBPIECE_-1207603670', u'MULTIEQUAL_-1207602250'), (u'CALL_-1207604600', u'INDIRECT_-1207602504'), (u'INT_AND_-1207604110', u'INT_NOTEQUAL_-1207604100'), (u'LOAD_-1207605372', u'STORE_-1207605360'), (u'INT_NOTEQUAL_-1207603690', u'CBRANCH_-1207603682'), (u'INDIRECT_-1207601667', u'MULTIEQUAL_-1207601656'), ('const-4294967295', u'INT_AND_-1207603557'), (u'COPY_-1207601644', u'PIECE_-1207601598'), (u'MULTIEQUAL_-1207601864', u'STORE_-1207604023'), (u'PTRADD_-1207604248', u'COPY_-1207601322'), ('const-2', u'INT_SUB_-1207601087'), ('const-0', u'COPY_-1207601590'), ('tmp_3470', u'CALL_-1207605113'), (u'COPY_-1207604883', u'MULTIEQUAL_-1207601846'), ('tmp_694', u'CBRANCH_-1207605213'), (u'INT_AND_-1207604698', u'INT_EQUAL_-1207604711'), (u'INDIRECT_-1207602601', u'MULTIEQUAL_-1207602604'), ('const-0', u'COPY_-1207601593'), (u'LOAD_-1207604251', u'STORE_-1207604239'), (u'COPY_-1207601243', u'MULTIEQUAL_-1207601864'), (u'SUBPIECE_-1207603580', u'INT_ADD_-1207605308'), (u'PTRADD_-1207604179', u'CAST_-1207601692'), ('const-40', u'INT_ADD_-1207603689'), ('const-3', u'INT_DIV_-1207604629'), (u'LOAD_-1207605672', u'INT_NOTEQUAL_-1207603690'), ('tmp_2682', u'CBRANCH_-1207603842'), ('const-433', u'LOAD_-1207604281'), (u'COPY_-1207601322', u'MULTIEQUAL_-1207602922'), ('tmp_241', u'BRANCH_-1207605562'), (u'COPY_-1207601647', u'PIECE_-1207601595'), (u'INT_SEXT_-1207605580', u'MULTIEQUAL_-1207602413'), (u'CAST_-1207601714', u'STORE_-1207605232'), (u'INT_ADD_-1207603818', u'COPY_-1207601159'), (u'COPY_-1207604352', u'MULTIEQUAL_-1207602380'), ('const-433', u'LOAD_-1207604251'), ('const-63', u'INT_AND_-1207603877'), ('const-4', u'INT_SUB_-1207601831'), (u'INT_MULT_-1207601533', u'INT_NOTEQUAL_-1207604628'), (u'MULTIEQUAL_-1207601824', u'INT_AND_-1207603877'), (u'MULTIEQUAL_-1207603271', u'INT_AND_-1207601661'), ('const-22', u'PTRADD_-1207603665'), (u'MULTIEQUAL_-1207602380', u'PTRADD_-1207604248'), ('const-63', u'INT_AND_-1207604110'), (u'INT_NOTEQUAL_-1207603964', u'CBRANCH_-1207603962'), (u'MULTIEQUAL_-1207601763', u'MULTIEQUAL_-1207601712'), ('tmp_3470', u'CALL_-1207605055'), (u'INT_NOTEQUAL_-1207604457', u'CBRANCH_-1207604456'), (u'CAST_-1207601761', u'LOAD_-1207605372'), (u'MULTIEQUAL_-1207603337', u'SUBPIECE_-1207603757'), (u'PTRSUB_-1207601770', u'CALL_-1207605055'), (u'COPY_-1207602384', u'COPY_-1207601633'), (u'COPY_-1207601602', u'PIECE_-1207601544'), ('const-1', u'PTRADD_-1207603897'), (u'COPY_-1207603722', u'RETURN_-1207603622'), (u'INDIRECT_-1207601683', u'MULTIEQUAL_-1207601839'), (u'INT_LESS_-1207604066', u'CBRANCH_-1207604075'), ('const-0', u'SUBPIECE_-1207601211'), (u'INT_NOTEQUAL_-1207604773', u'CBRANCH_-1207604771'), (u'PTRADD_-1207604204', u'INT_NOTEQUAL_-1207603964'), ('const-433', u'STORE_-1207605383'), ('const-0', u'COPY_-1207601640'), (u'COPY_-1207601594', u'PIECE_-1207601552'), ('const-1', u'INT_SUB_-1207605003'), ('const-8', u'INT_LESS_-1207605417'), (u'COPY_-1207601601', u'PIECE_-1207601545'), ('tmp_1665', u'CBRANCH_-1207604456'), (u'PTRSUB_-1207601718', u'CALL_-1207604359'), (u'MULTIEQUAL_-1207602898', u'PTRADD_-1207603974'), (u'INDIRECT_-1207601844', u'MULTIEQUAL_-1207601846'), (u'COPY_-1207601970', u'COPY_-1207601277'), (u'MULTIEQUAL_-1207603271', u'CALL_-1207605436'), (u'INT_AND_-1207604698', u'INT_EQUAL_-1207604419'), ('tmp_7904', u'PTRSUB_-1207601955'), (u'SUBPIECE_-1207603213', u'INT_NOTEQUAL_-1207603508'), (u'COPY_-1207601633', u'MULTIEQUAL_-1207602319'), ('tmp_3470', u'CALL_-1207604433'), ('const-59', u'INT_ADD_-1207603825'), (u'COPY_-1207601642', u'PIECE_-1207601600'), (u'COPY_-1207605696', u'MULTIEQUAL_-1207603337'), (u'MULTIEQUAL_-1207603271', u'SUBPIECE_-1207603213'), (u'CALL_-1207604389', u'INDIRECT_-1207602424'), (u'CALL_-1207604743', u'INDIRECT_-1207601856'), (u'PTRSUB_-1207601718', u'CALL_-1207605039'), (u'INDIRECT_-1207602408', u'INT_ADD_-1207603689'), (u'MULTIEQUAL_-1207602647', u'PTRADD_-1207603897'), (u'PTRSUB_-1207601770', u'CALL_-1207604682'), (u'INT_ZEXT_-1207601920', u'INT_LEFT_-1207602723'), (u'INDIRECT_-1207601856', u'MULTIEQUAL_-1207601839'), (u'INDIRECT_-1207601694', u'MULTIEQUAL_-1207601680'), (u'INT_SEXT_-1207605462', u'CALL_-1207605055'), (u'SUBPIECE_-1207603670', u'INT_EQUAL_-1207605025'), ('tmp_2638', u'CBRANCH_-1207603866'), ('const--88', u'PTRSUB_-1207601718'), ('tmp_1158', u'CBRANCH_-1207604771'), (u'LOAD_-1207604266', u'STORE_-1207604258'), (u'INT_SUB_-1207601908', u'PTRADD_-1207605310'), (u'MULTIEQUAL_-1207602413', u'CALL_-1207605079'), ('const-0', u'COPY_-1207601649'), ('tmp_3471', u'PTRADD_-1207605310'), (u'MULTIEQUAL_-1207601923', u'INT_RIGHT_-1207603990'), ('const-8', u'INT_ADD_-1207605238'), ('const-6', u'PTRADD_-1207604212'), (u'INT_EQUAL_-1207604272', u'CBRANCH_-1207604270'), ('const-46', u'INT_ADD_-1207601938'), (u'CALL_-1207604743', u'INDIRECT_-1207601824'), ('tmp_1805', u'CBRANCH_-1207604337'), (u'PTRADD_-1207604228', u'COPY_-1207601215'), ('const-433', u'LOAD_-1207605372'), ('tmp_3471', u'PTRADD_-1207605574'), (u'PTRADD_-1207603397', u'CAST_-1207600950'), (u'PTRADD_-1207603857', u'INT_NOTEQUAL_-1207603730'), (u'COPY_-1207601637', u'PIECE_-1207601605'), (u'MULTIEQUAL_-1207602717', u'SUBPIECE_-1207602755'), ('const-4294967295', u'INT_AND_-1207603586'), (u'INT_ADD_-1207605238', u'MULTIEQUAL_-1207602537'), (u'CALL_-1207604726', u'INDIRECT_-1207601844'), (u'PTRADD_-1207603665', u'STORE_-1207603725'), (u'COPY_-1207601641', u'PIECE_-1207601601'), ('const-0', u'SUBPIECE_-1207603757'), (u'INT_LEFT_-1207602723', u'INT_OR_-1207604151'), ('const-1000', u'INT_NOTEQUAL_-1207604343'), (u'COPY_-1207601600', u'PIECE_-1207601546'), ('const-1', u'PTRADD_-1207603857'), ('const-1', u'PTRADD_-1207605180'), (u'INT_SUB_-1207604974', u'INT_NOTEQUAL_-1207604893'), (u'COPY_-1207601590', u'PIECE_-1207601556'), (u'INT_AND_-1207605371', u'INT_ADD_-1207605218'), (u'INT_ADD_-1207605218', u'CAST_-1207601714'), (u'SUBPIECE_-1207601211', u'INT_ADD_-1207603825'), ('const-16', u'CALL_-1207603597'), (u'CAST_-1207601949', u'LOAD_-1207605672'), ('const-0', u'SUBPIECE_-1207602755'), (u'MULTIEQUAL_-1207602430', u'PTRADD_-1207603741'), (u'COPY_-1207601640', u'PIECE_-1207601602'), ('const-433', u'STORE_-1207604023'), (u'INT_NOTEQUAL_-1207603477', u'CBRANCH_-1207603477'), (u'CALL_-1207603597', u'INDIRECT_-1207601412'), ('tmp_3471', u'PTRADD_-1207603408'), (u'PTRADD_-1207603741', u'INT_NOTEQUAL_-1207603730'), (u'INT_SLESS_-1207605014', u'CBRANCH_-1207605021'), (u'PIECE_-1207601598', u'PIECE_-1207601597'), ('tmp_1077', u'BRANCH_-1207604861'), ('tmp_3471', u'PTRADD_-1207605180'), (u'CAST_-1207601719', u'LOAD_-1207605242'), (u'LOAD_-1207603504', u'STORE_-1207603495'), (u'MULTIEQUAL_-1207603337', u'PTRADD_-1207605574'), ('tmp_167', u'CBRANCH_-1207605609'), ('const-1', u'PTRADD_-1207603897'), (u'INT_NOTEQUAL_-1207604819', u'CBRANCH_-1207604800'), (u'COPY_-1207601159', u'MULTIEQUAL_-1207601199'), (u'INT_ADD_-1207603689', u'CAST_-1207601040'), (u'INDIRECT_-1207601363', u'MULTIEQUAL_-1207601765'), (u'INT_EQUAL_-1207604419', u'CBRANCH_-1207604416'), (u'SUBPIECE_-1207601211', u'INT_ADD_-1207603849'), ('const-433', u'LOAD_-1207605636'), ('const-1', u'INT_SLESS_-1207605014'), (u'MULTIEQUAL_-1207602526', u'MULTIEQUAL_-1207602491'), (u'PTRSUB_-1207601770', u'CALL_-1207604359'), (u'INDIRECT_-1207602732', u'MULTIEQUAL_-1207602688'), (u'INT_NOTEQUAL_-1207604356', u'CBRANCH_-1207604353'), (u'INT_SUB_-1207605331', u'INT_SUB_-1207601867'), ('tmp_845', u'CBRANCH_-1207605021'), (u'COPY_-1207601181', u'MULTIEQUAL_-1207601199'), ('const-0', u'RETURN_-1207603622'), ('const-0', u'SUBPIECE_-1207601839'), ('tmp_3469', u'STORE_-1207603495'), (u'SUBPIECE_-1207603757', u'INT_ADD_-1207605590'), ('tmp_3469', u'PTRADD_-1207604179'), ('const-0', u'INT_NOTEQUAL_-1207603477'), ('const-0', u'COPY_-1207601644'), (u'INT_AND_-1207603877', u'INT_NOTEQUAL_-1207603867'), (u'COPY_-1207601959', u'COPY_-1207601266'), ('const-1', u'PTRADD_-1207603665'), ('const-1', u'PTRADD_-1207604179'), (u'SUBPIECE_-1207601839', u'INT_ADD_-1207601924'), ('tmp_3469', u'PTRADD_-1207605346'), ('const-11', u'SUBPIECE_-1207601560'), ('const-1', u'PTRADD_-1207605300'), ('const-1', u'PTRADD_-1207603974'), (u'CALL_-1207604790', u'INDIRECT_-1207601876'), ('const-0', u'INT_EQUAL_-1207605025'), (u'INT_ZEXT_-1207602919', u'INT_OR_-1207604131'), (u'PTRADD_-1207604228', u'INT_NOTEQUAL_-1207603934'), (u'COPY_-1207602595', u'MULTIEQUAL_-1207602537'), (u'PIECE_-1207601595', u'PIECE_-1207601594'), (u'INDIRECT_-1207602504', u'MULTIEQUAL_-1207602491'), ('const-1', u'PTRADD_-1207603408'), (u'INT_SEXT_-1207605462', u'CALL_-1207605113'), ('tmp_3297', u'BRANCH_-1207603449'), ('tmp_2226', u'CBRANCH_-1207604099'), (u'PTRADD_-1207605574', u'LOAD_-1207605636'), (u'INT_SUB_-1207601867', u'PTRADD_-1207605180'), (u'PIECE_-1207601548', u'PIECE_-1207601547'), (u'CALL_-1207603621', u'INDIRECT_-1207601425'), (u'MULTIEQUAL_-1207603337', u'INT_ADD_-1207604365'), (u'INT_EQUAL_-1207605611', u'CBRANCH_-1207605609'), (u'SUBPIECE_-1207603670', u'INT_SUB_-1207605003'), (u'COPY_-1207601651', u'PIECE_-1207601591'), ('tmp_3469', u'PTRADD_-1207604248'), ('const-1', u'INT_NOTEQUAL_-1207603867'), (u'PIECE_-1207601546', u'PIECE_-1207601545'), ('const-16', u'INT_SUB_-1207604996'), (u'MULTIEQUAL_-1207601923', u'INT_AND_-1207604110'), (u'INT_AND_-1207604110', u'INT_NOTEQUAL_-1207604122'), ('tmp_3470', u'COPY_-1207601554'), (u'CALL_-1207604682', u'INDIRECT_-1207601784'), ('const-0', u'COPY_-1207601591'), (u'CALL_-1207603597', u'INDIRECT_-1207601380'), (u'INT_NOTEQUAL_-1207604122', u'CBRANCH_-1207604121'), (u'INT_SUB_-1207601081', u'PTRADD_-1207603397'), (u'INT_LESS_-1207604036', u'CBRANCH_-1207604042'), (u'INDIRECT_-1207601683', u'SUBPIECE_-1207601679'), ('const-433', u'LOAD_-1207605242'), ('const-0', u'COPY_-1207601596'), (u'INT_ADD_-1207605238', u'INT_LESS_-1207605214'), (u'PTRADD_-1207604189', u'CAST_-1207601697'), (u'PIECE_-1207601591', u'MULTIEQUAL_-1207601878'), ('const-1', u'PTRADD_-1207603397'), (u'INT_AND_-1207603586', u'INT_SUB_-1207601081'), (u'MULTIEQUAL_-1207601199', u'STORE_-1207603790'), (u'CALL_-1207604790', u'INDIRECT_-1207602601'), (u'INDIRECT_-1207601747', u'MULTIEQUAL_-1207601731'), (u'PTRADD_-1207604212', u'LOAD_-1207604274'), (u'COPY_-1207604088', u'MULTIEQUAL_-1207601814'), (u'CAST_-1207600950', u'STORE_-1207603457'), (u'INT_LESS_-1207605288', u'CBRANCH_-1207605286'), (u'MULTIEQUAL_-1207601797', u'MULTIEQUAL_-1207601763'), (u'LOAD_-1207605636', u'INT_EQUAL_-1207604386'), (u'CALL_-1207603567', u'INDIRECT_-1207601363'), (u'INT_ADD_-1207604365', u'MULTIEQUAL_-1207603337'), ('const-433', u'LOAD_-1207603703'), (u'CAST_-1207601448', u'INT_SRIGHT_-1207604757'), (u'INT_SEXT_-1207605462', u'CALL_-1207604389'), ('const-0', u'INT_EQUAL_-1207604272'), (u'COPY_-1207601158', u'MULTIEQUAL_-1207601199'), ('const-1', u'RETURN_-1207603616'), ('const-1', u'PTRADD_-1207604248'), (u'CALL_-1207605113', u'INDIRECT_-1207602786'), (u'PTRADD_-1207605113', u'CALL_-1207605079'), ('const-0', u'COPY_-1207601641'), (u'COPY_-1207601589', u'PIECE_-1207601557'), ('const-433', u'LOAD_-1207603504'), (u'INT_AND_-1207603877', u'INT_LESS_-1207603803'), ('const-1', u'PTRADD_-1207605113'), (u'CALL_-1207604359', u'INDIRECT_-1207602408'), ('const-0', u'COPY_-1207601589'), ('const-1', u'INT_ADD_-1207604365'), (u'INT_SUB_-1207601831', u'PTRADD_-1207604179'), (u'CALL_-1207605498', u'MULTIEQUAL_-1207602717'), (u'CAST_-1207601040', u'LOAD_-1207603703'), (u'CALL_-1207604726', u'INDIRECT_-1207602569'), (u'COPY_-1207601588', u'PIECE_-1207601557'), (u'CALL_-1207605436', u'INDIRECT_-1207602944'), (u'CAST_-1207601829', u'INT_SEXT_-1207605462'), ('const-0', u'COPY_-1207604088'), (u'LOAD_-1207604281', u'INT_ZEXT_-1207601920'), (u'INT_SUB_-1207604996', u'INT_SUB_-1207604974'), ('tmp_1049', u'CBRANCH_-1207604889'), ('tmp_558', u'CBRANCH_-1207605286'), (u'COPY_-1207601215', u'MULTIEQUAL_-1207602430'), (u'INDIRECT_-1207601726', u'MULTIEQUAL_-1207601712'), (u'PTRSUB_-1207601955', u'CALL_-1207605510'), ('const-0', u'COPY_-1207601588'), (u'PIECE_-1207601554', u'PIECE_-1207601553'), ('const-1', u'INT_SRIGHT_-1207604757'), (u'CALL_-1207604359', u'INDIRECT_-1207601683'), ('const-1', u'PTRADD_-1207603741'), ('const-433', u'STORE_-1207603495'), (u'INT_NOTEQUAL_-1207604893', u'CBRANCH_-1207604889'), (u'LOAD_-1207603703', u'INT_NOTEQUAL_-1207603690'), (u'INT_ADD_-1207605656', u'CAST_-1207601949'), (u'MULTIEQUAL_-1207602491', u'MULTIEQUAL_-1207602440'), (u'INT_ADD_-1207604365', u'MULTIEQUAL_-1207603271'), (u'INT_AND_-1207602547', u'INT_EQUAL_-1207604272'), ('const-46', u'COPY_-1207601970'), (u'INT_NOTEQUAL_-1207603867', u'CBRANCH_-1207603866'), (u'INT_AND_-1207604110', u'INT_LESS_-1207604036'), ('const-0', u'COPY_-1207604883'), (u'MULTIEQUAL_-1207602200', u'INT_NOTEQUAL_-1207604457'), ('const-0', u'COPY_-1207601643'), ('tmp_3326', u'CBRANCH_-1207604384'), (u'INDIRECT_-1207602732', u'MULTIEQUAL_-1207602604'), (u'INDIRECT_-1207601651', u'MULTIEQUAL_-1207601807'), (u'PTRSUB_-1207601955', u'CALL_-1207605456'), (u'LOAD_-1207604274', u'INT_ZEXT_-1207601921'), (u'INDIRECT_-1207602424', u'MULTIEQUAL_-1207602416'), ('const-12', u'PTRADD_-1207604104'), (u'PIECE_-1207601556', u'PIECE_-1207601555'), (u'MULTIEQUAL_-1207601731', u'MULTIEQUAL_-1207601680'), ('const-0', u'INT_NOTEQUAL_-1207604122'), (u'CALL_-1207605498', u'SUBPIECE_-1207603670'), (u'PTRADD_-1207604104', u'LOAD_-1207604166'), (u'MULTIEQUAL_-1207602250', u'CAST_-1207601448'), (u'CALL_-1207605498', u'INDIRECT_-1207602988'), ('tmp_3469', u'CAST_-1207601768'), (u'INT_AND_-1207604110', u'INT_LESS_-1207604066'), (u'SUBPIECE_-1207602755', u'INT_SLESS_-1207604932'), (u'INT_SRIGHT_-1207604757', u'INT_NOTEQUAL_-1207604773'), (u'CALL_-1207605039', u'INDIRECT_-1207602732'), ('const-47', u'COPY_-1207601294'), ('const-433', u'STORE_-1207603790'), (u'CALL_-1207603567', u'INDIRECT_-1207601395'), ('tmp_3470', u'CALL_-1207604389'), ('const-1', u'PTRADD_-1207603741'), ('const-0', u'COPY_-1207601595'), (u'CALL_-1207604433', u'INDIRECT_-1207602451'), ('const-433', u'STORE_-1207604239'), (u'COPY_-1207604340', u'MULTIEQUAL_-1207602413'), (u'INDIRECT_-1207601876', u'MULTIEQUAL_-1207601846'), ('const-0', u'COPY_-1207601637'), (u'CAST_-1207601697', u'LOAD_-1207604251'), (u'COPY_-1207601294', u'COPY_-1207601181'), (u'PTRADD_-1207605310', u'CAST_-1207601761'), (u'INT_RIGHT_-1207603990', u'MULTIEQUAL_-1207601923'), ('const-0', u'INT_EQUAL_-1207604711'), (u'INT_NOTEQUAL_-1207604628', u'CBRANCH_-1207604627'), ('const-0', u'SUBPIECE_-1207603670'), (u'MULTIEQUAL_-1207602250', u'INT_AND_-1207602280'), (u'PIECE_-1207601555', u'PIECE_-1207601554'), ('const-0', u'STORE_-1207603725'), ('tmp_3470', u'CAST_-1207601848'), (u'INT_NOTEQUAL_-1207604100', u'CBRANCH_-1207604099'), (u'INDIRECT_-1207601876', u'MULTIEQUAL_-1207601878'), ('const-20', u'PTRADD_-1207604228'), (u'COPY_-1207601277', u'MULTIEQUAL_-1207601864'), ('const-7', u'INT_LESS_-1207605288'), (u'INT_SUB_-1207601836', u'PTRADD_-1207604189'), (u'PTRADD_-1207604248', u'PTRADD_-1207604228'), (u'INT_ADD_-1207601924', u'COPY_-1207601244'), ('const-5', u'SUBPIECE_-1207601679'), (u'COPY_-1207601298', u'MULTIEQUAL_-1207602898'), ('const-8', u'INT_SUB_-1207601902'), (u'INT_SEXT_-1207605580', u'INT_ADD_-1207605566'), ('tmp_3470', u'CALL_-1207605456'), (u'LOAD_-1207605415', u'STORE_-1207605383'), ('const--200', u'PTRSUB_-1207601770'), (u'PIECE_-1207601592', u'PIECE_-1207601591'), (u'SUBPIECE_-1207603213', u'INT_ADD_-1207605308'), (u'PIECE_-1207601550', u'PIECE_-1207601549'), ('const-53', u'INT_ADD_-1207601924'), (u'PTRSUB_-1207601718', u'CALL_-1207604911'), ('const-0', u'COPY_-1207601594'), ('const-0', u'COPY_-1207601645'), ('const-12', u'COPY_-1207604352'), (u'COPY_-1207601646', u'PIECE_-1207601596'), (u'MULTIEQUAL_-1207602537', u'INT_ADD_-1207605238'), ('const-0', u'SUBPIECE_-1207603213'), ('tmp_2270', u'CBRANCH_-1207604075'), ('const-1', u'PTRADD_-1207605310'), (u'INT_SUB_-1207605331', u'SUBPIECE_-1207603580'), ('const-11', u'INT_NOTEQUAL_-1207604356'), (u'PTRADD_-1207603741', u'COPY_-1207601152'), (u'SUBPIECE_-1207602755', u'COPY_-1207601632'), ('const-16', u'COPY_-1207602384'), (u'MULTIEQUAL_-1207602413', u'CALL_-1207604600'), ('const-2', u'INT_AND_-1207601661'), (u'COPY_-1207601603', u'PIECE_-1207601543'), ('const-1', u'INT_NOTEQUAL_-1207604100'), (u'PIECE_-1207601545', u'PIECE_-1207601544'), (u'INT_AND_-1207605371', u'INT_SUB_-1207605331'), (u'INT_SEXT_-1207605462', u'CALL_-1207603567'), (u'INDIRECT_-1207602678', u'MULTIEQUAL_-1207602604'), ('const-37', u'INT_LESS_-1207603803'), (u'PTRSUB_-1207601770', u'CALL_-1207605113'), (u'INDIRECT_-1207602601', u'MULTIEQUAL_-1207602574'), ('const-3', u'PTRADD_-1207605113'), (u'SUBPIECE_-1207601839', u'INT_ADD_-1207601929'), ('const-1', u'PTRADD_-1207605574'), (u'SUBPIECE_-1207602755', u'INT_SUB_-1207604916'), (u'PTRSUB_-1207601718', u'CALL_-1207604682'), (u'MULTIEQUAL_-1207602200', u'INT_NOTEQUAL_-1207604628'), (u'PTRSUB_-1207601770', u'CALL_-1207604389'), ('const-1', u'PTRADD_-1207605121'), (u'INT_SUB_-1207605003', u'INT_AND_-1207604980'), (u'PIECE_-1207601543', u'MULTIEQUAL_-1207601846'), (u'CALL_-1207603597', u'INDIRECT_-1207602137'), (u'INT_ZEXT_-1207601921', u'INT_LEFT_-1207602904'), (u'SUBPIECE_-1207601560', u'INT_ZEXT_-1207602824'), (u'MULTIEQUAL_-1207602647', u'LOAD_-1207604281'), (u'PTRADD_-1207605346', u'CAST_-1207601773'), (u'INT_AND_-1207603877', u'INT_NOTEQUAL_-1207603889'), (u'INDIRECT_-1207601844', u'MULTIEQUAL_-1207601814'), (u'INDIRECT_-1207601395', u'MULTIEQUAL_-1207601797'), (u'COPY_-1207601238', u'MULTIEQUAL_-1207602898'), (u'COPY_-1207601554', u'MULTIEQUAL_-1207602824'), (u'CAST_-1207601848', u'CALL_-1207605498'), ('const-36', u'INT_EQUAL_-1207604386'), ('const-0', u'INT_NOTEQUAL_-1207604819'), ('tmp_2737', u'CBRANCH_-1207603809'), ('tmp_2911', u'CBRANCH_-1207603728'), (u'CAST_-1207601755', u'STORE_-1207605360'), ('tmp_3470', u'CALL_-1207603567'), (u'INDIRECT_-1207602678', u'MULTIEQUAL_-1207602688'), (u'MULTIEQUAL_-1207603337', u'MULTIEQUAL_-1207603271'), (u'PIECE_-1207601603', u'PIECE_-1207601602'), (u'PTRSUB_-1207601770', u'CALL_-1207604600'), (u'PTRSUB_-1207601770', u'CALL_-1207605039'), (u'COPY_-1207601172', u'MULTIEQUAL_-1207601199'), (u'PTRADD_-1207603408', u'CAST_-1207600956'), ('const-1', u'INT_AND_-1207604698'), (u'LOAD_-1207603470', u'STORE_-1207603457'), (u'INDIRECT_-1207601412', u'MULTIEQUAL_-1207601688'), (u'INT_ADD_-1207603849', u'COPY_-1207601172'), (u'PIECE_-1207601551', u'PIECE_-1207601550'), (u'LOAD_-1207605636', u'INT_EQUAL_-1207605611'), ('const-0', u'COPY_-1207601651'), (u'COPY_-1207601591', u'PIECE_-1207601555'), ('const-1', u'PTRADD_-1207603974'), ('const-433', u'STORE_-1207605181'), (u'PIECE_-1207601594', u'PIECE_-1207601593'), ('tmp_2606', u'CBRANCH_-1207603888'), (u'INT_ADD_-1207605590', u'INT_SEXT_-1207605580'), (u'INDIRECT_-1207602541', u'MULTIEQUAL_-1207602526'), ('const-433', u'STORE_-1207603725'), ('const--8', u'INT_AND_-1207605371'), ('tmp_3471', u'CALL_-1207605436'), (u'PIECE_-1207601605', u'PIECE_-1207601604'), (u'PTRSUB_-1207601770', u'CALL_-1207605079'), (u'CAST_-1207601768', u'STORE_-1207605383'), ('tmp_3384', u'CBRANCH_-1207604353'), ('const-0', u'COPY_-1207601602'), (u'INT_LEFT_-1207602904', u'INT_OR_-1207604151'), ('tmp_1349', u'CBRANCH_-1207604627'), (u'PTRADD_-1207605121', u'STORE_-1207605181'), (u'PTRADD_-1207603974', u'INT_NOTEQUAL_-1207603934'), ('const-22', u'PTRADD_-1207603857'), (u'MULTIEQUAL_-1207602898', u'STORE_-1207604023'), ('const-0', u'COPY_-1207601646'), (u'CALL_-1207605510', u'INDIRECT_-1207602997'), ('const-11', u'INT_LESS_-1207603833'), (u'PTRADD_-1207603897', u'MULTIEQUAL_-1207602647'), ('const-46', u'INT_ADD_-1207603849'), (u'INT_ADD_-1207604361', u'MULTIEQUAL_-1207602200'), (u'PTRSUB_-1207601770', u'CALL_-1207604726'), ('const-3', u'COPY_-1207605696'), (u'COPY_-1207601152', u'MULTIEQUAL_-1207602430'), ('const-1', u'PTRADD_-1207604212'), (u'MULTIEQUAL_-1207603271', u'INT_AND_-1207603557'), (u'COPY_-1207601192', u'MULTIEQUAL_-1207601199')] | [(u'INT_ADD_-1207605238', u'INT_ZEXT_-1207603277'), ('tmp_2325', u'CBRANCH_-1207604042'), (u'INT_ADD_-1207605308', u'INT_AND_-1207605288'), (u'INDIRECT_-1207602607', u'MULTIEQUAL_-1207602580'), (u'MULTIEQUAL_-1207603343', u'SUBPIECE_-1207603757'), (u'INT_SUB_-1207604916', u'INT_ZEXT_-1207602759'), (u'CAST_-1207600933', u'INT_ADD_-1207603443'), (u'SUBPIECE_-1207603328', u'INT_ADD_-1207605238'), (u'COPY_-1207601621', u'MULTIEQUAL_-1207602277'), (u'INDIRECT_-1207602738', u'MULTIEQUAL_-1207602610'), ('const-1', u'PTRADD_-1207604104'), ('tmp_2194', u'CBRANCH_-1207604121'), ('const-1', u'INT_NOTEQUAL_-1207603867'), (u'INT_AND_-1207603877', u'SUBPIECE_-1207601140'), (u'CALL_-1207604433', u'INDIRECT_-1207601655'), (u'MULTIEQUAL_-1207603343', u'INT_ADD_-1207605620'), (u'INDIRECT_-1207601324', u'MULTIEQUAL_-1207601726'), ('tmp_8091', u'COPY_-1207601542'), ('const-4', u'INT_ADD_-1207605566'), (u'MULTIEQUAL_-1207602653', u'PTRADD_-1207604104'), ('const-5', u'SUBPIECE_-1207601608'), ('const-4', u'INT_SUB_-1207601764'), ('const-4294967288', u'INT_AND_-1207605288'), (u'INT_ADD_-1207605218', u'CAST_-1207601693'), (u'INT_AND_-1207605288', u'INT_LESS_-1207605214'), (u'INDIRECT_-1207602587', u'MULTIEQUAL_-1207602573'), (u'COPY_-1207602220', u'MULTIEQUAL_-1207602155'), ('const-433', u'STORE_-1207603457'), ('const-4294967293', u'INT_ADD_-1207605590'), ('const-1', u'INT_NOTEQUAL_-1207604100'), (u'INT_LESS_-1207603833', u'CBRANCH_-1207603842'), (u'SUBPIECE_-1207603670', u'CAST_-1207601815'), (u'CAST_-1207601672', u'STORE_-1207604239'), (u'INDIRECT_-1207601721', u'MULTIEQUAL_-1207601704'), ('tmp_971', u'CBRANCH_-1207604939'), ('const-0', u'INT_EQUAL_-1207605611'), (u'MULTIEQUAL_-1207602904', u'STORE_-1207604023'), (u'CALL_-1207605055', u'INDIRECT_-1207601884'), ('tmp_8096', u'LOAD_-1207605415'), (u'CAST_-1207601211', u'PTRADD_-1207604228'), (u'INT_DIV_-1207604502', u'INT_MULT_-1207601979'), ('const-4294967280', u'INT_AND_-1207604980'), ('const-3', u'INT_MULT_-1207601462'), (u'INT_ADD_-1207604365', u'MULTIEQUAL_-1207603343'), (u'COPY_-1207601254', u'MULTIEQUAL_-1207601814'), (u'INDIRECT_-1207601741', u'MULTIEQUAL_-1207601711'), (u'INT_EQUAL_-1207604711', u'CBRANCH_-1207604707'), ('const-16', u'INT_LEFT_-1207602729'), (u'SUBPIECE_-1207602761', u'INT_SLESS_-1207604932'), (u'CALL_-1207604726', u'INDIRECT_-1207601709'), ('const-2', u'INT_AND_-1207601615'), (u'MULTIEQUAL_-1207601774', u'INT_RIGHT_-1207603756'), ('const-0', u'COPY_-1207604883'), (u'SUBPIECE_-1207603670', u'INT_SUB_-1207604996'), (u'COPY_-1207601231', u'MULTIEQUAL_-1207601814'), (u'INT_LEFT_-1207602729', u'INT_OR_-1207604151'), (u'INT_AND_-1207604980', u'INT_SUB_-1207604974'), ('const-59', u'INT_ADD_-1207601879'), (u'CAST_-1207601212', u'INT_ADD_-1207604294'), ('const-1', u'INT_SLESS_-1207605014'), (u'INDIRECT_-1207601773', u'MULTIEQUAL_-1207601743'), ('tmp_2963', u'CBRANCH_-1207603682'), (u'INT_NOTEQUAL_-1207604343', u'CBRANCH_-1207604337'), (u'CAST_-1207601937', u'LOAD_-1207605672'), ('tmp_3123', u'CBRANCH_-1207604064'), (u'MULTIEQUAL_-1207602309', u'INT_ADD_-1207604294'), ('const-433', u'LOAD_-1207603470'), ('const-8', u'INT_SUB_-1207601830'), ('const-0', u'INT_EQUAL_-1207604419'), ('const-1', u'PTRADD_-1207603897'), ('tmp_8096', u'CAST_-1207600940'), (u'PTRSUB_-1207601698', u'CALL_-1207604682'), ('const-433', u'LOAD_-1207604274'), (u'INDIRECT_-1207602547', u'MULTIEQUAL_-1207602532'), (u'CALL_-1207604743', u'INDIRECT_-1207601721'), ('const-47', u'COPY_-1207601909'), (u'PTRSUB_-1207601646', u'MULTIEQUAL_-1207602653'), ('const-0', u'COPY_-1207603299'), ('const-433', u'STORE_-1207604239'), (u'INT_OR_-1207604151', u'INT_OR_-1207604131'), ('const-11', u'INT_LESS_-1207603833'), (u'CALL_-1207605498', u'MULTIEQUAL_-1207602723'), ('tmp_3265', u'CBRANCH_-1207603477'), (u'INT_ADD_-1207604225', u'CAST_-1207601672'), (u'INT_ADD_-1207605167', u'CAST_-1207601656'), ('tmp_3103', u'BRANCH_-1207603564'), ('const-0', u'INT_NOTEQUAL_-1207604773'), ('const-8', u'PTRADD_-1207601810'), ('const-0', u'INT_NOTEQUAL_-1207603477'), (u'CALL_-1207605456', u'INDIRECT_-1207602965'), (u'CAST_-1207601688', u'LOAD_-1207604266'), (u'INT_AND_-1207602238', u'INT_NOTEQUAL_-1207604819'), (u'INDIRECT_-1207601872', u'MULTIEQUAL_-1207601741'), (u'INT_ADD_-1207603825', u'COPY_-1207601146'), ('const-40', u'INT_ADD_-1207605656'), (u'COPY_-1207601810', u'MULTIEQUAL_-1207603163'), (u'INT_SUB_-1207604916', u'INT_NOTEQUAL_-1207604893'), (u'PTRSUB_-1207601698', u'CALL_-1207605055'), (u'CALL_-1207604600', u'INDIRECT_-1207601676'), (u'INDIRECT_-1207602738', u'MULTIEQUAL_-1207602580'), ('tmp_3227', u'CBRANCH_-1207603508'), (u'INT_AND_-1207602503', u'INT_EQUAL_-1207604272'), (u'INT_ADD_-1207604365', u'INT_NOTEQUAL_-1207604356'), (u'INT_SEXT_-1207605462', u'CALL_-1207604433'), (u'INT_ADD_-1207601888', u'COPY_-1207601245'), ('tmp_8094', u'CAST_-1207601212'), (u'INT_ADD_-1207605566', u'MULTIEQUAL_-1207602309'), (u'CAST_-1207601743', u'INT_ADD_-1207605356'), ('const-0', u'SUBPIECE_-1207602761'), (u'MULTIEQUAL_-1207601694', u'MULTIEQUAL_-1207601660'), (u'MULTIEQUAL_-1207601128', u'STORE_-1207603790'), ('tmp_8094', u'CAST_-1207601726'), ('tmp_347', u'CBRANCH_-1207605415'), (u'CAST_-1207601649', u'CALL_-1207604600'), ('tmp_8098', u'INT_ADD_-1207605656'), (u'COPY_-1207601228', u'MULTIEQUAL_-1207602904'), ('tmp_8096', u'CAST_-1207601650'), (u'CALL_-1207605079', u'INDIRECT_-1207602767'), (u'COPY_-1207601203', u'MULTIEQUAL_-1207602436'), (u'COPY_-1207601223', u'COPY_-1207601169'), (u'CALL_-1207604726', u'INDIRECT_-1207601741'), (u'INT_NOTEQUAL_-1207603889', u'CBRANCH_-1207603888'), (u'INT_ADD_-1207605159', u'CAST_-1207601649'), ('tmp_8094', u'STORE_-1207605383'), (u'CALL_-1207604389', u'INDIRECT_-1207601564'), (u'INDIRECT_-1207602607', u'MULTIEQUAL_-1207602610'), ('const-0', u'INT_NOTEQUAL_-1207603889'), ('const-8', u'INT_SUB_-1207601836'), (u'CAST_-1207601550', u'INT_SLESS_-1207605014'), (u'INDIRECT_-1207601309', u'MULTIEQUAL_-1207601585'), (u'CAST_-1207600939', u'LOAD_-1207603470'), ('const-4', u'PTRADD_-1207604204'), (u'CALL_-1207603621', u'INDIRECT_-1207601322'), (u'INDIRECT_-1207602738', u'MULTIEQUAL_-1207602694'), (u'PTRSUB_-1207601884', u'CALL_-1207605510'), (u'CALL_-1207603567', u'INDIRECT_-1207602126'), (u'MULTIEQUAL_-1207602208', u'INT_AND_-1207602238'), ('const-1', u'PTRADD_-1207604212'), ('const-2', u'INT_SUB_-1207601009'), (u'MULTIEQUAL_-1207602342', u'CALL_-1207604600'), (u'MULTIEQUAL_-1207601663', u'MULTIEQUAL_-1207601628'), (u'CAST_-1207601736', u'INT_ADD_-1207605346'), ('tmp_2557', u'CBRANCH_-1207603932'), (u'INT_LESS_-1207603803', u'CBRANCH_-1207603809'), (u'CALL_-1207604726', u'INDIRECT_-1207602575'), (u'INT_EQUAL_-1207605025', u'CBRANCH_-1207604064'), (u'MULTIEQUAL_-1207602928', u'PTRADD_-1207604204'), (u'LOAD_-1207605242', u'STORE_-1207605232'), (u'MULTIEQUAL_-1207602928', u'COPY_-1207601288'), (u'COPY_-1207601542', u'MULTIEQUAL_-1207602830'), ('tmp_3082', u'BRANCH_-1207603594'), (u'LOAD_-1207604281', u'INT_ZEXT_-1207601875'), ('const-0', u'COPY_-1207602220'), (u'INT_AND_-1207605288', u'INT_LESS_-1207605288'), ('const-12', u'COPY_-1207604352'), (u'INT_ADD_-1207604361', u'INT_NOTEQUAL_-1207604343'), (u'PTRADD_-1207603974', u'INT_NOTEQUAL_-1207603964'), ('tmp_8091', u'CALL_-1207603567'), ('tmp_3159', u'CBRANCH_-1207604270'), ('tmp_8094', u'CAST_-1207600933'), (u'PTRSUB_-1207601698', u'CALL_-1207604600'), (u'INT_ADD_-1207604235', u'CAST_-1207601678'), (u'COPY_-1207605696', u'MULTIEQUAL_-1207603343'), (u'PTRSUB_-1207601698', u'CALL_-1207605039'), (u'INT_SEXT_-1207604906', u'CALL_-1207604911'), ('tmp_8096', u'CAST_-1207601743'), (u'MULTIEQUAL_-1207602155', u'INT_ADD_-1207604361'), (u'CALL_-1207605079', u'INDIRECT_-1207601901'), ('const-1', u'INT_ADD_-1207604361'), ('tmp_2499', u'CBRANCH_-1207603962'), (u'INDIRECT_-1207601713', u'MULTIEQUAL_-1207601694'), (u'INT_AND_-1207603877', u'INT_LESS_-1207603833'), ('const-433', u'LOAD_-1207603504'), (u'PTRADD_-1207603741', u'COPY_-1207601140'), (u'INT_NOTEQUAL_-1207603934', u'CBRANCH_-1207603932'), (u'INT_LESS_-1207605214', u'CBRANCH_-1207605213'), ('const-46', u'INT_ADD_-1207601888'), ('const-433', u'STORE_-1207604023'), (u'CAST_-1207601649', u'CALL_-1207605079'), ('const-0', u'INT_EQUAL_-1207604272'), (u'INT_SLESS_-1207604932', u'CBRANCH_-1207604939'), ('const-433', u'LOAD_-1207604281'), (u'INT_EQUAL_-1207604386', u'CBRANCH_-1207604384'), ('tmp_1240', u'CBRANCH_-1207604707'), (u'PTRSUB_-1207601884', u'CALL_-1207605436'), (u'PTRSUB_-1207601698', u'CALL_-1207605137'), ('const-0', u'SUBPIECE_-1207603757'), (u'CALL_-1207605436', u'INDIRECT_-1207602950'), ('const-53', u'INT_ADD_-1207601874'), ('tmp_1114', u'CBRANCH_-1207604800'), (u'CALL_-1207604433', u'INDIRECT_-1207601623'), (u'MULTIEQUAL_-1207602155', u'INT_DIV_-1207604502'), (u'INDIRECT_-1207601773', u'MULTIEQUAL_-1207601775'), (u'CALL_-1207605436', u'INDIRECT_-1207602084'), (u'INT_LESS_-1207605417', u'CBRANCH_-1207605415'), (u'CALL_-1207604600', u'INDIRECT_-1207601644'), (u'SUBPIECE_-1207601489', u'INT_ZEXT_-1207602830'), (u'CAST_-1207601699', u'INT_ADD_-1207605226'), (u'CALL_-1207605039', u'INDIRECT_-1207602738'), (u'INT_SEXT_-1207605462', u'CALL_-1207605456'), (u'INDIRECT_-1207602126', u'MULTIEQUAL_-1207602532'), (u'CALL_-1207604600', u'INDIRECT_-1207602510'), (u'PTRSUB_-1207601698', u'CALL_-1207604389'), (u'INT_SUB_-1207605331', u'INT_SUB_-1207601795'), (u'CALL_-1207604359', u'INDIRECT_-1207601580'), (u'INT_SEXT_-1207605580', u'MULTIEQUAL_-1207602342'), (u'CALL_-1207604389', u'INDIRECT_-1207601596'), (u'INT_ADD_-1207605620', u'CAST_-1207601916'), ('const-0', u'STORE_-1207603725'), ('const-0', u'COPY_-1207604088'), ('const-0', u'INT_NOTEQUAL_-1207603508'), (u'CAST_-1207601754', u'INT_AND_-1207605371'), ('tmp_8089', u'PTRSUB_-1207601646'), ('tmp_1713', u'CBRANCH_-1207604416'), (u'CAST_-1207601917', u'INT_ADD_-1207605620'), (u'SUBPIECE_-1207603670', u'MULTIEQUAL_-1207602208'), ('const-2', u'INT_SUB_-1207601015'), (u'INDIRECT_-1207601655', u'MULTIEQUAL_-1207601641'), ('const-3', u'INT_DIV_-1207604629'), (u'INT_NOTEQUAL_-1207603508', u'CBRANCH_-1207603508'), (u'INDIRECT_-1207601753', u'MULTIEQUAL_-1207601736'), ('const-4', u'INT_AND_-1207602503'), (u'INT_SUB_-1207601836', u'INT_ADD_-1207605356'), ('const-433', u'STORE_-1207605181'), (u'SUBPIECE_-1207602761', u'COPY_-1207601620'), ('const-36', u'INT_EQUAL_-1207604386'), (u'INDIRECT_-1207601612', u'SUBPIECE_-1207601489'), (u'CAST_-1207600958', u'LOAD_-1207603504'), (u'SUBPIECE_-1207601140', u'INT_ADD_-1207603825'), (u'CALL_-1207604726', u'INDIRECT_-1207601773'), (u'INT_NOTEQUAL_-1207603730', u'CBRANCH_-1207603728'), (u'CALL_-1207603597', u'INDIRECT_-1207601309'), ('const-0', u'INT_NOTEQUAL_-1207604819'), (u'INT_AND_-1207604110', u'INT_NOTEQUAL_-1207604100'), (u'LOAD_-1207605372', u'STORE_-1207605360'), (u'COPY_-1207601232', u'MULTIEQUAL_-1207601814'), ('const-11', u'INT_NOTEQUAL_-1207604356'), (u'COPY_-1207601234', u'COPY_-1207601180'), (u'INT_NOTEQUAL_-1207603690', u'CBRANCH_-1207603682'), (u'INT_SUB_-1207601015', u'INT_ADD_-1207603454'), (u'COPY_-1207601160', u'MULTIEQUAL_-1207601128'), (u'CALL_-1207605137', u'INDIRECT_-1207602809'), ('const-16', u'INT_SUB_-1207604996'), ('const--312', u'PTRSUB_-1207601884'), ('tmp_694', u'CBRANCH_-1207605213'), (u'INT_AND_-1207604698', u'INT_EQUAL_-1207604711'), ('const-1', u'PTRADD_-1207603741'), (u'CALL_-1207605498', u'INDIRECT_-1207602128'), (u'INT_SUB_-1207601795', u'INT_ADD_-1207605226'), (u'INDIRECT_-1207601580', u'MULTIEQUAL_-1207601736'), (u'LOAD_-1207604251', u'STORE_-1207604239'), (u'SUBPIECE_-1207603580', u'INT_ADD_-1207605308'), ('const-7', u'INT_LESS_-1207605288'), (u'MULTIEQUAL_-1207603277', u'INT_ADD_-1207605167'), (u'CALL_-1207604743', u'INDIRECT_-1207601753'), ('const-40', u'INT_ADD_-1207603689'), ('const-46', u'COPY_-1207601920'), ('tmp_2682', u'CBRANCH_-1207603842'), (u'CALL_-1207604389', u'INDIRECT_-1207601628'), (u'CAST_-1207601726', u'INT_SUB_-1207605331'), (u'CALL_-1207604911', u'INDIRECT_-1207601818'), ('const-1', u'CALL_-1207604790'), ('tmp_241', u'BRANCH_-1207605562'), (u'COPY_-1207604868', u'MULTIEQUAL_-1207601807'), (u'MULTIEQUAL_-1207601692', u'MULTIEQUAL_-1207601641'), (u'MULTIEQUAL_-1207603163', u'INT_SUB_-1207601795'), (u'INDIRECT_-1207601260', u'MULTIEQUAL_-1207601663'), (u'MULTIEQUAL_-1207602532', u'MULTIEQUAL_-1207602497'), ('const-63', u'INT_AND_-1207603877'), ('const-433', u'LOAD_-1207605636'), (u'CAST_-1207601423', u'INT_SRIGHT_-1207604757'), (u'INDIRECT_-1207601612', u'SUBPIECE_-1207601608'), (u'PTRSUB_-1207601698', u'CALL_-1207604726'), ('const-22', u'PTRADD_-1207603665'), ('const-63', u'INT_AND_-1207604110'), (u'INT_NOTEQUAL_-1207603964', u'CBRANCH_-1207603962'), (u'PTRSUB_-1207601646', u'CALL_-1207604911'), (u'INT_NOTEQUAL_-1207604457', u'CBRANCH_-1207604456'), (u'COPY_-1207603722', u'RETURN_-1207603622'), ('const-0', u'COPY_-1207604868'), (u'INDIRECT_-1207602510', u'MULTIEQUAL_-1207602497'), ('const-11', u'SUBPIECE_-1207601489'), (u'PTRSUB_-1207601698', u'CALL_-1207604433'), (u'INT_LESS_-1207604066', u'CBRANCH_-1207604075'), (u'INDIRECT_-1207601818', u'MULTIEQUAL_-1207601741'), (u'INT_NOTEQUAL_-1207604773', u'CBRANCH_-1207604771'), ('const-433', u'STORE_-1207605360'), (u'PTRADD_-1207604204', u'INT_NOTEQUAL_-1207603964'), ('tmp_8096', u'CALL_-1207605436'), (u'MULTIEQUAL_-1207601873', u'INT_RIGHT_-1207603990'), ('const-0', u'SUBPIECE_-1207603580'), ('const-8', u'INT_LESS_-1207605417'), ('const-6', u'INT_RIGHT_-1207603756'), ('tmp_1665', u'CBRANCH_-1207604456'), (u'PTRSUB_-1207601698', u'CALL_-1207605113'), (u'MULTIEQUAL_-1207601660', u'MULTIEQUAL_-1207601609'), (u'INDIRECT_-1207601681', u'MULTIEQUAL_-1207601663'), ('tmp_8091', u'CALL_-1207605113'), (u'INDIRECT_-1207602430', u'MULTIEQUAL_-1207602422'), (u'PTRSUB_-1207601646', u'CALL_-1207604682'), (u'PTRSUB_-1207601698', u'CALL_-1207603567'), (u'CAST_-1207601211', u'PTRADD_-1207603665'), (u'CAST_-1207601211', u'COPY_-1207601312'), (u'INT_AND_-1207604698', u'INT_EQUAL_-1207604419'), ('const-433', u'STORE_-1207604258'), (u'SUBPIECE_-1207603219', u'INT_LESS_-1207605417'), (u'CALL_-1207604359', u'INDIRECT_-1207601612'), (u'MULTIEQUAL_-1207602904', u'PTRADD_-1207603974'), (u'CALL_-1207604743', u'INDIRECT_-1207601785'), (u'COPY_-1207603299', u'COPY_-1207601810'), ('const-1', u'PTRADD_-1207601810'), (u'INT_SEXT_-1207605462', u'CALL_-1207605055'), (u'SUBPIECE_-1207603670', u'INT_EQUAL_-1207605025'), ('tmp_2638', u'CBRANCH_-1207603866'), ('tmp_1158', u'CBRANCH_-1207604771'), ('tmp_8094', u'COPY_-1207603722'), (u'MULTIEQUAL_-1207603277', u'CALL_-1207605436'), (u'LOAD_-1207604266', u'STORE_-1207604258'), (u'COPY_-1207604883', u'MULTIEQUAL_-1207601775'), (u'CALL_-1207604790', u'INDIRECT_-1207601805'), ('const-8', u'INT_ADD_-1207605238'), ('const-6', u'PTRADD_-1207604212'), (u'INT_EQUAL_-1207604272', u'CBRANCH_-1207604270'), (u'PTRSUB_-1207601884', u'CALL_-1207605456'), (u'INT_AND_-1207603586', u'INT_SUB_-1207601764'), (u'CALL_-1207605055', u'INDIRECT_-1207602750'), (u'CALL_-1207604911', u'INDIRECT_-1207602684'), ('tmp_1805', u'CBRANCH_-1207604337'), (u'INDIRECT_-1207601708', u'MULTIEQUAL_-1207601692'), ('const-17', u'INT_SLESS_-1207604932'), ('const-1', u'PTRADD_-1207603857'), (u'PTRADD_-1207603857', u'INT_NOTEQUAL_-1207603730'), (u'PTRSUB_-1207601698', u'CALL_-1207603597'), (u'CAST_-1207601698', u'LOAD_-1207605242'), (u'COPY_-1207604340', u'MULTIEQUAL_-1207602342'), (u'CAST_-1207601916', u'LOAD_-1207605636'), (u'SUBPIECE_-1207602761', u'INT_SUB_-1207604916'), ('tmp_8091', u'CALL_-1207604389'), ('const-4294967295', u'INT_AND_-1207603586'), ('const-433', u'LOAD_-1207604266'), (u'MULTIEQUAL_-1207602155', u'INT_DIV_-1207604629'), (u'CALL_-1207604433', u'INDIRECT_-1207602457'), (u'PTRADD_-1207603665', u'STORE_-1207603725'), ('const-433', u'STORE_-1207603725'), (u'MULTIEQUAL_-1207601814', u'STORE_-1207604023'), (u'MULTIEQUAL_-1207603343', u'MULTIEQUAL_-1207603277'), (u'MULTIEQUAL_-1207602342', u'CALL_-1207605079'), (u'INDIRECT_-1207602684', u'MULTIEQUAL_-1207602610'), (u'MULTIEQUAL_-1207601726', u'MULTIEQUAL_-1207601692'), (u'INT_SUB_-1207604974', u'INT_NOTEQUAL_-1207604893'), ('tmp_8091', u'CALL_-1207605055'), (u'INT_ZEXT_-1207602759', u'MULTIEQUAL_-1207602723'), (u'INT_AND_-1207605371', u'INT_ADD_-1207605218'), ('const--88', u'PTRSUB_-1207601646'), (u'INDIRECT_-1207601612', u'MULTIEQUAL_-1207601768'), (u'MULTIEQUAL_-1207601873', u'INT_AND_-1207604110'), ('tmp_8089', u'PTRSUB_-1207601884'), (u'INT_ADD_-1207604361', u'MULTIEQUAL_-1207602155'), (u'INT_NOTEQUAL_-1207603477', u'CBRANCH_-1207603477'), (u'PTRADD_-1207603897', u'MULTIEQUAL_-1207602653'), ('tmp_8096', u'CAST_-1207601688'), (u'INT_ADD_-1207605656', u'CAST_-1207601937'), (u'PTRADD_-1207603741', u'INT_NOTEQUAL_-1207603730'), (u'INDIRECT_-1207601591', u'MULTIEQUAL_-1207601577'), (u'INT_SLESS_-1207605014', u'CBRANCH_-1207605021'), (u'MULTIEQUAL_-1207603277', u'INT_AND_-1207601615'), ('tmp_8096', u'CAST_-1207601679'), (u'PTRSUB_-1207601884', u'CALL_-1207604911'), ('tmp_1077', u'BRANCH_-1207604861'), (u'CAST_-1207600940', u'INT_ADD_-1207603454'), ('tmp_8091', u'CALL_-1207605456'), (u'SUBPIECE_-1207603219', u'INT_NOTEQUAL_-1207603508'), (u'LOAD_-1207603504', u'STORE_-1207603495'), ('tmp_167', u'CBRANCH_-1207605609'), ('const-1', u'PTRADD_-1207603897'), (u'INT_NOTEQUAL_-1207604819', u'CBRANCH_-1207604800'), ('tmp_8091', u'CAST_-1207601834'), (u'CALL_-1207603597', u'INDIRECT_-1207601341'), ('const-11', u'INT_LESS_-1207604066'), (u'COPY_-1207601146', u'MULTIEQUAL_-1207601128'), (u'INT_ADD_-1207601879', u'COPY_-1207601231'), (u'INT_ADD_-1207603454', u'CAST_-1207600939'), ('tmp_8091', u'CALL_-1207604433'), (u'INT_EQUAL_-1207604419', u'CBRANCH_-1207604416'), (u'CALL_-1207604359', u'INDIRECT_-1207602414'), (u'CAST_-1207600932', u'STORE_-1207603457'), (u'CAST_-1207601013', u'LOAD_-1207603703'), (u'INT_NOTEQUAL_-1207604356', u'CBRANCH_-1207604353'), (u'CAST_-1207601657', u'INT_ADD_-1207605167'), (u'INDIRECT_-1207601628', u'MULTIEQUAL_-1207601617'), ('const-1', u'PTRADD_-1207604228'), ('const-37', u'INT_LESS_-1207604036'), ('tmp_845', u'CBRANCH_-1207605021'), ('const-0', u'RETURN_-1207603622'), (u'PTRSUB_-1207601646', u'COPY_-1207601541'), ('const-7', u'INT_MULT_-1207601979'), ('const-1', u'PTRADD_-1207603974'), (u'CALL_-1207605113', u'INDIRECT_-1207602792'), ('tmp_8094', u'PTRADD_-1207601810'), (u'SUBPIECE_-1207603757', u'INT_ADD_-1207605590'), (u'CALL_-1207604389', u'INDIRECT_-1207602430'), (u'CAST_-1207601679', u'INT_ADD_-1207604235'), (u'INDIRECT_-1207602414', u'MULTIEQUAL_-1207602573'), (u'CAST_-1207601815', u'INT_SEXT_-1207605462'), ('const-47', u'COPY_-1207601223'), (u'INT_AND_-1207603877', u'INT_NOTEQUAL_-1207603867'), ('const-16', u'INT_SUB_-1207604916'), (u'INT_AND_-1207603586', u'INT_SUB_-1207601009'), ('const-8', u'COPY_-1207604340'), (u'COPY_-1207601180', u'MULTIEQUAL_-1207601128'), (u'COPY_-1207601288', u'MULTIEQUAL_-1207602904'), (u'INDIRECT_-1207601277', u'MULTIEQUAL_-1207601553'), ('const-1', u'PTRADD_-1207603974'), ('const-0', u'INT_EQUAL_-1207605025'), (u'CALL_-1207603567', u'INDIRECT_-1207601324'), (u'PTRADD_-1207604228', u'INT_NOTEQUAL_-1207603934'), ('const-433', u'STORE_-1207605383'), (u'COPY_-1207604077', u'MULTIEQUAL_-1207601807'), (u'MULTIEQUAL_-1207602653', u'PTRADD_-1207603897'), (u'INDIRECT_-1207602143', u'MULTIEQUAL_-1207602422'), (u'INT_ZEXT_-1207601875', u'INT_LEFT_-1207602729'), (u'INT_SEXT_-1207605462', u'CALL_-1207605113'), ('tmp_3297', u'BRANCH_-1207603449'), (u'CAST_-1207601684', u'STORE_-1207604258'), ('tmp_2226', u'CBRANCH_-1207604099'), (u'MULTIEQUAL_-1207602436', u'STORE_-1207603790'), (u'MULTIEQUAL_-1207603277', u'INT_AND_-1207602503'), (u'INT_EQUAL_-1207605611', u'CBRANCH_-1207605609'), (u'SUBPIECE_-1207603670', u'INT_SUB_-1207605003'), (u'CALL_-1207604682', u'INDIRECT_-1207602547'), (u'INT_AND_-1207604110', u'INT_NOTEQUAL_-1207604122'), (u'INDIRECT_-1207601548', u'MULTIEQUAL_-1207601704'), ('tmp_8094', u'CAST_-1207601684'), (u'CALL_-1207604682', u'INDIRECT_-1207601745'), (u'INT_NOTEQUAL_-1207604122', u'CBRANCH_-1207604121'), (u'COPY_-1207601140', u'MULTIEQUAL_-1207602436'), (u'COPY_-1207602342', u'COPY_-1207601621'), (u'INT_LESS_-1207604036', u'CBRANCH_-1207604042'), (u'INDIRECT_-1207601745', u'MULTIEQUAL_-1207601726'), ('const-4294967295', u'INT_AND_-1207603557'), (u'INDIRECT_-1207601741', u'MULTIEQUAL_-1207601741'), (u'INT_LEFT_-1207602910', u'INT_OR_-1207604151'), (u'PTRSUB_-1207601646', u'CALL_-1207603597'), (u'MULTIEQUAL_-1207602723', u'SUBPIECE_-1207602761'), (u'INT_ZEXT_-1207602830', u'MULTIEQUAL_-1207601774'), (u'INT_ADD_-1207603443', u'CAST_-1207600932'), (u'CAST_-1207601735', u'STORE_-1207605360'), (u'CALL_-1207605039', u'INDIRECT_-1207601872'), ('const--200', u'PTRSUB_-1207601698'), ('const-433', u'STORE_-1207603495'), (u'INT_ADD_-1207605238', u'INT_LESS_-1207605214'), (u'INT_AND_-1207603586', u'INT_SUB_-1207601759'), (u'INT_AND_-1207601615', u'INT_NOTEQUAL_-1207603477'), (u'INDIRECT_-1207601805', u'MULTIEQUAL_-1207601807'), (u'COPY_-1207601541', u'MULTIEQUAL_-1207602830'), (u'PTRADD_-1207604212', u'LOAD_-1207604274'), ('tmp_8094', u'CAST_-1207600953'), (u'MULTIEQUAL_-1207603277', u'INT_AND_-1207603557'), (u'SUBPIECE_-1207601140', u'INT_ADD_-1207603818'), ('const-3', u'INT_ADD_-1207605159'), (u'CALL_-1207605113', u'INDIRECT_-1207601926'), (u'PTRSUB_-1207601884', u'CALL_-1207604743'), ('const-0', u'COPY_-1207604077'), (u'CALL_-1207604743', u'INDIRECT_-1207602587'), (u'INT_LESS_-1207605288', u'CBRANCH_-1207605286'), (u'COPY_-1207601312', u'MULTIEQUAL_-1207602928'), (u'LOAD_-1207605636', u'INT_EQUAL_-1207604386'), (u'INT_AND_-1207603586', u'INT_SUB_-1207601015'), (u'CALL_-1207603621', u'INDIRECT_-1207601290'), ('const-433', u'STORE_-1207603790'), (u'INT_SEXT_-1207605462', u'CALL_-1207604389'), (u'INT_ADD_-1207604294', u'CAST_-1207601211'), (u'CALL_-1207605498', u'INDIRECT_-1207602994'), ('const-1', u'RETURN_-1207603616'), (u'INT_ZEXT_-1207602925', u'INT_OR_-1207604131'), (u'INT_DIV_-1207604629', u'INT_MULT_-1207601462'), (u'MULTIEQUAL_-1207601628', u'MULTIEQUAL_-1207601577'), (u'MULTIEQUAL_-1207602155', u'INT_NOTEQUAL_-1207604628'), (u'INT_ZEXT_-1207601876', u'INT_LEFT_-1207602910'), (u'INT_AND_-1207603877', u'INT_LESS_-1207603803'), ('const-433', u'LOAD_-1207605415'), (u'INT_ADD_-1207601874', u'COPY_-1207601232'), ('const-1', u'INT_SUB_-1207605003'), (u'CAST_-1207600953', u'STORE_-1207603495'), ('const-1', u'INT_ADD_-1207604365'), ('tmp_8096', u'CAST_-1207601699'), ('const-0', u'SUBPIECE_-1207603670'), ('const-4', u'INT_SUB_-1207601759'), (u'INT_AND_-1207604110', u'SUBPIECE_-1207601794'), (u'INDIRECT_-1207601785', u'MULTIEQUAL_-1207601768'), (u'COPY_-1207601620', u'MULTIEQUAL_-1207602277'), (u'INT_SUB_-1207601764', u'INT_ADD_-1207604235'), (u'INT_ZEXT_-1207603277', u'COPY_-1207601792'), ('const-1', u'INT_AND_-1207602238'), (u'INT_SUB_-1207604996', u'INT_SUB_-1207604974'), (u'PTRADD_-1207603974', u'COPY_-1207601228'), (u'CALL_-1207603597', u'INDIRECT_-1207602143'), ('tmp_1049', u'CBRANCH_-1207604889'), (u'CALL_-1207603567', u'INDIRECT_-1207601260'), ('tmp_558', u'CBRANCH_-1207605286'), (u'CALL_-1207604790', u'INDIRECT_-1207601773'), (u'MULTIEQUAL_-1207601774', u'INT_AND_-1207603877'), ('const-1', u'PTRADD_-1207603665'), (u'INT_ADD_-1207605226', u'CAST_-1207601698'), ('const-1', u'INT_SRIGHT_-1207604757'), (u'INDIRECT_-1207601623', u'MULTIEQUAL_-1207601609'), (u'INT_AND_-1207603557', u'INT_SUB_-1207601836'), (u'INT_MULT_-1207601462', u'INT_NOTEQUAL_-1207604628'), (u'LOAD_-1207604274', u'INT_ZEXT_-1207601876'), (u'CALL_-1207604790', u'INDIRECT_-1207602607'), (u'INT_NOTEQUAL_-1207604893', u'CBRANCH_-1207604889'), (u'SUBPIECE_-1207601794', u'INT_ADD_-1207601879'), (u'LOAD_-1207603703', u'INT_NOTEQUAL_-1207603690'), (u'CAST_-1207601742', u'LOAD_-1207605372'), (u'INT_NOTEQUAL_-1207603867', u'CBRANCH_-1207603866'), (u'INT_AND_-1207604110', u'INT_LESS_-1207604036'), (u'MULTIEQUAL_-1207602155', u'INT_AND_-1207604698'), ('tmp_3326', u'CBRANCH_-1207604384'), (u'INT_AND_-1207603557', u'INT_SUB_-1207601830'), ('const-12', u'PTRADD_-1207604104'), (u'INT_ADD_-1207603818', u'COPY_-1207601147'), ('const-8', u'INT_LEFT_-1207602910'), ('const-0', u'INT_NOTEQUAL_-1207604122'), ('const-37', u'INT_LESS_-1207603803'), (u'CALL_-1207605498', u'SUBPIECE_-1207603670'), (u'CAST_-1207601211', u'PTRADD_-1207603857'), (u'INT_ADD_-1207603849', u'COPY_-1207601160'), (u'PTRADD_-1207604104', u'LOAD_-1207604166'), (u'INT_ADD_-1207604365', u'MULTIEQUAL_-1207603277'), ('const-16', u'COPY_-1207602342'), ('const-0', u'SUBPIECE_-1207603328'), (u'PTRSUB_-1207601646', u'CALL_-1207604743'), (u'INT_AND_-1207604110', u'INT_LESS_-1207604066'), (u'CALL_-1207605137', u'INDIRECT_-1207601943'), (u'INT_SRIGHT_-1207604757', u'INT_NOTEQUAL_-1207604773'), (u'CALL_-1207604359', u'INDIRECT_-1207601548'), (u'INDIRECT_-1207601292', u'MULTIEQUAL_-1207601694'), (u'MULTIEQUAL_-1207602653', u'LOAD_-1207604281'), (u'MULTIEQUAL_-1207602208', u'CAST_-1207601423'), (u'CALL_-1207603567', u'INDIRECT_-1207601292'), (u'CALL_-1207605456', u'INDIRECT_-1207602099'), ('const-1', u'PTRADD_-1207603741'), (u'INDIRECT_-1207602414', u'INT_ADD_-1207603689'), (u'INDIRECT_-1207602684', u'MULTIEQUAL_-1207602694'), ('const-433', u'LOAD_-1207603703'), (u'INDIRECT_-1207601644', u'MULTIEQUAL_-1207601628'), (u'CAST_-1207601656', u'STORE_-1207605181'), ('const-0', u'SUBPIECE_-1207601140'), (u'INT_SRIGHT_-1207604757', u'MULTIEQUAL_-1207602208'), (u'INT_OR_-1207604131', u'MULTIEQUAL_-1207601873'), (u'PTRSUB_-1207601698', u'CALL_-1207605079'), (u'MULTIEQUAL_-1207603343', u'INT_ADD_-1207604365'), (u'COPY_-1207601920', u'COPY_-1207601265'), (u'CALL_-1207604433', u'INDIRECT_-1207601591'), ('const-0', u'INT_EQUAL_-1207604711'), (u'INT_ADD_-1207605356', u'CAST_-1207601742'), (u'INT_NOTEQUAL_-1207604628', u'CBRANCH_-1207604627'), (u'INT_ADD_-1207603689', u'CAST_-1207601013'), (u'INT_NOTEQUAL_-1207604100', u'CBRANCH_-1207604099'), ('const-20', u'PTRADD_-1207604228'), (u'CAST_-1207601834', u'CALL_-1207605498'), (u'CALL_-1207603597', u'INDIRECT_-1207601277'), (u'INDIRECT_-1207601818', u'MULTIEQUAL_-1207601825'), (u'MULTIEQUAL_-1207603277', u'SUBPIECE_-1207603219'), (u'PTRSUB_-1207601698', u'CALL_-1207604359'), ('const-46', u'COPY_-1207601234'), (u'PTRSUB_-1207601646', u'CALL_-1207604359'), (u'INT_ADD_-1207605346', u'CAST_-1207601735'), ('const-1000', u'INT_NOTEQUAL_-1207604343'), ('const-0', u'SUBPIECE_-1207601794'), (u'INDIRECT_-1207601341', u'MULTIEQUAL_-1207601617'), (u'INT_SEXT_-1207605580', u'INT_ADD_-1207605566'), ('tmp_8096', u'CAST_-1207601917'), (u'SUBPIECE_-1207601794', u'INT_ADD_-1207601888'), (u'LOAD_-1207605415', u'STORE_-1207605383'), ('const-16', u'CALL_-1207603597'), (u'MULTIEQUAL_-1207602155', u'INT_NOTEQUAL_-1207604457'), (u'PTRADD_-1207601810', u'CAST_-1207601754'), ('const-0', u'SUBPIECE_-1207603219'), (u'CALL_-1207604790', u'INDIRECT_-1207601741'), (u'MULTIEQUAL_-1207602497', u'MULTIEQUAL_-1207602446'), (u'CALL_-1207604682', u'INDIRECT_-1207601681'), ('tmp_2270', u'CBRANCH_-1207604075'), (u'CALL_-1207605510', u'INDIRECT_-1207602137'), (u'INT_SUB_-1207605331', u'SUBPIECE_-1207603580'), (u'INT_SUB_-1207601009', u'INT_ADD_-1207603443'), (u'SUBPIECE_-1207601608', u'COPY_-1207604300'), ('const-7', u'INT_DIV_-1207604502'), ('const-433', u'LOAD_-1207604166'), (u'PTRADD_-1207603974', u'MULTIEQUAL_-1207602928'), (u'INT_RIGHT_-1207603990', u'MULTIEQUAL_-1207601873'), ('const-433', u'LOAD_-1207605242'), (u'COPY_-1207601265', u'MULTIEQUAL_-1207601814'), (u'MULTIEQUAL_-1207603163', u'SUBPIECE_-1207603328'), ('const-59', u'INT_ADD_-1207603825'), (u'COPY_-1207601169', u'MULTIEQUAL_-1207601128'), (u'LOAD_-1207604166', u'INT_ZEXT_-1207602925'), (u'INT_AND_-1207605371', u'INT_SUB_-1207605331'), (u'INT_SEXT_-1207605462', u'CALL_-1207603567'), ('const-433', u'STORE_-1207605232'), (u'MULTIEQUAL_-1207602653', u'PTRADD_-1207604212'), (u'INT_SUB_-1207605003', u'INT_AND_-1207604980'), (u'MULTIEQUAL_-1207602277', u'INT_SEXT_-1207604906'), (u'SUBPIECE_-1207601794', u'INT_ADD_-1207601874'), (u'INDIRECT_-1207601872', u'MULTIEQUAL_-1207601711'), (u'COPY_-1207601792', u'MULTIEQUAL_-1207603163'), ('const-6', u'INT_RIGHT_-1207603990'), (u'COPY_-1207601147', u'MULTIEQUAL_-1207601128'), (u'SUBPIECE_-1207603670', u'CAST_-1207601550'), (u'SUBPIECE_-1207601140', u'INT_ADD_-1207603849'), (u'INT_AND_-1207603877', u'INT_NOTEQUAL_-1207603889'), (u'CALL_-1207605510', u'INDIRECT_-1207603003'), (u'CALL_-1207604600', u'INDIRECT_-1207601708'), (u'INDIRECT_-1207601676', u'MULTIEQUAL_-1207601660'), (u'COPY_-1207604088', u'MULTIEQUAL_-1207601775'), ('const-1', u'PTRADD_-1207604204'), (u'SUBPIECE_-1207603219', u'INT_ADD_-1207605308'), (u'COPY_-1207604077', u'MULTIEQUAL_-1207601775'), (u'CALL_-1207604682', u'INDIRECT_-1207601713'), (u'INT_SUB_-1207601759', u'INT_ADD_-1207604225'), (u'CAST_-1207601673', u'INT_ADD_-1207604225'), ('const-433', u'LOAD_-1207604251'), (u'PTRADD_-1207604228', u'COPY_-1207601203'), (u'INDIRECT_-1207601564', u'MULTIEQUAL_-1207601553'), (u'INDIRECT_-1207601596', u'MULTIEQUAL_-1207601585'), ('tmp_2737', u'CBRANCH_-1207603809'), (u'INT_MULT_-1207601979', u'INT_NOTEQUAL_-1207604457'), (u'INDIRECT_-1207601872', u'MULTIEQUAL_-1207601825'), ('const-46', u'INT_ADD_-1207603849'), ('tmp_8094', u'CAST_-1207601657'), ('tmp_2911', u'CBRANCH_-1207603728'), (u'INDIRECT_-1207601548', u'INT_NOTEQUAL_-1207603690'), ('tmp_8089', u'PTRSUB_-1207601698'), ('const-36', u'STORE_-1207605181'), (u'CALL_-1207603621', u'INDIRECT_-1207601354'), (u'COPY_-1207604088', u'MULTIEQUAL_-1207601743'), (u'MULTIEQUAL_-1207603163', u'INT_ADD_-1207605218'), (u'CAST_-1207601678', u'LOAD_-1207604251'), (u'CAST_-1207601650', u'INT_ADD_-1207605159'), ('const-1', u'INT_AND_-1207604698'), (u'LOAD_-1207603470', u'STORE_-1207603457'), ('const-433', u'LOAD_-1207605672'), (u'LOAD_-1207605636', u'INT_EQUAL_-1207605611'), (u'INT_RIGHT_-1207603756', u'MULTIEQUAL_-1207601774'), (u'INDIRECT_-1207602457', u'MULTIEQUAL_-1207602446'), ('tmp_8094', u'CAST_-1207601673'), ('tmp_8094', u'CAST_-1207601736'), ('tmp_2606', u'CBRANCH_-1207603888'), (u'CAST_-1207601693', u'STORE_-1207605232'), (u'INT_ADD_-1207605590', u'INT_SEXT_-1207605580'), ('tmp_8096', u'CAST_-1207600958'), ('const--8', u'INT_AND_-1207605371'), ('const-433', u'LOAD_-1207605372'), ('tmp_3384', u'CBRANCH_-1207604353'), (u'MULTIEQUAL_-1207602830', u'CALL_-1207604790'), (u'COPY_-1207604352', u'MULTIEQUAL_-1207602309'), ('tmp_1349', u'CBRANCH_-1207604627'), (u'MULTIEQUAL_-1207603277', u'INT_AND_-1207603586'), ('const-16', u'CALL_-1207604682'), (u'PTRSUB_-1207601884', u'CALL_-1207604790'), (u'INDIRECT_-1207601805', u'MULTIEQUAL_-1207601775'), (u'PTRADD_-1207603974', u'INT_NOTEQUAL_-1207603934'), ('const-22', u'PTRADD_-1207603857'), ('const-53', u'INT_ADD_-1207603818'), (u'COPY_-1207601909', u'COPY_-1207601254'), (u'INT_SUB_-1207601830', u'INT_ADD_-1207605346'), (u'PTRSUB_-1207601646', u'CALL_-1207605039'), (u'COPY_-1207601245', u'MULTIEQUAL_-1207601814'), ('const-3', u'COPY_-1207605696'), (u'MULTIEQUAL_-1207602436', u'PTRADD_-1207603741')] | null | null | 001a6617 | x64 | O2 | (translation_unit "undefined8 * FUN_001a6617(undefined8 *param_1,byte *param_2,undefined8 *param_3)\n\n{\n char cVar1;\n uint uVar2;\n size_t sVar3;\n long lVar4;\n ulong uVar5;\n long lVar6;\n char *pcVar7;\n char *pcVar8;\n char cVar9;\n uint uVar10;\n int iVar11;\n ulong uVar12;\n byte *pbVar13;\n byte *pbVar14;\n char *pcVar15;\n char *pcVar16;\n int iVar17;\n uint uVar18;\n long in_FS_OFFSET;\n long local_158;\n long local_150;\n undefined1 local_138 [112];\n undefined1 local_c8 [112];\n undefined1 local_58 [16];\n undefined1 local_48;\n long local_40;\n \n uVar12 = 3;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n do {\n if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n uVar12 = uVar12 + 1;\n } while (uVar12 != 0xb);\n local_150 = 0xc;\n local_158 = 8;\nLAB_001a668a:\n FUN_001a0a1b(local_138);\n sVar3 = strlen((char *)param_2);\n uVar18 = (uint)sVar3;\n lVar4 = (long)(int)uVar18;\n FUN_001a0a4b(local_138,param_2,lVar4);\n FUN_001a0a4b(local_138,param_3,uVar12);\n uVar2 = (uint)uVar12;\n uVar5 = uVar12 & 0xffffffff;\n if (uVar2 < 8) {\n if ((uVar12 & 4) == 0) {\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }\n }\n else {\n *param_1 = *param_3;\n *(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));\n lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;\n if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }\n }\n *(undefined1 *)((long)param_1 + uVar12) = 0x24;\n FUN_001a0a1b(local_c8);\n FUN_001a0a4b(local_c8,param_2,lVar4);\n pbVar13 = local_58;\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n FUN_001a0a4b(local_c8,param_2,lVar4);\n FUN_001a0bcb(local_c8,pbVar13);\n if ((int)uVar18 < 1) {\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n if (uVar18 == 0) goto LAB_001a681e;\n }\n else {\n do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n }\n do {\n pbVar14 = param_2;\n if ((uVar18 & 1) != 0) {\n pbVar14 = pbVar13;\n }\n FUN_001a0a4b(local_138,pbVar14,1);\n uVar18 = (int)uVar18 >> 1;\n } while (uVar18 != 0);\nLAB_001a681e:\n uVar18 = 0;\n FUN_001a0bcb(local_138,pbVar13);\n do {\n FUN_001a0a1b(local_c8);\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if (uVar18 != (uVar18 / 3) * 3) {\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }\n if (uVar18 != (uVar18 / 7) * 7) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n uVar18 = uVar18 + 1;\n FUN_001a0bcb(local_c8,pbVar13);\n } while (uVar18 != 1000);\n pcVar15 = (char *)(local_150 + (long)param_1);\n local_48 = local_58[5];\n pcVar8 = pcVar15;\n do {\n pcVar16 = pcVar8 + 4;\n uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];\n pcVar7 = pcVar8;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar16);\n pbVar13 = pbVar13 + 1;\n } while (pcVar8 != pcVar15 + 0x14);\n uVar18 = (uint)local_58[0xb];\n pcVar8 = pcVar15 + 0x14;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar16 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar8 = pcVar16;\n } while (pcVar16 != pcVar15 + 0x16);\n pcVar15[0x16] = '\0';\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return param_1;\n}\n\n" (function_definition "undefined8 * FUN_001a6617(undefined8 *param_1,byte *param_2,undefined8 *param_3)\n\n{\n char cVar1;\n uint uVar2;\n size_t sVar3;\n long lVar4;\n ulong uVar5;\n long lVar6;\n char *pcVar7;\n char *pcVar8;\n char cVar9;\n uint uVar10;\n int iVar11;\n ulong uVar12;\n byte *pbVar13;\n byte *pbVar14;\n char *pcVar15;\n char *pcVar16;\n int iVar17;\n uint uVar18;\n long in_FS_OFFSET;\n long local_158;\n long local_150;\n undefined1 local_138 [112];\n undefined1 local_c8 [112];\n undefined1 local_58 [16];\n undefined1 local_48;\n long local_40;\n \n uVar12 = 3;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n do {\n if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n uVar12 = uVar12 + 1;\n } while (uVar12 != 0xb);\n local_150 = 0xc;\n local_158 = 8;\nLAB_001a668a:\n FUN_001a0a1b(local_138);\n sVar3 = strlen((char *)param_2);\n uVar18 = (uint)sVar3;\n lVar4 = (long)(int)uVar18;\n FUN_001a0a4b(local_138,param_2,lVar4);\n FUN_001a0a4b(local_138,param_3,uVar12);\n uVar2 = (uint)uVar12;\n uVar5 = uVar12 & 0xffffffff;\n if (uVar2 < 8) {\n if ((uVar12 & 4) == 0) {\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }\n }\n else {\n *param_1 = *param_3;\n *(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));\n lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;\n if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }\n }\n *(undefined1 *)((long)param_1 + uVar12) = 0x24;\n FUN_001a0a1b(local_c8);\n FUN_001a0a4b(local_c8,param_2,lVar4);\n pbVar13 = local_58;\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n FUN_001a0a4b(local_c8,param_2,lVar4);\n FUN_001a0bcb(local_c8,pbVar13);\n if ((int)uVar18 < 1) {\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n if (uVar18 == 0) goto LAB_001a681e;\n }\n else {\n do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n }\n do {\n pbVar14 = param_2;\n if ((uVar18 & 1) != 0) {\n pbVar14 = pbVar13;\n }\n FUN_001a0a4b(local_138,pbVar14,1);\n uVar18 = (int)uVar18 >> 1;\n } while (uVar18 != 0);\nLAB_001a681e:\n uVar18 = 0;\n FUN_001a0bcb(local_138,pbVar13);\n do {\n FUN_001a0a1b(local_c8);\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if (uVar18 != (uVar18 / 3) * 3) {\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }\n if (uVar18 != (uVar18 / 7) * 7) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n uVar18 = uVar18 + 1;\n FUN_001a0bcb(local_c8,pbVar13);\n } while (uVar18 != 1000);\n pcVar15 = (char *)(local_150 + (long)param_1);\n local_48 = local_58[5];\n pcVar8 = pcVar15;\n do {\n pcVar16 = pcVar8 + 4;\n uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];\n pcVar7 = pcVar8;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar16);\n pbVar13 = pbVar13 + 1;\n } while (pcVar8 != pcVar15 + 0x14);\n uVar18 = (uint)local_58[0xb];\n pcVar8 = pcVar15 + 0x14;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar16 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar8 = pcVar16;\n } while (pcVar16 != pcVar15 + 0x16);\n pcVar15[0x16] = '\0';\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return param_1;\n}" type_identifier (pointer_declarator "* FUN_001a6617(undefined8 *param_1,byte *param_2,undefined8 *param_3)" * (function_declarator "FUN_001a6617(undefined8 *param_1,byte *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 *param_1,byte *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) )))) (compound_statement "{\n char cVar1;\n uint uVar2;\n size_t sVar3;\n long lVar4;\n ulong uVar5;\n long lVar6;\n char *pcVar7;\n char *pcVar8;\n char cVar9;\n uint uVar10;\n int iVar11;\n ulong uVar12;\n byte *pbVar13;\n byte *pbVar14;\n char *pcVar15;\n char *pcVar16;\n int iVar17;\n uint uVar18;\n long in_FS_OFFSET;\n long local_158;\n long local_150;\n undefined1 local_138 [112];\n undefined1 local_c8 [112];\n undefined1 local_58 [16];\n undefined1 local_48;\n long local_40;\n \n uVar12 = 3;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n do {\n if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n uVar12 = uVar12 + 1;\n } while (uVar12 != 0xb);\n local_150 = 0xc;\n local_158 = 8;\nLAB_001a668a:\n FUN_001a0a1b(local_138);\n sVar3 = strlen((char *)param_2);\n uVar18 = (uint)sVar3;\n lVar4 = (long)(int)uVar18;\n FUN_001a0a4b(local_138,param_2,lVar4);\n FUN_001a0a4b(local_138,param_3,uVar12);\n uVar2 = (uint)uVar12;\n uVar5 = uVar12 & 0xffffffff;\n if (uVar2 < 8) {\n if ((uVar12 & 4) == 0) {\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }\n }\n else {\n *param_1 = *param_3;\n *(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));\n lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;\n if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }\n }\n *(undefined1 *)((long)param_1 + uVar12) = 0x24;\n FUN_001a0a1b(local_c8);\n FUN_001a0a4b(local_c8,param_2,lVar4);\n pbVar13 = local_58;\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n FUN_001a0a4b(local_c8,param_2,lVar4);\n FUN_001a0bcb(local_c8,pbVar13);\n if ((int)uVar18 < 1) {\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n if (uVar18 == 0) goto LAB_001a681e;\n }\n else {\n do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n }\n do {\n pbVar14 = param_2;\n if ((uVar18 & 1) != 0) {\n pbVar14 = pbVar13;\n }\n FUN_001a0a4b(local_138,pbVar14,1);\n uVar18 = (int)uVar18 >> 1;\n } while (uVar18 != 0);\nLAB_001a681e:\n uVar18 = 0;\n FUN_001a0bcb(local_138,pbVar13);\n do {\n FUN_001a0a1b(local_c8);\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if (uVar18 != (uVar18 / 3) * 3) {\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }\n if (uVar18 != (uVar18 / 7) * 7) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n uVar18 = uVar18 + 1;\n FUN_001a0bcb(local_c8,pbVar13);\n } while (uVar18 != 1000);\n pcVar15 = (char *)(local_150 + (long)param_1);\n local_48 = local_58[5];\n pcVar8 = pcVar15;\n do {\n pcVar16 = pcVar8 + 4;\n uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];\n pcVar7 = pcVar8;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar16);\n pbVar13 = pbVar13 + 1;\n } while (pcVar8 != pcVar15 + 0x14);\n uVar18 = (uint)local_58[0xb];\n pcVar8 = pcVar15 + 0x14;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar16 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar8 = pcVar16;\n } while (pcVar16 != pcVar15 + 0x16);\n pcVar15[0x16] = '\0';\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return param_1;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "char cVar9;" primitive_type identifier ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "ulong uVar12;" type_identifier identifier ;) (declaration "byte *pbVar13;" type_identifier (pointer_declarator "*pbVar13" * identifier) ;) (declaration "byte *pbVar14;" type_identifier (pointer_declarator "*pbVar14" * identifier) ;) (declaration "char *pcVar15;" primitive_type (pointer_declarator "*pcVar15" * identifier) ;) (declaration "char *pcVar16;" primitive_type (pointer_declarator "*pcVar16" * identifier) ;) (declaration "int iVar17;" primitive_type identifier ;) (declaration "uint uVar18;" type_identifier identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_158;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_150;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_138 [112];" type_identifier (array_declarator "local_138 [112]" identifier [ number_literal ]) ;) (declaration "undefined1 local_c8 [112];" type_identifier (array_declarator "local_c8 [112]" identifier [ number_literal ]) ;) (declaration "undefined1 local_58 [16];" type_identifier (array_declarator "local_58 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 local_48;" type_identifier identifier ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (expression_statement "uVar12 = 3;" (assignment_expression "uVar12 = 3" identifier = number_literal) ;) (expression_statement "local_40 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_40 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (do_statement "do {\n if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n uVar12 = uVar12 + 1;\n } while (uVar12 != 0xb);" do (compound_statement "{\n if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n uVar12 = uVar12 + 1;\n }" { (if_statement "if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }" if (parenthesized_expression "((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$'))" ( (binary_expression "(*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')" (parenthesized_expression "(*(char *)((long)param_3 + uVar12) == '\0')" ( (binary_expression "*(char *)((long)param_3 + uVar12) == '\0'" (pointer_expression "*(char *)((long)param_3 + uVar12)" * (cast_expression "(char *)((long)param_3 + uVar12)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + uVar12)" ( (binary_expression "(long)param_3 + uVar12" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(*(char *)((long)param_3 + uVar12) == '$')" ( (binary_expression "*(char *)((long)param_3 + uVar12) == '$'" (pointer_expression "*(char *)((long)param_3 + uVar12)" * (cast_expression "(char *)((long)param_3 + uVar12)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + uVar12)" ( (binary_expression "(long)param_3 + uVar12" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) == (char_literal "'$'" ' character ')) ))) )) (compound_statement "{\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }" { (expression_statement "local_158 = (long)((int)uVar12 + -3);" (assignment_expression "local_158 = (long)((int)uVar12 + -3)" identifier = (cast_expression "(long)((int)uVar12 + -3)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((int)uVar12 + -3)" ( (binary_expression "(int)uVar12 + -3" (cast_expression "(int)uVar12" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (expression_statement "local_150 = local_158 + 4;" (assignment_expression "local_150 = local_158 + 4" identifier = (binary_expression "local_158 + 4" identifier + number_literal)) ;) (goto_statement "goto LAB_001a668a;" goto statement_identifier ;) })) (expression_statement "uVar12 = uVar12 + 1;" (assignment_expression "uVar12 = uVar12 + 1" identifier = (binary_expression "uVar12 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(uVar12 != 0xb)" ( (binary_expression "uVar12 != 0xb" identifier != number_literal) )) ;) (expression_statement "local_150 = 0xc;" (assignment_expression "local_150 = 0xc" identifier = number_literal) ;) (expression_statement "local_158 = 8;" (assignment_expression "local_158 = 8" identifier = number_literal) ;) (labeled_statement "LAB_001a668a:\n FUN_001a0a1b(local_138);" statement_identifier : (expression_statement "FUN_001a0a1b(local_138);" (call_expression "FUN_001a0a1b(local_138)" identifier (argument_list "(local_138)" ( identifier ))) ;)) (expression_statement "sVar3 = strlen((char *)param_2);" (assignment_expression "sVar3 = strlen((char *)param_2)" identifier = (call_expression "strlen((char *)param_2)" identifier (argument_list "((char *)param_2)" ( (cast_expression "(char *)param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (expression_statement "uVar18 = (uint)sVar3;" (assignment_expression "uVar18 = (uint)sVar3" identifier = (cast_expression "(uint)sVar3" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "lVar4 = (long)(int)uVar18;" (assignment_expression "lVar4 = (long)(int)uVar18" identifier = (cast_expression "(long)(int)uVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)uVar18" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "FUN_001a0a4b(local_138,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_138,param_2,lVar4)" identifier (argument_list "(local_138,param_2,lVar4)" ( identifier , identifier , identifier ))) ;) (expression_statement "FUN_001a0a4b(local_138,param_3,uVar12);" (call_expression "FUN_001a0a4b(local_138,param_3,uVar12)" identifier (argument_list "(local_138,param_3,uVar12)" ( identifier , identifier , identifier ))) ;) (expression_statement "uVar2 = (uint)uVar12;" (assignment_expression "uVar2 = (uint)uVar12" identifier = (cast_expression "(uint)uVar12" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "uVar5 = uVar12 & 0xffffffff;" (assignment_expression "uVar5 = uVar12 & 0xffffffff" identifier = (binary_expression "uVar12 & 0xffffffff" identifier & number_literal)) ;) (if_statement "if (uVar2 < 8) {\n if ((uVar12 & 4) == 0) {\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }\n }\n else {\n *param_1 = *param_3;\n *(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));\n lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;\n if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }\n }" if (parenthesized_expression "(uVar2 < 8)" ( (binary_expression "uVar2 < 8" identifier < number_literal) )) (compound_statement "{\n if ((uVar12 & 4) == 0) {\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }\n }" { (if_statement "if ((uVar12 & 4) == 0) {\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }" if (parenthesized_expression "((uVar12 & 4) == 0)" ( (binary_expression "(uVar12 & 4) == 0" (parenthesized_expression "(uVar12 & 4)" ( (binary_expression "uVar12 & 4" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }" { (if_statement "if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }" if (parenthesized_expression "((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0))" ( (binary_expression "(uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)" (parenthesized_expression "(uVar2 != 0)" ( (binary_expression "uVar2 != 0" identifier != number_literal) )) && (parenthesized_expression "(*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)" ( (comma_expression "*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0" (assignment_expression "*(undefined1 *)param_1 = *(undefined1 *)param_3" (pointer_expression "*(undefined1 *)param_1" * (cast_expression "(undefined1 *)param_1" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (pointer_expression "*(undefined1 *)param_3" * (cast_expression "(undefined1 *)param_3" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) , (binary_expression "(uVar12 & 2) != 0" (parenthesized_expression "(uVar12 & 2)" ( (binary_expression "uVar12 & 2" identifier & number_literal) )) != number_literal)) ))) )) (compound_statement "{\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }" { (expression_statement "*(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));" (assignment_expression "*(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2))" (pointer_expression "*(undefined2 *)((long)param_1 + (uVar5 - 2))" * (cast_expression "(undefined2 *)((long)param_1 + (uVar5 - 2))" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + (uVar5 - 2))" ( (binary_expression "(long)param_1 + (uVar5 - 2)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(uVar5 - 2)" ( (binary_expression "uVar5 - 2" identifier - number_literal) ))) )))) = (pointer_expression "*(undefined2 *)((long)param_3 + (uVar5 - 2))" * (cast_expression "(undefined2 *)((long)param_3 + (uVar5 - 2))" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + (uVar5 - 2))" ( (binary_expression "(long)param_3 + (uVar5 - 2)" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(uVar5 - 2)" ( (binary_expression "uVar5 - 2" identifier - number_literal) ))) ))))) ;) })) }) (else_clause "else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }" else (compound_statement "{\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }" { (expression_statement "*(undefined4 *)param_1 = *(undefined4 *)param_3;" (assignment_expression "*(undefined4 *)param_1 = *(undefined4 *)param_3" (pointer_expression "*(undefined4 *)param_1" * (cast_expression "(undefined4 *)param_1" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (pointer_expression "*(undefined4 *)param_3" * (cast_expression "(undefined4 *)param_3" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "*(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));" (assignment_expression "*(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4))" (pointer_expression "*(undefined4 *)((long)param_1 + (uVar5 - 4))" * (cast_expression "(undefined4 *)((long)param_1 + (uVar5 - 4))" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + (uVar5 - 4))" ( (binary_expression "(long)param_1 + (uVar5 - 4)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(uVar5 - 4)" ( (binary_expression "uVar5 - 4" identifier - number_literal) ))) )))) = (pointer_expression "*(undefined4 *)((long)param_3 + (uVar5 - 4))" * (cast_expression "(undefined4 *)((long)param_3 + (uVar5 - 4))" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + (uVar5 - 4))" ( (binary_expression "(long)param_3 + (uVar5 - 4)" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(uVar5 - 4)" ( (binary_expression "uVar5 - 4" identifier - number_literal) ))) ))))) ;) }))) }) (else_clause "else {\n *param_1 = *param_3;\n *(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));\n lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;\n if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }\n }" else (compound_statement "{\n *param_1 = *param_3;\n *(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));\n lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;\n if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }\n }" { (expression_statement "*param_1 = *param_3;" (assignment_expression "*param_1 = *param_3" (pointer_expression "*param_1" * identifier) = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "*(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));" (assignment_expression "*(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8))" (pointer_expression "*(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8))" * (cast_expression "(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + ((uVar12 & 0xffffffff) - 8))" ( (binary_expression "(long)param_1 + ((uVar12 & 0xffffffff) - 8)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((uVar12 & 0xffffffff) - 8)" ( (binary_expression "(uVar12 & 0xffffffff) - 8" (parenthesized_expression "(uVar12 & 0xffffffff)" ( (binary_expression "uVar12 & 0xffffffff" identifier & number_literal) )) - number_literal) ))) )))) = (pointer_expression "*(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8))" * (cast_expression "(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + ((uVar12 & 0xffffffff) - 8))" ( (binary_expression "(long)param_3 + ((uVar12 & 0xffffffff) - 8)" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((uVar12 & 0xffffffff) - 8)" ( (binary_expression "(uVar12 & 0xffffffff) - 8" (parenthesized_expression "(uVar12 & 0xffffffff)" ( (binary_expression "uVar12 & 0xffffffff" identifier & number_literal) )) - number_literal) ))) ))))) ;) (expression_statement "lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);" (assignment_expression "lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8)" identifier = (binary_expression "(long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (parenthesized_expression "((ulong)(param_1 + 1) & 0xfffffffffffffff8)" ( (binary_expression "(ulong)(param_1 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(param_1 + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) ))) & number_literal) )))) ;) (expression_statement "uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;" (assignment_expression "uVar2 = (int)lVar6 + uVar2 & 0xfffffff8" identifier = (binary_expression "(int)lVar6 + uVar2 & 0xfffffff8" (binary_expression "(int)lVar6 + uVar2" (cast_expression "(int)lVar6" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) & number_literal)) ;) (if_statement "if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }" if (parenthesized_expression "(7 < uVar2)" ( (binary_expression "7 < uVar2" number_literal < identifier) )) (compound_statement "{\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }" { (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);" do (compound_statement "{\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n }" { (expression_statement "uVar10 = (int)uVar5 + 8;" (assignment_expression "uVar10 = (int)uVar5 + 8" identifier = (binary_expression "(int)uVar5 + 8" (cast_expression "(int)uVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal)) ;) (expression_statement "*(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));" (assignment_expression "*(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6))" (pointer_expression "*(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5)" * (cast_expression "(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5)" ( (binary_expression "((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5" (parenthesized_expression "((ulong)(param_1 + 1) & 0xfffffffffffffff8)" ( (binary_expression "(ulong)(param_1 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(param_1 + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) ))) & number_literal) )) + identifier) )))) = (pointer_expression "*(undefined8 *)((long)param_3 + (uVar5 - lVar6))" * (cast_expression "(undefined8 *)((long)param_3 + (uVar5 - lVar6))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + (uVar5 - lVar6))" ( (binary_expression "(long)param_3 + (uVar5 - lVar6)" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(uVar5 - lVar6)" ( (binary_expression "uVar5 - lVar6" identifier - identifier) ))) ))))) ;) (expression_statement "uVar5 = (ulong)uVar10;" (assignment_expression "uVar5 = (ulong)uVar10" identifier = (cast_expression "(ulong)uVar10" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) }) while (parenthesized_expression "(uVar10 < uVar2)" ( (binary_expression "uVar10 < uVar2" identifier < identifier) )) ;) })) }))) (expression_statement "*(undefined1 *)((long)param_1 + uVar12) = 0x24;" (assignment_expression "*(undefined1 *)((long)param_1 + uVar12) = 0x24" (pointer_expression "*(undefined1 *)((long)param_1 + uVar12)" * (cast_expression "(undefined1 *)((long)param_1 + uVar12)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + uVar12)" ( (binary_expression "(long)param_1 + uVar12" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "FUN_001a0a1b(local_c8);" (call_expression "FUN_001a0a1b(local_c8)" identifier (argument_list "(local_c8)" ( identifier ))) ;) (expression_statement "FUN_001a0a4b(local_c8,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_c8,param_2,lVar4)" identifier (argument_list "(local_c8,param_2,lVar4)" ( identifier , identifier , identifier ))) ;) (expression_statement "pbVar13 = local_58;" (assignment_expression "pbVar13 = local_58" identifier = identifier) ;) (expression_statement "FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);" (call_expression "FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158)" identifier (argument_list "(local_c8,(undefined1 *)((long)param_3 + 3),local_158)" ( identifier , (cast_expression "(undefined1 *)((long)param_3 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + 3)" ( (binary_expression "(long)param_3 + 3" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))) , identifier ))) ;) (expression_statement "FUN_001a0a4b(local_c8,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_c8,param_2,lVar4)" identifier (argument_list "(local_c8,param_2,lVar4)" ( identifier , identifier , identifier ))) ;) (expression_statement "FUN_001a0bcb(local_c8,pbVar13);" (call_expression "FUN_001a0bcb(local_c8,pbVar13)" identifier (argument_list "(local_c8,pbVar13)" ( identifier , identifier ))) ;) (if_statement "if ((int)uVar18 < 1) {\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n if (uVar18 == 0) goto LAB_001a681e;\n }\n else {\n do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n }" if (parenthesized_expression "((int)uVar18 < 1)" ( (binary_expression "(int)uVar18 < 1" (cast_expression "(int)uVar18" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n if (uVar18 == 0) goto LAB_001a681e;\n }" { (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (expression_statement "local_58 = (undefined1 [16])0x0;" (assignment_expression "local_58 = (undefined1 [16])0x0" identifier = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (if_statement "if (uVar18 == 0) goto LAB_001a681e;" if (parenthesized_expression "(uVar18 == 0)" ( (binary_expression "uVar18 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001a681e;" goto statement_identifier ;)) }) (else_clause "else {\n do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n }" else (compound_statement "{\n do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n }" { (do_statement "do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));" do (compound_statement "{\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n }" { (expression_statement "iVar17 = (int)sVar3;" (assignment_expression "iVar17 = (int)sVar3" identifier = (cast_expression "(int)sVar3" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "iVar11 = 0x10;" (assignment_expression "iVar11 = 0x10" identifier = number_literal) ;) (if_statement "if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }" if (parenthesized_expression "(iVar17 < 0x11)" ( (binary_expression "iVar17 < 0x11" identifier < number_literal) )) (compound_statement "{\n iVar11 = iVar17;\n }" { (expression_statement "iVar11 = iVar17;" (assignment_expression "iVar11 = iVar17" identifier = identifier) ;) })) (expression_statement "sVar3 = (size_t)(iVar17 - 0x10U);" (assignment_expression "sVar3 = (size_t)(iVar17 - 0x10U)" identifier = (cast_expression "(size_t)(iVar17 - 0x10U)" ( (type_descriptor "size_t" primitive_type) ) (parenthesized_expression "(iVar17 - 0x10U)" ( (binary_expression "iVar17 - 0x10U" identifier - number_literal) )))) ;) (expression_statement "FUN_001a0a4b(local_138,pbVar13,(long)iVar11);" (call_expression "FUN_001a0a4b(local_138,pbVar13,(long)iVar11)" identifier (argument_list "(local_138,pbVar13,(long)iVar11)" ( identifier , identifier , (cast_expression "(long)iVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) ))) ;) }) while (parenthesized_expression "(iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0))" ( (binary_expression "iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0)" (binary_expression "iVar17 - 0x10U" identifier - number_literal) != (binary_expression "(uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0)" (parenthesized_expression "(uVar18 - 0x10)" ( (binary_expression "uVar18 - 0x10" identifier - number_literal) )) - (parenthesized_expression "(uVar18 - 1 & 0xfffffff0)" ( (binary_expression "uVar18 - 1 & 0xfffffff0" (binary_expression "uVar18 - 1" identifier - number_literal) & number_literal) )))) )) ;) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (expression_statement "local_58 = (undefined1 [16])0x0;" (assignment_expression "local_58 = (undefined1 [16])0x0" identifier = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) }))) (do_statement "do {\n pbVar14 = param_2;\n if ((uVar18 & 1) != 0) {\n pbVar14 = pbVar13;\n }\n FUN_001a0a4b(local_138,pbVar14,1);\n uVar18 = (int)uVar18 >> 1;\n } while (uVar18 != 0);" do (compound_statement "{\n pbVar14 = param_2;\n if ((uVar18 & 1) != 0) {\n pbVar14 = pbVar13;\n }\n FUN_001a0a4b(local_138,pbVar14,1);\n uVar18 = (int)uVar18 >> 1;\n }" { (expression_statement "pbVar14 = param_2;" (assignment_expression "pbVar14 = param_2" identifier = identifier) ;) (if_statement "if ((uVar18 & 1) != 0) {\n pbVar14 = pbVar13;\n }" if (parenthesized_expression "((uVar18 & 1) != 0)" ( (binary_expression "(uVar18 & 1) != 0" (parenthesized_expression "(uVar18 & 1)" ( (binary_expression "uVar18 & 1" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pbVar14 = pbVar13;\n }" { (expression_statement "pbVar14 = pbVar13;" (assignment_expression "pbVar14 = pbVar13" identifier = identifier) ;) })) (expression_statement "FUN_001a0a4b(local_138,pbVar14,1);" (call_expression "FUN_001a0a4b(local_138,pbVar14,1)" identifier (argument_list "(local_138,pbVar14,1)" ( identifier , identifier , number_literal ))) ;) (expression_statement "uVar18 = (int)uVar18 >> 1;" (assignment_expression "uVar18 = (int)uVar18 >> 1" identifier = (binary_expression "(int)uVar18 >> 1" (cast_expression "(int)uVar18" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal)) ;) }) while (parenthesized_expression "(uVar18 != 0)" ( (binary_expression "uVar18 != 0" identifier != number_literal) )) ;) (labeled_statement "LAB_001a681e:\n uVar18 = 0;" statement_identifier : (expression_statement "uVar18 = 0;" (assignment_expression "uVar18 = 0" identifier = number_literal) ;)) (expression_statement "FUN_001a0bcb(local_138,pbVar13);" (call_expression "FUN_001a0bcb(local_138,pbVar13)" identifier (argument_list "(local_138,pbVar13)" ( identifier , identifier ))) ;) (do_statement "do {\n FUN_001a0a1b(local_c8);\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if (uVar18 != (uVar18 / 3) * 3) {\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }\n if (uVar18 != (uVar18 / 7) * 7) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n uVar18 = uVar18 + 1;\n FUN_001a0bcb(local_c8,pbVar13);\n } while (uVar18 != 1000);" do (compound_statement "{\n FUN_001a0a1b(local_c8);\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if (uVar18 != (uVar18 / 3) * 3) {\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }\n if (uVar18 != (uVar18 / 7) * 7) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n uVar18 = uVar18 + 1;\n FUN_001a0bcb(local_c8,pbVar13);\n }" { (expression_statement "FUN_001a0a1b(local_c8);" (call_expression "FUN_001a0a1b(local_c8)" identifier (argument_list "(local_c8)" ( identifier ))) ;) (if_statement "if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" if (parenthesized_expression "((uVar18 & 1) == 0)" ( (binary_expression "(uVar18 & 1) == 0" (parenthesized_expression "(uVar18 & 1)" ( (binary_expression "uVar18 & 1" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }" { (expression_statement "FUN_001a0a4b(local_c8,pbVar13,0x10);" (call_expression "FUN_001a0a4b(local_c8,pbVar13,0x10)" identifier (argument_list "(local_c8,pbVar13,0x10)" ( identifier , identifier , number_literal ))) ;) }) (else_clause "else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" else (compound_statement "{\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" { (expression_statement "FUN_001a0a4b(local_c8,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_c8,param_2,lVar4)" identifier (argument_list "(local_c8,param_2,lVar4)" ( identifier , identifier , identifier ))) ;) }))) (if_statement "if (uVar18 != (uVar18 / 3) * 3) {\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }" if (parenthesized_expression "(uVar18 != (uVar18 / 3) * 3)" ( (binary_expression "uVar18 != (uVar18 / 3) * 3" identifier != (binary_expression "(uVar18 / 3) * 3" (parenthesized_expression "(uVar18 / 3)" ( (binary_expression "uVar18 / 3" identifier / number_literal) )) * number_literal)) )) (compound_statement "{\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }" { (expression_statement "FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);" (call_expression "FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158)" identifier (argument_list "(local_c8,(undefined1 *)((long)param_3 + 3),local_158)" ( identifier , (cast_expression "(undefined1 *)((long)param_3 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + 3)" ( (binary_expression "(long)param_3 + 3" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))) , identifier ))) ;) })) (if_statement "if (uVar18 != (uVar18 / 7) * 7) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" if (parenthesized_expression "(uVar18 != (uVar18 / 7) * 7)" ( (binary_expression "uVar18 != (uVar18 / 7) * 7" identifier != (binary_expression "(uVar18 / 7) * 7" (parenthesized_expression "(uVar18 / 7)" ( (binary_expression "uVar18 / 7" identifier / number_literal) )) * number_literal)) )) (compound_statement "{\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" { (expression_statement "FUN_001a0a4b(local_c8,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_c8,param_2,lVar4)" identifier (argument_list "(local_c8,param_2,lVar4)" ( identifier , identifier , identifier ))) ;) })) (if_statement "if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }" if (parenthesized_expression "((uVar18 & 1) == 0)" ( (binary_expression "(uVar18 & 1) == 0" (parenthesized_expression "(uVar18 & 1)" ( (binary_expression "uVar18 & 1" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" { (expression_statement "FUN_001a0a4b(local_c8,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_c8,param_2,lVar4)" identifier (argument_list "(local_c8,param_2,lVar4)" ( identifier , identifier , identifier ))) ;) }) (else_clause "else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }" else (compound_statement "{\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }" { (expression_statement "FUN_001a0a4b(local_c8,pbVar13,0x10);" (call_expression "FUN_001a0a4b(local_c8,pbVar13,0x10)" identifier (argument_list "(local_c8,pbVar13,0x10)" ( identifier , identifier , number_literal ))) ;) }))) (expression_statement "uVar18 = uVar18 + 1;" (assignment_expression "uVar18 = uVar18 + 1" identifier = (binary_expression "uVar18 + 1" identifier + number_literal)) ;) (expression_statement "FUN_001a0bcb(local_c8,pbVar13);" (call_expression "FUN_001a0bcb(local_c8,pbVar13)" identifier (argument_list "(local_c8,pbVar13)" ( identifier , identifier ))) ;) }) while (parenthesized_expression "(uVar18 != 1000)" ( (binary_expression "uVar18 != 1000" identifier != number_literal) )) ;) (expression_statement "pcVar15 = (char *)(local_150 + (long)param_1);" (assignment_expression "pcVar15 = (char *)(local_150 + (long)param_1)" identifier = (cast_expression "(char *)(local_150 + (long)param_1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_150 + (long)param_1)" ( (binary_expression "local_150 + (long)param_1" identifier + (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "local_48 = local_58[5];" (assignment_expression "local_48 = local_58[5]" identifier = (subscript_expression "local_58[5]" identifier [ number_literal ])) ;) (expression_statement "pcVar8 = pcVar15;" (assignment_expression "pcVar8 = pcVar15" identifier = identifier) ;) (do_statement "do {\n pcVar16 = pcVar8 + 4;\n uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];\n pcVar7 = pcVar8;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar16);\n pbVar13 = pbVar13 + 1;\n } while (pcVar8 != pcVar15 + 0x14);" do (compound_statement "{\n pcVar16 = pcVar8 + 4;\n uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];\n pcVar7 = pcVar8;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar16);\n pbVar13 = pbVar13 + 1;\n }" { (expression_statement "pcVar16 = pcVar8 + 4;" (assignment_expression "pcVar16 = pcVar8 + 4" identifier = (binary_expression "pcVar8 + 4" identifier + number_literal)) ;) (expression_statement "uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];" (assignment_expression "uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc]" identifier = (binary_expression "(uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc]" (binary_expression "(uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8" (binary_expression "(uint)*pbVar13 << 0x10" (binary_expression "(uint)*pbVar13" (parenthesized_expression "(uint)" ( identifier )) * identifier) << number_literal) | (binary_expression "(uint)pbVar13[6] << 8" (cast_expression "(uint)pbVar13[6]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "pbVar13[6]" identifier [ number_literal ])) << number_literal)) | (cast_expression "(uint)pbVar13[0xc]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "pbVar13[0xc]" identifier [ number_literal ])))) ;) (expression_statement "pcVar7 = pcVar8;" (assignment_expression "pcVar7 = pcVar8" identifier = identifier) ;) (do_statement "do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar16);" do (compound_statement "{\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n }" { (expression_statement "uVar2 = uVar18 & 0x3f;" (assignment_expression "uVar2 = uVar18 & 0x3f" identifier = (binary_expression "uVar18 & 0x3f" identifier & number_literal)) ;) (expression_statement "cVar9 = '.';" (assignment_expression "cVar9 = '.'" identifier = (char_literal "'.'" ' character ')) ;) (if_statement "if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }" if (parenthesized_expression "((uVar2 != 0) && (cVar9 = '/', uVar2 != 1))" ( (binary_expression "(uVar2 != 0) && (cVar9 = '/', uVar2 != 1)" (parenthesized_expression "(uVar2 != 0)" ( (binary_expression "uVar2 != 0" identifier != number_literal) )) && (parenthesized_expression "(cVar9 = '/', uVar2 != 1)" ( (comma_expression "cVar9 = '/', uVar2 != 1" (assignment_expression "cVar9 = '/'" identifier = (char_literal "'/'" ' character ')) , (binary_expression "uVar2 != 1" identifier != number_literal)) ))) )) (compound_statement "{\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }" { (expression_statement "cVar1 = (char)uVar2;" (assignment_expression "cVar1 = (char)uVar2" identifier = (cast_expression "(char)uVar2" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "cVar9 = cVar1 + '.';" (assignment_expression "cVar9 = cVar1 + '.'" identifier = (binary_expression "cVar1 + '.'" identifier + (char_literal "'.'" ' character '))) ;) (if_statement "if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }" if (parenthesized_expression "(0xb < uVar2)" ( (binary_expression "0xb < uVar2" number_literal < identifier) )) (compound_statement "{\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }" { (expression_statement "cVar9 = cVar1 + '5';" (assignment_expression "cVar9 = cVar1 + '5'" identifier = (binary_expression "cVar1 + '5'" identifier + (char_literal "'5'" ' character '))) ;) (if_statement "if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }" if (parenthesized_expression "(0x25 < uVar2)" ( (binary_expression "0x25 < uVar2" number_literal < identifier) )) (compound_statement "{\n cVar9 = cVar1 + ';';\n }" { (expression_statement "cVar9 = cVar1 + ';';" (assignment_expression "cVar9 = cVar1 + ';'" identifier = (binary_expression "cVar1 + ';'" identifier + (char_literal "';'" ' character '))) ;) })) })) })) (expression_statement "pcVar8 = pcVar7 + 1;" (assignment_expression "pcVar8 = pcVar7 + 1" identifier = (binary_expression "pcVar7 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar7 = cVar9;" (assignment_expression "*pcVar7 = cVar9" (pointer_expression "*pcVar7" * identifier) = identifier) ;) (expression_statement "uVar18 = uVar18 >> 6;" (assignment_expression "uVar18 = uVar18 >> 6" identifier = (binary_expression "uVar18 >> 6" identifier >> number_literal)) ;) (expression_statement "pcVar7 = pcVar8;" (assignment_expression "pcVar7 = pcVar8" identifier = identifier) ;) }) while (parenthesized_expression "(pcVar8 != pcVar16)" ( (binary_expression "pcVar8 != pcVar16" identifier != identifier) )) ;) (expression_statement "pbVar13 = pbVar13 + 1;" (assignment_expression "pbVar13 = pbVar13 + 1" identifier = (binary_expression "pbVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(pcVar8 != pcVar15 + 0x14)" ( (binary_expression "pcVar8 != pcVar15 + 0x14" identifier != (binary_expression "pcVar15 + 0x14" identifier + number_literal)) )) ;) (expression_statement "uVar18 = (uint)local_58[0xb];" (assignment_expression "uVar18 = (uint)local_58[0xb]" identifier = (cast_expression "(uint)local_58[0xb]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "local_58[0xb]" identifier [ number_literal ]))) ;) (expression_statement "pcVar8 = pcVar15 + 0x14;" (assignment_expression "pcVar8 = pcVar15 + 0x14" identifier = (binary_expression "pcVar15 + 0x14" identifier + number_literal)) ;) (do_statement "do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar16 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar8 = pcVar16;\n } while (pcVar16 != pcVar15 + 0x16);" do (compound_statement "{\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar16 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar8 = pcVar16;\n }" { (expression_statement "uVar2 = uVar18 & 0x3f;" (assignment_expression "uVar2 = uVar18 & 0x3f" identifier = (binary_expression "uVar18 & 0x3f" identifier & number_literal)) ;) (expression_statement "cVar9 = '.';" (assignment_expression "cVar9 = '.'" identifier = (char_literal "'.'" ' character ')) ;) (if_statement "if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }" if (parenthesized_expression "((uVar2 != 0) && (cVar9 = '/', uVar2 != 1))" ( (binary_expression "(uVar2 != 0) && (cVar9 = '/', uVar2 != 1)" (parenthesized_expression "(uVar2 != 0)" ( (binary_expression "uVar2 != 0" identifier != number_literal) )) && (parenthesized_expression "(cVar9 = '/', uVar2 != 1)" ( (comma_expression "cVar9 = '/', uVar2 != 1" (assignment_expression "cVar9 = '/'" identifier = (char_literal "'/'" ' character ')) , (binary_expression "uVar2 != 1" identifier != number_literal)) ))) )) (compound_statement "{\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }" { (expression_statement "cVar1 = (char)uVar2;" (assignment_expression "cVar1 = (char)uVar2" identifier = (cast_expression "(char)uVar2" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "cVar9 = cVar1 + '.';" (assignment_expression "cVar9 = cVar1 + '.'" identifier = (binary_expression "cVar1 + '.'" identifier + (char_literal "'.'" ' character '))) ;) (if_statement "if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }" if (parenthesized_expression "(0xb < uVar2)" ( (binary_expression "0xb < uVar2" number_literal < identifier) )) (compound_statement "{\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }" { (expression_statement "cVar9 = cVar1 + '5';" (assignment_expression "cVar9 = cVar1 + '5'" identifier = (binary_expression "cVar1 + '5'" identifier + (char_literal "'5'" ' character '))) ;) (if_statement "if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }" if (parenthesized_expression "(0x25 < uVar2)" ( (binary_expression "0x25 < uVar2" number_literal < identifier) )) (compound_statement "{\n cVar9 = cVar1 + ';';\n }" { (expression_statement "cVar9 = cVar1 + ';';" (assignment_expression "cVar9 = cVar1 + ';'" identifier = (binary_expression "cVar1 + ';'" identifier + (char_literal "';'" ' character '))) ;) })) })) })) (expression_statement "pcVar16 = pcVar8 + 1;" (assignment_expression "pcVar16 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar8 = cVar9;" (assignment_expression "*pcVar8 = cVar9" (pointer_expression "*pcVar8" * identifier) = identifier) ;) (expression_statement "uVar18 = uVar18 >> 6;" (assignment_expression "uVar18 = uVar18 >> 6" identifier = (binary_expression "uVar18 >> 6" identifier >> number_literal)) ;) (expression_statement "pcVar8 = pcVar16;" (assignment_expression "pcVar8 = pcVar16" identifier = identifier) ;) }) while (parenthesized_expression "(pcVar16 != pcVar15 + 0x16)" ( (binary_expression "pcVar16 != pcVar15 + 0x16" identifier != (binary_expression "pcVar15 + 0x16" identifier + number_literal)) )) ;) (expression_statement "pcVar15[0x16] = '\0';" (assignment_expression "pcVar15[0x16] = '\0'" (subscript_expression "pcVar15[0x16]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" if (parenthesized_expression "(local_40 != *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_40 != *(long *)(in_FS_OFFSET + 0x28)" identifier != (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" { comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })) (return_statement "return param_1;" return identifier ;) }))) | (translation_unit "char * md5_crypt(char *result,uchar *pw,uchar *salt)\n\n{\n long lVar1;\n char cVar2;\n uint uVar3;\n size_t sVar4;\n size_t len;\n ulong uVar5;\n long lVar6;\n char *pcVar7;\n char *pcVar8;\n char cVar9;\n uint uVar10;\n int iVar11;\n ulong len_00;\n byte *resbuf;\n byte *buffer;\n char *pcVar12;\n char *pcVar13;\n int iVar14;\n uint uVar15;\n long in_FS_OFFSET;\n size_t local_158;\n long local_150;\n md5_ctx_t ctx;\n md5_ctx_t ctx1;\n uchar final [17];\n \n len_00 = 3;\n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n do {\n if ((salt[len_00] == '\0') || (salt[len_00] == '$')) {\n local_158 = (size_t)((int)len_00 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n len_00 = len_00 + 1;\n } while (len_00 != 0xb);\n local_150 = 0xc;\n local_158 = 8;\nLAB_001a668a:\n md5_begin(&ctx);\n sVar4 = strlen((char *)pw);\n uVar15 = (uint)sVar4;\n len = (size_t)(int)uVar15;\n md5_hash(&ctx,pw,len);\n md5_hash(&ctx,salt,len_00);\n uVar3 = (uint)len_00;\n uVar5 = len_00 & 0xffffffff;\n if (uVar3 < 8) {\n if ((len_00 & 4) == 0) {\n if ((uVar3 != 0) && (*result = *salt, (len_00 & 2) != 0)) {\n *(undefined2 *)(result + (uVar5 - 2)) = *(undefined2 *)(salt + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)result = *(undefined4 *)salt;\n *(undefined4 *)(result + (uVar5 - 4)) = *(undefined4 *)(salt + (uVar5 - 4));\n }\n }\n else {\n *(undefined8 *)result = *(undefined8 *)salt;\n *(undefined8 *)(result + ((len_00 & 0xffffffff) - 8)) =\n *(undefined8 *)(salt + ((len_00 & 0xffffffff) - 8));\n lVar6 = (long)result - ((ulong)(result + 8) & 0xfffffffffffffff8);\n uVar3 = (int)lVar6 + uVar3 & 0xfffffff8;\n if (7 < uVar3) {\n uVar10 = 0;\n do {\n uVar5 = (ulong)uVar10;\n uVar10 = uVar10 + 8;\n *(undefined8 *)(((ulong)(result + 8) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)(salt + (uVar5 - lVar6));\n } while (uVar10 < uVar3);\n }\n }\n result[len_00] = '$';\n md5_begin(&ctx1);\n md5_hash(&ctx1,pw,len);\n resbuf = final;\n md5_hash(&ctx1,salt + 3,local_158);\n md5_hash(&ctx1,pw,len);\n md5_end(&ctx1,resbuf);\n if ((int)uVar15 < 1) {\n final[0x10] = '\0';\n final[0] = '\0';\n final[1] = '\0';\n final[2] = '\0';\n final[3] = '\0';\n final[4] = '\0';\n final[5] = '\0';\n final[6] = '\0';\n final[7] = '\0';\n final[8] = '\0';\n final[9] = '\0';\n final[10] = '\0';\n final[0xb] = '\0';\n final[0xc] = '\0';\n final[0xd] = '\0';\n final[0xe] = '\0';\n final[0xf] = '\0';\n if (uVar15 == 0) goto LAB_001a681e;\n }\n else {\n do {\n iVar14 = (int)sVar4;\n iVar11 = 0x10;\n if (iVar14 < 0x11) {\n iVar11 = iVar14;\n }\n sVar4 = (size_t)(iVar14 - 0x10U);\n md5_hash(&ctx,resbuf,(long)iVar11);\n } while (iVar14 - 0x10U != (uVar15 - 0x10) - (uVar15 - 1 & 0xfffffff0));\n final[0x10] = '\0';\n final[0] = '\0';\n final[1] = '\0';\n final[2] = '\0';\n final[3] = '\0';\n final[4] = '\0';\n final[5] = '\0';\n final[6] = '\0';\n final[7] = '\0';\n final[8] = '\0';\n final[9] = '\0';\n final[10] = '\0';\n final[0xb] = '\0';\n final[0xc] = '\0';\n final[0xd] = '\0';\n final[0xe] = '\0';\n final[0xf] = '\0';\n }\n do {\n buffer = pw;\n if ((uVar15 & 1) != 0) {\n buffer = resbuf;\n }\n md5_hash(&ctx,buffer,1);\n uVar15 = (int)uVar15 >> 1;\n } while (uVar15 != 0);\nLAB_001a681e:\n uVar15 = 0;\n md5_end(&ctx,resbuf);\n do {\n md5_begin(&ctx1);\n if ((uVar15 & 1) == 0) {\n md5_hash(&ctx1,resbuf,0x10);\n }\n else {\n md5_hash(&ctx1,pw,len);\n }\n if (uVar15 != (uVar15 / 3) * 3) {\n md5_hash(&ctx1,salt + 3,local_158);\n }\n if (uVar15 != (uVar15 / 7) * 7) {\n md5_hash(&ctx1,pw,len);\n }\n if ((uVar15 & 1) == 0) {\n md5_hash(&ctx1,pw,len);\n }\n else {\n md5_hash(&ctx1,resbuf,0x10);\n }\n uVar15 = uVar15 + 1;\n md5_end(&ctx1,resbuf);\n } while (uVar15 != 1000);\n pcVar12 = result + local_150;\n final[0x10] = final[5];\n pcVar8 = pcVar12;\n do {\n pcVar13 = pcVar8 + 4;\n uVar15 = (uint)*resbuf << 0x10 | (uint)resbuf[6] << 8 | (uint)resbuf[0xc];\n pcVar7 = pcVar8;\n do {\n uVar3 = uVar15 & 0x3f;\n cVar9 = '.';\n if ((uVar3 != 0) && (cVar9 = '/', uVar3 != 1)) {\n cVar2 = (char)uVar3;\n cVar9 = cVar2 + '.';\n if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar15 = uVar15 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar13);\n resbuf = resbuf + 1;\n } while (pcVar8 != pcVar12 + 0x14);\n uVar15 = (uint)final[0xb];\n pcVar8 = pcVar12 + 0x14;\n do {\n uVar3 = uVar15 & 0x3f;\n cVar9 = '.';\n if ((uVar3 != 0) && (cVar9 = '/', uVar3 != 1)) {\n cVar2 = (char)uVar3;\n cVar9 = cVar2 + '.';\n if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }\n }\n pcVar13 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar15 = uVar15 >> 6;\n pcVar8 = pcVar13;\n } while (pcVar13 != pcVar12 + 0x16);\n pcVar12[0x16] = '\0';\n if (lVar1 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return result;\n}\n\n" (function_definition "char * md5_crypt(char *result,uchar *pw,uchar *salt)\n\n{\n long lVar1;\n char cVar2;\n uint uVar3;\n size_t sVar4;\n size_t len;\n ulong uVar5;\n long lVar6;\n char *pcVar7;\n char *pcVar8;\n char cVar9;\n uint uVar10;\n int iVar11;\n ulong len_00;\n byte *resbuf;\n byte *buffer;\n char *pcVar12;\n char *pcVar13;\n int iVar14;\n uint uVar15;\n long in_FS_OFFSET;\n size_t local_158;\n long local_150;\n md5_ctx_t ctx;\n md5_ctx_t ctx1;\n uchar final [17];\n \n len_00 = 3;\n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n do {\n if ((salt[len_00] == '\0') || (salt[len_00] == '$')) {\n local_158 = (size_t)((int)len_00 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n len_00 = len_00 + 1;\n } while (len_00 != 0xb);\n local_150 = 0xc;\n local_158 = 8;\nLAB_001a668a:\n md5_begin(&ctx);\n sVar4 = strlen((char *)pw);\n uVar15 = (uint)sVar4;\n len = (size_t)(int)uVar15;\n md5_hash(&ctx,pw,len);\n md5_hash(&ctx,salt,len_00);\n uVar3 = (uint)len_00;\n uVar5 = len_00 & 0xffffffff;\n if (uVar3 < 8) {\n if ((len_00 & 4) == 0) {\n if ((uVar3 != 0) && (*result = *salt, (len_00 & 2) != 0)) {\n *(undefined2 *)(result + (uVar5 - 2)) = *(undefined2 *)(salt + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)result = *(undefined4 *)salt;\n *(undefined4 *)(result + (uVar5 - 4)) = *(undefined4 *)(salt + (uVar5 - 4));\n }\n }\n else {\n *(undefined8 *)result = *(undefined8 *)salt;\n *(undefined8 *)(result + ((len_00 & 0xffffffff) - 8)) =\n *(undefined8 *)(salt + ((len_00 & 0xffffffff) - 8));\n lVar6 = (long)result - ((ulong)(result + 8) & 0xfffffffffffffff8);\n uVar3 = (int)lVar6 + uVar3 & 0xfffffff8;\n if (7 < uVar3) {\n uVar10 = 0;\n do {\n uVar5 = (ulong)uVar10;\n uVar10 = uVar10 + 8;\n *(undefined8 *)(((ulong)(result + 8) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)(salt + (uVar5 - lVar6));\n } while (uVar10 < uVar3);\n }\n }\n result[len_00] = '$';\n md5_begin(&ctx1);\n md5_hash(&ctx1,pw,len);\n resbuf = final;\n md5_hash(&ctx1,salt + 3,local_158);\n md5_hash(&ctx1,pw,len);\n md5_end(&ctx1,resbuf);\n if ((int)uVar15 < 1) {\n final[0x10] = '\0';\n final[0] = '\0';\n final[1] = '\0';\n final[2] = '\0';\n final[3] = '\0';\n final[4] = '\0';\n final[5] = '\0';\n final[6] = '\0';\n final[7] = '\0';\n final[8] = '\0';\n final[9] = '\0';\n final[10] = '\0';\n final[0xb] = '\0';\n final[0xc] = '\0';\n final[0xd] = '\0';\n final[0xe] = '\0';\n final[0xf] = '\0';\n if (uVar15 == 0) goto LAB_001a681e;\n }\n else {\n do {\n iVar14 = (int)sVar4;\n iVar11 = 0x10;\n if (iVar14 < 0x11) {\n iVar11 = iVar14;\n }\n sVar4 = (size_t)(iVar14 - 0x10U);\n md5_hash(&ctx,resbuf,(long)iVar11);\n } while (iVar14 - 0x10U != (uVar15 - 0x10) - (uVar15 - 1 & 0xfffffff0));\n final[0x10] = '\0';\n final[0] = '\0';\n final[1] = '\0';\n final[2] = '\0';\n final[3] = '\0';\n final[4] = '\0';\n final[5] = '\0';\n final[6] = '\0';\n final[7] = '\0';\n final[8] = '\0';\n final[9] = '\0';\n final[10] = '\0';\n final[0xb] = '\0';\n final[0xc] = '\0';\n final[0xd] = '\0';\n final[0xe] = '\0';\n final[0xf] = '\0';\n }\n do {\n buffer = pw;\n if ((uVar15 & 1) != 0) {\n buffer = resbuf;\n }\n md5_hash(&ctx,buffer,1);\n uVar15 = (int)uVar15 >> 1;\n } while (uVar15 != 0);\nLAB_001a681e:\n uVar15 = 0;\n md5_end(&ctx,resbuf);\n do {\n md5_begin(&ctx1);\n if ((uVar15 & 1) == 0) {\n md5_hash(&ctx1,resbuf,0x10);\n }\n else {\n md5_hash(&ctx1,pw,len);\n }\n if (uVar15 != (uVar15 / 3) * 3) {\n md5_hash(&ctx1,salt + 3,local_158);\n }\n if (uVar15 != (uVar15 / 7) * 7) {\n md5_hash(&ctx1,pw,len);\n }\n if ((uVar15 & 1) == 0) {\n md5_hash(&ctx1,pw,len);\n }\n else {\n md5_hash(&ctx1,resbuf,0x10);\n }\n uVar15 = uVar15 + 1;\n md5_end(&ctx1,resbuf);\n } while (uVar15 != 1000);\n pcVar12 = result + local_150;\n final[0x10] = final[5];\n pcVar8 = pcVar12;\n do {\n pcVar13 = pcVar8 + 4;\n uVar15 = (uint)*resbuf << 0x10 | (uint)resbuf[6] << 8 | (uint)resbuf[0xc];\n pcVar7 = pcVar8;\n do {\n uVar3 = uVar15 & 0x3f;\n cVar9 = '.';\n if ((uVar3 != 0) && (cVar9 = '/', uVar3 != 1)) {\n cVar2 = (char)uVar3;\n cVar9 = cVar2 + '.';\n if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar15 = uVar15 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar13);\n resbuf = resbuf + 1;\n } while (pcVar8 != pcVar12 + 0x14);\n uVar15 = (uint)final[0xb];\n pcVar8 = pcVar12 + 0x14;\n do {\n uVar3 = uVar15 & 0x3f;\n cVar9 = '.';\n if ((uVar3 != 0) && (cVar9 = '/', uVar3 != 1)) {\n cVar2 = (char)uVar3;\n cVar9 = cVar2 + '.';\n if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }\n }\n pcVar13 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar15 = uVar15 >> 6;\n pcVar8 = pcVar13;\n } while (pcVar13 != pcVar12 + 0x16);\n pcVar12[0x16] = '\0';\n if (lVar1 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return result;\n}" primitive_type (pointer_declarator "* md5_crypt(char *result,uchar *pw,uchar *salt)" * (function_declarator "md5_crypt(char *result,uchar *pw,uchar *salt)" identifier (parameter_list "(char *result,uchar *pw,uchar *salt)" ( (parameter_declaration "char *result" primitive_type (pointer_declarator "*result" * identifier)) , (parameter_declaration "uchar *pw" type_identifier (pointer_declarator "*pw" * identifier)) , (parameter_declaration "uchar *salt" type_identifier (pointer_declarator "*salt" * identifier)) )))) (compound_statement "{\n long lVar1;\n char cVar2;\n uint uVar3;\n size_t sVar4;\n size_t len;\n ulong uVar5;\n long lVar6;\n char *pcVar7;\n char *pcVar8;\n char cVar9;\n uint uVar10;\n int iVar11;\n ulong len_00;\n byte *resbuf;\n byte *buffer;\n char *pcVar12;\n char *pcVar13;\n int iVar14;\n uint uVar15;\n long in_FS_OFFSET;\n size_t local_158;\n long local_150;\n md5_ctx_t ctx;\n md5_ctx_t ctx1;\n uchar final [17];\n \n len_00 = 3;\n lVar1 = *(long *)(in_FS_OFFSET + 0x28);\n do {\n if ((salt[len_00] == '\0') || (salt[len_00] == '$')) {\n local_158 = (size_t)((int)len_00 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n len_00 = len_00 + 1;\n } while (len_00 != 0xb);\n local_150 = 0xc;\n local_158 = 8;\nLAB_001a668a:\n md5_begin(&ctx);\n sVar4 = strlen((char *)pw);\n uVar15 = (uint)sVar4;\n len = (size_t)(int)uVar15;\n md5_hash(&ctx,pw,len);\n md5_hash(&ctx,salt,len_00);\n uVar3 = (uint)len_00;\n uVar5 = len_00 & 0xffffffff;\n if (uVar3 < 8) {\n if ((len_00 & 4) == 0) {\n if ((uVar3 != 0) && (*result = *salt, (len_00 & 2) != 0)) {\n *(undefined2 *)(result + (uVar5 - 2)) = *(undefined2 *)(salt + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)result = *(undefined4 *)salt;\n *(undefined4 *)(result + (uVar5 - 4)) = *(undefined4 *)(salt + (uVar5 - 4));\n }\n }\n else {\n *(undefined8 *)result = *(undefined8 *)salt;\n *(undefined8 *)(result + ((len_00 & 0xffffffff) - 8)) =\n *(undefined8 *)(salt + ((len_00 & 0xffffffff) - 8));\n lVar6 = (long)result - ((ulong)(result + 8) & 0xfffffffffffffff8);\n uVar3 = (int)lVar6 + uVar3 & 0xfffffff8;\n if (7 < uVar3) {\n uVar10 = 0;\n do {\n uVar5 = (ulong)uVar10;\n uVar10 = uVar10 + 8;\n *(undefined8 *)(((ulong)(result + 8) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)(salt + (uVar5 - lVar6));\n } while (uVar10 < uVar3);\n }\n }\n result[len_00] = '$';\n md5_begin(&ctx1);\n md5_hash(&ctx1,pw,len);\n resbuf = final;\n md5_hash(&ctx1,salt + 3,local_158);\n md5_hash(&ctx1,pw,len);\n md5_end(&ctx1,resbuf);\n if ((int)uVar15 < 1) {\n final[0x10] = '\0';\n final[0] = '\0';\n final[1] = '\0';\n final[2] = '\0';\n final[3] = '\0';\n final[4] = '\0';\n final[5] = '\0';\n final[6] = '\0';\n final[7] = '\0';\n final[8] = '\0';\n final[9] = '\0';\n final[10] = '\0';\n final[0xb] = '\0';\n final[0xc] = '\0';\n final[0xd] = '\0';\n final[0xe] = '\0';\n final[0xf] = '\0';\n if (uVar15 == 0) goto LAB_001a681e;\n }\n else {\n do {\n iVar14 = (int)sVar4;\n iVar11 = 0x10;\n if (iVar14 < 0x11) {\n iVar11 = iVar14;\n }\n sVar4 = (size_t)(iVar14 - 0x10U);\n md5_hash(&ctx,resbuf,(long)iVar11);\n } while (iVar14 - 0x10U != (uVar15 - 0x10) - (uVar15 - 1 & 0xfffffff0));\n final[0x10] = '\0';\n final[0] = '\0';\n final[1] = '\0';\n final[2] = '\0';\n final[3] = '\0';\n final[4] = '\0';\n final[5] = '\0';\n final[6] = '\0';\n final[7] = '\0';\n final[8] = '\0';\n final[9] = '\0';\n final[10] = '\0';\n final[0xb] = '\0';\n final[0xc] = '\0';\n final[0xd] = '\0';\n final[0xe] = '\0';\n final[0xf] = '\0';\n }\n do {\n buffer = pw;\n if ((uVar15 & 1) != 0) {\n buffer = resbuf;\n }\n md5_hash(&ctx,buffer,1);\n uVar15 = (int)uVar15 >> 1;\n } while (uVar15 != 0);\nLAB_001a681e:\n uVar15 = 0;\n md5_end(&ctx,resbuf);\n do {\n md5_begin(&ctx1);\n if ((uVar15 & 1) == 0) {\n md5_hash(&ctx1,resbuf,0x10);\n }\n else {\n md5_hash(&ctx1,pw,len);\n }\n if (uVar15 != (uVar15 / 3) * 3) {\n md5_hash(&ctx1,salt + 3,local_158);\n }\n if (uVar15 != (uVar15 / 7) * 7) {\n md5_hash(&ctx1,pw,len);\n }\n if ((uVar15 & 1) == 0) {\n md5_hash(&ctx1,pw,len);\n }\n else {\n md5_hash(&ctx1,resbuf,0x10);\n }\n uVar15 = uVar15 + 1;\n md5_end(&ctx1,resbuf);\n } while (uVar15 != 1000);\n pcVar12 = result + local_150;\n final[0x10] = final[5];\n pcVar8 = pcVar12;\n do {\n pcVar13 = pcVar8 + 4;\n uVar15 = (uint)*resbuf << 0x10 | (uint)resbuf[6] << 8 | (uint)resbuf[0xc];\n pcVar7 = pcVar8;\n do {\n uVar3 = uVar15 & 0x3f;\n cVar9 = '.';\n if ((uVar3 != 0) && (cVar9 = '/', uVar3 != 1)) {\n cVar2 = (char)uVar3;\n cVar9 = cVar2 + '.';\n if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar15 = uVar15 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar13);\n resbuf = resbuf + 1;\n } while (pcVar8 != pcVar12 + 0x14);\n uVar15 = (uint)final[0xb];\n pcVar8 = pcVar12 + 0x14;\n do {\n uVar3 = uVar15 & 0x3f;\n cVar9 = '.';\n if ((uVar3 != 0) && (cVar9 = '/', uVar3 != 1)) {\n cVar2 = (char)uVar3;\n cVar9 = cVar2 + '.';\n if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }\n }\n pcVar13 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar15 = uVar15 >> 6;\n pcVar8 = pcVar13;\n } while (pcVar13 != pcVar12 + 0x16);\n pcVar12[0x16] = '\0';\n if (lVar1 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }\n return result;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "size_t sVar4;" primitive_type identifier ;) (declaration "size_t len;" primitive_type identifier ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "char cVar9;" primitive_type identifier ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "ulong len_00;" type_identifier identifier ;) (declaration "byte *resbuf;" type_identifier (pointer_declarator "*resbuf" * identifier) ;) (declaration "byte *buffer;" type_identifier (pointer_declarator "*buffer" * identifier) ;) (declaration "char *pcVar12;" primitive_type (pointer_declarator "*pcVar12" * identifier) ;) (declaration "char *pcVar13;" primitive_type (pointer_declarator "*pcVar13" * identifier) ;) (declaration "int iVar14;" primitive_type identifier ;) (declaration "uint uVar15;" type_identifier identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "size_t local_158;" primitive_type identifier ;) (declaration "long local_150;" (sized_type_specifier "long" long) identifier ;) (declaration "md5_ctx_t ctx;" type_identifier identifier ;) (declaration "md5_ctx_t ctx1;" type_identifier identifier ;) (declaration "uchar final [17];" type_identifier (array_declarator "final [17]" identifier [ number_literal ]) ;) (expression_statement "len_00 = 3;" (assignment_expression "len_00 = 3" identifier = number_literal) ;) (expression_statement "lVar1 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "lVar1 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (do_statement "do {\n if ((salt[len_00] == '\0') || (salt[len_00] == '$')) {\n local_158 = (size_t)((int)len_00 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n len_00 = len_00 + 1;\n } while (len_00 != 0xb);" do (compound_statement "{\n if ((salt[len_00] == '\0') || (salt[len_00] == '$')) {\n local_158 = (size_t)((int)len_00 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n len_00 = len_00 + 1;\n }" { (if_statement "if ((salt[len_00] == '\0') || (salt[len_00] == '$')) {\n local_158 = (size_t)((int)len_00 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }" if (parenthesized_expression "((salt[len_00] == '\0') || (salt[len_00] == '$'))" ( (binary_expression "(salt[len_00] == '\0') || (salt[len_00] == '$')" (parenthesized_expression "(salt[len_00] == '\0')" ( (binary_expression "salt[len_00] == '\0'" (subscript_expression "salt[len_00]" identifier [ identifier ]) == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(salt[len_00] == '$')" ( (binary_expression "salt[len_00] == '$'" (subscript_expression "salt[len_00]" identifier [ identifier ]) == (char_literal "'$'" ' character ')) ))) )) (compound_statement "{\n local_158 = (size_t)((int)len_00 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }" { (expression_statement "local_158 = (size_t)((int)len_00 + -3);" (assignment_expression "local_158 = (size_t)((int)len_00 + -3)" identifier = (cast_expression "(size_t)((int)len_00 + -3)" ( (type_descriptor "size_t" primitive_type) ) (parenthesized_expression "((int)len_00 + -3)" ( (binary_expression "(int)len_00 + -3" (cast_expression "(int)len_00" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (expression_statement "local_150 = local_158 + 4;" (assignment_expression "local_150 = local_158 + 4" identifier = (binary_expression "local_158 + 4" identifier + number_literal)) ;) (goto_statement "goto LAB_001a668a;" goto statement_identifier ;) })) (expression_statement "len_00 = len_00 + 1;" (assignment_expression "len_00 = len_00 + 1" identifier = (binary_expression "len_00 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(len_00 != 0xb)" ( (binary_expression "len_00 != 0xb" identifier != number_literal) )) ;) (expression_statement "local_150 = 0xc;" (assignment_expression "local_150 = 0xc" identifier = number_literal) ;) (expression_statement "local_158 = 8;" (assignment_expression "local_158 = 8" identifier = number_literal) ;) (labeled_statement "LAB_001a668a:\n md5_begin(&ctx);" statement_identifier : (expression_statement "md5_begin(&ctx);" (call_expression "md5_begin(&ctx)" identifier (argument_list "(&ctx)" ( (pointer_expression "&ctx" & identifier) ))) ;)) (expression_statement "sVar4 = strlen((char *)pw);" (assignment_expression "sVar4 = strlen((char *)pw)" identifier = (call_expression "strlen((char *)pw)" identifier (argument_list "((char *)pw)" ( (cast_expression "(char *)pw" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (expression_statement "uVar15 = (uint)sVar4;" (assignment_expression "uVar15 = (uint)sVar4" identifier = (cast_expression "(uint)sVar4" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "len = (size_t)(int)uVar15;" (assignment_expression "len = (size_t)(int)uVar15" identifier = (cast_expression "(size_t)(int)uVar15" ( (type_descriptor "size_t" primitive_type) ) (cast_expression "(int)uVar15" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "md5_hash(&ctx,pw,len);" (call_expression "md5_hash(&ctx,pw,len)" identifier (argument_list "(&ctx,pw,len)" ( (pointer_expression "&ctx" & identifier) , identifier , identifier ))) ;) (expression_statement "md5_hash(&ctx,salt,len_00);" (call_expression "md5_hash(&ctx,salt,len_00)" identifier (argument_list "(&ctx,salt,len_00)" ( (pointer_expression "&ctx" & identifier) , identifier , identifier ))) ;) (expression_statement "uVar3 = (uint)len_00;" (assignment_expression "uVar3 = (uint)len_00" identifier = (cast_expression "(uint)len_00" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "uVar5 = len_00 & 0xffffffff;" (assignment_expression "uVar5 = len_00 & 0xffffffff" identifier = (binary_expression "len_00 & 0xffffffff" identifier & number_literal)) ;) (if_statement "if (uVar3 < 8) {\n if ((len_00 & 4) == 0) {\n if ((uVar3 != 0) && (*result = *salt, (len_00 & 2) != 0)) {\n *(undefined2 *)(result + (uVar5 - 2)) = *(undefined2 *)(salt + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)result = *(undefined4 *)salt;\n *(undefined4 *)(result + (uVar5 - 4)) = *(undefined4 *)(salt + (uVar5 - 4));\n }\n }\n else {\n *(undefined8 *)result = *(undefined8 *)salt;\n *(undefined8 *)(result + ((len_00 & 0xffffffff) - 8)) =\n *(undefined8 *)(salt + ((len_00 & 0xffffffff) - 8));\n lVar6 = (long)result - ((ulong)(result + 8) & 0xfffffffffffffff8);\n uVar3 = (int)lVar6 + uVar3 & 0xfffffff8;\n if (7 < uVar3) {\n uVar10 = 0;\n do {\n uVar5 = (ulong)uVar10;\n uVar10 = uVar10 + 8;\n *(undefined8 *)(((ulong)(result + 8) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)(salt + (uVar5 - lVar6));\n } while (uVar10 < uVar3);\n }\n }" if (parenthesized_expression "(uVar3 < 8)" ( (binary_expression "uVar3 < 8" identifier < number_literal) )) (compound_statement "{\n if ((len_00 & 4) == 0) {\n if ((uVar3 != 0) && (*result = *salt, (len_00 & 2) != 0)) {\n *(undefined2 *)(result + (uVar5 - 2)) = *(undefined2 *)(salt + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)result = *(undefined4 *)salt;\n *(undefined4 *)(result + (uVar5 - 4)) = *(undefined4 *)(salt + (uVar5 - 4));\n }\n }" { (if_statement "if ((len_00 & 4) == 0) {\n if ((uVar3 != 0) && (*result = *salt, (len_00 & 2) != 0)) {\n *(undefined2 *)(result + (uVar5 - 2)) = *(undefined2 *)(salt + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)result = *(undefined4 *)salt;\n *(undefined4 *)(result + (uVar5 - 4)) = *(undefined4 *)(salt + (uVar5 - 4));\n }" if (parenthesized_expression "((len_00 & 4) == 0)" ( (binary_expression "(len_00 & 4) == 0" (parenthesized_expression "(len_00 & 4)" ( (binary_expression "len_00 & 4" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n if ((uVar3 != 0) && (*result = *salt, (len_00 & 2) != 0)) {\n *(undefined2 *)(result + (uVar5 - 2)) = *(undefined2 *)(salt + (uVar5 - 2));\n }\n }" { (if_statement "if ((uVar3 != 0) && (*result = *salt, (len_00 & 2) != 0)) {\n *(undefined2 *)(result + (uVar5 - 2)) = *(undefined2 *)(salt + (uVar5 - 2));\n }" if (parenthesized_expression "((uVar3 != 0) && (*result = *salt, (len_00 & 2) != 0))" ( (binary_expression "(uVar3 != 0) && (*result = *salt, (len_00 & 2) != 0)" (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) && (parenthesized_expression "(*result = *salt, (len_00 & 2) != 0)" ( (comma_expression "*result = *salt, (len_00 & 2) != 0" (assignment_expression "*result = *salt" (pointer_expression "*result" * identifier) = (pointer_expression "*salt" * identifier)) , (binary_expression "(len_00 & 2) != 0" (parenthesized_expression "(len_00 & 2)" ( (binary_expression "len_00 & 2" identifier & number_literal) )) != number_literal)) ))) )) (compound_statement "{\n *(undefined2 *)(result + (uVar5 - 2)) = *(undefined2 *)(salt + (uVar5 - 2));\n }" { (expression_statement "*(undefined2 *)(result + (uVar5 - 2)) = *(undefined2 *)(salt + (uVar5 - 2));" (assignment_expression "*(undefined2 *)(result + (uVar5 - 2)) = *(undefined2 *)(salt + (uVar5 - 2))" (pointer_expression "*(undefined2 *)(result + (uVar5 - 2))" * (cast_expression "(undefined2 *)(result + (uVar5 - 2))" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(result + (uVar5 - 2))" ( (binary_expression "result + (uVar5 - 2)" identifier + (parenthesized_expression "(uVar5 - 2)" ( (binary_expression "uVar5 - 2" identifier - number_literal) ))) )))) = (pointer_expression "*(undefined2 *)(salt + (uVar5 - 2))" * (cast_expression "(undefined2 *)(salt + (uVar5 - 2))" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(salt + (uVar5 - 2))" ( (binary_expression "salt + (uVar5 - 2)" identifier + (parenthesized_expression "(uVar5 - 2)" ( (binary_expression "uVar5 - 2" identifier - number_literal) ))) ))))) ;) })) }) (else_clause "else {\n *(undefined4 *)result = *(undefined4 *)salt;\n *(undefined4 *)(result + (uVar5 - 4)) = *(undefined4 *)(salt + (uVar5 - 4));\n }" else (compound_statement "{\n *(undefined4 *)result = *(undefined4 *)salt;\n *(undefined4 *)(result + (uVar5 - 4)) = *(undefined4 *)(salt + (uVar5 - 4));\n }" { (expression_statement "*(undefined4 *)result = *(undefined4 *)salt;" (assignment_expression "*(undefined4 *)result = *(undefined4 *)salt" (pointer_expression "*(undefined4 *)result" * (cast_expression "(undefined4 *)result" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (pointer_expression "*(undefined4 *)salt" * (cast_expression "(undefined4 *)salt" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "*(undefined4 *)(result + (uVar5 - 4)) = *(undefined4 *)(salt + (uVar5 - 4));" (assignment_expression "*(undefined4 *)(result + (uVar5 - 4)) = *(undefined4 *)(salt + (uVar5 - 4))" (pointer_expression "*(undefined4 *)(result + (uVar5 - 4))" * (cast_expression "(undefined4 *)(result + (uVar5 - 4))" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(result + (uVar5 - 4))" ( (binary_expression "result + (uVar5 - 4)" identifier + (parenthesized_expression "(uVar5 - 4)" ( (binary_expression "uVar5 - 4" identifier - number_literal) ))) )))) = (pointer_expression "*(undefined4 *)(salt + (uVar5 - 4))" * (cast_expression "(undefined4 *)(salt + (uVar5 - 4))" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(salt + (uVar5 - 4))" ( (binary_expression "salt + (uVar5 - 4)" identifier + (parenthesized_expression "(uVar5 - 4)" ( (binary_expression "uVar5 - 4" identifier - number_literal) ))) ))))) ;) }))) }) (else_clause "else {\n *(undefined8 *)result = *(undefined8 *)salt;\n *(undefined8 *)(result + ((len_00 & 0xffffffff) - 8)) =\n *(undefined8 *)(salt + ((len_00 & 0xffffffff) - 8));\n lVar6 = (long)result - ((ulong)(result + 8) & 0xfffffffffffffff8);\n uVar3 = (int)lVar6 + uVar3 & 0xfffffff8;\n if (7 < uVar3) {\n uVar10 = 0;\n do {\n uVar5 = (ulong)uVar10;\n uVar10 = uVar10 + 8;\n *(undefined8 *)(((ulong)(result + 8) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)(salt + (uVar5 - lVar6));\n } while (uVar10 < uVar3);\n }\n }" else (compound_statement "{\n *(undefined8 *)result = *(undefined8 *)salt;\n *(undefined8 *)(result + ((len_00 & 0xffffffff) - 8)) =\n *(undefined8 *)(salt + ((len_00 & 0xffffffff) - 8));\n lVar6 = (long)result - ((ulong)(result + 8) & 0xfffffffffffffff8);\n uVar3 = (int)lVar6 + uVar3 & 0xfffffff8;\n if (7 < uVar3) {\n uVar10 = 0;\n do {\n uVar5 = (ulong)uVar10;\n uVar10 = uVar10 + 8;\n *(undefined8 *)(((ulong)(result + 8) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)(salt + (uVar5 - lVar6));\n } while (uVar10 < uVar3);\n }\n }" { (expression_statement "*(undefined8 *)result = *(undefined8 *)salt;" (assignment_expression "*(undefined8 *)result = *(undefined8 *)salt" (pointer_expression "*(undefined8 *)result" * (cast_expression "(undefined8 *)result" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (pointer_expression "*(undefined8 *)salt" * (cast_expression "(undefined8 *)salt" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "*(undefined8 *)(result + ((len_00 & 0xffffffff) - 8)) =\n *(undefined8 *)(salt + ((len_00 & 0xffffffff) - 8));" (assignment_expression "*(undefined8 *)(result + ((len_00 & 0xffffffff) - 8)) =\n *(undefined8 *)(salt + ((len_00 & 0xffffffff) - 8))" (pointer_expression "*(undefined8 *)(result + ((len_00 & 0xffffffff) - 8))" * (cast_expression "(undefined8 *)(result + ((len_00 & 0xffffffff) - 8))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(result + ((len_00 & 0xffffffff) - 8))" ( (binary_expression "result + ((len_00 & 0xffffffff) - 8)" identifier + (parenthesized_expression "((len_00 & 0xffffffff) - 8)" ( (binary_expression "(len_00 & 0xffffffff) - 8" (parenthesized_expression "(len_00 & 0xffffffff)" ( (binary_expression "len_00 & 0xffffffff" identifier & number_literal) )) - number_literal) ))) )))) = (pointer_expression "*(undefined8 *)(salt + ((len_00 & 0xffffffff) - 8))" * (cast_expression "(undefined8 *)(salt + ((len_00 & 0xffffffff) - 8))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(salt + ((len_00 & 0xffffffff) - 8))" ( (binary_expression "salt + ((len_00 & 0xffffffff) - 8)" identifier + (parenthesized_expression "((len_00 & 0xffffffff) - 8)" ( (binary_expression "(len_00 & 0xffffffff) - 8" (parenthesized_expression "(len_00 & 0xffffffff)" ( (binary_expression "len_00 & 0xffffffff" identifier & number_literal) )) - number_literal) ))) ))))) ;) (expression_statement "lVar6 = (long)result - ((ulong)(result + 8) & 0xfffffffffffffff8);" (assignment_expression "lVar6 = (long)result - ((ulong)(result + 8) & 0xfffffffffffffff8)" identifier = (binary_expression "(long)result - ((ulong)(result + 8) & 0xfffffffffffffff8)" (cast_expression "(long)result" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (parenthesized_expression "((ulong)(result + 8) & 0xfffffffffffffff8)" ( (binary_expression "(ulong)(result + 8) & 0xfffffffffffffff8" (call_expression "(ulong)(result + 8)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(result + 8)" ( (binary_expression "result + 8" identifier + number_literal) ))) & number_literal) )))) ;) (expression_statement "uVar3 = (int)lVar6 + uVar3 & 0xfffffff8;" (assignment_expression "uVar3 = (int)lVar6 + uVar3 & 0xfffffff8" identifier = (binary_expression "(int)lVar6 + uVar3 & 0xfffffff8" (binary_expression "(int)lVar6 + uVar3" (cast_expression "(int)lVar6" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) & number_literal)) ;) (if_statement "if (7 < uVar3) {\n uVar10 = 0;\n do {\n uVar5 = (ulong)uVar10;\n uVar10 = uVar10 + 8;\n *(undefined8 *)(((ulong)(result + 8) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)(salt + (uVar5 - lVar6));\n } while (uVar10 < uVar3);\n }" if (parenthesized_expression "(7 < uVar3)" ( (binary_expression "7 < uVar3" number_literal < identifier) )) (compound_statement "{\n uVar10 = 0;\n do {\n uVar5 = (ulong)uVar10;\n uVar10 = uVar10 + 8;\n *(undefined8 *)(((ulong)(result + 8) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)(salt + (uVar5 - lVar6));\n } while (uVar10 < uVar3);\n }" { (expression_statement "uVar10 = 0;" (assignment_expression "uVar10 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar5 = (ulong)uVar10;\n uVar10 = uVar10 + 8;\n *(undefined8 *)(((ulong)(result + 8) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)(salt + (uVar5 - lVar6));\n } while (uVar10 < uVar3);" do (compound_statement "{\n uVar5 = (ulong)uVar10;\n uVar10 = uVar10 + 8;\n *(undefined8 *)(((ulong)(result + 8) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)(salt + (uVar5 - lVar6));\n }" { (expression_statement "uVar5 = (ulong)uVar10;" (assignment_expression "uVar5 = (ulong)uVar10" identifier = (cast_expression "(ulong)uVar10" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) (expression_statement "uVar10 = uVar10 + 8;" (assignment_expression "uVar10 = uVar10 + 8" identifier = (binary_expression "uVar10 + 8" identifier + number_literal)) ;) (expression_statement "*(undefined8 *)(((ulong)(result + 8) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)(salt + (uVar5 - lVar6));" (assignment_expression "*(undefined8 *)(((ulong)(result + 8) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)(salt + (uVar5 - lVar6))" (pointer_expression "*(undefined8 *)(((ulong)(result + 8) & 0xfffffffffffffff8) + uVar5)" * (cast_expression "(undefined8 *)(((ulong)(result + 8) & 0xfffffffffffffff8) + uVar5)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(((ulong)(result + 8) & 0xfffffffffffffff8) + uVar5)" ( (binary_expression "((ulong)(result + 8) & 0xfffffffffffffff8) + uVar5" (parenthesized_expression "((ulong)(result + 8) & 0xfffffffffffffff8)" ( (binary_expression "(ulong)(result + 8) & 0xfffffffffffffff8" (call_expression "(ulong)(result + 8)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(result + 8)" ( (binary_expression "result + 8" identifier + number_literal) ))) & number_literal) )) + identifier) )))) = (pointer_expression "*(undefined8 *)(salt + (uVar5 - lVar6))" * (cast_expression "(undefined8 *)(salt + (uVar5 - lVar6))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(salt + (uVar5 - lVar6))" ( (binary_expression "salt + (uVar5 - lVar6)" identifier + (parenthesized_expression "(uVar5 - lVar6)" ( (binary_expression "uVar5 - lVar6" identifier - identifier) ))) ))))) ;) }) while (parenthesized_expression "(uVar10 < uVar3)" ( (binary_expression "uVar10 < uVar3" identifier < identifier) )) ;) })) }))) (expression_statement "result[len_00] = '$';" (assignment_expression "result[len_00] = '$'" (subscript_expression "result[len_00]" identifier [ identifier ]) = (char_literal "'$'" ' character ')) ;) (expression_statement "md5_begin(&ctx1);" (call_expression "md5_begin(&ctx1)" identifier (argument_list "(&ctx1)" ( (pointer_expression "&ctx1" & identifier) ))) ;) (expression_statement "md5_hash(&ctx1,pw,len);" (call_expression "md5_hash(&ctx1,pw,len)" identifier (argument_list "(&ctx1,pw,len)" ( (pointer_expression "&ctx1" & identifier) , identifier , identifier ))) ;) (expression_statement "resbuf = final;" (assignment_expression "resbuf = final" identifier = identifier) ;) (expression_statement "md5_hash(&ctx1,salt + 3,local_158);" (call_expression "md5_hash(&ctx1,salt + 3,local_158)" identifier (argument_list "(&ctx1,salt + 3,local_158)" ( (pointer_expression "&ctx1" & identifier) , (binary_expression "salt + 3" identifier + number_literal) , identifier ))) ;) (expression_statement "md5_hash(&ctx1,pw,len);" (call_expression "md5_hash(&ctx1,pw,len)" identifier (argument_list "(&ctx1,pw,len)" ( (pointer_expression "&ctx1" & identifier) , identifier , identifier ))) ;) (expression_statement "md5_end(&ctx1,resbuf);" (call_expression "md5_end(&ctx1,resbuf)" identifier (argument_list "(&ctx1,resbuf)" ( (pointer_expression "&ctx1" & identifier) , identifier ))) ;) (if_statement "if ((int)uVar15 < 1) {\n final[0x10] = '\0';\n final[0] = '\0';\n final[1] = '\0';\n final[2] = '\0';\n final[3] = '\0';\n final[4] = '\0';\n final[5] = '\0';\n final[6] = '\0';\n final[7] = '\0';\n final[8] = '\0';\n final[9] = '\0';\n final[10] = '\0';\n final[0xb] = '\0';\n final[0xc] = '\0';\n final[0xd] = '\0';\n final[0xe] = '\0';\n final[0xf] = '\0';\n if (uVar15 == 0) goto LAB_001a681e;\n }\n else {\n do {\n iVar14 = (int)sVar4;\n iVar11 = 0x10;\n if (iVar14 < 0x11) {\n iVar11 = iVar14;\n }\n sVar4 = (size_t)(iVar14 - 0x10U);\n md5_hash(&ctx,resbuf,(long)iVar11);\n } while (iVar14 - 0x10U != (uVar15 - 0x10) - (uVar15 - 1 & 0xfffffff0));\n final[0x10] = '\0';\n final[0] = '\0';\n final[1] = '\0';\n final[2] = '\0';\n final[3] = '\0';\n final[4] = '\0';\n final[5] = '\0';\n final[6] = '\0';\n final[7] = '\0';\n final[8] = '\0';\n final[9] = '\0';\n final[10] = '\0';\n final[0xb] = '\0';\n final[0xc] = '\0';\n final[0xd] = '\0';\n final[0xe] = '\0';\n final[0xf] = '\0';\n }" if (parenthesized_expression "((int)uVar15 < 1)" ( (binary_expression "(int)uVar15 < 1" (cast_expression "(int)uVar15" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n final[0x10] = '\0';\n final[0] = '\0';\n final[1] = '\0';\n final[2] = '\0';\n final[3] = '\0';\n final[4] = '\0';\n final[5] = '\0';\n final[6] = '\0';\n final[7] = '\0';\n final[8] = '\0';\n final[9] = '\0';\n final[10] = '\0';\n final[0xb] = '\0';\n final[0xc] = '\0';\n final[0xd] = '\0';\n final[0xe] = '\0';\n final[0xf] = '\0';\n if (uVar15 == 0) goto LAB_001a681e;\n }" { (expression_statement "final[0x10] = '\0';" (assignment_expression "final[0x10] = '\0'" (subscript_expression "final[0x10]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[0] = '\0';" (assignment_expression "final[0] = '\0'" (subscript_expression "final[0]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[1] = '\0';" (assignment_expression "final[1] = '\0'" (subscript_expression "final[1]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[2] = '\0';" (assignment_expression "final[2] = '\0'" (subscript_expression "final[2]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[3] = '\0';" (assignment_expression "final[3] = '\0'" (subscript_expression "final[3]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[4] = '\0';" (assignment_expression "final[4] = '\0'" (subscript_expression "final[4]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[5] = '\0';" (assignment_expression "final[5] = '\0'" (subscript_expression "final[5]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[6] = '\0';" (assignment_expression "final[6] = '\0'" (subscript_expression "final[6]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[7] = '\0';" (assignment_expression "final[7] = '\0'" (subscript_expression "final[7]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[8] = '\0';" (assignment_expression "final[8] = '\0'" (subscript_expression "final[8]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[9] = '\0';" (assignment_expression "final[9] = '\0'" (subscript_expression "final[9]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[10] = '\0';" (assignment_expression "final[10] = '\0'" (subscript_expression "final[10]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[0xb] = '\0';" (assignment_expression "final[0xb] = '\0'" (subscript_expression "final[0xb]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[0xc] = '\0';" (assignment_expression "final[0xc] = '\0'" (subscript_expression "final[0xc]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[0xd] = '\0';" (assignment_expression "final[0xd] = '\0'" (subscript_expression "final[0xd]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[0xe] = '\0';" (assignment_expression "final[0xe] = '\0'" (subscript_expression "final[0xe]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[0xf] = '\0';" (assignment_expression "final[0xf] = '\0'" (subscript_expression "final[0xf]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (uVar15 == 0) goto LAB_001a681e;" if (parenthesized_expression "(uVar15 == 0)" ( (binary_expression "uVar15 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001a681e;" goto statement_identifier ;)) }) (else_clause "else {\n do {\n iVar14 = (int)sVar4;\n iVar11 = 0x10;\n if (iVar14 < 0x11) {\n iVar11 = iVar14;\n }\n sVar4 = (size_t)(iVar14 - 0x10U);\n md5_hash(&ctx,resbuf,(long)iVar11);\n } while (iVar14 - 0x10U != (uVar15 - 0x10) - (uVar15 - 1 & 0xfffffff0));\n final[0x10] = '\0';\n final[0] = '\0';\n final[1] = '\0';\n final[2] = '\0';\n final[3] = '\0';\n final[4] = '\0';\n final[5] = '\0';\n final[6] = '\0';\n final[7] = '\0';\n final[8] = '\0';\n final[9] = '\0';\n final[10] = '\0';\n final[0xb] = '\0';\n final[0xc] = '\0';\n final[0xd] = '\0';\n final[0xe] = '\0';\n final[0xf] = '\0';\n }" else (compound_statement "{\n do {\n iVar14 = (int)sVar4;\n iVar11 = 0x10;\n if (iVar14 < 0x11) {\n iVar11 = iVar14;\n }\n sVar4 = (size_t)(iVar14 - 0x10U);\n md5_hash(&ctx,resbuf,(long)iVar11);\n } while (iVar14 - 0x10U != (uVar15 - 0x10) - (uVar15 - 1 & 0xfffffff0));\n final[0x10] = '\0';\n final[0] = '\0';\n final[1] = '\0';\n final[2] = '\0';\n final[3] = '\0';\n final[4] = '\0';\n final[5] = '\0';\n final[6] = '\0';\n final[7] = '\0';\n final[8] = '\0';\n final[9] = '\0';\n final[10] = '\0';\n final[0xb] = '\0';\n final[0xc] = '\0';\n final[0xd] = '\0';\n final[0xe] = '\0';\n final[0xf] = '\0';\n }" { (do_statement "do {\n iVar14 = (int)sVar4;\n iVar11 = 0x10;\n if (iVar14 < 0x11) {\n iVar11 = iVar14;\n }\n sVar4 = (size_t)(iVar14 - 0x10U);\n md5_hash(&ctx,resbuf,(long)iVar11);\n } while (iVar14 - 0x10U != (uVar15 - 0x10) - (uVar15 - 1 & 0xfffffff0));" do (compound_statement "{\n iVar14 = (int)sVar4;\n iVar11 = 0x10;\n if (iVar14 < 0x11) {\n iVar11 = iVar14;\n }\n sVar4 = (size_t)(iVar14 - 0x10U);\n md5_hash(&ctx,resbuf,(long)iVar11);\n }" { (expression_statement "iVar14 = (int)sVar4;" (assignment_expression "iVar14 = (int)sVar4" identifier = (cast_expression "(int)sVar4" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "iVar11 = 0x10;" (assignment_expression "iVar11 = 0x10" identifier = number_literal) ;) (if_statement "if (iVar14 < 0x11) {\n iVar11 = iVar14;\n }" if (parenthesized_expression "(iVar14 < 0x11)" ( (binary_expression "iVar14 < 0x11" identifier < number_literal) )) (compound_statement "{\n iVar11 = iVar14;\n }" { (expression_statement "iVar11 = iVar14;" (assignment_expression "iVar11 = iVar14" identifier = identifier) ;) })) (expression_statement "sVar4 = (size_t)(iVar14 - 0x10U);" (assignment_expression "sVar4 = (size_t)(iVar14 - 0x10U)" identifier = (cast_expression "(size_t)(iVar14 - 0x10U)" ( (type_descriptor "size_t" primitive_type) ) (parenthesized_expression "(iVar14 - 0x10U)" ( (binary_expression "iVar14 - 0x10U" identifier - number_literal) )))) ;) (expression_statement "md5_hash(&ctx,resbuf,(long)iVar11);" (call_expression "md5_hash(&ctx,resbuf,(long)iVar11)" identifier (argument_list "(&ctx,resbuf,(long)iVar11)" ( (pointer_expression "&ctx" & identifier) , identifier , (cast_expression "(long)iVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) ))) ;) }) while (parenthesized_expression "(iVar14 - 0x10U != (uVar15 - 0x10) - (uVar15 - 1 & 0xfffffff0))" ( (binary_expression "iVar14 - 0x10U != (uVar15 - 0x10) - (uVar15 - 1 & 0xfffffff0)" (binary_expression "iVar14 - 0x10U" identifier - number_literal) != (binary_expression "(uVar15 - 0x10) - (uVar15 - 1 & 0xfffffff0)" (parenthesized_expression "(uVar15 - 0x10)" ( (binary_expression "uVar15 - 0x10" identifier - number_literal) )) - (parenthesized_expression "(uVar15 - 1 & 0xfffffff0)" ( (binary_expression "uVar15 - 1 & 0xfffffff0" (binary_expression "uVar15 - 1" identifier - number_literal) & number_literal) )))) )) ;) (expression_statement "final[0x10] = '\0';" (assignment_expression "final[0x10] = '\0'" (subscript_expression "final[0x10]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[0] = '\0';" (assignment_expression "final[0] = '\0'" (subscript_expression "final[0]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[1] = '\0';" (assignment_expression "final[1] = '\0'" (subscript_expression "final[1]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[2] = '\0';" (assignment_expression "final[2] = '\0'" (subscript_expression "final[2]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[3] = '\0';" (assignment_expression "final[3] = '\0'" (subscript_expression "final[3]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[4] = '\0';" (assignment_expression "final[4] = '\0'" (subscript_expression "final[4]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[5] = '\0';" (assignment_expression "final[5] = '\0'" (subscript_expression "final[5]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[6] = '\0';" (assignment_expression "final[6] = '\0'" (subscript_expression "final[6]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[7] = '\0';" (assignment_expression "final[7] = '\0'" (subscript_expression "final[7]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[8] = '\0';" (assignment_expression "final[8] = '\0'" (subscript_expression "final[8]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[9] = '\0';" (assignment_expression "final[9] = '\0'" (subscript_expression "final[9]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[10] = '\0';" (assignment_expression "final[10] = '\0'" (subscript_expression "final[10]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[0xb] = '\0';" (assignment_expression "final[0xb] = '\0'" (subscript_expression "final[0xb]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[0xc] = '\0';" (assignment_expression "final[0xc] = '\0'" (subscript_expression "final[0xc]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[0xd] = '\0';" (assignment_expression "final[0xd] = '\0'" (subscript_expression "final[0xd]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[0xe] = '\0';" (assignment_expression "final[0xe] = '\0'" (subscript_expression "final[0xe]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "final[0xf] = '\0';" (assignment_expression "final[0xf] = '\0'" (subscript_expression "final[0xf]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) }))) (do_statement "do {\n buffer = pw;\n if ((uVar15 & 1) != 0) {\n buffer = resbuf;\n }\n md5_hash(&ctx,buffer,1);\n uVar15 = (int)uVar15 >> 1;\n } while (uVar15 != 0);" do (compound_statement "{\n buffer = pw;\n if ((uVar15 & 1) != 0) {\n buffer = resbuf;\n }\n md5_hash(&ctx,buffer,1);\n uVar15 = (int)uVar15 >> 1;\n }" { (expression_statement "buffer = pw;" (assignment_expression "buffer = pw" identifier = identifier) ;) (if_statement "if ((uVar15 & 1) != 0) {\n buffer = resbuf;\n }" if (parenthesized_expression "((uVar15 & 1) != 0)" ( (binary_expression "(uVar15 & 1) != 0" (parenthesized_expression "(uVar15 & 1)" ( (binary_expression "uVar15 & 1" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n buffer = resbuf;\n }" { (expression_statement "buffer = resbuf;" (assignment_expression "buffer = resbuf" identifier = identifier) ;) })) (expression_statement "md5_hash(&ctx,buffer,1);" (call_expression "md5_hash(&ctx,buffer,1)" identifier (argument_list "(&ctx,buffer,1)" ( (pointer_expression "&ctx" & identifier) , identifier , number_literal ))) ;) (expression_statement "uVar15 = (int)uVar15 >> 1;" (assignment_expression "uVar15 = (int)uVar15 >> 1" identifier = (binary_expression "(int)uVar15 >> 1" (cast_expression "(int)uVar15" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal)) ;) }) while (parenthesized_expression "(uVar15 != 0)" ( (binary_expression "uVar15 != 0" identifier != number_literal) )) ;) (labeled_statement "LAB_001a681e:\n uVar15 = 0;" statement_identifier : (expression_statement "uVar15 = 0;" (assignment_expression "uVar15 = 0" identifier = number_literal) ;)) (expression_statement "md5_end(&ctx,resbuf);" (call_expression "md5_end(&ctx,resbuf)" identifier (argument_list "(&ctx,resbuf)" ( (pointer_expression "&ctx" & identifier) , identifier ))) ;) (do_statement "do {\n md5_begin(&ctx1);\n if ((uVar15 & 1) == 0) {\n md5_hash(&ctx1,resbuf,0x10);\n }\n else {\n md5_hash(&ctx1,pw,len);\n }\n if (uVar15 != (uVar15 / 3) * 3) {\n md5_hash(&ctx1,salt + 3,local_158);\n }\n if (uVar15 != (uVar15 / 7) * 7) {\n md5_hash(&ctx1,pw,len);\n }\n if ((uVar15 & 1) == 0) {\n md5_hash(&ctx1,pw,len);\n }\n else {\n md5_hash(&ctx1,resbuf,0x10);\n }\n uVar15 = uVar15 + 1;\n md5_end(&ctx1,resbuf);\n } while (uVar15 != 1000);" do (compound_statement "{\n md5_begin(&ctx1);\n if ((uVar15 & 1) == 0) {\n md5_hash(&ctx1,resbuf,0x10);\n }\n else {\n md5_hash(&ctx1,pw,len);\n }\n if (uVar15 != (uVar15 / 3) * 3) {\n md5_hash(&ctx1,salt + 3,local_158);\n }\n if (uVar15 != (uVar15 / 7) * 7) {\n md5_hash(&ctx1,pw,len);\n }\n if ((uVar15 & 1) == 0) {\n md5_hash(&ctx1,pw,len);\n }\n else {\n md5_hash(&ctx1,resbuf,0x10);\n }\n uVar15 = uVar15 + 1;\n md5_end(&ctx1,resbuf);\n }" { (expression_statement "md5_begin(&ctx1);" (call_expression "md5_begin(&ctx1)" identifier (argument_list "(&ctx1)" ( (pointer_expression "&ctx1" & identifier) ))) ;) (if_statement "if ((uVar15 & 1) == 0) {\n md5_hash(&ctx1,resbuf,0x10);\n }\n else {\n md5_hash(&ctx1,pw,len);\n }" if (parenthesized_expression "((uVar15 & 1) == 0)" ( (binary_expression "(uVar15 & 1) == 0" (parenthesized_expression "(uVar15 & 1)" ( (binary_expression "uVar15 & 1" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n md5_hash(&ctx1,resbuf,0x10);\n }" { (expression_statement "md5_hash(&ctx1,resbuf,0x10);" (call_expression "md5_hash(&ctx1,resbuf,0x10)" identifier (argument_list "(&ctx1,resbuf,0x10)" ( (pointer_expression "&ctx1" & identifier) , identifier , number_literal ))) ;) }) (else_clause "else {\n md5_hash(&ctx1,pw,len);\n }" else (compound_statement "{\n md5_hash(&ctx1,pw,len);\n }" { (expression_statement "md5_hash(&ctx1,pw,len);" (call_expression "md5_hash(&ctx1,pw,len)" identifier (argument_list "(&ctx1,pw,len)" ( (pointer_expression "&ctx1" & identifier) , identifier , identifier ))) ;) }))) (if_statement "if (uVar15 != (uVar15 / 3) * 3) {\n md5_hash(&ctx1,salt + 3,local_158);\n }" if (parenthesized_expression "(uVar15 != (uVar15 / 3) * 3)" ( (binary_expression "uVar15 != (uVar15 / 3) * 3" identifier != (binary_expression "(uVar15 / 3) * 3" (parenthesized_expression "(uVar15 / 3)" ( (binary_expression "uVar15 / 3" identifier / number_literal) )) * number_literal)) )) (compound_statement "{\n md5_hash(&ctx1,salt + 3,local_158);\n }" { (expression_statement "md5_hash(&ctx1,salt + 3,local_158);" (call_expression "md5_hash(&ctx1,salt + 3,local_158)" identifier (argument_list "(&ctx1,salt + 3,local_158)" ( (pointer_expression "&ctx1" & identifier) , (binary_expression "salt + 3" identifier + number_literal) , identifier ))) ;) })) (if_statement "if (uVar15 != (uVar15 / 7) * 7) {\n md5_hash(&ctx1,pw,len);\n }" if (parenthesized_expression "(uVar15 != (uVar15 / 7) * 7)" ( (binary_expression "uVar15 != (uVar15 / 7) * 7" identifier != (binary_expression "(uVar15 / 7) * 7" (parenthesized_expression "(uVar15 / 7)" ( (binary_expression "uVar15 / 7" identifier / number_literal) )) * number_literal)) )) (compound_statement "{\n md5_hash(&ctx1,pw,len);\n }" { (expression_statement "md5_hash(&ctx1,pw,len);" (call_expression "md5_hash(&ctx1,pw,len)" identifier (argument_list "(&ctx1,pw,len)" ( (pointer_expression "&ctx1" & identifier) , identifier , identifier ))) ;) })) (if_statement "if ((uVar15 & 1) == 0) {\n md5_hash(&ctx1,pw,len);\n }\n else {\n md5_hash(&ctx1,resbuf,0x10);\n }" if (parenthesized_expression "((uVar15 & 1) == 0)" ( (binary_expression "(uVar15 & 1) == 0" (parenthesized_expression "(uVar15 & 1)" ( (binary_expression "uVar15 & 1" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n md5_hash(&ctx1,pw,len);\n }" { (expression_statement "md5_hash(&ctx1,pw,len);" (call_expression "md5_hash(&ctx1,pw,len)" identifier (argument_list "(&ctx1,pw,len)" ( (pointer_expression "&ctx1" & identifier) , identifier , identifier ))) ;) }) (else_clause "else {\n md5_hash(&ctx1,resbuf,0x10);\n }" else (compound_statement "{\n md5_hash(&ctx1,resbuf,0x10);\n }" { (expression_statement "md5_hash(&ctx1,resbuf,0x10);" (call_expression "md5_hash(&ctx1,resbuf,0x10)" identifier (argument_list "(&ctx1,resbuf,0x10)" ( (pointer_expression "&ctx1" & identifier) , identifier , number_literal ))) ;) }))) (expression_statement "uVar15 = uVar15 + 1;" (assignment_expression "uVar15 = uVar15 + 1" identifier = (binary_expression "uVar15 + 1" identifier + number_literal)) ;) (expression_statement "md5_end(&ctx1,resbuf);" (call_expression "md5_end(&ctx1,resbuf)" identifier (argument_list "(&ctx1,resbuf)" ( (pointer_expression "&ctx1" & identifier) , identifier ))) ;) }) while (parenthesized_expression "(uVar15 != 1000)" ( (binary_expression "uVar15 != 1000" identifier != number_literal) )) ;) (expression_statement "pcVar12 = result + local_150;" (assignment_expression "pcVar12 = result + local_150" identifier = (binary_expression "result + local_150" identifier + identifier)) ;) (expression_statement "final[0x10] = final[5];" (assignment_expression "final[0x10] = final[5]" (subscript_expression "final[0x10]" identifier [ number_literal ]) = (subscript_expression "final[5]" identifier [ number_literal ])) ;) (expression_statement "pcVar8 = pcVar12;" (assignment_expression "pcVar8 = pcVar12" identifier = identifier) ;) (do_statement "do {\n pcVar13 = pcVar8 + 4;\n uVar15 = (uint)*resbuf << 0x10 | (uint)resbuf[6] << 8 | (uint)resbuf[0xc];\n pcVar7 = pcVar8;\n do {\n uVar3 = uVar15 & 0x3f;\n cVar9 = '.';\n if ((uVar3 != 0) && (cVar9 = '/', uVar3 != 1)) {\n cVar2 = (char)uVar3;\n cVar9 = cVar2 + '.';\n if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar15 = uVar15 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar13);\n resbuf = resbuf + 1;\n } while (pcVar8 != pcVar12 + 0x14);" do (compound_statement "{\n pcVar13 = pcVar8 + 4;\n uVar15 = (uint)*resbuf << 0x10 | (uint)resbuf[6] << 8 | (uint)resbuf[0xc];\n pcVar7 = pcVar8;\n do {\n uVar3 = uVar15 & 0x3f;\n cVar9 = '.';\n if ((uVar3 != 0) && (cVar9 = '/', uVar3 != 1)) {\n cVar2 = (char)uVar3;\n cVar9 = cVar2 + '.';\n if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar15 = uVar15 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar13);\n resbuf = resbuf + 1;\n }" { (expression_statement "pcVar13 = pcVar8 + 4;" (assignment_expression "pcVar13 = pcVar8 + 4" identifier = (binary_expression "pcVar8 + 4" identifier + number_literal)) ;) (expression_statement "uVar15 = (uint)*resbuf << 0x10 | (uint)resbuf[6] << 8 | (uint)resbuf[0xc];" (assignment_expression "uVar15 = (uint)*resbuf << 0x10 | (uint)resbuf[6] << 8 | (uint)resbuf[0xc]" identifier = (binary_expression "(uint)*resbuf << 0x10 | (uint)resbuf[6] << 8 | (uint)resbuf[0xc]" (binary_expression "(uint)*resbuf << 0x10 | (uint)resbuf[6] << 8" (binary_expression "(uint)*resbuf << 0x10" (binary_expression "(uint)*resbuf" (parenthesized_expression "(uint)" ( identifier )) * identifier) << number_literal) | (binary_expression "(uint)resbuf[6] << 8" (cast_expression "(uint)resbuf[6]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "resbuf[6]" identifier [ number_literal ])) << number_literal)) | (cast_expression "(uint)resbuf[0xc]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "resbuf[0xc]" identifier [ number_literal ])))) ;) (expression_statement "pcVar7 = pcVar8;" (assignment_expression "pcVar7 = pcVar8" identifier = identifier) ;) (do_statement "do {\n uVar3 = uVar15 & 0x3f;\n cVar9 = '.';\n if ((uVar3 != 0) && (cVar9 = '/', uVar3 != 1)) {\n cVar2 = (char)uVar3;\n cVar9 = cVar2 + '.';\n if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar15 = uVar15 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar13);" do (compound_statement "{\n uVar3 = uVar15 & 0x3f;\n cVar9 = '.';\n if ((uVar3 != 0) && (cVar9 = '/', uVar3 != 1)) {\n cVar2 = (char)uVar3;\n cVar9 = cVar2 + '.';\n if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar15 = uVar15 >> 6;\n pcVar7 = pcVar8;\n }" { (expression_statement "uVar3 = uVar15 & 0x3f;" (assignment_expression "uVar3 = uVar15 & 0x3f" identifier = (binary_expression "uVar15 & 0x3f" identifier & number_literal)) ;) (expression_statement "cVar9 = '.';" (assignment_expression "cVar9 = '.'" identifier = (char_literal "'.'" ' character ')) ;) (if_statement "if ((uVar3 != 0) && (cVar9 = '/', uVar3 != 1)) {\n cVar2 = (char)uVar3;\n cVar9 = cVar2 + '.';\n if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }\n }" if (parenthesized_expression "((uVar3 != 0) && (cVar9 = '/', uVar3 != 1))" ( (binary_expression "(uVar3 != 0) && (cVar9 = '/', uVar3 != 1)" (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) && (parenthesized_expression "(cVar9 = '/', uVar3 != 1)" ( (comma_expression "cVar9 = '/', uVar3 != 1" (assignment_expression "cVar9 = '/'" identifier = (char_literal "'/'" ' character ')) , (binary_expression "uVar3 != 1" identifier != number_literal)) ))) )) (compound_statement "{\n cVar2 = (char)uVar3;\n cVar9 = cVar2 + '.';\n if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }\n }" { (expression_statement "cVar2 = (char)uVar3;" (assignment_expression "cVar2 = (char)uVar3" identifier = (cast_expression "(char)uVar3" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "cVar9 = cVar2 + '.';" (assignment_expression "cVar9 = cVar2 + '.'" identifier = (binary_expression "cVar2 + '.'" identifier + (char_literal "'.'" ' character '))) ;) (if_statement "if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }" if (parenthesized_expression "(0xb < uVar3)" ( (binary_expression "0xb < uVar3" number_literal < identifier) )) (compound_statement "{\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }" { (expression_statement "cVar9 = cVar2 + '5';" (assignment_expression "cVar9 = cVar2 + '5'" identifier = (binary_expression "cVar2 + '5'" identifier + (char_literal "'5'" ' character '))) ;) (if_statement "if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }" if (parenthesized_expression "(0x25 < uVar3)" ( (binary_expression "0x25 < uVar3" number_literal < identifier) )) (compound_statement "{\n cVar9 = cVar2 + ';';\n }" { (expression_statement "cVar9 = cVar2 + ';';" (assignment_expression "cVar9 = cVar2 + ';'" identifier = (binary_expression "cVar2 + ';'" identifier + (char_literal "';'" ' character '))) ;) })) })) })) (expression_statement "pcVar8 = pcVar7 + 1;" (assignment_expression "pcVar8 = pcVar7 + 1" identifier = (binary_expression "pcVar7 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar7 = cVar9;" (assignment_expression "*pcVar7 = cVar9" (pointer_expression "*pcVar7" * identifier) = identifier) ;) (expression_statement "uVar15 = uVar15 >> 6;" (assignment_expression "uVar15 = uVar15 >> 6" identifier = (binary_expression "uVar15 >> 6" identifier >> number_literal)) ;) (expression_statement "pcVar7 = pcVar8;" (assignment_expression "pcVar7 = pcVar8" identifier = identifier) ;) }) while (parenthesized_expression "(pcVar8 != pcVar13)" ( (binary_expression "pcVar8 != pcVar13" identifier != identifier) )) ;) (expression_statement "resbuf = resbuf + 1;" (assignment_expression "resbuf = resbuf + 1" identifier = (binary_expression "resbuf + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(pcVar8 != pcVar12 + 0x14)" ( (binary_expression "pcVar8 != pcVar12 + 0x14" identifier != (binary_expression "pcVar12 + 0x14" identifier + number_literal)) )) ;) (expression_statement "uVar15 = (uint)final[0xb];" (assignment_expression "uVar15 = (uint)final[0xb]" identifier = (cast_expression "(uint)final[0xb]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "final[0xb]" identifier [ number_literal ]))) ;) (expression_statement "pcVar8 = pcVar12 + 0x14;" (assignment_expression "pcVar8 = pcVar12 + 0x14" identifier = (binary_expression "pcVar12 + 0x14" identifier + number_literal)) ;) (do_statement "do {\n uVar3 = uVar15 & 0x3f;\n cVar9 = '.';\n if ((uVar3 != 0) && (cVar9 = '/', uVar3 != 1)) {\n cVar2 = (char)uVar3;\n cVar9 = cVar2 + '.';\n if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }\n }\n pcVar13 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar15 = uVar15 >> 6;\n pcVar8 = pcVar13;\n } while (pcVar13 != pcVar12 + 0x16);" do (compound_statement "{\n uVar3 = uVar15 & 0x3f;\n cVar9 = '.';\n if ((uVar3 != 0) && (cVar9 = '/', uVar3 != 1)) {\n cVar2 = (char)uVar3;\n cVar9 = cVar2 + '.';\n if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }\n }\n pcVar13 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar15 = uVar15 >> 6;\n pcVar8 = pcVar13;\n }" { (expression_statement "uVar3 = uVar15 & 0x3f;" (assignment_expression "uVar3 = uVar15 & 0x3f" identifier = (binary_expression "uVar15 & 0x3f" identifier & number_literal)) ;) (expression_statement "cVar9 = '.';" (assignment_expression "cVar9 = '.'" identifier = (char_literal "'.'" ' character ')) ;) (if_statement "if ((uVar3 != 0) && (cVar9 = '/', uVar3 != 1)) {\n cVar2 = (char)uVar3;\n cVar9 = cVar2 + '.';\n if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }\n }" if (parenthesized_expression "((uVar3 != 0) && (cVar9 = '/', uVar3 != 1))" ( (binary_expression "(uVar3 != 0) && (cVar9 = '/', uVar3 != 1)" (parenthesized_expression "(uVar3 != 0)" ( (binary_expression "uVar3 != 0" identifier != number_literal) )) && (parenthesized_expression "(cVar9 = '/', uVar3 != 1)" ( (comma_expression "cVar9 = '/', uVar3 != 1" (assignment_expression "cVar9 = '/'" identifier = (char_literal "'/'" ' character ')) , (binary_expression "uVar3 != 1" identifier != number_literal)) ))) )) (compound_statement "{\n cVar2 = (char)uVar3;\n cVar9 = cVar2 + '.';\n if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }\n }" { (expression_statement "cVar2 = (char)uVar3;" (assignment_expression "cVar2 = (char)uVar3" identifier = (cast_expression "(char)uVar3" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "cVar9 = cVar2 + '.';" (assignment_expression "cVar9 = cVar2 + '.'" identifier = (binary_expression "cVar2 + '.'" identifier + (char_literal "'.'" ' character '))) ;) (if_statement "if (0xb < uVar3) {\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }" if (parenthesized_expression "(0xb < uVar3)" ( (binary_expression "0xb < uVar3" number_literal < identifier) )) (compound_statement "{\n cVar9 = cVar2 + '5';\n if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }\n }" { (expression_statement "cVar9 = cVar2 + '5';" (assignment_expression "cVar9 = cVar2 + '5'" identifier = (binary_expression "cVar2 + '5'" identifier + (char_literal "'5'" ' character '))) ;) (if_statement "if (0x25 < uVar3) {\n cVar9 = cVar2 + ';';\n }" if (parenthesized_expression "(0x25 < uVar3)" ( (binary_expression "0x25 < uVar3" number_literal < identifier) )) (compound_statement "{\n cVar9 = cVar2 + ';';\n }" { (expression_statement "cVar9 = cVar2 + ';';" (assignment_expression "cVar9 = cVar2 + ';'" identifier = (binary_expression "cVar2 + ';'" identifier + (char_literal "';'" ' character '))) ;) })) })) })) (expression_statement "pcVar13 = pcVar8 + 1;" (assignment_expression "pcVar13 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar8 = cVar9;" (assignment_expression "*pcVar8 = cVar9" (pointer_expression "*pcVar8" * identifier) = identifier) ;) (expression_statement "uVar15 = uVar15 >> 6;" (assignment_expression "uVar15 = uVar15 >> 6" identifier = (binary_expression "uVar15 >> 6" identifier >> number_literal)) ;) (expression_statement "pcVar8 = pcVar13;" (assignment_expression "pcVar8 = pcVar13" identifier = identifier) ;) }) while (parenthesized_expression "(pcVar13 != pcVar12 + 0x16)" ( (binary_expression "pcVar13 != pcVar12 + 0x16" identifier != (binary_expression "pcVar12 + 0x16" identifier + number_literal)) )) ;) (expression_statement "pcVar12[0x16] = '\0';" (assignment_expression "pcVar12[0x16] = '\0'" (subscript_expression "pcVar12[0x16]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (lVar1 != *(long *)(in_FS_OFFSET + 0x28)) {\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" if (parenthesized_expression "(lVar1 != *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "lVar1 != *(long *)(in_FS_OFFSET + 0x28)" identifier != (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n __stack_chk_fail();\n }" { comment (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })) (return_statement "return result;" return identifier ;) }))) | (translation_unit "undefined8 * FUN_001a6617(undefined8 *param_1,byte *param_2,undefined8 *param_3)\n\n{\n char cVar1;\n uint uVar2;\n size_t sVar3;\n long lVar4;\n ulong uVar5;\n long lVar6;\n char *pcVar7;\n char *pcVar8;\n char cVar9;\n uint uVar10;\n int iVar11;\n ulong uVar12;\n byte *pbVar13;\n byte *pbVar14;\n char *pcVar15;\n char *pcVar16;\n int iVar17;\n uint uVar18;\n long in_FS_OFFSET;\n long local_158;\n long local_150;\n undefined1 local_138 [112];\n undefined1 local_c8 [112];\n undefined1 local_58 [16];\n undefined1 local_48;\n long local_40;\n \n uVar12 = 3;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n do {\n if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n uVar12 = uVar12 + 1;\n } while (uVar12 != 0xb);\n local_150 = 0xc;\n local_158 = 8;\nLAB_001a668a:\n FUN_001a0a1b(local_138);\n sVar3 = strlen((char *)param_2);\n uVar18 = (uint)sVar3;\n lVar4 = (long)(int)uVar18;\n FUN_001a0a4b(local_138,param_2,lVar4);\n FUN_001a0a4b(local_138,param_3,uVar12);\n uVar2 = (uint)uVar12;\n uVar5 = uVar12 & 0xffffffff;\n if (uVar2 < 8) {\n if ((uVar12 & 4) == 0) {\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }\n }\n else {\n *param_1 = *param_3;\n *(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));\n lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;\n if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }\n }\n *(undefined1 *)((long)param_1 + uVar12) = 0x24;\n FUN_001a0a1b(local_c8);\n FUN_001a0a4b(local_c8,param_2,lVar4);\n pbVar13 = local_58;\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n FUN_001a0a4b(local_c8,param_2,lVar4);\n FUN_001a0bcb(local_c8,pbVar13);\n if ((int)uVar18 < 1) {\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n if (uVar18 == 0) goto LAB_001a681e;\n }\n else {\n do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n }\n do {\n pbVar14 = param_2;\n if ((uVar18 & 1) != 0) {\n pbVar14 = pbVar13;\n }\n FUN_001a0a4b(local_138,pbVar14,1);\n uVar18 = (int)uVar18 >> 1;\n } while (uVar18 != 0);\nLAB_001a681e:\n uVar18 = 0;\n FUN_001a0bcb(local_138,pbVar13);\n do {\n FUN_001a0a1b(local_c8);\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if (uVar18 != (uVar18 / 3) * 3) {\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }\n if (uVar18 != (uVar18 / 7) * 7) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n uVar18 = uVar18 + 1;\n FUN_001a0bcb(local_c8,pbVar13);\n } while (uVar18 != 1000);\n pcVar15 = (char *)(local_150 + (long)param_1);\n local_48 = local_58[5];\n pcVar8 = pcVar15;\n do {\n pcVar16 = pcVar8 + 4;\n uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];\n pcVar7 = pcVar8;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar16);\n pbVar13 = pbVar13 + 1;\n } while (pcVar8 != pcVar15 + 0x14);\n uVar18 = (uint)local_58[0xb];\n pcVar8 = pcVar15 + 0x14;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar16 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar8 = pcVar16;\n } while (pcVar16 != pcVar15 + 0x16);\n pcVar15[0x16] = '\0';\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }\n return param_1;\n}\n\n" (function_definition "undefined8 * FUN_001a6617(undefined8 *param_1,byte *param_2,undefined8 *param_3)\n\n{\n char cVar1;\n uint uVar2;\n size_t sVar3;\n long lVar4;\n ulong uVar5;\n long lVar6;\n char *pcVar7;\n char *pcVar8;\n char cVar9;\n uint uVar10;\n int iVar11;\n ulong uVar12;\n byte *pbVar13;\n byte *pbVar14;\n char *pcVar15;\n char *pcVar16;\n int iVar17;\n uint uVar18;\n long in_FS_OFFSET;\n long local_158;\n long local_150;\n undefined1 local_138 [112];\n undefined1 local_c8 [112];\n undefined1 local_58 [16];\n undefined1 local_48;\n long local_40;\n \n uVar12 = 3;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n do {\n if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n uVar12 = uVar12 + 1;\n } while (uVar12 != 0xb);\n local_150 = 0xc;\n local_158 = 8;\nLAB_001a668a:\n FUN_001a0a1b(local_138);\n sVar3 = strlen((char *)param_2);\n uVar18 = (uint)sVar3;\n lVar4 = (long)(int)uVar18;\n FUN_001a0a4b(local_138,param_2,lVar4);\n FUN_001a0a4b(local_138,param_3,uVar12);\n uVar2 = (uint)uVar12;\n uVar5 = uVar12 & 0xffffffff;\n if (uVar2 < 8) {\n if ((uVar12 & 4) == 0) {\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }\n }\n else {\n *param_1 = *param_3;\n *(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));\n lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;\n if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }\n }\n *(undefined1 *)((long)param_1 + uVar12) = 0x24;\n FUN_001a0a1b(local_c8);\n FUN_001a0a4b(local_c8,param_2,lVar4);\n pbVar13 = local_58;\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n FUN_001a0a4b(local_c8,param_2,lVar4);\n FUN_001a0bcb(local_c8,pbVar13);\n if ((int)uVar18 < 1) {\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n if (uVar18 == 0) goto LAB_001a681e;\n }\n else {\n do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n }\n do {\n pbVar14 = param_2;\n if ((uVar18 & 1) != 0) {\n pbVar14 = pbVar13;\n }\n FUN_001a0a4b(local_138,pbVar14,1);\n uVar18 = (int)uVar18 >> 1;\n } while (uVar18 != 0);\nLAB_001a681e:\n uVar18 = 0;\n FUN_001a0bcb(local_138,pbVar13);\n do {\n FUN_001a0a1b(local_c8);\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if (uVar18 != (uVar18 / 3) * 3) {\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }\n if (uVar18 != (uVar18 / 7) * 7) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n uVar18 = uVar18 + 1;\n FUN_001a0bcb(local_c8,pbVar13);\n } while (uVar18 != 1000);\n pcVar15 = (char *)(local_150 + (long)param_1);\n local_48 = local_58[5];\n pcVar8 = pcVar15;\n do {\n pcVar16 = pcVar8 + 4;\n uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];\n pcVar7 = pcVar8;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar16);\n pbVar13 = pbVar13 + 1;\n } while (pcVar8 != pcVar15 + 0x14);\n uVar18 = (uint)local_58[0xb];\n pcVar8 = pcVar15 + 0x14;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar16 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar8 = pcVar16;\n } while (pcVar16 != pcVar15 + 0x16);\n pcVar15[0x16] = '\0';\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }\n return param_1;\n}" type_identifier (pointer_declarator "* FUN_001a6617(undefined8 *param_1,byte *param_2,undefined8 *param_3)" * (function_declarator "FUN_001a6617(undefined8 *param_1,byte *param_2,undefined8 *param_3)" identifier (parameter_list "(undefined8 *param_1,byte *param_2,undefined8 *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) )))) (compound_statement "{\n char cVar1;\n uint uVar2;\n size_t sVar3;\n long lVar4;\n ulong uVar5;\n long lVar6;\n char *pcVar7;\n char *pcVar8;\n char cVar9;\n uint uVar10;\n int iVar11;\n ulong uVar12;\n byte *pbVar13;\n byte *pbVar14;\n char *pcVar15;\n char *pcVar16;\n int iVar17;\n uint uVar18;\n long in_FS_OFFSET;\n long local_158;\n long local_150;\n undefined1 local_138 [112];\n undefined1 local_c8 [112];\n undefined1 local_58 [16];\n undefined1 local_48;\n long local_40;\n \n uVar12 = 3;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n do {\n if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n uVar12 = uVar12 + 1;\n } while (uVar12 != 0xb);\n local_150 = 0xc;\n local_158 = 8;\nLAB_001a668a:\n FUN_001a0a1b(local_138);\n sVar3 = strlen((char *)param_2);\n uVar18 = (uint)sVar3;\n lVar4 = (long)(int)uVar18;\n FUN_001a0a4b(local_138,param_2,lVar4);\n FUN_001a0a4b(local_138,param_3,uVar12);\n uVar2 = (uint)uVar12;\n uVar5 = uVar12 & 0xffffffff;\n if (uVar2 < 8) {\n if ((uVar12 & 4) == 0) {\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }\n }\n else {\n *param_1 = *param_3;\n *(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));\n lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;\n if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }\n }\n *(undefined1 *)((long)param_1 + uVar12) = 0x24;\n FUN_001a0a1b(local_c8);\n FUN_001a0a4b(local_c8,param_2,lVar4);\n pbVar13 = local_58;\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n FUN_001a0a4b(local_c8,param_2,lVar4);\n FUN_001a0bcb(local_c8,pbVar13);\n if ((int)uVar18 < 1) {\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n if (uVar18 == 0) goto LAB_001a681e;\n }\n else {\n do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n }\n do {\n pbVar14 = param_2;\n if ((uVar18 & 1) != 0) {\n pbVar14 = pbVar13;\n }\n FUN_001a0a4b(local_138,pbVar14,1);\n uVar18 = (int)uVar18 >> 1;\n } while (uVar18 != 0);\nLAB_001a681e:\n uVar18 = 0;\n FUN_001a0bcb(local_138,pbVar13);\n do {\n FUN_001a0a1b(local_c8);\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if (uVar18 != (uVar18 / 3) * 3) {\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }\n if (uVar18 != (uVar18 / 7) * 7) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n uVar18 = uVar18 + 1;\n FUN_001a0bcb(local_c8,pbVar13);\n } while (uVar18 != 1000);\n pcVar15 = (char *)(local_150 + (long)param_1);\n local_48 = local_58[5];\n pcVar8 = pcVar15;\n do {\n pcVar16 = pcVar8 + 4;\n uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];\n pcVar7 = pcVar8;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar16);\n pbVar13 = pbVar13 + 1;\n } while (pcVar8 != pcVar15 + 0x14);\n uVar18 = (uint)local_58[0xb];\n pcVar8 = pcVar15 + 0x14;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar16 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar8 = pcVar16;\n } while (pcVar16 != pcVar15 + 0x16);\n pcVar15[0x16] = '\0';\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }\n return param_1;\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "size_t sVar3;" primitive_type identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "ulong uVar5;" type_identifier identifier ;) (declaration "long lVar6;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar7;" primitive_type (pointer_declarator "*pcVar7" * identifier) ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "char cVar9;" primitive_type identifier ;) (declaration "uint uVar10;" type_identifier identifier ;) (declaration "int iVar11;" primitive_type identifier ;) (declaration "ulong uVar12;" type_identifier identifier ;) (declaration "byte *pbVar13;" type_identifier (pointer_declarator "*pbVar13" * identifier) ;) (declaration "byte *pbVar14;" type_identifier (pointer_declarator "*pbVar14" * identifier) ;) (declaration "char *pcVar15;" primitive_type (pointer_declarator "*pcVar15" * identifier) ;) (declaration "char *pcVar16;" primitive_type (pointer_declarator "*pcVar16" * identifier) ;) (declaration "int iVar17;" primitive_type identifier ;) (declaration "uint uVar18;" type_identifier identifier ;) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_158;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_150;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_138 [112];" type_identifier (array_declarator "local_138 [112]" identifier [ number_literal ]) ;) (declaration "undefined1 local_c8 [112];" type_identifier (array_declarator "local_c8 [112]" identifier [ number_literal ]) ;) (declaration "undefined1 local_58 [16];" type_identifier (array_declarator "local_58 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 local_48;" type_identifier identifier ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (expression_statement "uVar12 = 3;" (assignment_expression "uVar12 = 3" identifier = number_literal) ;) (expression_statement "local_40 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_40 = *(long *)(in_FS_OFFSET + 0x28)" identifier = (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) ;) (do_statement "do {\n if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n uVar12 = uVar12 + 1;\n } while (uVar12 != 0xb);" do (compound_statement "{\n if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n uVar12 = uVar12 + 1;\n }" { (if_statement "if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }" if (parenthesized_expression "((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$'))" ( (binary_expression "(*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')" (parenthesized_expression "(*(char *)((long)param_3 + uVar12) == '\0')" ( (binary_expression "*(char *)((long)param_3 + uVar12) == '\0'" (pointer_expression "*(char *)((long)param_3 + uVar12)" * (cast_expression "(char *)((long)param_3 + uVar12)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + uVar12)" ( (binary_expression "(long)param_3 + uVar12" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) == (char_literal "'\0'" ' escape_sequence ')) )) || (parenthesized_expression "(*(char *)((long)param_3 + uVar12) == '$')" ( (binary_expression "*(char *)((long)param_3 + uVar12) == '$'" (pointer_expression "*(char *)((long)param_3 + uVar12)" * (cast_expression "(char *)((long)param_3 + uVar12)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + uVar12)" ( (binary_expression "(long)param_3 + uVar12" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) == (char_literal "'$'" ' character ')) ))) )) (compound_statement "{\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }" { (expression_statement "local_158 = (long)((int)uVar12 + -3);" (assignment_expression "local_158 = (long)((int)uVar12 + -3)" identifier = (cast_expression "(long)((int)uVar12 + -3)" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (parenthesized_expression "((int)uVar12 + -3)" ( (binary_expression "(int)uVar12 + -3" (cast_expression "(int)uVar12" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal) )))) ;) (expression_statement "local_150 = local_158 + 4;" (assignment_expression "local_150 = local_158 + 4" identifier = (binary_expression "local_158 + 4" identifier + number_literal)) ;) (goto_statement "goto LAB_001a668a;" goto statement_identifier ;) })) (expression_statement "uVar12 = uVar12 + 1;" (assignment_expression "uVar12 = uVar12 + 1" identifier = (binary_expression "uVar12 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(uVar12 != 0xb)" ( (binary_expression "uVar12 != 0xb" identifier != number_literal) )) ;) (expression_statement "local_150 = 0xc;" (assignment_expression "local_150 = 0xc" identifier = number_literal) ;) (expression_statement "local_158 = 8;" (assignment_expression "local_158 = 8" identifier = number_literal) ;) (labeled_statement "LAB_001a668a:\n FUN_001a0a1b(local_138);" statement_identifier : (expression_statement "FUN_001a0a1b(local_138);" (call_expression "FUN_001a0a1b(local_138)" identifier (argument_list "(local_138)" ( identifier ))) ;)) (expression_statement "sVar3 = strlen((char *)param_2);" (assignment_expression "sVar3 = strlen((char *)param_2)" identifier = (call_expression "strlen((char *)param_2)" identifier (argument_list "((char *)param_2)" ( (cast_expression "(char *)param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (expression_statement "uVar18 = (uint)sVar3;" (assignment_expression "uVar18 = (uint)sVar3" identifier = (cast_expression "(uint)sVar3" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "lVar4 = (long)(int)uVar18;" (assignment_expression "lVar4 = (long)(int)uVar18" identifier = (cast_expression "(long)(int)uVar18" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (cast_expression "(int)uVar18" ( (type_descriptor "int" primitive_type) ) identifier))) ;) (expression_statement "FUN_001a0a4b(local_138,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_138,param_2,lVar4)" identifier (argument_list "(local_138,param_2,lVar4)" ( identifier , identifier , identifier ))) ;) (expression_statement "FUN_001a0a4b(local_138,param_3,uVar12);" (call_expression "FUN_001a0a4b(local_138,param_3,uVar12)" identifier (argument_list "(local_138,param_3,uVar12)" ( identifier , identifier , identifier ))) ;) (expression_statement "uVar2 = (uint)uVar12;" (assignment_expression "uVar2 = (uint)uVar12" identifier = (cast_expression "(uint)uVar12" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (expression_statement "uVar5 = uVar12 & 0xffffffff;" (assignment_expression "uVar5 = uVar12 & 0xffffffff" identifier = (binary_expression "uVar12 & 0xffffffff" identifier & number_literal)) ;) (if_statement "if (uVar2 < 8) {\n if ((uVar12 & 4) == 0) {\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }\n }\n else {\n *param_1 = *param_3;\n *(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));\n lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;\n if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }\n }" if (parenthesized_expression "(uVar2 < 8)" ( (binary_expression "uVar2 < 8" identifier < number_literal) )) (compound_statement "{\n if ((uVar12 & 4) == 0) {\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }\n }" { (if_statement "if ((uVar12 & 4) == 0) {\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }" if (parenthesized_expression "((uVar12 & 4) == 0)" ( (binary_expression "(uVar12 & 4) == 0" (parenthesized_expression "(uVar12 & 4)" ( (binary_expression "uVar12 & 4" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }" { (if_statement "if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }" if (parenthesized_expression "((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0))" ( (binary_expression "(uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)" (parenthesized_expression "(uVar2 != 0)" ( (binary_expression "uVar2 != 0" identifier != number_literal) )) && (parenthesized_expression "(*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)" ( (comma_expression "*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0" (assignment_expression "*(undefined1 *)param_1 = *(undefined1 *)param_3" (pointer_expression "*(undefined1 *)param_1" * (cast_expression "(undefined1 *)param_1" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (pointer_expression "*(undefined1 *)param_3" * (cast_expression "(undefined1 *)param_3" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) , (binary_expression "(uVar12 & 2) != 0" (parenthesized_expression "(uVar12 & 2)" ( (binary_expression "uVar12 & 2" identifier & number_literal) )) != number_literal)) ))) )) (compound_statement "{\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }" { (expression_statement "*(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));" (assignment_expression "*(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2))" (pointer_expression "*(undefined2 *)((long)param_1 + (uVar5 - 2))" * (cast_expression "(undefined2 *)((long)param_1 + (uVar5 - 2))" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + (uVar5 - 2))" ( (binary_expression "(long)param_1 + (uVar5 - 2)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(uVar5 - 2)" ( (binary_expression "uVar5 - 2" identifier - number_literal) ))) )))) = (pointer_expression "*(undefined2 *)((long)param_3 + (uVar5 - 2))" * (cast_expression "(undefined2 *)((long)param_3 + (uVar5 - 2))" ( (type_descriptor "undefined2 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + (uVar5 - 2))" ( (binary_expression "(long)param_3 + (uVar5 - 2)" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(uVar5 - 2)" ( (binary_expression "uVar5 - 2" identifier - number_literal) ))) ))))) ;) })) }) (else_clause "else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }" else (compound_statement "{\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }" { (expression_statement "*(undefined4 *)param_1 = *(undefined4 *)param_3;" (assignment_expression "*(undefined4 *)param_1 = *(undefined4 *)param_3" (pointer_expression "*(undefined4 *)param_1" * (cast_expression "(undefined4 *)param_1" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (pointer_expression "*(undefined4 *)param_3" * (cast_expression "(undefined4 *)param_3" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "*(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));" (assignment_expression "*(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4))" (pointer_expression "*(undefined4 *)((long)param_1 + (uVar5 - 4))" * (cast_expression "(undefined4 *)((long)param_1 + (uVar5 - 4))" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + (uVar5 - 4))" ( (binary_expression "(long)param_1 + (uVar5 - 4)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(uVar5 - 4)" ( (binary_expression "uVar5 - 4" identifier - number_literal) ))) )))) = (pointer_expression "*(undefined4 *)((long)param_3 + (uVar5 - 4))" * (cast_expression "(undefined4 *)((long)param_3 + (uVar5 - 4))" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + (uVar5 - 4))" ( (binary_expression "(long)param_3 + (uVar5 - 4)" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(uVar5 - 4)" ( (binary_expression "uVar5 - 4" identifier - number_literal) ))) ))))) ;) }))) }) (else_clause "else {\n *param_1 = *param_3;\n *(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));\n lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;\n if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }\n }" else (compound_statement "{\n *param_1 = *param_3;\n *(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));\n lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;\n if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }\n }" { (expression_statement "*param_1 = *param_3;" (assignment_expression "*param_1 = *param_3" (pointer_expression "*param_1" * identifier) = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "*(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));" (assignment_expression "*(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8))" (pointer_expression "*(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8))" * (cast_expression "(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + ((uVar12 & 0xffffffff) - 8))" ( (binary_expression "(long)param_1 + ((uVar12 & 0xffffffff) - 8)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((uVar12 & 0xffffffff) - 8)" ( (binary_expression "(uVar12 & 0xffffffff) - 8" (parenthesized_expression "(uVar12 & 0xffffffff)" ( (binary_expression "uVar12 & 0xffffffff" identifier & number_literal) )) - number_literal) ))) )))) = (pointer_expression "*(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8))" * (cast_expression "(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + ((uVar12 & 0xffffffff) - 8))" ( (binary_expression "(long)param_3 + ((uVar12 & 0xffffffff) - 8)" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "((uVar12 & 0xffffffff) - 8)" ( (binary_expression "(uVar12 & 0xffffffff) - 8" (parenthesized_expression "(uVar12 & 0xffffffff)" ( (binary_expression "uVar12 & 0xffffffff" identifier & number_literal) )) - number_literal) ))) ))))) ;) (expression_statement "lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);" (assignment_expression "lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8)" identifier = (binary_expression "(long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8)" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (parenthesized_expression "((ulong)(param_1 + 1) & 0xfffffffffffffff8)" ( (binary_expression "(ulong)(param_1 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(param_1 + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) ))) & number_literal) )))) ;) (expression_statement "uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;" (assignment_expression "uVar2 = (int)lVar6 + uVar2 & 0xfffffff8" identifier = (binary_expression "(int)lVar6 + uVar2 & 0xfffffff8" (binary_expression "(int)lVar6 + uVar2" (cast_expression "(int)lVar6" ( (type_descriptor "int" primitive_type) ) identifier) + identifier) & number_literal)) ;) (if_statement "if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }" if (parenthesized_expression "(7 < uVar2)" ( (binary_expression "7 < uVar2" number_literal < identifier) )) (compound_statement "{\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }" { (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (do_statement "do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);" do (compound_statement "{\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n }" { (expression_statement "uVar10 = (int)uVar5 + 8;" (assignment_expression "uVar10 = (int)uVar5 + 8" identifier = (binary_expression "(int)uVar5 + 8" (cast_expression "(int)uVar5" ( (type_descriptor "int" primitive_type) ) identifier) + number_literal)) ;) (expression_statement "*(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));" (assignment_expression "*(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6))" (pointer_expression "*(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5)" * (cast_expression "(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5)" ( (binary_expression "((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5" (parenthesized_expression "((ulong)(param_1 + 1) & 0xfffffffffffffff8)" ( (binary_expression "(ulong)(param_1 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(param_1 + 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(param_1 + 1)" ( (binary_expression "param_1 + 1" identifier + number_literal) ))) & number_literal) )) + identifier) )))) = (pointer_expression "*(undefined8 *)((long)param_3 + (uVar5 - lVar6))" * (cast_expression "(undefined8 *)((long)param_3 + (uVar5 - lVar6))" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + (uVar5 - lVar6))" ( (binary_expression "(long)param_3 + (uVar5 - lVar6)" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(uVar5 - lVar6)" ( (binary_expression "uVar5 - lVar6" identifier - identifier) ))) ))))) ;) (expression_statement "uVar5 = (ulong)uVar10;" (assignment_expression "uVar5 = (ulong)uVar10" identifier = (cast_expression "(ulong)uVar10" ( (type_descriptor "ulong" type_identifier) ) identifier)) ;) }) while (parenthesized_expression "(uVar10 < uVar2)" ( (binary_expression "uVar10 < uVar2" identifier < identifier) )) ;) })) }))) (expression_statement "*(undefined1 *)((long)param_1 + uVar12) = 0x24;" (assignment_expression "*(undefined1 *)((long)param_1 + uVar12) = 0x24" (pointer_expression "*(undefined1 *)((long)param_1 + uVar12)" * (cast_expression "(undefined1 *)((long)param_1 + uVar12)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_1 + uVar12)" ( (binary_expression "(long)param_1 + uVar12" (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "FUN_001a0a1b(local_c8);" (call_expression "FUN_001a0a1b(local_c8)" identifier (argument_list "(local_c8)" ( identifier ))) ;) (expression_statement "FUN_001a0a4b(local_c8,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_c8,param_2,lVar4)" identifier (argument_list "(local_c8,param_2,lVar4)" ( identifier , identifier , identifier ))) ;) (expression_statement "pbVar13 = local_58;" (assignment_expression "pbVar13 = local_58" identifier = identifier) ;) (expression_statement "FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);" (call_expression "FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158)" identifier (argument_list "(local_c8,(undefined1 *)((long)param_3 + 3),local_158)" ( identifier , (cast_expression "(undefined1 *)((long)param_3 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + 3)" ( (binary_expression "(long)param_3 + 3" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))) , identifier ))) ;) (expression_statement "FUN_001a0a4b(local_c8,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_c8,param_2,lVar4)" identifier (argument_list "(local_c8,param_2,lVar4)" ( identifier , identifier , identifier ))) ;) (expression_statement "FUN_001a0bcb(local_c8,pbVar13);" (call_expression "FUN_001a0bcb(local_c8,pbVar13)" identifier (argument_list "(local_c8,pbVar13)" ( identifier , identifier ))) ;) (if_statement "if ((int)uVar18 < 1) {\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n if (uVar18 == 0) goto LAB_001a681e;\n }\n else {\n do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n }" if (parenthesized_expression "((int)uVar18 < 1)" ( (binary_expression "(int)uVar18 < 1" (cast_expression "(int)uVar18" ( (type_descriptor "int" primitive_type) ) identifier) < number_literal) )) (compound_statement "{\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n if (uVar18 == 0) goto LAB_001a681e;\n }" { (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (expression_statement "local_58 = (undefined1 [16])0x0;" (assignment_expression "local_58 = (undefined1 [16])0x0" identifier = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (if_statement "if (uVar18 == 0) goto LAB_001a681e;" if (parenthesized_expression "(uVar18 == 0)" ( (binary_expression "uVar18 == 0" identifier == number_literal) )) (goto_statement "goto LAB_001a681e;" goto statement_identifier ;)) }) (else_clause "else {\n do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n }" else (compound_statement "{\n do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n }" { (do_statement "do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));" do (compound_statement "{\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n }" { (expression_statement "iVar17 = (int)sVar3;" (assignment_expression "iVar17 = (int)sVar3" identifier = (cast_expression "(int)sVar3" ( (type_descriptor "int" primitive_type) ) identifier)) ;) (expression_statement "iVar11 = 0x10;" (assignment_expression "iVar11 = 0x10" identifier = number_literal) ;) (if_statement "if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }" if (parenthesized_expression "(iVar17 < 0x11)" ( (binary_expression "iVar17 < 0x11" identifier < number_literal) )) (compound_statement "{\n iVar11 = iVar17;\n }" { (expression_statement "iVar11 = iVar17;" (assignment_expression "iVar11 = iVar17" identifier = identifier) ;) })) (expression_statement "sVar3 = (size_t)(iVar17 - 0x10U);" (assignment_expression "sVar3 = (size_t)(iVar17 - 0x10U)" identifier = (cast_expression "(size_t)(iVar17 - 0x10U)" ( (type_descriptor "size_t" primitive_type) ) (parenthesized_expression "(iVar17 - 0x10U)" ( (binary_expression "iVar17 - 0x10U" identifier - number_literal) )))) ;) (expression_statement "FUN_001a0a4b(local_138,pbVar13,(long)iVar11);" (call_expression "FUN_001a0a4b(local_138,pbVar13,(long)iVar11)" identifier (argument_list "(local_138,pbVar13,(long)iVar11)" ( identifier , identifier , (cast_expression "(long)iVar11" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) ))) ;) }) while (parenthesized_expression "(iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0))" ( (binary_expression "iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0)" (binary_expression "iVar17 - 0x10U" identifier - number_literal) != (binary_expression "(uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0)" (parenthesized_expression "(uVar18 - 0x10)" ( (binary_expression "uVar18 - 0x10" identifier - number_literal) )) - (parenthesized_expression "(uVar18 - 1 & 0xfffffff0)" ( (binary_expression "uVar18 - 1 & 0xfffffff0" (binary_expression "uVar18 - 1" identifier - number_literal) & number_literal) )))) )) ;) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" identifier = number_literal) ;) (expression_statement "local_58 = (undefined1 [16])0x0;" (assignment_expression "local_58 = (undefined1 [16])0x0" identifier = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) }))) (do_statement "do {\n pbVar14 = param_2;\n if ((uVar18 & 1) != 0) {\n pbVar14 = pbVar13;\n }\n FUN_001a0a4b(local_138,pbVar14,1);\n uVar18 = (int)uVar18 >> 1;\n } while (uVar18 != 0);" do (compound_statement "{\n pbVar14 = param_2;\n if ((uVar18 & 1) != 0) {\n pbVar14 = pbVar13;\n }\n FUN_001a0a4b(local_138,pbVar14,1);\n uVar18 = (int)uVar18 >> 1;\n }" { (expression_statement "pbVar14 = param_2;" (assignment_expression "pbVar14 = param_2" identifier = identifier) ;) (if_statement "if ((uVar18 & 1) != 0) {\n pbVar14 = pbVar13;\n }" if (parenthesized_expression "((uVar18 & 1) != 0)" ( (binary_expression "(uVar18 & 1) != 0" (parenthesized_expression "(uVar18 & 1)" ( (binary_expression "uVar18 & 1" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n pbVar14 = pbVar13;\n }" { (expression_statement "pbVar14 = pbVar13;" (assignment_expression "pbVar14 = pbVar13" identifier = identifier) ;) })) (expression_statement "FUN_001a0a4b(local_138,pbVar14,1);" (call_expression "FUN_001a0a4b(local_138,pbVar14,1)" identifier (argument_list "(local_138,pbVar14,1)" ( identifier , identifier , number_literal ))) ;) (expression_statement "uVar18 = (int)uVar18 >> 1;" (assignment_expression "uVar18 = (int)uVar18 >> 1" identifier = (binary_expression "(int)uVar18 >> 1" (cast_expression "(int)uVar18" ( (type_descriptor "int" primitive_type) ) identifier) >> number_literal)) ;) }) while (parenthesized_expression "(uVar18 != 0)" ( (binary_expression "uVar18 != 0" identifier != number_literal) )) ;) (labeled_statement "LAB_001a681e:\n uVar18 = 0;" statement_identifier : (expression_statement "uVar18 = 0;" (assignment_expression "uVar18 = 0" identifier = number_literal) ;)) (expression_statement "FUN_001a0bcb(local_138,pbVar13);" (call_expression "FUN_001a0bcb(local_138,pbVar13)" identifier (argument_list "(local_138,pbVar13)" ( identifier , identifier ))) ;) (do_statement "do {\n FUN_001a0a1b(local_c8);\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if (uVar18 != (uVar18 / 3) * 3) {\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }\n if (uVar18 != (uVar18 / 7) * 7) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n uVar18 = uVar18 + 1;\n FUN_001a0bcb(local_c8,pbVar13);\n } while (uVar18 != 1000);" do (compound_statement "{\n FUN_001a0a1b(local_c8);\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if (uVar18 != (uVar18 / 3) * 3) {\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }\n if (uVar18 != (uVar18 / 7) * 7) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n uVar18 = uVar18 + 1;\n FUN_001a0bcb(local_c8,pbVar13);\n }" { (expression_statement "FUN_001a0a1b(local_c8);" (call_expression "FUN_001a0a1b(local_c8)" identifier (argument_list "(local_c8)" ( identifier ))) ;) (if_statement "if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" if (parenthesized_expression "((uVar18 & 1) == 0)" ( (binary_expression "(uVar18 & 1) == 0" (parenthesized_expression "(uVar18 & 1)" ( (binary_expression "uVar18 & 1" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }" { (expression_statement "FUN_001a0a4b(local_c8,pbVar13,0x10);" (call_expression "FUN_001a0a4b(local_c8,pbVar13,0x10)" identifier (argument_list "(local_c8,pbVar13,0x10)" ( identifier , identifier , number_literal ))) ;) }) (else_clause "else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" else (compound_statement "{\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" { (expression_statement "FUN_001a0a4b(local_c8,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_c8,param_2,lVar4)" identifier (argument_list "(local_c8,param_2,lVar4)" ( identifier , identifier , identifier ))) ;) }))) (if_statement "if (uVar18 != (uVar18 / 3) * 3) {\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }" if (parenthesized_expression "(uVar18 != (uVar18 / 3) * 3)" ( (binary_expression "uVar18 != (uVar18 / 3) * 3" identifier != (binary_expression "(uVar18 / 3) * 3" (parenthesized_expression "(uVar18 / 3)" ( (binary_expression "uVar18 / 3" identifier / number_literal) )) * number_literal)) )) (compound_statement "{\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }" { (expression_statement "FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);" (call_expression "FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158)" identifier (argument_list "(local_c8,(undefined1 *)((long)param_3 + 3),local_158)" ( identifier , (cast_expression "(undefined1 *)((long)param_3 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)param_3 + 3)" ( (binary_expression "(long)param_3 + 3" (cast_expression "(long)param_3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))) , identifier ))) ;) })) (if_statement "if (uVar18 != (uVar18 / 7) * 7) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" if (parenthesized_expression "(uVar18 != (uVar18 / 7) * 7)" ( (binary_expression "uVar18 != (uVar18 / 7) * 7" identifier != (binary_expression "(uVar18 / 7) * 7" (parenthesized_expression "(uVar18 / 7)" ( (binary_expression "uVar18 / 7" identifier / number_literal) )) * number_literal)) )) (compound_statement "{\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" { (expression_statement "FUN_001a0a4b(local_c8,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_c8,param_2,lVar4)" identifier (argument_list "(local_c8,param_2,lVar4)" ( identifier , identifier , identifier ))) ;) })) (if_statement "if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }" if (parenthesized_expression "((uVar18 & 1) == 0)" ( (binary_expression "(uVar18 & 1) == 0" (parenthesized_expression "(uVar18 & 1)" ( (binary_expression "uVar18 & 1" identifier & number_literal) )) == number_literal) )) (compound_statement "{\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" { (expression_statement "FUN_001a0a4b(local_c8,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_c8,param_2,lVar4)" identifier (argument_list "(local_c8,param_2,lVar4)" ( identifier , identifier , identifier ))) ;) }) (else_clause "else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }" else (compound_statement "{\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }" { (expression_statement "FUN_001a0a4b(local_c8,pbVar13,0x10);" (call_expression "FUN_001a0a4b(local_c8,pbVar13,0x10)" identifier (argument_list "(local_c8,pbVar13,0x10)" ( identifier , identifier , number_literal ))) ;) }))) (expression_statement "uVar18 = uVar18 + 1;" (assignment_expression "uVar18 = uVar18 + 1" identifier = (binary_expression "uVar18 + 1" identifier + number_literal)) ;) (expression_statement "FUN_001a0bcb(local_c8,pbVar13);" (call_expression "FUN_001a0bcb(local_c8,pbVar13)" identifier (argument_list "(local_c8,pbVar13)" ( identifier , identifier ))) ;) }) while (parenthesized_expression "(uVar18 != 1000)" ( (binary_expression "uVar18 != 1000" identifier != number_literal) )) ;) (expression_statement "pcVar15 = (char *)(local_150 + (long)param_1);" (assignment_expression "pcVar15 = (char *)(local_150 + (long)param_1)" identifier = (cast_expression "(char *)(local_150 + (long)param_1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_150 + (long)param_1)" ( (binary_expression "local_150 + (long)param_1" identifier + (cast_expression "(long)param_1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "local_48 = local_58[5];" (assignment_expression "local_48 = local_58[5]" identifier = (subscript_expression "local_58[5]" identifier [ number_literal ])) ;) (expression_statement "pcVar8 = pcVar15;" (assignment_expression "pcVar8 = pcVar15" identifier = identifier) ;) (do_statement "do {\n pcVar16 = pcVar8 + 4;\n uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];\n pcVar7 = pcVar8;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar16);\n pbVar13 = pbVar13 + 1;\n } while (pcVar8 != pcVar15 + 0x14);" do (compound_statement "{\n pcVar16 = pcVar8 + 4;\n uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];\n pcVar7 = pcVar8;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar16);\n pbVar13 = pbVar13 + 1;\n }" { (expression_statement "pcVar16 = pcVar8 + 4;" (assignment_expression "pcVar16 = pcVar8 + 4" identifier = (binary_expression "pcVar8 + 4" identifier + number_literal)) ;) (expression_statement "uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];" (assignment_expression "uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc]" identifier = (binary_expression "(uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc]" (binary_expression "(uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8" (binary_expression "(uint)*pbVar13 << 0x10" (binary_expression "(uint)*pbVar13" (parenthesized_expression "(uint)" ( identifier )) * identifier) << number_literal) | (binary_expression "(uint)pbVar13[6] << 8" (cast_expression "(uint)pbVar13[6]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "pbVar13[6]" identifier [ number_literal ])) << number_literal)) | (cast_expression "(uint)pbVar13[0xc]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "pbVar13[0xc]" identifier [ number_literal ])))) ;) (expression_statement "pcVar7 = pcVar8;" (assignment_expression "pcVar7 = pcVar8" identifier = identifier) ;) (do_statement "do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar16);" do (compound_statement "{\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n }" { (expression_statement "uVar2 = uVar18 & 0x3f;" (assignment_expression "uVar2 = uVar18 & 0x3f" identifier = (binary_expression "uVar18 & 0x3f" identifier & number_literal)) ;) (expression_statement "cVar9 = '.';" (assignment_expression "cVar9 = '.'" identifier = (char_literal "'.'" ' character ')) ;) (if_statement "if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }" if (parenthesized_expression "((uVar2 != 0) && (cVar9 = '/', uVar2 != 1))" ( (binary_expression "(uVar2 != 0) && (cVar9 = '/', uVar2 != 1)" (parenthesized_expression "(uVar2 != 0)" ( (binary_expression "uVar2 != 0" identifier != number_literal) )) && (parenthesized_expression "(cVar9 = '/', uVar2 != 1)" ( (comma_expression "cVar9 = '/', uVar2 != 1" (assignment_expression "cVar9 = '/'" identifier = (char_literal "'/'" ' character ')) , (binary_expression "uVar2 != 1" identifier != number_literal)) ))) )) (compound_statement "{\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }" { (expression_statement "cVar1 = (char)uVar2;" (assignment_expression "cVar1 = (char)uVar2" identifier = (cast_expression "(char)uVar2" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "cVar9 = cVar1 + '.';" (assignment_expression "cVar9 = cVar1 + '.'" identifier = (binary_expression "cVar1 + '.'" identifier + (char_literal "'.'" ' character '))) ;) (if_statement "if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }" if (parenthesized_expression "(0xb < uVar2)" ( (binary_expression "0xb < uVar2" number_literal < identifier) )) (compound_statement "{\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }" { (expression_statement "cVar9 = cVar1 + '5';" (assignment_expression "cVar9 = cVar1 + '5'" identifier = (binary_expression "cVar1 + '5'" identifier + (char_literal "'5'" ' character '))) ;) (if_statement "if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }" if (parenthesized_expression "(0x25 < uVar2)" ( (binary_expression "0x25 < uVar2" number_literal < identifier) )) (compound_statement "{\n cVar9 = cVar1 + ';';\n }" { (expression_statement "cVar9 = cVar1 + ';';" (assignment_expression "cVar9 = cVar1 + ';'" identifier = (binary_expression "cVar1 + ';'" identifier + (char_literal "';'" ' character '))) ;) })) })) })) (expression_statement "pcVar8 = pcVar7 + 1;" (assignment_expression "pcVar8 = pcVar7 + 1" identifier = (binary_expression "pcVar7 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar7 = cVar9;" (assignment_expression "*pcVar7 = cVar9" (pointer_expression "*pcVar7" * identifier) = identifier) ;) (expression_statement "uVar18 = uVar18 >> 6;" (assignment_expression "uVar18 = uVar18 >> 6" identifier = (binary_expression "uVar18 >> 6" identifier >> number_literal)) ;) (expression_statement "pcVar7 = pcVar8;" (assignment_expression "pcVar7 = pcVar8" identifier = identifier) ;) }) while (parenthesized_expression "(pcVar8 != pcVar16)" ( (binary_expression "pcVar8 != pcVar16" identifier != identifier) )) ;) (expression_statement "pbVar13 = pbVar13 + 1;" (assignment_expression "pbVar13 = pbVar13 + 1" identifier = (binary_expression "pbVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(pcVar8 != pcVar15 + 0x14)" ( (binary_expression "pcVar8 != pcVar15 + 0x14" identifier != (binary_expression "pcVar15 + 0x14" identifier + number_literal)) )) ;) (expression_statement "uVar18 = (uint)local_58[0xb];" (assignment_expression "uVar18 = (uint)local_58[0xb]" identifier = (cast_expression "(uint)local_58[0xb]" ( (type_descriptor "uint" type_identifier) ) (subscript_expression "local_58[0xb]" identifier [ number_literal ]))) ;) (expression_statement "pcVar8 = pcVar15 + 0x14;" (assignment_expression "pcVar8 = pcVar15 + 0x14" identifier = (binary_expression "pcVar15 + 0x14" identifier + number_literal)) ;) (do_statement "do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar16 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar8 = pcVar16;\n } while (pcVar16 != pcVar15 + 0x16);" do (compound_statement "{\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar16 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar8 = pcVar16;\n }" { (expression_statement "uVar2 = uVar18 & 0x3f;" (assignment_expression "uVar2 = uVar18 & 0x3f" identifier = (binary_expression "uVar18 & 0x3f" identifier & number_literal)) ;) (expression_statement "cVar9 = '.';" (assignment_expression "cVar9 = '.'" identifier = (char_literal "'.'" ' character ')) ;) (if_statement "if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }" if (parenthesized_expression "((uVar2 != 0) && (cVar9 = '/', uVar2 != 1))" ( (binary_expression "(uVar2 != 0) && (cVar9 = '/', uVar2 != 1)" (parenthesized_expression "(uVar2 != 0)" ( (binary_expression "uVar2 != 0" identifier != number_literal) )) && (parenthesized_expression "(cVar9 = '/', uVar2 != 1)" ( (comma_expression "cVar9 = '/', uVar2 != 1" (assignment_expression "cVar9 = '/'" identifier = (char_literal "'/'" ' character ')) , (binary_expression "uVar2 != 1" identifier != number_literal)) ))) )) (compound_statement "{\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }" { (expression_statement "cVar1 = (char)uVar2;" (assignment_expression "cVar1 = (char)uVar2" identifier = (cast_expression "(char)uVar2" ( (type_descriptor "char" primitive_type) ) identifier)) ;) (expression_statement "cVar9 = cVar1 + '.';" (assignment_expression "cVar9 = cVar1 + '.'" identifier = (binary_expression "cVar1 + '.'" identifier + (char_literal "'.'" ' character '))) ;) (if_statement "if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }" if (parenthesized_expression "(0xb < uVar2)" ( (binary_expression "0xb < uVar2" number_literal < identifier) )) (compound_statement "{\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }" { (expression_statement "cVar9 = cVar1 + '5';" (assignment_expression "cVar9 = cVar1 + '5'" identifier = (binary_expression "cVar1 + '5'" identifier + (char_literal "'5'" ' character '))) ;) (if_statement "if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }" if (parenthesized_expression "(0x25 < uVar2)" ( (binary_expression "0x25 < uVar2" number_literal < identifier) )) (compound_statement "{\n cVar9 = cVar1 + ';';\n }" { (expression_statement "cVar9 = cVar1 + ';';" (assignment_expression "cVar9 = cVar1 + ';'" identifier = (binary_expression "cVar1 + ';'" identifier + (char_literal "';'" ' character '))) ;) })) })) })) (expression_statement "pcVar16 = pcVar8 + 1;" (assignment_expression "pcVar16 = pcVar8 + 1" identifier = (binary_expression "pcVar8 + 1" identifier + number_literal)) ;) (expression_statement "*pcVar8 = cVar9;" (assignment_expression "*pcVar8 = cVar9" (pointer_expression "*pcVar8" * identifier) = identifier) ;) (expression_statement "uVar18 = uVar18 >> 6;" (assignment_expression "uVar18 = uVar18 >> 6" identifier = (binary_expression "uVar18 >> 6" identifier >> number_literal)) ;) (expression_statement "pcVar8 = pcVar16;" (assignment_expression "pcVar8 = pcVar16" identifier = identifier) ;) }) while (parenthesized_expression "(pcVar16 != pcVar15 + 0x16)" ( (binary_expression "pcVar16 != pcVar15 + 0x16" identifier != (binary_expression "pcVar15 + 0x16" identifier + number_literal)) )) ;) (expression_statement "pcVar15[0x16] = '\0';" (assignment_expression "pcVar15[0x16] = '\0'" (subscript_expression "pcVar15[0x16]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }" if (parenthesized_expression "(local_40 != *(long *)(in_FS_OFFSET + 0x28))" ( (binary_expression "local_40 != *(long *)(in_FS_OFFSET + 0x28)" identifier != (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" * (cast_expression "(long *)(in_FS_OFFSET + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(in_FS_OFFSET + 0x28)" ( (binary_expression "in_FS_OFFSET + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n \n __stack_chk_fail();\n }" { (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" identifier (argument_list "()" ( ))) ;) })) (return_statement "return param_1;" return identifier ;) }))) | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (do_statement do (compound_statement { (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) + IDENT) )))) == (char_literal ' escape_sequence ')) )) || (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) + IDENT) )))) == (char_literal ' character ')) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) (cast_expression ( (type_descriptor TYPE) ) IDENT))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT))) , (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 (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (parenthesized_expression ( (binary_expression IDENT - LIT) ))) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (parenthesized_expression ( (binary_expression IDENT - LIT) ))) ))))) ;) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT))) ;) (expression_statement (assignment_expression (pointer_expression * (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 IDENT - LIT) ))) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + (parenthesized_expression ( (binary_expression IDENT - LIT) ))) ))))) ;) }))) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (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 (parenthesized_expression ( (binary_expression IDENT & LIT) )) - LIT) ))) )))) = (pointer_expression * (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 (parenthesized_expression ( (binary_expression IDENT & LIT) )) - LIT) ))) ))))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT + LIT) ))) & LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + IDENT) & LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT + LIT) ))) & LIT) )) + IDENT) )))) = (pointer_expression * (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 IDENT - IDENT) ))) ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT < IDENT) )) ;) })) }))) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) ))) , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ LIT ])) ) LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (goto_statement goto statement_identifier ;)) }) (else_clause else (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT - LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) ))) ;) }) while (parenthesized_expression ( (binary_expression (binary_expression IDENT - LIT) != (binary_expression (parenthesized_expression ( (binary_expression IDENT - LIT) )) - (parenthesized_expression ( (binary_expression (binary_expression IDENT - LIT) & LIT) )))) )) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ LIT ])) ) LIT)) ;) }))) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) >> LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = LIT) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (do_statement do (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (binary_expression (parenthesized_expression ( (binary_expression IDENT / LIT) )) * LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (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 != (binary_expression (parenthesized_expression ( (binary_expression IDENT / LIT) )) * LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , 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 ( IDENT , IDENT , IDENT ))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , LIT ))) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) )))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (binary_expression (binary_expression (parenthesized_expression ( IDENT )) * IDENT) << LIT) | (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) << LIT)) | (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;) (expression_statement (assignment_expression IDENT = (char_literal ' character ')) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (char_literal ' character ')) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (char_literal ' character '))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (char_literal ' character '))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (char_literal ' character '))) ;) })) })) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = 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 = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (binary_expression IDENT + LIT)) )) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;) (expression_statement (assignment_expression IDENT = (char_literal ' character ')) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (char_literal ' character ')) , (binary_expression IDENT != LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (char_literal ' character '))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (char_literal ' character '))) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (char_literal ' character '))) ;) })) })) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT >> LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) while (parenthesized_expression ( (binary_expression IDENT != (binary_expression IDENT + LIT)) )) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (char_literal ' escape_sequence ')) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (return_statement return IDENT ;) }))) | (function_definition "undefined8 * FUN_001a6617(undefined8 *param_1,byte *param_2,undefined8 *param_3)\n\n{\n char cVar1;\n uint uVar2;\n size_t sVar3;\n long lVar4;\n ulong uVar5;\n long lVar6;\n char *pcVar7;\n char *pcVar8;\n char cVar9;\n uint uVar10;\n int iVar11;\n ulong uVar12;\n byte *pbVar13;\n byte *pbVar14;\n char *pcVar15;\n char *pcVar16;\n int iVar17;\n uint uVar18;\n long in_FS_OFFSET;\n long local_158;\n long local_150;\n undefined1 local_138 [112];\n undefined1 local_c8 [112];\n undefined1 local_58 [16];\n undefined1 local_48;\n long local_40;\n \n uVar12 = 3;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n do {\n if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n uVar12 = uVar12 + 1;\n } while (uVar12 != 0xb);\n local_150 = 0xc;\n local_158 = 8;\nLAB_001a668a:\n FUN_001a0a1b(local_138);\n sVar3 = strlen((char *)param_2);\n uVar18 = (uint)sVar3;\n lVar4 = (long)(int)uVar18;\n FUN_001a0a4b(local_138,param_2,lVar4);\n FUN_001a0a4b(local_138,param_3,uVar12);\n uVar2 = (uint)uVar12;\n uVar5 = uVar12 & 0xffffffff;\n if (uVar2 < 8) {\n if ((uVar12 & 4) == 0) {\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }\n }\n else {\n *param_1 = *param_3;\n *(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));\n lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;\n if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }\n }\n *(undefined1 *)((long)param_1 + uVar12) = 0x24;\n FUN_001a0a1b(local_c8);\n FUN_001a0a4b(local_c8,param_2,lVar4);\n pbVar13 = local_58;\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n FUN_001a0a4b(local_c8,param_2,lVar4);\n FUN_001a0bcb(local_c8,pbVar13);\n if ((int)uVar18 < 1) {\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n if (uVar18 == 0) goto LAB_001a681e;\n }\n else {\n do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n }\n do {\n pbVar14 = param_2;\n if ((uVar18 & 1) != 0) {\n pbVar14 = pbVar13;\n }\n FUN_001a0a4b(local_138,pbVar14,1);\n uVar18 = (int)uVar18 >> 1;\n } while (uVar18 != 0);\nLAB_001a681e:\n uVar18 = 0;\n FUN_001a0bcb(local_138,pbVar13);\n do {\n FUN_001a0a1b(local_c8);\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if (uVar18 != (uVar18 / 3) * 3) {\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }\n if (uVar18 != (uVar18 / 7) * 7) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n uVar18 = uVar18 + 1;\n FUN_001a0bcb(local_c8,pbVar13);\n } while (uVar18 != 1000);\n pcVar15 = (char *)(local_150 + (long)param_1);\n local_48 = local_58[5];\n pcVar8 = pcVar15;\n do {\n pcVar16 = pcVar8 + 4;\n uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];\n pcVar7 = pcVar8;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar16);\n pbVar13 = pbVar13 + 1;\n } while (pcVar8 != pcVar15 + 0x14);\n uVar18 = (uint)local_58[0xb];\n pcVar8 = pcVar15 + 0x14;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar16 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar8 = pcVar16;\n } while (pcVar16 != pcVar15 + 0x16);\n pcVar15[0x16] = '\0';\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }\n return param_1;\n}" (type_identifier "undefined8") (pointer_declarator "* FUN_001a6617(undefined8 *param_1,byte *param_2,undefined8 *param_3)" (* "*") (function_declarator "FUN_001a6617(undefined8 *param_1,byte *param_2,undefined8 *param_3)" (identifier "FUN_001a6617") (parameter_list "(undefined8 *param_1,byte *param_2,undefined8 *param_3)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "byte *param_2" (type_identifier "byte") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined8 *param_3" (type_identifier "undefined8") (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")")))) (compound_statement "{\n char cVar1;\n uint uVar2;\n size_t sVar3;\n long lVar4;\n ulong uVar5;\n long lVar6;\n char *pcVar7;\n char *pcVar8;\n char cVar9;\n uint uVar10;\n int iVar11;\n ulong uVar12;\n byte *pbVar13;\n byte *pbVar14;\n char *pcVar15;\n char *pcVar16;\n int iVar17;\n uint uVar18;\n long in_FS_OFFSET;\n long local_158;\n long local_150;\n undefined1 local_138 [112];\n undefined1 local_c8 [112];\n undefined1 local_58 [16];\n undefined1 local_48;\n long local_40;\n \n uVar12 = 3;\n local_40 = *(long *)(in_FS_OFFSET + 0x28);\n do {\n if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n uVar12 = uVar12 + 1;\n } while (uVar12 != 0xb);\n local_150 = 0xc;\n local_158 = 8;\nLAB_001a668a:\n FUN_001a0a1b(local_138);\n sVar3 = strlen((char *)param_2);\n uVar18 = (uint)sVar3;\n lVar4 = (long)(int)uVar18;\n FUN_001a0a4b(local_138,param_2,lVar4);\n FUN_001a0a4b(local_138,param_3,uVar12);\n uVar2 = (uint)uVar12;\n uVar5 = uVar12 & 0xffffffff;\n if (uVar2 < 8) {\n if ((uVar12 & 4) == 0) {\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }\n }\n else {\n *param_1 = *param_3;\n *(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));\n lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;\n if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }\n }\n *(undefined1 *)((long)param_1 + uVar12) = 0x24;\n FUN_001a0a1b(local_c8);\n FUN_001a0a4b(local_c8,param_2,lVar4);\n pbVar13 = local_58;\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n FUN_001a0a4b(local_c8,param_2,lVar4);\n FUN_001a0bcb(local_c8,pbVar13);\n if ((int)uVar18 < 1) {\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n if (uVar18 == 0) goto LAB_001a681e;\n }\n else {\n do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n }\n do {\n pbVar14 = param_2;\n if ((uVar18 & 1) != 0) {\n pbVar14 = pbVar13;\n }\n FUN_001a0a4b(local_138,pbVar14,1);\n uVar18 = (int)uVar18 >> 1;\n } while (uVar18 != 0);\nLAB_001a681e:\n uVar18 = 0;\n FUN_001a0bcb(local_138,pbVar13);\n do {\n FUN_001a0a1b(local_c8);\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if (uVar18 != (uVar18 / 3) * 3) {\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }\n if (uVar18 != (uVar18 / 7) * 7) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n uVar18 = uVar18 + 1;\n FUN_001a0bcb(local_c8,pbVar13);\n } while (uVar18 != 1000);\n pcVar15 = (char *)(local_150 + (long)param_1);\n local_48 = local_58[5];\n pcVar8 = pcVar15;\n do {\n pcVar16 = pcVar8 + 4;\n uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];\n pcVar7 = pcVar8;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar16);\n pbVar13 = pbVar13 + 1;\n } while (pcVar8 != pcVar15 + 0x14);\n uVar18 = (uint)local_58[0xb];\n pcVar8 = pcVar15 + 0x14;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar16 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar8 = pcVar16;\n } while (pcVar16 != pcVar15 + 0x16);\n pcVar15[0x16] = '\0';\n if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }\n return param_1;\n}" ({ "{") (declaration "char cVar1;" (primitive_type "char") (identifier "cVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "size_t sVar3;" (primitive_type "size_t") (identifier "sVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "ulong uVar5;" (type_identifier "ulong") (identifier "uVar5") (; ";")) (declaration "long lVar6;" (sized_type_specifier "long" (long "long")) (identifier "lVar6") (; ";")) (declaration "char *pcVar7;" (primitive_type "char") (pointer_declarator "*pcVar7" (* "*") (identifier "pcVar7")) (; ";")) (declaration "char *pcVar8;" (primitive_type "char") (pointer_declarator "*pcVar8" (* "*") (identifier "pcVar8")) (; ";")) (declaration "char cVar9;" (primitive_type "char") (identifier "cVar9") (; ";")) (declaration "uint uVar10;" (type_identifier "uint") (identifier "uVar10") (; ";")) (declaration "int iVar11;" (primitive_type "int") (identifier "iVar11") (; ";")) (declaration "ulong uVar12;" (type_identifier "ulong") (identifier "uVar12") (; ";")) (declaration "byte *pbVar13;" (type_identifier "byte") (pointer_declarator "*pbVar13" (* "*") (identifier "pbVar13")) (; ";")) (declaration "byte *pbVar14;" (type_identifier "byte") (pointer_declarator "*pbVar14" (* "*") (identifier "pbVar14")) (; ";")) (declaration "char *pcVar15;" (primitive_type "char") (pointer_declarator "*pcVar15" (* "*") (identifier "pcVar15")) (; ";")) (declaration "char *pcVar16;" (primitive_type "char") (pointer_declarator "*pcVar16" (* "*") (identifier "pcVar16")) (; ";")) (declaration "int iVar17;" (primitive_type "int") (identifier "iVar17") (; ";")) (declaration "uint uVar18;" (type_identifier "uint") (identifier "uVar18") (; ";")) (declaration "long in_FS_OFFSET;" (sized_type_specifier "long" (long "long")) (identifier "in_FS_OFFSET") (; ";")) (declaration "long local_158;" (sized_type_specifier "long" (long "long")) (identifier "local_158") (; ";")) (declaration "long local_150;" (sized_type_specifier "long" (long "long")) (identifier "local_150") (; ";")) (declaration "undefined1 local_138 [112];" (type_identifier "undefined1") (array_declarator "local_138 [112]" (identifier "local_138") ([ "[") (number_literal "112") (] "]")) (; ";")) (declaration "undefined1 local_c8 [112];" (type_identifier "undefined1") (array_declarator "local_c8 [112]" (identifier "local_c8") ([ "[") (number_literal "112") (] "]")) (; ";")) (declaration "undefined1 local_58 [16];" (type_identifier "undefined1") (array_declarator "local_58 [16]" (identifier "local_58") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "undefined1 local_48;" (type_identifier "undefined1") (identifier "local_48") (; ";")) (declaration "long local_40;" (sized_type_specifier "long" (long "long")) (identifier "local_40") (; ";")) (expression_statement "uVar12 = 3;" (assignment_expression "uVar12 = 3" (identifier "uVar12") (= "=") (number_literal "3")) (; ";")) (expression_statement "local_40 = *(long *)(in_FS_OFFSET + 0x28);" (assignment_expression "local_40 = *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_40") (= "=") (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" (* "*") (cast_expression "(long *)(in_FS_OFFSET + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_FS_OFFSET + 0x28)" (( "(") (binary_expression "in_FS_OFFSET + 0x28" (identifier "in_FS_OFFSET") (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (do_statement "do {\n if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n uVar12 = uVar12 + 1;\n } while (uVar12 != 0xb);" (do "do") (compound_statement "{\n if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }\n uVar12 = uVar12 + 1;\n }" ({ "{") (if_statement "if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }" (if "if") (parenthesized_expression "((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$'))" (( "(") (binary_expression "(*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')" (parenthesized_expression "(*(char *)((long)param_3 + uVar12) == '\0')" (( "(") (binary_expression "*(char *)((long)param_3 + uVar12) == '\0'" (pointer_expression "*(char *)((long)param_3 + uVar12)" (* "*") (cast_expression "(char *)((long)param_3 + uVar12)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_3 + uVar12)" (( "(") (binary_expression "(long)param_3 + uVar12" (cast_expression "(long)param_3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_3")) (+ "+") (identifier "uVar12")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (|| "||") (parenthesized_expression "(*(char *)((long)param_3 + uVar12) == '$')" (( "(") (binary_expression "*(char *)((long)param_3 + uVar12) == '$'" (pointer_expression "*(char *)((long)param_3 + uVar12)" (* "*") (cast_expression "(char *)((long)param_3 + uVar12)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_3 + uVar12)" (( "(") (binary_expression "(long)param_3 + uVar12" (cast_expression "(long)param_3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_3")) (+ "+") (identifier "uVar12")) () ")")))) (== "==") (char_literal "'$'" (' "'") (character "$") (' "'"))) () ")"))) () ")")) (compound_statement "{\n local_158 = (long)((int)uVar12 + -3);\n local_150 = local_158 + 4;\n goto LAB_001a668a;\n }" ({ "{") (expression_statement "local_158 = (long)((int)uVar12 + -3);" (assignment_expression "local_158 = (long)((int)uVar12 + -3)" (identifier "local_158") (= "=") (cast_expression "(long)((int)uVar12 + -3)" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (parenthesized_expression "((int)uVar12 + -3)" (( "(") (binary_expression "(int)uVar12 + -3" (cast_expression "(int)uVar12" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar12")) (+ "+") (number_literal "-3")) () ")")))) (; ";")) (expression_statement "local_150 = local_158 + 4;" (assignment_expression "local_150 = local_158 + 4" (identifier "local_150") (= "=") (binary_expression "local_158 + 4" (identifier "local_158") (+ "+") (number_literal "4"))) (; ";")) (goto_statement "goto LAB_001a668a;" (goto "goto") (statement_identifier "LAB_001a668a") (; ";")) (} "}"))) (expression_statement "uVar12 = uVar12 + 1;" (assignment_expression "uVar12 = uVar12 + 1" (identifier "uVar12") (= "=") (binary_expression "uVar12 + 1" (identifier "uVar12") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(uVar12 != 0xb)" (( "(") (binary_expression "uVar12 != 0xb" (identifier "uVar12") (!= "!=") (number_literal "0xb")) () ")")) (; ";")) (expression_statement "local_150 = 0xc;" (assignment_expression "local_150 = 0xc" (identifier "local_150") (= "=") (number_literal "0xc")) (; ";")) (expression_statement "local_158 = 8;" (assignment_expression "local_158 = 8" (identifier "local_158") (= "=") (number_literal "8")) (; ";")) (labeled_statement "LAB_001a668a:\n FUN_001a0a1b(local_138);" (statement_identifier "LAB_001a668a") (: ":") (expression_statement "FUN_001a0a1b(local_138);" (call_expression "FUN_001a0a1b(local_138)" (identifier "FUN_001a0a1b") (argument_list "(local_138)" (( "(") (identifier "local_138") () ")"))) (; ";"))) (expression_statement "sVar3 = strlen((char *)param_2);" (assignment_expression "sVar3 = strlen((char *)param_2)" (identifier "sVar3") (= "=") (call_expression "strlen((char *)param_2)" (identifier "strlen") (argument_list "((char *)param_2)" (( "(") (cast_expression "(char *)param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "param_2")) () ")")))) (; ";")) (expression_statement "uVar18 = (uint)sVar3;" (assignment_expression "uVar18 = (uint)sVar3" (identifier "uVar18") (= "=") (cast_expression "(uint)sVar3" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "sVar3"))) (; ";")) (expression_statement "lVar4 = (long)(int)uVar18;" (assignment_expression "lVar4 = (long)(int)uVar18" (identifier "lVar4") (= "=") (cast_expression "(long)(int)uVar18" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (cast_expression "(int)uVar18" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar18")))) (; ";")) (expression_statement "FUN_001a0a4b(local_138,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_138,param_2,lVar4)" (identifier "FUN_001a0a4b") (argument_list "(local_138,param_2,lVar4)" (( "(") (identifier "local_138") (, ",") (identifier "param_2") (, ",") (identifier "lVar4") () ")"))) (; ";")) (expression_statement "FUN_001a0a4b(local_138,param_3,uVar12);" (call_expression "FUN_001a0a4b(local_138,param_3,uVar12)" (identifier "FUN_001a0a4b") (argument_list "(local_138,param_3,uVar12)" (( "(") (identifier "local_138") (, ",") (identifier "param_3") (, ",") (identifier "uVar12") () ")"))) (; ";")) (expression_statement "uVar2 = (uint)uVar12;" (assignment_expression "uVar2 = (uint)uVar12" (identifier "uVar2") (= "=") (cast_expression "(uint)uVar12" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "uVar12"))) (; ";")) (expression_statement "uVar5 = uVar12 & 0xffffffff;" (assignment_expression "uVar5 = uVar12 & 0xffffffff" (identifier "uVar5") (= "=") (binary_expression "uVar12 & 0xffffffff" (identifier "uVar12") (& "&") (number_literal "0xffffffff"))) (; ";")) (if_statement "if (uVar2 < 8) {\n if ((uVar12 & 4) == 0) {\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }\n }\n else {\n *param_1 = *param_3;\n *(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));\n lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;\n if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }\n }" (if "if") (parenthesized_expression "(uVar2 < 8)" (( "(") (binary_expression "uVar2 < 8" (identifier "uVar2") (< "<") (number_literal "8")) () ")")) (compound_statement "{\n if ((uVar12 & 4) == 0) {\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }\n }" ({ "{") (if_statement "if ((uVar12 & 4) == 0) {\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }\n else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }" (if "if") (parenthesized_expression "((uVar12 & 4) == 0)" (( "(") (binary_expression "(uVar12 & 4) == 0" (parenthesized_expression "(uVar12 & 4)" (( "(") (binary_expression "uVar12 & 4" (identifier "uVar12") (& "&") (number_literal "4")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }\n }" ({ "{") (if_statement "if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }" (if "if") (parenthesized_expression "((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0))" (( "(") (binary_expression "(uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)" (parenthesized_expression "(uVar2 != 0)" (( "(") (binary_expression "uVar2 != 0" (identifier "uVar2") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)" (( "(") (comma_expression "*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0" (assignment_expression "*(undefined1 *)param_1 = *(undefined1 *)param_3" (pointer_expression "*(undefined1 *)param_1" (* "*") (cast_expression "(undefined1 *)param_1" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "param_1"))) (= "=") (pointer_expression "*(undefined1 *)param_3" (* "*") (cast_expression "(undefined1 *)param_3" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "param_3")))) (, ",") (binary_expression "(uVar12 & 2) != 0" (parenthesized_expression "(uVar12 & 2)" (( "(") (binary_expression "uVar12 & 2" (identifier "uVar12") (& "&") (number_literal "2")) () ")")) (!= "!=") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n *(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));\n }" ({ "{") (expression_statement "*(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));" (assignment_expression "*(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2))" (pointer_expression "*(undefined2 *)((long)param_1 + (uVar5 - 2))" (* "*") (cast_expression "(undefined2 *)((long)param_1 + (uVar5 - 2))" (( "(") (type_descriptor "undefined2 *" (type_identifier "undefined2") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + (uVar5 - 2))" (( "(") (binary_expression "(long)param_1 + (uVar5 - 2)" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (parenthesized_expression "(uVar5 - 2)" (( "(") (binary_expression "uVar5 - 2" (identifier "uVar5") (- "-") (number_literal "2")) () ")"))) () ")")))) (= "=") (pointer_expression "*(undefined2 *)((long)param_3 + (uVar5 - 2))" (* "*") (cast_expression "(undefined2 *)((long)param_3 + (uVar5 - 2))" (( "(") (type_descriptor "undefined2 *" (type_identifier "undefined2") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_3 + (uVar5 - 2))" (( "(") (binary_expression "(long)param_3 + (uVar5 - 2)" (cast_expression "(long)param_3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_3")) (+ "+") (parenthesized_expression "(uVar5 - 2)" (( "(") (binary_expression "uVar5 - 2" (identifier "uVar5") (- "-") (number_literal "2")) () ")"))) () ")"))))) (; ";")) (} "}"))) (} "}")) (else_clause "else {\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }" (else "else") (compound_statement "{\n *(undefined4 *)param_1 = *(undefined4 *)param_3;\n *(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));\n }" ({ "{") (expression_statement "*(undefined4 *)param_1 = *(undefined4 *)param_3;" (assignment_expression "*(undefined4 *)param_1 = *(undefined4 *)param_3" (pointer_expression "*(undefined4 *)param_1" (* "*") (cast_expression "(undefined4 *)param_1" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "param_1"))) (= "=") (pointer_expression "*(undefined4 *)param_3" (* "*") (cast_expression "(undefined4 *)param_3" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "param_3")))) (; ";")) (expression_statement "*(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));" (assignment_expression "*(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4))" (pointer_expression "*(undefined4 *)((long)param_1 + (uVar5 - 4))" (* "*") (cast_expression "(undefined4 *)((long)param_1 + (uVar5 - 4))" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + (uVar5 - 4))" (( "(") (binary_expression "(long)param_1 + (uVar5 - 4)" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (parenthesized_expression "(uVar5 - 4)" (( "(") (binary_expression "uVar5 - 4" (identifier "uVar5") (- "-") (number_literal "4")) () ")"))) () ")")))) (= "=") (pointer_expression "*(undefined4 *)((long)param_3 + (uVar5 - 4))" (* "*") (cast_expression "(undefined4 *)((long)param_3 + (uVar5 - 4))" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_3 + (uVar5 - 4))" (( "(") (binary_expression "(long)param_3 + (uVar5 - 4)" (cast_expression "(long)param_3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_3")) (+ "+") (parenthesized_expression "(uVar5 - 4)" (( "(") (binary_expression "uVar5 - 4" (identifier "uVar5") (- "-") (number_literal "4")) () ")"))) () ")"))))) (; ";")) (} "}")))) (} "}")) (else_clause "else {\n *param_1 = *param_3;\n *(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));\n lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;\n if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }\n }" (else "else") (compound_statement "{\n *param_1 = *param_3;\n *(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));\n lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);\n uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;\n if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }\n }" ({ "{") (expression_statement "*param_1 = *param_3;" (assignment_expression "*param_1 = *param_3" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (expression_statement "*(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));" (assignment_expression "*(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =\n *(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8))" (pointer_expression "*(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8))" (* "*") (cast_expression "(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8))" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + ((uVar12 & 0xffffffff) - 8))" (( "(") (binary_expression "(long)param_1 + ((uVar12 & 0xffffffff) - 8)" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (parenthesized_expression "((uVar12 & 0xffffffff) - 8)" (( "(") (binary_expression "(uVar12 & 0xffffffff) - 8" (parenthesized_expression "(uVar12 & 0xffffffff)" (( "(") (binary_expression "uVar12 & 0xffffffff" (identifier "uVar12") (& "&") (number_literal "0xffffffff")) () ")")) (- "-") (number_literal "8")) () ")"))) () ")")))) (= "=") (pointer_expression "*(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8))" (* "*") (cast_expression "(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8))" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_3 + ((uVar12 & 0xffffffff) - 8))" (( "(") (binary_expression "(long)param_3 + ((uVar12 & 0xffffffff) - 8)" (cast_expression "(long)param_3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_3")) (+ "+") (parenthesized_expression "((uVar12 & 0xffffffff) - 8)" (( "(") (binary_expression "(uVar12 & 0xffffffff) - 8" (parenthesized_expression "(uVar12 & 0xffffffff)" (( "(") (binary_expression "uVar12 & 0xffffffff" (identifier "uVar12") (& "&") (number_literal "0xffffffff")) () ")")) (- "-") (number_literal "8")) () ")"))) () ")"))))) (; ";")) (expression_statement "lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);" (assignment_expression "lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8)" (identifier "lVar6") (= "=") (binary_expression "(long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8)" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (- "-") (parenthesized_expression "((ulong)(param_1 + 1) & 0xfffffffffffffff8)" (( "(") (binary_expression "(ulong)(param_1 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(param_1 + 1)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")"))) (& "&") (number_literal "0xfffffffffffffff8")) () ")")))) (; ";")) (expression_statement "uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;" (assignment_expression "uVar2 = (int)lVar6 + uVar2 & 0xfffffff8" (identifier "uVar2") (= "=") (binary_expression "(int)lVar6 + uVar2 & 0xfffffff8" (binary_expression "(int)lVar6 + uVar2" (cast_expression "(int)lVar6" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar6")) (+ "+") (identifier "uVar2")) (& "&") (number_literal "0xfffffff8"))) (; ";")) (if_statement "if (7 < uVar2) {\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }" (if "if") (parenthesized_expression "(7 < uVar2)" (( "(") (binary_expression "7 < uVar2" (number_literal "7") (< "<") (identifier "uVar2")) () ")")) (compound_statement "{\n uVar5 = 0;\n do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);\n }" ({ "{") (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" (identifier "uVar5") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n } while (uVar10 < uVar2);" (do "do") (compound_statement "{\n uVar10 = (int)uVar5 + 8;\n *(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));\n uVar5 = (ulong)uVar10;\n }" ({ "{") (expression_statement "uVar10 = (int)uVar5 + 8;" (assignment_expression "uVar10 = (int)uVar5 + 8" (identifier "uVar10") (= "=") (binary_expression "(int)uVar5 + 8" (cast_expression "(int)uVar5" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar5")) (+ "+") (number_literal "8"))) (; ";")) (expression_statement "*(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6));" (assignment_expression "*(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =\n *(undefined8 *)((long)param_3 + (uVar5 - lVar6))" (pointer_expression "*(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5)" (* "*") (cast_expression "(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5)" (( "(") (binary_expression "((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5" (parenthesized_expression "((ulong)(param_1 + 1) & 0xfffffffffffffff8)" (( "(") (binary_expression "(ulong)(param_1 + 1) & 0xfffffffffffffff8" (call_expression "(ulong)(param_1 + 1)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(param_1 + 1)" (( "(") (binary_expression "param_1 + 1" (identifier "param_1") (+ "+") (number_literal "1")) () ")"))) (& "&") (number_literal "0xfffffffffffffff8")) () ")")) (+ "+") (identifier "uVar5")) () ")")))) (= "=") (pointer_expression "*(undefined8 *)((long)param_3 + (uVar5 - lVar6))" (* "*") (cast_expression "(undefined8 *)((long)param_3 + (uVar5 - lVar6))" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_3 + (uVar5 - lVar6))" (( "(") (binary_expression "(long)param_3 + (uVar5 - lVar6)" (cast_expression "(long)param_3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_3")) (+ "+") (parenthesized_expression "(uVar5 - lVar6)" (( "(") (binary_expression "uVar5 - lVar6" (identifier "uVar5") (- "-") (identifier "lVar6")) () ")"))) () ")"))))) (; ";")) (expression_statement "uVar5 = (ulong)uVar10;" (assignment_expression "uVar5 = (ulong)uVar10" (identifier "uVar5") (= "=") (cast_expression "(ulong)uVar10" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (identifier "uVar10"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(uVar10 < uVar2)" (( "(") (binary_expression "uVar10 < uVar2" (identifier "uVar10") (< "<") (identifier "uVar2")) () ")")) (; ";")) (} "}"))) (} "}")))) (expression_statement "*(undefined1 *)((long)param_1 + uVar12) = 0x24;" (assignment_expression "*(undefined1 *)((long)param_1 + uVar12) = 0x24" (pointer_expression "*(undefined1 *)((long)param_1 + uVar12)" (* "*") (cast_expression "(undefined1 *)((long)param_1 + uVar12)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_1 + uVar12)" (( "(") (binary_expression "(long)param_1 + uVar12" (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1")) (+ "+") (identifier "uVar12")) () ")")))) (= "=") (number_literal "0x24")) (; ";")) (expression_statement "FUN_001a0a1b(local_c8);" (call_expression "FUN_001a0a1b(local_c8)" (identifier "FUN_001a0a1b") (argument_list "(local_c8)" (( "(") (identifier "local_c8") () ")"))) (; ";")) (expression_statement "FUN_001a0a4b(local_c8,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_c8,param_2,lVar4)" (identifier "FUN_001a0a4b") (argument_list "(local_c8,param_2,lVar4)" (( "(") (identifier "local_c8") (, ",") (identifier "param_2") (, ",") (identifier "lVar4") () ")"))) (; ";")) (expression_statement "pbVar13 = local_58;" (assignment_expression "pbVar13 = local_58" (identifier "pbVar13") (= "=") (identifier "local_58")) (; ";")) (expression_statement "FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);" (call_expression "FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158)" (identifier "FUN_001a0a4b") (argument_list "(local_c8,(undefined1 *)((long)param_3 + 3),local_158)" (( "(") (identifier "local_c8") (, ",") (cast_expression "(undefined1 *)((long)param_3 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_3 + 3)" (( "(") (binary_expression "(long)param_3 + 3" (cast_expression "(long)param_3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_3")) (+ "+") (number_literal "3")) () ")"))) (, ",") (identifier "local_158") () ")"))) (; ";")) (expression_statement "FUN_001a0a4b(local_c8,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_c8,param_2,lVar4)" (identifier "FUN_001a0a4b") (argument_list "(local_c8,param_2,lVar4)" (( "(") (identifier "local_c8") (, ",") (identifier "param_2") (, ",") (identifier "lVar4") () ")"))) (; ";")) (expression_statement "FUN_001a0bcb(local_c8,pbVar13);" (call_expression "FUN_001a0bcb(local_c8,pbVar13)" (identifier "FUN_001a0bcb") (argument_list "(local_c8,pbVar13)" (( "(") (identifier "local_c8") (, ",") (identifier "pbVar13") () ")"))) (; ";")) (if_statement "if ((int)uVar18 < 1) {\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n if (uVar18 == 0) goto LAB_001a681e;\n }\n else {\n do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n }" (if "if") (parenthesized_expression "((int)uVar18 < 1)" (( "(") (binary_expression "(int)uVar18 < 1" (cast_expression "(int)uVar18" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar18")) (< "<") (number_literal "1")) () ")")) (compound_statement "{\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n if (uVar18 == 0) goto LAB_001a681e;\n }" ({ "{") (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" (identifier "local_48") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_58 = (undefined1 [16])0x0;" (assignment_expression "local_58 = (undefined1 [16])0x0" (identifier "local_58") (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (if_statement "if (uVar18 == 0) goto LAB_001a681e;" (if "if") (parenthesized_expression "(uVar18 == 0)" (( "(") (binary_expression "uVar18 == 0" (identifier "uVar18") (== "==") (number_literal "0")) () ")")) (goto_statement "goto LAB_001a681e;" (goto "goto") (statement_identifier "LAB_001a681e") (; ";"))) (} "}")) (else_clause "else {\n do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n }" (else "else") (compound_statement "{\n do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));\n local_48 = 0;\n local_58 = (undefined1 [16])0x0;\n }" ({ "{") (do_statement "do {\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n } while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));" (do "do") (compound_statement "{\n iVar17 = (int)sVar3;\n iVar11 = 0x10;\n if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }\n sVar3 = (size_t)(iVar17 - 0x10U);\n FUN_001a0a4b(local_138,pbVar13,(long)iVar11);\n }" ({ "{") (expression_statement "iVar17 = (int)sVar3;" (assignment_expression "iVar17 = (int)sVar3" (identifier "iVar17") (= "=") (cast_expression "(int)sVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "sVar3"))) (; ";")) (expression_statement "iVar11 = 0x10;" (assignment_expression "iVar11 = 0x10" (identifier "iVar11") (= "=") (number_literal "0x10")) (; ";")) (if_statement "if (iVar17 < 0x11) {\n iVar11 = iVar17;\n }" (if "if") (parenthesized_expression "(iVar17 < 0x11)" (( "(") (binary_expression "iVar17 < 0x11" (identifier "iVar17") (< "<") (number_literal "0x11")) () ")")) (compound_statement "{\n iVar11 = iVar17;\n }" ({ "{") (expression_statement "iVar11 = iVar17;" (assignment_expression "iVar11 = iVar17" (identifier "iVar11") (= "=") (identifier "iVar17")) (; ";")) (} "}"))) (expression_statement "sVar3 = (size_t)(iVar17 - 0x10U);" (assignment_expression "sVar3 = (size_t)(iVar17 - 0x10U)" (identifier "sVar3") (= "=") (cast_expression "(size_t)(iVar17 - 0x10U)" (( "(") (type_descriptor "size_t" (primitive_type "size_t")) () ")") (parenthesized_expression "(iVar17 - 0x10U)" (( "(") (binary_expression "iVar17 - 0x10U" (identifier "iVar17") (- "-") (number_literal "0x10U")) () ")")))) (; ";")) (expression_statement "FUN_001a0a4b(local_138,pbVar13,(long)iVar11);" (call_expression "FUN_001a0a4b(local_138,pbVar13,(long)iVar11)" (identifier "FUN_001a0a4b") (argument_list "(local_138,pbVar13,(long)iVar11)" (( "(") (identifier "local_138") (, ",") (identifier "pbVar13") (, ",") (cast_expression "(long)iVar11" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar11")) () ")"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0))" (( "(") (binary_expression "iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0)" (binary_expression "iVar17 - 0x10U" (identifier "iVar17") (- "-") (number_literal "0x10U")) (!= "!=") (binary_expression "(uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0)" (parenthesized_expression "(uVar18 - 0x10)" (( "(") (binary_expression "uVar18 - 0x10" (identifier "uVar18") (- "-") (number_literal "0x10")) () ")")) (- "-") (parenthesized_expression "(uVar18 - 1 & 0xfffffff0)" (( "(") (binary_expression "uVar18 - 1 & 0xfffffff0" (binary_expression "uVar18 - 1" (identifier "uVar18") (- "-") (number_literal "1")) (& "&") (number_literal "0xfffffff0")) () ")")))) () ")")) (; ";")) (expression_statement "local_48 = 0;" (assignment_expression "local_48 = 0" (identifier "local_48") (= "=") (number_literal "0")) (; ";")) (expression_statement "local_58 = (undefined1 [16])0x0;" (assignment_expression "local_58 = (undefined1 [16])0x0" (identifier "local_58") (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (} "}")))) (do_statement "do {\n pbVar14 = param_2;\n if ((uVar18 & 1) != 0) {\n pbVar14 = pbVar13;\n }\n FUN_001a0a4b(local_138,pbVar14,1);\n uVar18 = (int)uVar18 >> 1;\n } while (uVar18 != 0);" (do "do") (compound_statement "{\n pbVar14 = param_2;\n if ((uVar18 & 1) != 0) {\n pbVar14 = pbVar13;\n }\n FUN_001a0a4b(local_138,pbVar14,1);\n uVar18 = (int)uVar18 >> 1;\n }" ({ "{") (expression_statement "pbVar14 = param_2;" (assignment_expression "pbVar14 = param_2" (identifier "pbVar14") (= "=") (identifier "param_2")) (; ";")) (if_statement "if ((uVar18 & 1) != 0) {\n pbVar14 = pbVar13;\n }" (if "if") (parenthesized_expression "((uVar18 & 1) != 0)" (( "(") (binary_expression "(uVar18 & 1) != 0" (parenthesized_expression "(uVar18 & 1)" (( "(") (binary_expression "uVar18 & 1" (identifier "uVar18") (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n pbVar14 = pbVar13;\n }" ({ "{") (expression_statement "pbVar14 = pbVar13;" (assignment_expression "pbVar14 = pbVar13" (identifier "pbVar14") (= "=") (identifier "pbVar13")) (; ";")) (} "}"))) (expression_statement "FUN_001a0a4b(local_138,pbVar14,1);" (call_expression "FUN_001a0a4b(local_138,pbVar14,1)" (identifier "FUN_001a0a4b") (argument_list "(local_138,pbVar14,1)" (( "(") (identifier "local_138") (, ",") (identifier "pbVar14") (, ",") (number_literal "1") () ")"))) (; ";")) (expression_statement "uVar18 = (int)uVar18 >> 1;" (assignment_expression "uVar18 = (int)uVar18 >> 1" (identifier "uVar18") (= "=") (binary_expression "(int)uVar18 >> 1" (cast_expression "(int)uVar18" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "uVar18")) (>> ">>") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(uVar18 != 0)" (( "(") (binary_expression "uVar18 != 0" (identifier "uVar18") (!= "!=") (number_literal "0")) () ")")) (; ";")) (labeled_statement "LAB_001a681e:\n uVar18 = 0;" (statement_identifier "LAB_001a681e") (: ":") (expression_statement "uVar18 = 0;" (assignment_expression "uVar18 = 0" (identifier "uVar18") (= "=") (number_literal "0")) (; ";"))) (expression_statement "FUN_001a0bcb(local_138,pbVar13);" (call_expression "FUN_001a0bcb(local_138,pbVar13)" (identifier "FUN_001a0bcb") (argument_list "(local_138,pbVar13)" (( "(") (identifier "local_138") (, ",") (identifier "pbVar13") () ")"))) (; ";")) (do_statement "do {\n FUN_001a0a1b(local_c8);\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if (uVar18 != (uVar18 / 3) * 3) {\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }\n if (uVar18 != (uVar18 / 7) * 7) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n uVar18 = uVar18 + 1;\n FUN_001a0bcb(local_c8,pbVar13);\n } while (uVar18 != 1000);" (do "do") (compound_statement "{\n FUN_001a0a1b(local_c8);\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if (uVar18 != (uVar18 / 3) * 3) {\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }\n if (uVar18 != (uVar18 / 7) * 7) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n uVar18 = uVar18 + 1;\n FUN_001a0bcb(local_c8,pbVar13);\n }" ({ "{") (expression_statement "FUN_001a0a1b(local_c8);" (call_expression "FUN_001a0a1b(local_c8)" (identifier "FUN_001a0a1b") (argument_list "(local_c8)" (( "(") (identifier "local_c8") () ")"))) (; ";")) (if_statement "if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }\n else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" (if "if") (parenthesized_expression "((uVar18 & 1) == 0)" (( "(") (binary_expression "(uVar18 & 1) == 0" (parenthesized_expression "(uVar18 & 1)" (( "(") (binary_expression "uVar18 & 1" (identifier "uVar18") (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }" ({ "{") (expression_statement "FUN_001a0a4b(local_c8,pbVar13,0x10);" (call_expression "FUN_001a0a4b(local_c8,pbVar13,0x10)" (identifier "FUN_001a0a4b") (argument_list "(local_c8,pbVar13,0x10)" (( "(") (identifier "local_c8") (, ",") (identifier "pbVar13") (, ",") (number_literal "0x10") () ")"))) (; ";")) (} "}")) (else_clause "else {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" (else "else") (compound_statement "{\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" ({ "{") (expression_statement "FUN_001a0a4b(local_c8,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_c8,param_2,lVar4)" (identifier "FUN_001a0a4b") (argument_list "(local_c8,param_2,lVar4)" (( "(") (identifier "local_c8") (, ",") (identifier "param_2") (, ",") (identifier "lVar4") () ")"))) (; ";")) (} "}")))) (if_statement "if (uVar18 != (uVar18 / 3) * 3) {\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }" (if "if") (parenthesized_expression "(uVar18 != (uVar18 / 3) * 3)" (( "(") (binary_expression "uVar18 != (uVar18 / 3) * 3" (identifier "uVar18") (!= "!=") (binary_expression "(uVar18 / 3) * 3" (parenthesized_expression "(uVar18 / 3)" (( "(") (binary_expression "uVar18 / 3" (identifier "uVar18") (/ "/") (number_literal "3")) () ")")) (* "*") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);\n }" ({ "{") (expression_statement "FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);" (call_expression "FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158)" (identifier "FUN_001a0a4b") (argument_list "(local_c8,(undefined1 *)((long)param_3 + 3),local_158)" (( "(") (identifier "local_c8") (, ",") (cast_expression "(undefined1 *)((long)param_3 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)param_3 + 3)" (( "(") (binary_expression "(long)param_3 + 3" (cast_expression "(long)param_3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_3")) (+ "+") (number_literal "3")) () ")"))) (, ",") (identifier "local_158") () ")"))) (; ";")) (} "}"))) (if_statement "if (uVar18 != (uVar18 / 7) * 7) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" (if "if") (parenthesized_expression "(uVar18 != (uVar18 / 7) * 7)" (( "(") (binary_expression "uVar18 != (uVar18 / 7) * 7" (identifier "uVar18") (!= "!=") (binary_expression "(uVar18 / 7) * 7" (parenthesized_expression "(uVar18 / 7)" (( "(") (binary_expression "uVar18 / 7" (identifier "uVar18") (/ "/") (number_literal "7")) () ")")) (* "*") (number_literal "7"))) () ")")) (compound_statement "{\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" ({ "{") (expression_statement "FUN_001a0a4b(local_c8,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_c8,param_2,lVar4)" (identifier "FUN_001a0a4b") (argument_list "(local_c8,param_2,lVar4)" (( "(") (identifier "local_c8") (, ",") (identifier "param_2") (, ",") (identifier "lVar4") () ")"))) (; ";")) (} "}"))) (if_statement "if ((uVar18 & 1) == 0) {\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }\n else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }" (if "if") (parenthesized_expression "((uVar18 & 1) == 0)" (( "(") (binary_expression "(uVar18 & 1) == 0" (parenthesized_expression "(uVar18 & 1)" (( "(") (binary_expression "uVar18 & 1" (identifier "uVar18") (& "&") (number_literal "1")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n FUN_001a0a4b(local_c8,param_2,lVar4);\n }" ({ "{") (expression_statement "FUN_001a0a4b(local_c8,param_2,lVar4);" (call_expression "FUN_001a0a4b(local_c8,param_2,lVar4)" (identifier "FUN_001a0a4b") (argument_list "(local_c8,param_2,lVar4)" (( "(") (identifier "local_c8") (, ",") (identifier "param_2") (, ",") (identifier "lVar4") () ")"))) (; ";")) (} "}")) (else_clause "else {\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }" (else "else") (compound_statement "{\n FUN_001a0a4b(local_c8,pbVar13,0x10);\n }" ({ "{") (expression_statement "FUN_001a0a4b(local_c8,pbVar13,0x10);" (call_expression "FUN_001a0a4b(local_c8,pbVar13,0x10)" (identifier "FUN_001a0a4b") (argument_list "(local_c8,pbVar13,0x10)" (( "(") (identifier "local_c8") (, ",") (identifier "pbVar13") (, ",") (number_literal "0x10") () ")"))) (; ";")) (} "}")))) (expression_statement "uVar18 = uVar18 + 1;" (assignment_expression "uVar18 = uVar18 + 1" (identifier "uVar18") (= "=") (binary_expression "uVar18 + 1" (identifier "uVar18") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "FUN_001a0bcb(local_c8,pbVar13);" (call_expression "FUN_001a0bcb(local_c8,pbVar13)" (identifier "FUN_001a0bcb") (argument_list "(local_c8,pbVar13)" (( "(") (identifier "local_c8") (, ",") (identifier "pbVar13") () ")"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(uVar18 != 1000)" (( "(") (binary_expression "uVar18 != 1000" (identifier "uVar18") (!= "!=") (number_literal "1000")) () ")")) (; ";")) (expression_statement "pcVar15 = (char *)(local_150 + (long)param_1);" (assignment_expression "pcVar15 = (char *)(local_150 + (long)param_1)" (identifier "pcVar15") (= "=") (cast_expression "(char *)(local_150 + (long)param_1)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_150 + (long)param_1)" (( "(") (binary_expression "local_150 + (long)param_1" (identifier "local_150") (+ "+") (cast_expression "(long)param_1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_1"))) () ")")))) (; ";")) (expression_statement "local_48 = local_58[5];" (assignment_expression "local_48 = local_58[5]" (identifier "local_48") (= "=") (subscript_expression "local_58[5]" (identifier "local_58") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "pcVar8 = pcVar15;" (assignment_expression "pcVar8 = pcVar15" (identifier "pcVar8") (= "=") (identifier "pcVar15")) (; ";")) (do_statement "do {\n pcVar16 = pcVar8 + 4;\n uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];\n pcVar7 = pcVar8;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar16);\n pbVar13 = pbVar13 + 1;\n } while (pcVar8 != pcVar15 + 0x14);" (do "do") (compound_statement "{\n pcVar16 = pcVar8 + 4;\n uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];\n pcVar7 = pcVar8;\n do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar16);\n pbVar13 = pbVar13 + 1;\n }" ({ "{") (expression_statement "pcVar16 = pcVar8 + 4;" (assignment_expression "pcVar16 = pcVar8 + 4" (identifier "pcVar16") (= "=") (binary_expression "pcVar8 + 4" (identifier "pcVar8") (+ "+") (number_literal "4"))) (; ";")) (expression_statement "uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];" (assignment_expression "uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc]" (identifier "uVar18") (= "=") (binary_expression "(uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc]" (binary_expression "(uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8" (binary_expression "(uint)*pbVar13 << 0x10" (binary_expression "(uint)*pbVar13" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (* "*") (identifier "pbVar13")) (<< "<<") (number_literal "0x10")) (| "|") (binary_expression "(uint)pbVar13[6] << 8" (cast_expression "(uint)pbVar13[6]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "pbVar13[6]" (identifier "pbVar13") ([ "[") (number_literal "6") (] "]"))) (<< "<<") (number_literal "8"))) (| "|") (cast_expression "(uint)pbVar13[0xc]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "pbVar13[0xc]" (identifier "pbVar13") ([ "[") (number_literal "0xc") (] "]"))))) (; ";")) (expression_statement "pcVar7 = pcVar8;" (assignment_expression "pcVar7 = pcVar8" (identifier "pcVar7") (= "=") (identifier "pcVar8")) (; ";")) (do_statement "do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n } while (pcVar8 != pcVar16);" (do "do") (compound_statement "{\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar8 = pcVar7 + 1;\n *pcVar7 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar7 = pcVar8;\n }" ({ "{") (expression_statement "uVar2 = uVar18 & 0x3f;" (assignment_expression "uVar2 = uVar18 & 0x3f" (identifier "uVar2") (= "=") (binary_expression "uVar18 & 0x3f" (identifier "uVar18") (& "&") (number_literal "0x3f"))) (; ";")) (expression_statement "cVar9 = '.';" (assignment_expression "cVar9 = '.'" (identifier "cVar9") (= "=") (char_literal "'.'" (' "'") (character ".") (' "'"))) (; ";")) (if_statement "if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }" (if "if") (parenthesized_expression "((uVar2 != 0) && (cVar9 = '/', uVar2 != 1))" (( "(") (binary_expression "(uVar2 != 0) && (cVar9 = '/', uVar2 != 1)" (parenthesized_expression "(uVar2 != 0)" (( "(") (binary_expression "uVar2 != 0" (identifier "uVar2") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(cVar9 = '/', uVar2 != 1)" (( "(") (comma_expression "cVar9 = '/', uVar2 != 1" (assignment_expression "cVar9 = '/'" (identifier "cVar9") (= "=") (char_literal "'/'" (' "'") (character "/") (' "'"))) (, ",") (binary_expression "uVar2 != 1" (identifier "uVar2") (!= "!=") (number_literal "1"))) () ")"))) () ")")) (compound_statement "{\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }" ({ "{") (expression_statement "cVar1 = (char)uVar2;" (assignment_expression "cVar1 = (char)uVar2" (identifier "cVar1") (= "=") (cast_expression "(char)uVar2" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "uVar2"))) (; ";")) (expression_statement "cVar9 = cVar1 + '.';" (assignment_expression "cVar9 = cVar1 + '.'" (identifier "cVar9") (= "=") (binary_expression "cVar1 + '.'" (identifier "cVar1") (+ "+") (char_literal "'.'" (' "'") (character ".") (' "'")))) (; ";")) (if_statement "if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }" (if "if") (parenthesized_expression "(0xb < uVar2)" (( "(") (binary_expression "0xb < uVar2" (number_literal "0xb") (< "<") (identifier "uVar2")) () ")")) (compound_statement "{\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }" ({ "{") (expression_statement "cVar9 = cVar1 + '5';" (assignment_expression "cVar9 = cVar1 + '5'" (identifier "cVar9") (= "=") (binary_expression "cVar1 + '5'" (identifier "cVar1") (+ "+") (char_literal "'5'" (' "'") (character "5") (' "'")))) (; ";")) (if_statement "if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }" (if "if") (parenthesized_expression "(0x25 < uVar2)" (( "(") (binary_expression "0x25 < uVar2" (number_literal "0x25") (< "<") (identifier "uVar2")) () ")")) (compound_statement "{\n cVar9 = cVar1 + ';';\n }" ({ "{") (expression_statement "cVar9 = cVar1 + ';';" (assignment_expression "cVar9 = cVar1 + ';'" (identifier "cVar9") (= "=") (binary_expression "cVar1 + ';'" (identifier "cVar1") (+ "+") (char_literal "';'" (' "'") (character ";") (' "'")))) (; ";")) (} "}"))) (} "}"))) (} "}"))) (expression_statement "pcVar8 = pcVar7 + 1;" (assignment_expression "pcVar8 = pcVar7 + 1" (identifier "pcVar8") (= "=") (binary_expression "pcVar7 + 1" (identifier "pcVar7") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*pcVar7 = cVar9;" (assignment_expression "*pcVar7 = cVar9" (pointer_expression "*pcVar7" (* "*") (identifier "pcVar7")) (= "=") (identifier "cVar9")) (; ";")) (expression_statement "uVar18 = uVar18 >> 6;" (assignment_expression "uVar18 = uVar18 >> 6" (identifier "uVar18") (= "=") (binary_expression "uVar18 >> 6" (identifier "uVar18") (>> ">>") (number_literal "6"))) (; ";")) (expression_statement "pcVar7 = pcVar8;" (assignment_expression "pcVar7 = pcVar8" (identifier "pcVar7") (= "=") (identifier "pcVar8")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(pcVar8 != pcVar16)" (( "(") (binary_expression "pcVar8 != pcVar16" (identifier "pcVar8") (!= "!=") (identifier "pcVar16")) () ")")) (; ";")) (expression_statement "pbVar13 = pbVar13 + 1;" (assignment_expression "pbVar13 = pbVar13 + 1" (identifier "pbVar13") (= "=") (binary_expression "pbVar13 + 1" (identifier "pbVar13") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(pcVar8 != pcVar15 + 0x14)" (( "(") (binary_expression "pcVar8 != pcVar15 + 0x14" (identifier "pcVar8") (!= "!=") (binary_expression "pcVar15 + 0x14" (identifier "pcVar15") (+ "+") (number_literal "0x14"))) () ")")) (; ";")) (expression_statement "uVar18 = (uint)local_58[0xb];" (assignment_expression "uVar18 = (uint)local_58[0xb]" (identifier "uVar18") (= "=") (cast_expression "(uint)local_58[0xb]" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (subscript_expression "local_58[0xb]" (identifier "local_58") ([ "[") (number_literal "0xb") (] "]")))) (; ";")) (expression_statement "pcVar8 = pcVar15 + 0x14;" (assignment_expression "pcVar8 = pcVar15 + 0x14" (identifier "pcVar8") (= "=") (binary_expression "pcVar15 + 0x14" (identifier "pcVar15") (+ "+") (number_literal "0x14"))) (; ";")) (do_statement "do {\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar16 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar8 = pcVar16;\n } while (pcVar16 != pcVar15 + 0x16);" (do "do") (compound_statement "{\n uVar2 = uVar18 & 0x3f;\n cVar9 = '.';\n if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }\n pcVar16 = pcVar8 + 1;\n *pcVar8 = cVar9;\n uVar18 = uVar18 >> 6;\n pcVar8 = pcVar16;\n }" ({ "{") (expression_statement "uVar2 = uVar18 & 0x3f;" (assignment_expression "uVar2 = uVar18 & 0x3f" (identifier "uVar2") (= "=") (binary_expression "uVar18 & 0x3f" (identifier "uVar18") (& "&") (number_literal "0x3f"))) (; ";")) (expression_statement "cVar9 = '.';" (assignment_expression "cVar9 = '.'" (identifier "cVar9") (= "=") (char_literal "'.'" (' "'") (character ".") (' "'"))) (; ";")) (if_statement "if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }" (if "if") (parenthesized_expression "((uVar2 != 0) && (cVar9 = '/', uVar2 != 1))" (( "(") (binary_expression "(uVar2 != 0) && (cVar9 = '/', uVar2 != 1)" (parenthesized_expression "(uVar2 != 0)" (( "(") (binary_expression "uVar2 != 0" (identifier "uVar2") (!= "!=") (number_literal "0")) () ")")) (&& "&&") (parenthesized_expression "(cVar9 = '/', uVar2 != 1)" (( "(") (comma_expression "cVar9 = '/', uVar2 != 1" (assignment_expression "cVar9 = '/'" (identifier "cVar9") (= "=") (char_literal "'/'" (' "'") (character "/") (' "'"))) (, ",") (binary_expression "uVar2 != 1" (identifier "uVar2") (!= "!=") (number_literal "1"))) () ")"))) () ")")) (compound_statement "{\n cVar1 = (char)uVar2;\n cVar9 = cVar1 + '.';\n if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }\n }" ({ "{") (expression_statement "cVar1 = (char)uVar2;" (assignment_expression "cVar1 = (char)uVar2" (identifier "cVar1") (= "=") (cast_expression "(char)uVar2" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (identifier "uVar2"))) (; ";")) (expression_statement "cVar9 = cVar1 + '.';" (assignment_expression "cVar9 = cVar1 + '.'" (identifier "cVar9") (= "=") (binary_expression "cVar1 + '.'" (identifier "cVar1") (+ "+") (char_literal "'.'" (' "'") (character ".") (' "'")))) (; ";")) (if_statement "if (0xb < uVar2) {\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }" (if "if") (parenthesized_expression "(0xb < uVar2)" (( "(") (binary_expression "0xb < uVar2" (number_literal "0xb") (< "<") (identifier "uVar2")) () ")")) (compound_statement "{\n cVar9 = cVar1 + '5';\n if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }\n }" ({ "{") (expression_statement "cVar9 = cVar1 + '5';" (assignment_expression "cVar9 = cVar1 + '5'" (identifier "cVar9") (= "=") (binary_expression "cVar1 + '5'" (identifier "cVar1") (+ "+") (char_literal "'5'" (' "'") (character "5") (' "'")))) (; ";")) (if_statement "if (0x25 < uVar2) {\n cVar9 = cVar1 + ';';\n }" (if "if") (parenthesized_expression "(0x25 < uVar2)" (( "(") (binary_expression "0x25 < uVar2" (number_literal "0x25") (< "<") (identifier "uVar2")) () ")")) (compound_statement "{\n cVar9 = cVar1 + ';';\n }" ({ "{") (expression_statement "cVar9 = cVar1 + ';';" (assignment_expression "cVar9 = cVar1 + ';'" (identifier "cVar9") (= "=") (binary_expression "cVar1 + ';'" (identifier "cVar1") (+ "+") (char_literal "';'" (' "'") (character ";") (' "'")))) (; ";")) (} "}"))) (} "}"))) (} "}"))) (expression_statement "pcVar16 = pcVar8 + 1;" (assignment_expression "pcVar16 = pcVar8 + 1" (identifier "pcVar16") (= "=") (binary_expression "pcVar8 + 1" (identifier "pcVar8") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "*pcVar8 = cVar9;" (assignment_expression "*pcVar8 = cVar9" (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8")) (= "=") (identifier "cVar9")) (; ";")) (expression_statement "uVar18 = uVar18 >> 6;" (assignment_expression "uVar18 = uVar18 >> 6" (identifier "uVar18") (= "=") (binary_expression "uVar18 >> 6" (identifier "uVar18") (>> ">>") (number_literal "6"))) (; ";")) (expression_statement "pcVar8 = pcVar16;" (assignment_expression "pcVar8 = pcVar16" (identifier "pcVar8") (= "=") (identifier "pcVar16")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(pcVar16 != pcVar15 + 0x16)" (( "(") (binary_expression "pcVar16 != pcVar15 + 0x16" (identifier "pcVar16") (!= "!=") (binary_expression "pcVar15 + 0x16" (identifier "pcVar15") (+ "+") (number_literal "0x16"))) () ")")) (; ";")) (expression_statement "pcVar15[0x16] = '\0';" (assignment_expression "pcVar15[0x16] = '\0'" (subscript_expression "pcVar15[0x16]" (identifier "pcVar15") ([ "[") (number_literal "0x16") (] "]")) (= "=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) (; ";")) (if_statement "if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {\n \n __stack_chk_fail();\n }" (if "if") (parenthesized_expression "(local_40 != *(long *)(in_FS_OFFSET + 0x28))" (( "(") (binary_expression "local_40 != *(long *)(in_FS_OFFSET + 0x28)" (identifier "local_40") (!= "!=") (pointer_expression "*(long *)(in_FS_OFFSET + 0x28)" (* "*") (cast_expression "(long *)(in_FS_OFFSET + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(in_FS_OFFSET + 0x28)" (( "(") (binary_expression "in_FS_OFFSET + 0x28" (identifier "in_FS_OFFSET") (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (compound_statement "{\n \n __stack_chk_fail();\n }" ({ "{") (expression_statement "__stack_chk_fail();" (call_expression "__stack_chk_fail()" (identifier "__stack_chk_fail") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) |
char * function_1(char *var_8,type_1 *pw,type_1 *var_10)
{
long var_23;
char var_19;
type_2 var_7;
size_t sVar4;
size_t len;
type_3 var_9;
long var_12;
char *var_20;
char *var_17;
char cVar9;
type_2 var_11;
int iVar11;
type_3 var_3;
type_4 *var_18;
type_4 *buffer;
char *var_22;
char *var_21;
int var_15;
type_2 var_14;
long var_1;
size_t var_2;
long var_16;
type_5 ctx;
type_5 ctx1;
type_1 final [17];
var_3 = 3;
var_23 = *(long *)(var_1 + 0x28);
do {
if ((var_10[var_3] == '\0') || (var_10[var_3] == '$')) {
var_2 = (size_t)((int)var_3 + -3);
var_16 = var_2 + 4;
goto LAB_001a668a;
}
var_3 = var_3 + 1;
} while (var_3 != 0xb);
var_16 = 0xc;
var_2 = 8;
LAB_001a668a:
var_4(&ctx);
sVar4 = var_5((char *)pw);
var_14 = (type_2)sVar4;
len = (size_t)(int)var_14;
var_6(&ctx,pw,len);
var_6(&ctx,var_10,var_3);
var_7 = (type_2)var_3;
var_9 = var_3 & 0xffffffff;
if (var_7 < 8) {
if ((var_3 & 4) == 0) {
if ((var_7 != 0) && (*var_8 = *var_10, (var_3 & 2) != 0)) {
*(type_6 *)(var_8 + (var_9 - 2)) = *(type_6 *)(var_10 + (var_9 - 2));
}
}
else {
*(type_7 *)var_8 = *(type_7 *)var_10;
*(type_7 *)(var_8 + (var_9 - 4)) = *(type_7 *)(var_10 + (var_9 - 4));
}
}
else {
*(type_8 *)var_8 = *(type_8 *)var_10;
*(type_8 *)(var_8 + ((var_3 & 0xffffffff) - 8)) =
*(type_8 *)(var_10 + ((var_3 & 0xffffffff) - 8));
var_12 = (long)var_8 - ((type_3)(var_8 + 8) & 0xfffffffffffffff8);
var_7 = (int)var_12 + var_7 & 0xfffffff8;
if (7 < var_7) {
var_11 = 0;
do {
var_9 = (type_3)var_11;
var_11 = var_11 + 8;
*(type_8 *)(((type_3)(var_8 + 8) & 0xfffffffffffffff8) + var_9) =
*(type_8 *)(var_10 + (var_9 - var_12));
} while (var_11 < var_7);
}
}
var_8[var_3] = '$';
var_4(&ctx1);
var_6(&ctx1,pw,len);
var_18 = final;
var_6(&ctx1,var_10 + 3,var_2);
var_6(&ctx1,pw,len);
var_13(&ctx1,var_18);
if ((int)var_14 < 1) {
final[0x10] = '\0';
final[0] = '\0';
final[1] = '\0';
final[2] = '\0';
final[3] = '\0';
final[4] = '\0';
final[5] = '\0';
final[6] = '\0';
final[7] = '\0';
final[8] = '\0';
final[9] = '\0';
final[10] = '\0';
final[0xb] = '\0';
final[0xc] = '\0';
final[0xd] = '\0';
final[0xe] = '\0';
final[0xf] = '\0';
if (var_14 == 0) goto LAB_001a681e;
}
else {
do {
var_15 = (int)sVar4;
iVar11 = 0x10;
if (var_15 < 0x11) {
iVar11 = var_15;
}
sVar4 = (size_t)(var_15 - 0x10U);
var_6(&ctx,var_18,(long)iVar11);
} while (var_15 - 0x10U != (var_14 - 0x10) - (var_14 - 1 & 0xfffffff0));
final[0x10] = '\0';
final[0] = '\0';
final[1] = '\0';
final[2] = '\0';
final[3] = '\0';
final[4] = '\0';
final[5] = '\0';
final[6] = '\0';
final[7] = '\0';
final[8] = '\0';
final[9] = '\0';
final[10] = '\0';
final[0xb] = '\0';
final[0xc] = '\0';
final[0xd] = '\0';
final[0xe] = '\0';
final[0xf] = '\0';
}
do {
buffer = pw;
if ((var_14 & 1) != 0) {
buffer = var_18;
}
var_6(&ctx,buffer,1);
var_14 = (int)var_14 >> 1;
} while (var_14 != 0);
LAB_001a681e:
var_14 = 0;
var_13(&ctx,var_18);
do {
var_4(&ctx1);
if ((var_14 & 1) == 0) {
var_6(&ctx1,var_18,0x10);
}
else {
var_6(&ctx1,pw,len);
}
if (var_14 != (var_14 / 3) * 3) {
var_6(&ctx1,var_10 + 3,var_2);
}
if (var_14 != (var_14 / 7) * 7) {
var_6(&ctx1,pw,len);
}
if ((var_14 & 1) == 0) {
var_6(&ctx1,pw,len);
}
else {
var_6(&ctx1,var_18,0x10);
}
var_14 = var_14 + 1;
var_13(&ctx1,var_18);
} while (var_14 != 1000);
var_22 = var_8 + var_16;
final[0x10] = final[5];
var_17 = var_22;
do {
var_21 = var_17 + 4;
var_14 = (type_2)*var_18 << 0x10 | (type_2)var_18[6] << 8 | (type_2)var_18[0xc];
var_20 = var_17;
do {
var_7 = var_14 & 0x3f;
cVar9 = '.';
if ((var_7 != 0) && (cVar9 = '/', var_7 != 1)) {
var_19 = (char)var_7;
cVar9 = var_19 + '.';
if (0xb < var_7) {
cVar9 = var_19 + '5';
if (0x25 < var_7) {
cVar9 = var_19 + ';';
}
}
}
var_17 = var_20 + 1;
*var_20 = cVar9;
var_14 = var_14 >> 6;
var_20 = var_17;
} while (var_17 != var_21);
var_18 = var_18 + 1;
} while (var_17 != var_22 + 0x14);
var_14 = (type_2)final[0xb];
var_17 = var_22 + 0x14;
do {
var_7 = var_14 & 0x3f;
cVar9 = '.';
if ((var_7 != 0) && (cVar9 = '/', var_7 != 1)) {
var_19 = (char)var_7;
cVar9 = var_19 + '.';
if (0xb < var_7) {
cVar9 = var_19 + '5';
if (0x25 < var_7) {
cVar9 = var_19 + ';';
}
}
}
var_21 = var_17 + 1;
*var_17 = cVar9;
var_14 = var_14 >> 6;
var_17 = var_21;
} while (var_21 != var_22 + 0x16);
var_22[0x16] = '\0';
if (var_23 != *(long *)(var_1 + 0x28)) {
/* WARNING: Subroutine does not return */
var_24();
}
return var_8;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) 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: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier))))) right: (char_literal (escape_sequence)))) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier))))) right: (char_literal (character)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (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))) (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (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)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) right: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (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: (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: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (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: (number_literal) 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: (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: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal))) right: (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: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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)))) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (goto_statement label: (statement_identifier)))) alternative: (else_clause (compound_statement (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))))) condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (number_literal))))))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (do_statement body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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)))) (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (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 (identifier) (identifier) (identifier))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (binary_expression left: (binary_expression left: (parenthesized_expression (identifier)) right: (identifier)) right: (number_literal)) right: (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (number_literal))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (character)))) (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: (char_literal (character))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (char_literal (character))))) (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: (char_literal (character))))) (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: (char_literal (character))))))))))) (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: (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: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (char_literal (character)))) (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: (char_literal (character))) right: (binary_expression left: (identifier) right: (number_literal)))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (char_literal (character))))) (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: (char_literal (character))))) (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: (char_literal (character))))))))))) (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: (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: (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (char_literal (escape_sequence)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (return_statement (identifier))))) | null |
undefined8 * MASKED(undefined8 *param_1,byte *param_2,undefined8 *param_3)
{
char cVar1;
uint uVar2;
size_t sVar3;
long lVar4;
ulong uVar5;
long lVar6;
char *pcVar7;
char *pcVar8;
char cVar9;
uint uVar10;
int iVar11;
ulong uVar12;
byte *pbVar13;
byte *pbVar14;
char *pcVar15;
char *pcVar16;
int iVar17;
uint uVar18;
long in_FS_OFFSET;
long local_158;
long local_150;
undefined1 local_138 [112];
undefined1 local_c8 [112];
undefined1 local_58 [16];
undefined1 local_48;
long local_40;
uVar12 = 3;
local_40 = *(long *)(in_FS_OFFSET + 0x28);
do {
if ((*(char *)((long)param_3 + uVar12) == '\0') || (*(char *)((long)param_3 + uVar12) == '$')) {
local_158 = (long)((int)uVar12 + -3);
local_150 = local_158 + 4;
goto LAB_001a668a;
}
uVar12 = uVar12 + 1;
} while (uVar12 != 0xb);
local_150 = 0xc;
local_158 = 8;
LAB_001a668a:
FUN_001a0a1b(local_138);
sVar3 = strlen((char *)param_2);
uVar18 = (uint)sVar3;
lVar4 = (long)(int)uVar18;
FUN_001a0a4b(local_138,param_2,lVar4);
FUN_001a0a4b(local_138,param_3,uVar12);
uVar2 = (uint)uVar12;
uVar5 = uVar12 & 0xffffffff;
if (uVar2 < 8) {
if ((uVar12 & 4) == 0) {
if ((uVar2 != 0) && (*(undefined1 *)param_1 = *(undefined1 *)param_3, (uVar12 & 2) != 0)) {
*(undefined2 *)((long)param_1 + (uVar5 - 2)) = *(undefined2 *)((long)param_3 + (uVar5 - 2));
}
}
else {
*(undefined4 *)param_1 = *(undefined4 *)param_3;
*(undefined4 *)((long)param_1 + (uVar5 - 4)) = *(undefined4 *)((long)param_3 + (uVar5 - 4));
}
}
else {
*param_1 = *param_3;
*(undefined8 *)((long)param_1 + ((uVar12 & 0xffffffff) - 8)) =
*(undefined8 *)((long)param_3 + ((uVar12 & 0xffffffff) - 8));
lVar6 = (long)param_1 - ((ulong)(param_1 + 1) & 0xfffffffffffffff8);
uVar2 = (int)lVar6 + uVar2 & 0xfffffff8;
if (7 < uVar2) {
uVar5 = 0;
do {
uVar10 = (int)uVar5 + 8;
*(undefined8 *)(((ulong)(param_1 + 1) & 0xfffffffffffffff8) + uVar5) =
*(undefined8 *)((long)param_3 + (uVar5 - lVar6));
uVar5 = (ulong)uVar10;
} while (uVar10 < uVar2);
}
}
*(undefined1 *)((long)param_1 + uVar12) = 0x24;
FUN_001a0a1b(local_c8);
FUN_001a0a4b(local_c8,param_2,lVar4);
pbVar13 = local_58;
FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);
FUN_001a0a4b(local_c8,param_2,lVar4);
FUN_001a0bcb(local_c8,pbVar13);
if ((int)uVar18 < 1) {
local_48 = 0;
local_58 = (undefined1 [16])0x0;
if (uVar18 == 0) goto LAB_001a681e;
}
else {
do {
iVar17 = (int)sVar3;
iVar11 = 0x10;
if (iVar17 < 0x11) {
iVar11 = iVar17;
}
sVar3 = (size_t)(iVar17 - 0x10U);
FUN_001a0a4b(local_138,pbVar13,(long)iVar11);
} while (iVar17 - 0x10U != (uVar18 - 0x10) - (uVar18 - 1 & 0xfffffff0));
local_48 = 0;
local_58 = (undefined1 [16])0x0;
}
do {
pbVar14 = param_2;
if ((uVar18 & 1) != 0) {
pbVar14 = pbVar13;
}
FUN_001a0a4b(local_138,pbVar14,1);
uVar18 = (int)uVar18 >> 1;
} while (uVar18 != 0);
LAB_001a681e:
uVar18 = 0;
FUN_001a0bcb(local_138,pbVar13);
do {
FUN_001a0a1b(local_c8);
if ((uVar18 & 1) == 0) {
FUN_001a0a4b(local_c8,pbVar13,0x10);
}
else {
FUN_001a0a4b(local_c8,param_2,lVar4);
}
if (uVar18 != (uVar18 / 3) * 3) {
FUN_001a0a4b(local_c8,(undefined1 *)((long)param_3 + 3),local_158);
}
if (uVar18 != (uVar18 / 7) * 7) {
FUN_001a0a4b(local_c8,param_2,lVar4);
}
if ((uVar18 & 1) == 0) {
FUN_001a0a4b(local_c8,param_2,lVar4);
}
else {
FUN_001a0a4b(local_c8,pbVar13,0x10);
}
uVar18 = uVar18 + 1;
FUN_001a0bcb(local_c8,pbVar13);
} while (uVar18 != 1000);
pcVar15 = (char *)(local_150 + (long)param_1);
local_48 = local_58[5];
pcVar8 = pcVar15;
do {
pcVar16 = pcVar8 + 4;
uVar18 = (uint)*pbVar13 << 0x10 | (uint)pbVar13[6] << 8 | (uint)pbVar13[0xc];
pcVar7 = pcVar8;
do {
uVar2 = uVar18 & 0x3f;
cVar9 = '.';
if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {
cVar1 = (char)uVar2;
cVar9 = cVar1 + '.';
if (0xb < uVar2) {
cVar9 = cVar1 + '5';
if (0x25 < uVar2) {
cVar9 = cVar1 + ';';
}
}
}
pcVar8 = pcVar7 + 1;
*pcVar7 = cVar9;
uVar18 = uVar18 >> 6;
pcVar7 = pcVar8;
} while (pcVar8 != pcVar16);
pbVar13 = pbVar13 + 1;
} while (pcVar8 != pcVar15 + 0x14);
uVar18 = (uint)local_58[0xb];
pcVar8 = pcVar15 + 0x14;
do {
uVar2 = uVar18 & 0x3f;
cVar9 = '.';
if ((uVar2 != 0) && (cVar9 = '/', uVar2 != 1)) {
cVar1 = (char)uVar2;
cVar9 = cVar1 + '.';
if (0xb < uVar2) {
cVar9 = cVar1 + '5';
if (0x25 < uVar2) {
cVar9 = cVar1 + ';';
}
}
}
pcVar16 = pcVar8 + 1;
*pcVar8 = cVar9;
uVar18 = uVar18 >> 6;
pcVar8 = pcVar16;
} while (pcVar16 != pcVar15 + 0x16);
pcVar15[0x16] = '\0';
if (local_40 != *(long *)(in_FS_OFFSET + 0x28)) {
/* WARNING: Subroutine does not return */
__stack_chk_fail();
}
return param_1;
}
|
182_sha256sum_and_sha256sum_strip.c | close | close |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int close(int __fd)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* close@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int close(int __fd)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206914846')] | [('const-1', u'RETURN_-1206914846')] | null | null | 0010f0d8 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint close(int __fd)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int close(int __fd)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "close(int __fd)" identifier (parameter_list "(int __fd)" ( (parameter_declaration "int __fd" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint close(int __fd)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* close@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int close(int __fd)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* close@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "close(int __fd)" identifier (parameter_list "(int __fd)" ( (parameter_declaration "int __fd" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* close@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "int close(int __fd)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int close(int __fd)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "close(int __fd)" identifier (parameter_list "(int __fd)" ( (parameter_declaration "int __fd" primitive_type identifier) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int close(int __fd)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "close(int __fd)" (identifier "close") (parameter_list "(int __fd)" (( "(") (parameter_declaration "int __fd" (primitive_type "int") (identifier "__fd")) () ")"))) (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 __fd)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* close@@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)))) 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 __fd)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
8699_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | _M_extract<unsigned_short> | FUN_002ffb60 |
/* std::wistream& std::wistream::_M_extract<unsigned short>(unsigned short&) */
wistream * __thiscall std::wistream::_M_extract<unsigned_short>(wistream *this,ushort *param_1)
{
long *plVar1;
wistream *pwVar2;
sentry local_1d;
_Ios_Iostate local_1c;
sentry::sentry(&local_1d,this,false);
if (local_1d != (sentry)0x0) {
local_1c = _S_goodbit;
pwVar2 = this + *(long *)(*(long *)this + -0x18);
plVar1 = *(long **)(pwVar2 + 0x100);
if (plVar1 == (long *)0x0) {
/* WARNING: Subroutine does not return */
/* try { // try from 002ffbf6 to 002ffbfa has its CatchHandler @ 002ffbfb */
__throw_bad_cast();
}
/* try { // try from 002ffbbd to 002ffbbf has its CatchHandler @ 002ffbfb */
(**(code **)(*plVar1 + 0x20))
(plVar1,*(undefined8 *)(pwVar2 + 0xe8),0xffffffff,0,0xffffffff,pwVar2,&local_1c,
param_1);
if (local_1c != _S_goodbit) {
wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),
local_1c |
*(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));
return this;
}
}
return this;
}
|
long * FUN_002ffb60(long *param_1,undefined8 param_2)
{
long *plVar1;
long lVar2;
char local_1d;
uint local_1c;
FUN_002fdd20(&local_1d,param_1,0);
if (local_1d != '\0') {
local_1c = 0;
lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;
plVar1 = *(long **)(lVar2 + 0x100);
if (plVar1 == (long *)0x0) {
/* WARNING: Subroutine does not return */
/* try { // try from 002ffbf6 to 002ffbfa has its CatchHandler @ 002ffbfb */
FUN_00319460();
}
/* try { // try from 002ffbbd to 002ffbbf has its CatchHandler @ 002ffbfb */
(**(code **)(*plVar1 + 0x20))
(plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);
if (local_1c != 0) {
lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;
FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);
return param_1;
}
}
return param_1;
}
| PUSH RBP
XOR EDX,EDX
MOV RBP,RSP
PUSH R14
MOV R14,RSI
PUSH RBX
MOV RBX,RDI
LEA RDI,[RBP + -0x15]
MOV RSI,RBX
SUB RSP,0x10
CALL 0x002fdd20
CMP byte ptr [RBP + -0x15],0x0
JZ 0x002ffbc9
MOV RAX,qword ptr [RBX]
MOV dword ptr [RBP + -0x14],0x0
MOV R9,qword ptr [RAX + -0x18]
ADD R9,RBX
MOV RDI,qword ptr [R9 + 0x100]
TEST RDI,RDI
JZ 0x002ffbf6
MOV RAX,qword ptr [RDI]
LEA RCX,[RBP + -0x14]
MOV EDX,0xffffffff
MOV RSI,qword ptr [R9 + 0xe8]
MOV R8,RDX
PUSH R14
PUSH RCX
XOR ECX,ECX
CALL qword ptr [RAX + 0x20]
POP RAX
POP RDX
MOV ESI,dword ptr [RBP + -0x14]
TEST ESI,ESI
JNZ 0x002ffbd8
LEA RSP,[RBP + -0x10]
MOV RAX,RBX
POP RBX
POP R14
POP RBP
RET
MOV RAX,qword ptr [RBX]
MOV RDI,qword ptr [RAX + -0x18]
ADD RDI,RBX
OR ESI,dword ptr [RDI + 0x20]
CALL 0x00301270
LEA RSP,[RBP + -0x10]
MOV RAX,RBX
POP RBX
POP R14
POP RBP
RET
CALL 0x00319460 | null | null | null | null | [('const-433', u'LOAD_-1204749383'), (u'CALL_-1204749114', u'INDIRECT_-1204748874'), (u'LOAD_-1204749383', u'INT_ADD_-1204749351'), (u'CAST_-1204748951', u'LOAD_-1204749367'), ('const-32', u'PTRADD_-1204749111'), ('const-1', u'PTRADD_-1204749121'), (u'LOAD_-1204749348', u'INT_EQUAL_-1204749326'), (u'PTRSUB_-1204748929', u'CALLIND_-1204749261'), ('tmp_349', u'CBRANCH_-1204749231'), ('tmp_546', u'CAST_-1204748874'), (u'PTRADD_-1204749111', u'CAST_-1204748861'), ('const-433', u'LOAD_-1204749198'), ('const-0', u'CALLIND_-1204749261'), (u'LOAD_-1204749324', u'INT_ADD_-1204749255'), (u'INDIRECT_-1204748930', u'INT_NOTEQUAL_-1204749232'), (u'CALL_-1204749403', u'INDIRECT_-1204749004'), (u'INT_ADD_-1204749255', u'CAST_-1204748902'), (u'PTRADD_-1204749244', u'CAST_-1204748918'), (u'CAST_-1204748918', u'LOAD_-1204749306'), (u'COPY_-1204749146', u'RETURN_-1204749115'), (u'CAST_-1204748870', u'LOAD_-1204749192'), ('tmp_546', u'CAST_-1204748962'), (u'CAST_-1204748874', u'LOAD_-1204749198'), (u'LOAD_-1204749367', u'PTRADD_-1204749296'), (u'CAST_-1204748962', u'LOAD_-1204749383'), (u'CAST_-1204748865', u'PTRADD_-1204749111'), ('const-1', u'PTRADD_-1204749244'), ('const-1', u'PTRADD_-1204749111'), ('const--29', u'PTRSUB_-1204748984'), ('const-0', u'RETURN_-1204749195'), (u'CALLIND_-1204749261', u'INDIRECT_-1204748930'), (u'INT_ADD_-1204749351', u'CAST_-1204748951'), ('const-433', u'LOAD_-1204749324'), ('const-1', u'PTRADD_-1204749286'), (u'INT_NOTEQUAL_-1204749232', u'CBRANCH_-1204749231'), ('const--24', u'INT_ADD_-1204749176'), ('const--28', u'PTRSUB_-1204748929'), ('const-4294967295', u'CALLIND_-1204749261'), (u'PTRADD_-1204749296', u'PTRADD_-1204749286'), (u'PTRADD_-1204749121', u'CAST_-1204748865'), (u'CAST_-1204748943', u'LOAD_-1204749348'), (u'PTRADD_-1204749296', u'CALLIND_-1204749261'), ('const-4294967295', u'CALLIND_-1204749261'), ('tmp_546', u'COPY_-1204749226'), ('const-433', u'LOAD_-1204749367'), ('const-0', u'INT_NOTEQUAL_-1204749385'), ('const-433', u'LOAD_-1204749306'), ('tmp_546', u'PTRADD_-1204749121'), (u'LOAD_-1204749271', u'CALLIND_-1204749261'), ('tmp_546', u'COPY_-1204749146'), (u'CAST_-1204748902', u'LOAD_-1204749271'), ('tmp_547', u'CALLIND_-1204749261'), (u'LOAD_-1204749306', u'CALLIND_-1204749261'), ('const-433', u'LOAD_-1204749171'), ('const-433', u'LOAD_-1204749348'), ('tmp_546', u'PTRADD_-1204749296'), (u'LOAD_-1204749348', u'CALLIND_-1204749261'), ('const-433', u'LOAD_-1204749192'), ('const-0', u'COPY_-1204749377'), (u'PTRSUB_-1204748984', u'CALL_-1204749403'), ('const-0', u'INT_NOTEQUAL_-1204749232'), ('tmp_212', u'CBRANCH_-1204749324'), (u'INT_OR_-1204749144', u'CALL_-1204749152'), ('tmp_546', u'CALL_-1204749403'), ('tmp_925', u'PTRSUB_-1204748929'), (u'INT_ADD_-1204749176', u'CAST_-1204748870'), ('const--24', u'INT_ADD_-1204749351'), ('const-32', u'INT_ADD_-1204749255'), (u'LOAD_-1204749198', u'INT_ADD_-1204749176'), ('const-0', u'CALL_-1204749403'), ('const-232', u'PTRADD_-1204749244'), (u'LOAD_-1204749348', u'LOAD_-1204749324'), (u'PTRADD_-1204749296', u'PTRADD_-1204749244'), ('tmp_131', u'CBRANCH_-1204749383'), (u'COPY_-1204749226', u'RETURN_-1204749195'), (u'LOAD_-1204749171', u'INT_OR_-1204749144'), (u'INDIRECT_-1204749004', u'INT_NOTEQUAL_-1204749385'), ('const-1', u'PTRADD_-1204749296'), (u'CAST_-1204748865', u'CALL_-1204749152'), ('const-1', u'RETURN_-1204749109'), (u'CAST_-1204748861', u'LOAD_-1204749171'), (u'PTRADD_-1204749286', u'CAST_-1204748943'), ('const-433', u'LOAD_-1204749271'), ('const-0', u'RETURN_-1204749115'), ('const-256', u'PTRADD_-1204749286'), (u'INT_NOTEQUAL_-1204749385', u'CBRANCH_-1204749383'), (u'CALL_-1204749152', u'INDIRECT_-1204748889'), ('const-0', u'INT_EQUAL_-1204749326'), (u'LOAD_-1204749192', u'PTRADD_-1204749121'), (u'INT_EQUAL_-1204749326', u'CBRANCH_-1204749324'), ('tmp_925', u'PTRSUB_-1204748984'), (u'INDIRECT_-1204748930', u'INT_OR_-1204749144')] | [('const-433', u'LOAD_-1204749271'), (u'INT_ADD_-1204749167', u'CALL_-1204749152'), (u'CAST_-1204748867', u'LOAD_-1204749171'), ('const--29', u'PTRSUB_-1204748989'), ('const-433', u'LOAD_-1204749367'), ('tmp_934', u'PTRSUB_-1204748989'), (u'LOAD_-1204749383', u'INT_ADD_-1204749351'), (u'CAST_-1204748957', u'LOAD_-1204749367'), ('tmp_940', u'CAST_-1204748871'), (u'INT_ADD_-1204749167', u'INT_ADD_-1204749157'), (u'LOAD_-1204749348', u'INT_EQUAL_-1204749326'), ('tmp_349', u'CBRANCH_-1204749231'), ('tmp_938', u'CALL_-1204749152'), ('const--28', u'PTRSUB_-1204748934'), ('tmp_940', u'CAST_-1204748952'), (u'INT_ADD_-1204749342', u'INT_ADD_-1204749290'), (u'CAST_-1204748876', u'LOAD_-1204749192'), ('const-256', u'INT_ADD_-1204749332'), (u'LOAD_-1204749324', u'INT_ADD_-1204749255'), ('const-4294967295', u'CALLIND_-1204749261'), (u'CAST_-1204748871', u'INT_ADD_-1204749167'), (u'CAST_-1204748923', u'LOAD_-1204749306'), ('const-32', u'INT_ADD_-1204749157'), ('tmp_940', u'COPY_-1204749226'), (u'COPY_-1204749146', u'RETURN_-1204749115'), (u'CALL_-1204749403', u'INDIRECT_-1204749010'), ('tmp_940', u'COPY_-1204749146'), (u'INDIRECT_-1204748936', u'INT_NOTEQUAL_-1204749232'), (u'INT_ADD_-1204749342', u'CALLIND_-1204749261'), ('const-0', u'RETURN_-1204749195'), ('const-4294967295', u'CALLIND_-1204749261'), (u'PTRSUB_-1204748934', u'CALLIND_-1204749261'), ('tmp_934', u'PTRSUB_-1204748934'), ('const-433', u'LOAD_-1204749171'), ('const-0', u'CALLIND_-1204749261'), (u'INT_ADD_-1204749290', u'CAST_-1204748923'), (u'INT_NOTEQUAL_-1204749232', u'CBRANCH_-1204749231'), ('const--24', u'INT_ADD_-1204749176'), ('const-0', u'CALL_-1204749403'), (u'LOAD_-1204749192', u'INT_ADD_-1204749167'), (u'INT_ADD_-1204749332', u'CAST_-1204748948'), (u'CAST_-1204748952', u'INT_ADD_-1204749342'), (u'LOAD_-1204749271', u'CALLIND_-1204749261'), ('const-433', u'LOAD_-1204749192'), (u'LOAD_-1204749306', u'CALLIND_-1204749261'), (u'INT_ADD_-1204749342', u'INT_ADD_-1204749332'), ('const-433', u'LOAD_-1204749306'), (u'PTRSUB_-1204748989', u'CALL_-1204749403'), (u'LOAD_-1204749348', u'CALLIND_-1204749261'), (u'CALL_-1204749152', u'INDIRECT_-1204748895'), (u'CAST_-1204748948', u'LOAD_-1204749348'), ('const-0', u'INT_NOTEQUAL_-1204749232'), ('tmp_212', u'CBRANCH_-1204749324'), ('tmp_940', u'LOAD_-1204749383'), ('const-0', u'INT_NOTEQUAL_-1204749385'), (u'INT_OR_-1204749144', u'CALL_-1204749152'), ('const-433', u'LOAD_-1204749348'), ('const-433', u'LOAD_-1204749324'), (u'CALL_-1204749114', u'INDIRECT_-1204748880'), (u'INT_ADD_-1204749176', u'CAST_-1204748876'), (u'INT_ADD_-1204749255', u'CAST_-1204748907'), (u'INDIRECT_-1204749010', u'INT_NOTEQUAL_-1204749385'), ('const--24', u'INT_ADD_-1204749351'), ('const-32', u'INT_ADD_-1204749255'), (u'LOAD_-1204749198', u'INT_ADD_-1204749176'), ('tmp_940', u'CALL_-1204749403'), (u'INDIRECT_-1204748936', u'INT_OR_-1204749144'), (u'CALLIND_-1204749261', u'INDIRECT_-1204748936'), ('const-0', u'COPY_-1204749377'), (u'LOAD_-1204749348', u'LOAD_-1204749324'), ('const-232', u'INT_ADD_-1204749290'), ('tmp_131', u'CBRANCH_-1204749383'), (u'LOAD_-1204749367', u'INT_ADD_-1204749342'), ('const-433', u'LOAD_-1204749383'), (u'COPY_-1204749226', u'RETURN_-1204749195'), (u'LOAD_-1204749171', u'INT_OR_-1204749144'), (u'CAST_-1204748907', u'LOAD_-1204749271'), ('tmp_940', u'LOAD_-1204749198'), ('const-1', u'RETURN_-1204749109'), (u'INT_ADD_-1204749157', u'CAST_-1204748867'), ('const-0', u'RETURN_-1204749115'), (u'INT_NOTEQUAL_-1204749385', u'CBRANCH_-1204749383'), (u'INT_ADD_-1204749351', u'CAST_-1204748957'), ('const-433', u'LOAD_-1204749198'), ('const-0', u'INT_EQUAL_-1204749326'), (u'INT_EQUAL_-1204749326', u'CBRANCH_-1204749324')] | null | null | 002ffb60 | x64 | O2 | (translation_unit "long * FUN_002ffb60(long *param_1,undefined8 param_2)\n\n{\n long *plVar1;\n long lVar2;\n char local_1d;\n uint local_1c;\n \n FUN_002fdd20(&local_1d,param_1,0);\n if (local_1d != '\0') {\n local_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 /* try { // try from 002ffbf6 to 002ffbfa has its CatchHandler @ 002ffbfb */\n FUN_00319460();\n }\n /* try { // try from 002ffbbd to 002ffbbf has its CatchHandler @ 002ffbfb */\n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);\n if (local_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }\n return param_1;\n}\n\n" (function_definition "long * FUN_002ffb60(long *param_1,undefined8 param_2)\n\n{\n long *plVar1;\n long lVar2;\n char local_1d;\n uint local_1c;\n \n FUN_002fdd20(&local_1d,param_1,0);\n if (local_1d != '\0') {\n local_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 /* try { // try from 002ffbf6 to 002ffbfa has its CatchHandler @ 002ffbfb */\n FUN_00319460();\n }\n /* try { // try from 002ffbbd to 002ffbbf has its CatchHandler @ 002ffbfb */\n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);\n if (local_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }\n return param_1;\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_002ffb60(long *param_1,undefined8 param_2)" * (function_declarator "FUN_002ffb60(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 local_1d;\n uint local_1c;\n \n FUN_002fdd20(&local_1d,param_1,0);\n if (local_1d != '\0') {\n local_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 /* try { // try from 002ffbf6 to 002ffbfa has its CatchHandler @ 002ffbfb */\n FUN_00319460();\n }\n /* try { // try from 002ffbbd to 002ffbbf has its CatchHandler @ 002ffbfb */\n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);\n if (local_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_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 local_1d;" primitive_type identifier ;) (declaration "uint local_1c;" type_identifier identifier ;) (expression_statement "FUN_002fdd20(&local_1d,param_1,0);" (call_expression "FUN_002fdd20(&local_1d,param_1,0)" identifier (argument_list "(&local_1d,param_1,0)" ( (pointer_expression "&local_1d" & identifier) , identifier , number_literal ))) ;) (if_statement "if (local_1d != '\0') {\n local_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 /* try { // try from 002ffbf6 to 002ffbfa has its CatchHandler @ 002ffbfb */\n FUN_00319460();\n }\n /* try { // try from 002ffbbd to 002ffbbf has its CatchHandler @ 002ffbfb */\n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);\n if (local_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }" if (parenthesized_expression "(local_1d != '\0')" ( (binary_expression "local_1d != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_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 /* try { // try from 002ffbf6 to 002ffbfa has its CatchHandler @ 002ffbfb */\n FUN_00319460();\n }\n /* try { // try from 002ffbbd to 002ffbbf has its CatchHandler @ 002ffbfb */\n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);\n if (local_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }" { (expression_statement "local_1c = 0;" (assignment_expression "local_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 /* try { // try from 002ffbf6 to 002ffbfa has its CatchHandler @ 002ffbfb */\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 /* try { // try from 002ffbf6 to 002ffbfa has its CatchHandler @ 002ffbfb */\n FUN_00319460();\n }" { comment comment (expression_statement "FUN_00319460();" (call_expression "FUN_00319460()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "(**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);" (call_expression "(**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c)" (parenthesized_expression "(**(code **)(*plVar1 + 0x20))" ( (pointer_expression "**(code **)(*plVar1 + 0x20)" * (pointer_expression "*(code **)(*plVar1 + 0x20)" * (cast_expression "(code **)(*plVar1 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x20)" ( (binary_expression "*plVar1 + 0x20" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_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 "&local_1c" & identifier) ))) ;) (if_statement "if (local_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }" if (parenthesized_expression "(local_1c != 0)" ( (binary_expression "local_1c != 0" identifier != number_literal) )) (compound_statement "{\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_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_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);" (call_expression "FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2)" identifier (argument_list "(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2)" ( identifier , (binary_expression "local_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& std::wistream::_M_extract<unsigned short>(unsigned short&) */\n\nwistream * __thiscall std::wistream::_M_extract<unsigned_short>(wistream *this,ushort *param_1)\n\n{\n long *plVar1;\n wistream *pwVar2;\n sentry local_1d;\n _Ios_Iostate local_1c;\n \n sentry::sentry(&local_1d,this,false);\n if (local_1d != (sentry)0x0) {\n local_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 /* try { // try from 002ffbf6 to 002ffbfa has its CatchHandler @ 002ffbfb */\n __throw_bad_cast();\n }\n /* try { // try from 002ffbbd to 002ffbbf has its CatchHandler @ 002ffbfb */\n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(pwVar2 + 0xe8),0xffffffff,0,0xffffffff,pwVar2,&local_1c,\n param_1);\n if (local_1c != _S_goodbit) {\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n local_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::_M_extract<unsigned_short>(wistream *this,ushort *param_1)" (binary_expression "wistream * __thiscall std::wistream::_M_extract<unsigned_short>(wistream *this,ushort *param_1)" (binary_expression "wistream * __thiscall std::wistream::_M_extract<unsigned_short" (binary_expression "wistream * __thiscall" identifier * identifier) (ERROR "std::wistream::_M_extract" identifier : : identifier : : identifier) < identifier) > (parenthesized_expression "(wistream *this,ushort *param_1)" ( (comma_expression "wistream *this,ushort *param_1" (binary_expression "wistream *this" identifier * identifier) , (binary_expression "ushort *param_1" identifier * identifier)) )))) (compound_statement "{\n long *plVar1;\n wistream *pwVar2;\n sentry local_1d;\n _Ios_Iostate local_1c;\n \n sentry::sentry(&local_1d,this,false);\n if (local_1d != (sentry)0x0) {\n local_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 /* try { // try from 002ffbf6 to 002ffbfa has its CatchHandler @ 002ffbfb */\n __throw_bad_cast();\n }\n /* try { // try from 002ffbbd to 002ffbbf has its CatchHandler @ 002ffbfb */\n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(pwVar2 + 0xe8),0xffffffff,0,0xffffffff,pwVar2,&local_1c,\n param_1);\n if (local_1c != _S_goodbit) {\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n local_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 local_1d;" type_identifier identifier ;) (declaration "_Ios_Iostate local_1c;" type_identifier identifier ;) (labeled_statement "sentry::sentry(&local_1d,this,false);" statement_identifier : (ERROR ":" :) (expression_statement "sentry(&local_1d,this,false);" (call_expression "sentry(&local_1d,this,false)" identifier (argument_list "(&local_1d,this,false)" ( (pointer_expression "&local_1d" & identifier) , identifier , false ))) ;)) (if_statement "if (local_1d != (sentry)0x0) {\n local_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 /* try { // try from 002ffbf6 to 002ffbfa has its CatchHandler @ 002ffbfb */\n __throw_bad_cast();\n }\n /* try { // try from 002ffbbd to 002ffbbf has its CatchHandler @ 002ffbfb */\n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(pwVar2 + 0xe8),0xffffffff,0,0xffffffff,pwVar2,&local_1c,\n param_1);\n if (local_1c != _S_goodbit) {\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n local_1c |\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));\n return this;\n }\n }" if (parenthesized_expression "(local_1d != (sentry)0x0)" ( (binary_expression "local_1d != (sentry)0x0" identifier != (cast_expression "(sentry)0x0" ( (type_descriptor "sentry" type_identifier) ) number_literal)) )) (compound_statement "{\n local_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 /* try { // try from 002ffbf6 to 002ffbfa has its CatchHandler @ 002ffbfb */\n __throw_bad_cast();\n }\n /* try { // try from 002ffbbd to 002ffbbf has its CatchHandler @ 002ffbfb */\n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(pwVar2 + 0xe8),0xffffffff,0,0xffffffff,pwVar2,&local_1c,\n param_1);\n if (local_1c != _S_goodbit) {\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n local_1c |\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));\n return this;\n }\n }" { (expression_statement "local_1c = _S_goodbit;" (assignment_expression "local_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 /* try { // try from 002ffbf6 to 002ffbfa has its CatchHandler @ 002ffbfb */\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 /* try { // try from 002ffbf6 to 002ffbfa has its CatchHandler @ 002ffbfb */\n __throw_bad_cast();\n }" { comment comment (expression_statement "__throw_bad_cast();" (call_expression "__throw_bad_cast()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "(**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(pwVar2 + 0xe8),0xffffffff,0,0xffffffff,pwVar2,&local_1c,\n param_1);" (call_expression "(**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(pwVar2 + 0xe8),0xffffffff,0,0xffffffff,pwVar2,&local_1c,\n param_1)" (parenthesized_expression "(**(code **)(*plVar1 + 0x20))" ( (pointer_expression "**(code **)(*plVar1 + 0x20)" * (pointer_expression "*(code **)(*plVar1 + 0x20)" * (cast_expression "(code **)(*plVar1 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x20)" ( (binary_expression "*plVar1 + 0x20" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,*(undefined8 *)(pwVar2 + 0xe8),0xffffffff,0,0xffffffff,pwVar2,&local_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 "&local_1c" & identifier) , identifier ))) ;) (if_statement "if (local_1c != _S_goodbit) {\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n local_1c |\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));\n return this;\n }" if (parenthesized_expression "(local_1c != _S_goodbit)" ( (binary_expression "local_1c != _S_goodbit" identifier != identifier) )) (compound_statement "{\n wios::clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n local_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 local_1c |\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));" statement_identifier : (ERROR ":" :) (expression_statement "clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n local_1c |\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20));" (call_expression "clear((wios *)(this + *(long *)(*(long *)this + -0x18)),\n local_1c |\n *(_Ios_Iostate *)((wios *)(this + *(long *)(*(long *)this + -0x18)) + 0x20))" identifier (argument_list "((wios *)(this + *(long *)(*(long *)this + -0x18)),\n local_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 "local_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 * FUN_002ffb60(long *param_1,undefined8 param_2)\n\n{\n long *plVar1;\n long lVar2;\n char local_1d;\n uint local_1c;\n \n FUN_002fdd20(&local_1d,param_1,0);\n if (local_1d != '\0') {\n local_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n \n FUN_00319460();\n }\n \n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);\n if (local_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }\n return param_1;\n}\n\n" (function_definition "long * FUN_002ffb60(long *param_1,undefined8 param_2)\n\n{\n long *plVar1;\n long lVar2;\n char local_1d;\n uint local_1c;\n \n FUN_002fdd20(&local_1d,param_1,0);\n if (local_1d != '\0') {\n local_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n \n FUN_00319460();\n }\n \n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);\n if (local_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }\n return param_1;\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_002ffb60(long *param_1,undefined8 param_2)" * (function_declarator "FUN_002ffb60(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 local_1d;\n uint local_1c;\n \n FUN_002fdd20(&local_1d,param_1,0);\n if (local_1d != '\0') {\n local_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n \n FUN_00319460();\n }\n \n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);\n if (local_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_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 local_1d;" primitive_type identifier ;) (declaration "uint local_1c;" type_identifier identifier ;) (expression_statement "FUN_002fdd20(&local_1d,param_1,0);" (call_expression "FUN_002fdd20(&local_1d,param_1,0)" identifier (argument_list "(&local_1d,param_1,0)" ( (pointer_expression "&local_1d" & identifier) , identifier , number_literal ))) ;) (if_statement "if (local_1d != '\0') {\n local_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n \n FUN_00319460();\n }\n \n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);\n if (local_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }" if (parenthesized_expression "(local_1d != '\0')" ( (binary_expression "local_1d != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n local_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n \n FUN_00319460();\n }\n \n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);\n if (local_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }" { (expression_statement "local_1c = 0;" (assignment_expression "local_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 \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 \n FUN_00319460();\n }" { (expression_statement "FUN_00319460();" (call_expression "FUN_00319460()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "(**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);" (call_expression "(**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c)" (parenthesized_expression "(**(code **)(*plVar1 + 0x20))" ( (pointer_expression "**(code **)(*plVar1 + 0x20)" * (pointer_expression "*(code **)(*plVar1 + 0x20)" * (cast_expression "(code **)(*plVar1 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*plVar1 + 0x20)" ( (binary_expression "*plVar1 + 0x20" (pointer_expression "*plVar1" * identifier) + number_literal) ))))) )) (argument_list "(plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_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 "&local_1c" & identifier) ))) ;) (if_statement "if (local_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }" if (parenthesized_expression "(local_1c != 0)" ( (binary_expression "local_1c != 0" identifier != number_literal) )) (compound_statement "{\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_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_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);" (call_expression "FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2)" identifier (argument_list "(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2)" ( identifier , (binary_expression "local_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 * FUN_002ffb60(long *param_1,undefined8 param_2)\n\n{\n long *plVar1;\n long lVar2;\n char local_1d;\n uint local_1c;\n \n FUN_002fdd20(&local_1d,param_1,0);\n if (local_1d != '\0') {\n local_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n \n FUN_00319460();\n }\n \n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);\n if (local_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_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 "* FUN_002ffb60(long *param_1,undefined8 param_2)" (* "*") (function_declarator "FUN_002ffb60(long *param_1,undefined8 param_2)" (identifier "FUN_002ffb60") (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 local_1d;\n uint local_1c;\n \n FUN_002fdd20(&local_1d,param_1,0);\n if (local_1d != '\0') {\n local_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n \n FUN_00319460();\n }\n \n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);\n if (local_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_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 local_1d;" (primitive_type "char") (identifier "local_1d") (; ";")) (declaration "uint local_1c;" (type_identifier "uint") (identifier "local_1c") (; ";")) (expression_statement "FUN_002fdd20(&local_1d,param_1,0);" (call_expression "FUN_002fdd20(&local_1d,param_1,0)" (identifier "FUN_002fdd20") (argument_list "(&local_1d,param_1,0)" (( "(") (pointer_expression "&local_1d" (& "&") (identifier "local_1d")) (, ",") (identifier "param_1") (, ",") (number_literal "0") () ")"))) (; ";")) (if_statement "if (local_1d != '\0') {\n local_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n \n FUN_00319460();\n }\n \n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);\n if (local_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }" (if "if") (parenthesized_expression "(local_1d != '\0')" (( "(") (binary_expression "local_1d != '\0'" (identifier "local_1d") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n local_1c = 0;\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n plVar1 = *(long **)(lVar2 + 0x100);\n if (plVar1 == (long *)0x0) {\n \n \n FUN_00319460();\n }\n \n (**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);\n if (local_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }\n }" ({ "{") (expression_statement "local_1c = 0;" (assignment_expression "local_1c = 0" (identifier "local_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 \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 \n FUN_00319460();\n }" ({ "{") (expression_statement "FUN_00319460();" (call_expression "FUN_00319460()" (identifier "FUN_00319460") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "(**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);" (call_expression "(**(code **)(*plVar1 + 0x20))\n (plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c)" (parenthesized_expression "(**(code **)(*plVar1 + 0x20))" (( "(") (pointer_expression "**(code **)(*plVar1 + 0x20)" (* "*") (pointer_expression "*(code **)(*plVar1 + 0x20)" (* "*") (cast_expression "(code **)(*plVar1 + 0x20)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*plVar1 + 0x20)" (( "(") (binary_expression "*plVar1 + 0x20" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (+ "+") (number_literal "0x20")) () ")"))))) () ")")) (argument_list "(plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_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 "&local_1c" (& "&") (identifier "local_1c")) () ")"))) (; ";")) (if_statement "if (local_1c != 0) {\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);\n return param_1;\n }" (if "if") (parenthesized_expression "(local_1c != 0)" (( "(") (binary_expression "local_1c != 0" (identifier "local_1c") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;\n FUN_00301270(lVar2,local_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_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);" (call_expression "FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2)" (identifier "FUN_00301270") (argument_list "(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2)" (( "(") (identifier "lVar2") (, ",") (binary_expression "local_1c | *(uint *)(lVar2 + 0x20)" (identifier "local_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& std::wistream::_M_extract<unsigned short>(unsigned short&) */
type_1 * __thiscall std::type_1::_M_extract<unsigned_short>(type_1 *var_2,ushort *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 */
/* try { // try from 002ffbf6 to 002ffbfa has its CatchHandler @ 002ffbfb */
var_5();
}
/* try { // try from 002ffbbd to 002ffbbf has its CatchHandler @ 002ffbfb */
(**(type_4 **)(*var_4 + 0x20))
(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 local_1d;
uint local_1c;
FUN_002fdd20(&local_1d,param_1,0);
if (local_1d != '\0') {
local_1c = 0;
lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;
plVar1 = *(long **)(lVar2 + 0x100);
if (plVar1 == (long *)0x0) {
/* WARNING: Subroutine does not return */
/* try { // try from 002ffbf6 to 002ffbfa has its CatchHandler @ 002ffbfb */
FUN_00319460();
}
/* try { // try from 002ffbbd to 002ffbbf has its CatchHandler @ 002ffbfb */
(**(code **)(*plVar1 + 0x20))
(plVar1,*(undefined8 *)(lVar2 + 0xe8),0xffffffff,0,0xffffffff,lVar2,&local_1c);
if (local_1c != 0) {
lVar2 = *(long *)(*param_1 + -0x18) + (long)param_1;
FUN_00301270(lVar2,local_1c | *(uint *)(lVar2 + 0x20),param_2);
return param_1;
}
}
return param_1;
}
|
168_i686-kfreebsd-gnu-ranlib_and_i686-kfreebsd-gnu-ranlib_strip.c | ar_emul_usage | FUN_00107260 |
void ar_emul_usage(FILE *fp)
{
if (bin_vanilla_emulation.ar_usage != (_func_void_FILE_ptr *)0x0) {
/* WARNING: Could not recover jumptable at 0x0010726c. Too many branches */
/* WARNING: Treating indirect jump as call */
(*bin_vanilla_emulation.ar_usage)(fp);
return;
}
return;
}
|
void FUN_00107260(void)
{
if (PTR_FUN_001103e0 != (undefined *)0x0) {
/* WARNING: Could not recover jumptable at 0x0010726c. Too many branches */
/* WARNING: Treating indirect jump as call */
(*(code *)PTR_FUN_001103e0)();
return;
}
return;
}
| MOV RAX,qword ptr [0x001103e0]
TEST RAX,RAX
JZ 0x00107270
JMP RAX
RET | null | null | null | null | [('const-0', u'RETURN_-1206947192'), ('const-0', u'INT_NOTEQUAL_-1206947208'), ('const-1', u'RETURN_-1206947195'), (u'INT_NOTEQUAL_-1206947208', u'CBRANCH_-1206947207'), ('tmp_88', u'COPY_-1206947185'), ('tmp_88', u'INT_NOTEQUAL_-1206947208'), (u'CALLIND_-1206947201', u'INDIRECT_-1206947130'), ('tmp_43', u'CALLIND_-1206947201'), ('tmp_88', u'CALLIND_-1206947201'), (u'INDIRECT_-1206947130', u'COPY_-1206947188'), ('tmp_26', u'CBRANCH_-1206947207')] | [('const-0', u'RETURN_-1206947192'), ('const-0', u'INT_NOTEQUAL_-1206947208'), ('const-1', u'RETURN_-1206947195'), ('tmp_84', u'INT_NOTEQUAL_-1206947208'), (u'INT_NOTEQUAL_-1206947208', u'CBRANCH_-1206947207'), ('tmp_84', u'COPY_-1206947186'), (u'CALLIND_-1206947201', u'INDIRECT_-1206947131'), (u'INDIRECT_-1206947131', u'COPY_-1206947189'), (u'CAST_-1206947124', u'CALLIND_-1206947201'), ('tmp_84', u'CAST_-1206947124'), ('tmp_26', u'CBRANCH_-1206947207')] | null | null | 00107260 | x64 | O2 | (translation_unit "void FUN_00107260(void)\n\n{\n if (PTR_FUN_001103e0 != (undefined *)0x0) {\n /* WARNING: Could not recover jumptable at 0x0010726c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(code *)PTR_FUN_001103e0)();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00107260(void)\n\n{\n if (PTR_FUN_001103e0 != (undefined *)0x0) {\n /* WARNING: Could not recover jumptable at 0x0010726c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(code *)PTR_FUN_001103e0)();\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_00107260(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (PTR_FUN_001103e0 != (undefined *)0x0) {\n /* WARNING: Could not recover jumptable at 0x0010726c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(code *)PTR_FUN_001103e0)();\n return;\n }\n return;\n}" { (if_statement "if (PTR_FUN_001103e0 != (undefined *)0x0) {\n /* WARNING: Could not recover jumptable at 0x0010726c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(code *)PTR_FUN_001103e0)();\n return;\n }" if (parenthesized_expression "(PTR_FUN_001103e0 != (undefined *)0x0)" ( (binary_expression "PTR_FUN_001103e0 != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x0010726c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*(code *)PTR_FUN_001103e0)();\n return;\n }" { comment comment (expression_statement "(*(code *)PTR_FUN_001103e0)();" (call_expression "(*(code *)PTR_FUN_001103e0)()" (parenthesized_expression "(*(code *)PTR_FUN_001103e0)" ( (pointer_expression "*(code *)PTR_FUN_001103e0" * (cast_expression "(code *)PTR_FUN_001103e0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) }))) | (translation_unit "void ar_emul_usage(FILE *fp)\n\n{\n if (bin_vanilla_emulation.ar_usage != (_func_void_FILE_ptr *)0x0) {\n /* WARNING: Could not recover jumptable at 0x0010726c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*bin_vanilla_emulation.ar_usage)(fp);\n return;\n }\n return;\n}\n\n" (function_definition "void ar_emul_usage(FILE *fp)\n\n{\n if (bin_vanilla_emulation.ar_usage != (_func_void_FILE_ptr *)0x0) {\n /* WARNING: Could not recover jumptable at 0x0010726c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*bin_vanilla_emulation.ar_usage)(fp);\n return;\n }\n return;\n}" primitive_type (function_declarator "ar_emul_usage(FILE *fp)" identifier (parameter_list "(FILE *fp)" ( (parameter_declaration "FILE *fp" type_identifier (pointer_declarator "*fp" * identifier)) ))) (compound_statement "{\n if (bin_vanilla_emulation.ar_usage != (_func_void_FILE_ptr *)0x0) {\n /* WARNING: Could not recover jumptable at 0x0010726c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*bin_vanilla_emulation.ar_usage)(fp);\n return;\n }\n return;\n}" { (if_statement "if (bin_vanilla_emulation.ar_usage != (_func_void_FILE_ptr *)0x0) {\n /* WARNING: Could not recover jumptable at 0x0010726c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*bin_vanilla_emulation.ar_usage)(fp);\n return;\n }" if (parenthesized_expression "(bin_vanilla_emulation.ar_usage != (_func_void_FILE_ptr *)0x0)" ( (binary_expression "bin_vanilla_emulation.ar_usage != (_func_void_FILE_ptr *)0x0" (field_expression "bin_vanilla_emulation.ar_usage" identifier . field_identifier) != (cast_expression "(_func_void_FILE_ptr *)0x0" ( (type_descriptor "_func_void_FILE_ptr *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Could not recover jumptable at 0x0010726c. Too many branches */\n /* WARNING: Treating indirect jump as call */\n (*bin_vanilla_emulation.ar_usage)(fp);\n return;\n }" { comment comment (expression_statement "(*bin_vanilla_emulation.ar_usage)(fp);" (call_expression "(*bin_vanilla_emulation.ar_usage)(fp)" (parenthesized_expression "(*bin_vanilla_emulation.ar_usage)" ( (pointer_expression "*bin_vanilla_emulation.ar_usage" * (field_expression "bin_vanilla_emulation.ar_usage" identifier . field_identifier)) )) (argument_list "(fp)" ( identifier ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_00107260(void)\n\n{\n if (PTR_FUN_001103e0 != (undefined *)0x0) {\n \n \n (*(code *)PTR_FUN_001103e0)();\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00107260(void)\n\n{\n if (PTR_FUN_001103e0 != (undefined *)0x0) {\n \n \n (*(code *)PTR_FUN_001103e0)();\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_00107260(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (PTR_FUN_001103e0 != (undefined *)0x0) {\n \n \n (*(code *)PTR_FUN_001103e0)();\n return;\n }\n return;\n}" { (if_statement "if (PTR_FUN_001103e0 != (undefined *)0x0) {\n \n \n (*(code *)PTR_FUN_001103e0)();\n return;\n }" if (parenthesized_expression "(PTR_FUN_001103e0 != (undefined *)0x0)" ( (binary_expression "PTR_FUN_001103e0 != (undefined *)0x0" identifier != (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n \n \n (*(code *)PTR_FUN_001103e0)();\n return;\n }" { (expression_statement "(*(code *)PTR_FUN_001103e0)();" (call_expression "(*(code *)PTR_FUN_001103e0)()" (parenthesized_expression "(*(code *)PTR_FUN_001103e0)" ( (pointer_expression "*(code *)PTR_FUN_001103e0" * (cast_expression "(code *)PTR_FUN_001103e0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) })) (return_statement return ;) }))) | (function_definition "void FUN_00107260(void)\n\n{\n if (PTR_FUN_001103e0 != (undefined *)0x0) {\n \n \n (*(code *)PTR_FUN_001103e0)();\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00107260(void)" (identifier "FUN_00107260") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n if (PTR_FUN_001103e0 != (undefined *)0x0) {\n \n \n (*(code *)PTR_FUN_001103e0)();\n return;\n }\n return;\n}" ({ "{") (if_statement "if (PTR_FUN_001103e0 != (undefined *)0x0) {\n \n \n (*(code *)PTR_FUN_001103e0)();\n return;\n }" (if "if") (parenthesized_expression "(PTR_FUN_001103e0 != (undefined *)0x0)" (( "(") (binary_expression "PTR_FUN_001103e0 != (undefined *)0x0" (identifier "PTR_FUN_001103e0") (!= "!=") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n \n \n (*(code *)PTR_FUN_001103e0)();\n return;\n }" ({ "{") (expression_statement "(*(code *)PTR_FUN_001103e0)();" (call_expression "(*(code *)PTR_FUN_001103e0)()" (parenthesized_expression "(*(code *)PTR_FUN_001103e0)" (( "(") (pointer_expression "*(code *)PTR_FUN_001103e0" (* "*") (cast_expression "(code *)PTR_FUN_001103e0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_FUN_001103e0"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(type_1 *fp)
{
if (bin_vanilla_emulation.ar_usage != (type_2 *)0x0) {
/* WARNING: Could not recover jumptable at 0x0010726c. Too many branches */
/* WARNING: Treating indirect jump as call */
(*bin_vanilla_emulation.ar_usage)(fp);
return;
}
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))) (return_statement))) (return_statement)))) | null |
void MASKED(void)
{
if (PTR_FUN_001103e0 != (undefined *)0x0) {
/* WARNING: Could not recover jumptable at 0x0010726c. Too many branches */
/* WARNING: Treating indirect jump as call */
(*(code *)PTR_FUN_001103e0)();
return;
}
return;
}
|
10194_i686-gnu-dwp_and_i686-gnu-dwp_strip.c | do_frac_digits | FUN_00345620 |
/* std::moneypunct<char, true>::do_frac_digits() const */
undefined4 __thiscall std::moneypunct<char,true>::do_frac_digits(moneypunct<char,true> *this)
{
return *(undefined4 *)(*(long *)(this + 0x10) + 0x58);
}
|
undefined4 FUN_00345620(long param_1)
{
return *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58);
}
| MOV RAX,qword ptr [RDI + 0x10]
MOV EAX,dword ptr [RAX + 0x58]
RET | null | null | null | null | [(u'CAST_-1205119371', u'LOAD_-1205119446'), (u'PTRADD_-1205119391', u'CAST_-1205119376'), ('const-433', u'LOAD_-1205119446'), (u'CAST_-1205119376', u'LOAD_-1205119453'), (u'LOAD_-1205119453', u'INT_ADD_-1205119430'), ('tmp_28', u'PTRADD_-1205119391'), ('const-88', u'INT_ADD_-1205119430'), ('const-16', u'PTRADD_-1205119391'), ('const-433', u'LOAD_-1205119453'), ('const-1', u'PTRADD_-1205119391'), (u'INT_ADD_-1205119430', u'CAST_-1205119371'), (u'COPY_-1205119436', u'RETURN_-1205119430'), ('const-0', u'RETURN_-1205119430'), (u'LOAD_-1205119446', u'COPY_-1205119436')] | [(u'CAST_-1205119371', u'LOAD_-1205119446'), (u'CAST_-1205119376', u'LOAD_-1205119453'), (u'LOAD_-1205119453', u'INT_ADD_-1205119430'), ('const-88', u'INT_ADD_-1205119430'), (u'INT_ADD_-1205119437', u'CAST_-1205119376'), (u'INT_ADD_-1205119430', u'CAST_-1205119371'), ('const-16', u'INT_ADD_-1205119437'), (u'COPY_-1205119436', u'RETURN_-1205119430'), ('const-433', u'LOAD_-1205119446'), ('const-0', u'RETURN_-1205119430'), ('tmp_35', u'INT_ADD_-1205119437'), ('const-433', u'LOAD_-1205119453'), (u'LOAD_-1205119446', u'COPY_-1205119436')] | null | null | 00345620 | x64 | O2 | (translation_unit "undefined4 FUN_00345620(long param_1)\n\n{\n return *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58);\n}\n\n" (function_definition "undefined4 FUN_00345620(long param_1)\n\n{\n return *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58);\n}" type_identifier (function_declarator "FUN_00345620(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58);\n}" { (return_statement "return *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58);" return (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x58)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x58" (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) )))) ;) }))) | (translation_unit "/* std::moneypunct<char, true>::do_frac_digits() const */\n\nundefined4 __thiscall std::moneypunct<char,true>::do_frac_digits(moneypunct<char,true> *this)\n\n{\n return *(undefined4 *)(*(long *)(this + 0x10) + 0x58);\n}\n\n" comment (declaration "undefined4 __thiscall std::moneypunct<char,true>::do_frac_digits(moneypunct<char,true> *this)\n\n{\n return *(undefined4 *)(*(long *)(this + 0x10) + 0x58);" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::" identifier : :) identifier (ERROR "<char" < primitive_type) , (ERROR "true>::do_frac_digits(moneypunct<char,true> *this)\n\n{\n return" identifier > : : (function_declarator "do_frac_digits(moneypunct<char,true> *this)" identifier (parameter_list "(moneypunct<char,true> *this)" ( (parameter_declaration "moneypunct" type_identifier) (ERROR "<char" < primitive_type) , (parameter_declaration "true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) ))) { return) (pointer_declarator "*(undefined4 *)(*(long *)(this + 0x10) + 0x58)" * (function_declarator "(undefined4 *)(*(long *)(this + 0x10) + 0x58)" (parenthesized_declarator "(undefined4 *)" ( identifier (ERROR "*" *) )) (parameter_list "(*(long *)(this + 0x10) + 0x58)" ( (parameter_declaration "*(long *)(this + 0x10)" type_identifier (abstract_pointer_declarator "*(long *)(this + 0x10)" * (abstract_function_declarator "(long *)(this + 0x10)" (abstract_function_declarator "(long *)" (parameter_list "(long *)" ( (parameter_declaration "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ))) (parameter_list "(this + 0x10)" ( (parameter_declaration "this" type_identifier) (ERROR "+ 0x10" + number_literal) ))))) (ERROR "+ 0x58" + number_literal) )))) ;) (ERROR "}" })) | (translation_unit "undefined4 FUN_00345620(long param_1)\n\n{\n return *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58);\n}\n\n" (function_definition "undefined4 FUN_00345620(long param_1)\n\n{\n return *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58);\n}" type_identifier (function_declarator "FUN_00345620(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58);\n}" { (return_statement "return *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58);" return (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x58)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x58" (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) )))) ;) }))) | (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 (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) ;) }))) | (function_definition "undefined4 FUN_00345620(long param_1)\n\n{\n return *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58);\n}" (type_identifier "undefined4") (function_declarator "FUN_00345620(long param_1)" (identifier "FUN_00345620") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n return *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58);\n}" ({ "{") (return_statement "return *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58);" (return "return") (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58)" (* "*") (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x58)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x58" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x58")) () ")")))) (; ";")) (} "}"))) |
/* std::moneypunct<char, true>::do_frac_digits() const */
type_1 __thiscall std::moneypunct<char,true>::do_frac_digits(moneypunct<char,true> *type_3)
{
return *(type_1 *)(type_2*(long *)(type_3 + 0x10) + 0x58);
}
| 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: (pointer_expression 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))))))))) | null |
undefined4 MASKED(long param_1)
{
return *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x58);
}
|
78_x86_64-linux-gnux32-objcopy_and_x86_64-linux-gnux32-objcopy_strip.c | bfd_set_format | bfd_set_format |
void bfd_set_format(void)
{
(*(code *)PTR_bfd_set_format_0012b270)();
return;
}
|
void bfd_set_format(void)
{
(*(code *)PTR_bfd_set_format_0012b270)();
return;
}
| JMP qword ptr [0x0012b270] | null | null | null | null | [(u'CALLIND_-1206958872', u'INDIRECT_-1206958812'), (u'INDIRECT_-1206958812', u'COPY_-1206958871'), ('tmp_22', u'CAST_-1206958807'), ('const-0', u'RETURN_-1206958869'), (u'CAST_-1206958807', u'CALLIND_-1206958872')] | [(u'CALLIND_-1206958872', u'INDIRECT_-1206958812'), (u'INDIRECT_-1206958812', u'COPY_-1206958871'), ('tmp_22', u'CAST_-1206958807'), ('const-0', u'RETURN_-1206958869'), (u'CAST_-1206958807', u'CALLIND_-1206958872')] | null | null | 001044e0 | x64 | O2 | (translation_unit "void bfd_set_format(void)\n\n{\n (*(code *)PTR_bfd_set_format_0012b270)();\n return;\n}\n\n" (function_definition "void bfd_set_format(void)\n\n{\n (*(code *)PTR_bfd_set_format_0012b270)();\n return;\n}" primitive_type (function_declarator "bfd_set_format(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_format_0012b270)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_format_0012b270)();" (call_expression "(*(code *)PTR_bfd_set_format_0012b270)()" (parenthesized_expression "(*(code *)PTR_bfd_set_format_0012b270)" ( (pointer_expression "*(code *)PTR_bfd_set_format_0012b270" * (cast_expression "(code *)PTR_bfd_set_format_0012b270" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void bfd_set_format(void)\n\n{\n (*(code *)PTR_bfd_set_format_0012b270)();\n return;\n}\n\n" (function_definition "void bfd_set_format(void)\n\n{\n (*(code *)PTR_bfd_set_format_0012b270)();\n return;\n}" primitive_type (function_declarator "bfd_set_format(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_format_0012b270)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_format_0012b270)();" (call_expression "(*(code *)PTR_bfd_set_format_0012b270)()" (parenthesized_expression "(*(code *)PTR_bfd_set_format_0012b270)" ( (pointer_expression "*(code *)PTR_bfd_set_format_0012b270" * (cast_expression "(code *)PTR_bfd_set_format_0012b270" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void bfd_set_format(void)\n\n{\n (*(code *)PTR_bfd_set_format_0012b270)();\n return;\n}\n\n" (function_definition "void bfd_set_format(void)\n\n{\n (*(code *)PTR_bfd_set_format_0012b270)();\n return;\n}" primitive_type (function_declarator "bfd_set_format(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_set_format_0012b270)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_set_format_0012b270)();" (call_expression "(*(code *)PTR_bfd_set_format_0012b270)()" (parenthesized_expression "(*(code *)PTR_bfd_set_format_0012b270)" ( (pointer_expression "*(code *)PTR_bfd_set_format_0012b270" * (cast_expression "(code *)PTR_bfd_set_format_0012b270" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) }))) | (function_definition "void bfd_set_format(void)\n\n{\n (*(code *)PTR_bfd_set_format_0012b270)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_set_format(void)" (identifier "bfd_set_format") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_set_format_0012b270)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_set_format_0012b270)();" (call_expression "(*(code *)PTR_bfd_set_format_0012b270)()" (parenthesized_expression "(*(code *)PTR_bfd_set_format_0012b270)" (( "(") (pointer_expression "*(code *)PTR_bfd_set_format_0012b270" (* "*") (cast_expression "(code *)PTR_bfd_set_format_0012b270" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_set_format_0012b270"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(void)
{
(*(type_1 *)PTR_bfd_set_format_0012b270)();
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_0012b270)();
return;
}
|
10606_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c | do_in | FUN_0035a2e0 |
/* std::__codecvt_utf8_utf16_base<char32_t>::do_in(__mbstate_t&, char const*, char const*, char
const*&, char32_t*, char32_t*, char32_t*&) const */
undefined8 __thiscall
std::__codecvt_utf8_utf16_base<char32_t>::do_in
(__codecvt_utf8_utf16_base<char32_t> *this,__mbstate_t *param_1,char *param_2,
char *param_3,char **param_4,wchar32 *param_5,wchar32 *param_6,wchar32 **param_7)
{
ulong uVar1;
char *pcVar2;
wchar32 wVar3;
ulong uVar4;
undefined8 uVar5;
char *local_48;
char *local_40;
uVar1 = *(ulong *)(this + 0x10);
local_48 = param_2;
local_40 = param_3;
if (((byte)this[0x18] & 4) != 0) {
(anonymous_namespace)::read_bom<char_const,true,3ul>
((range *)&local_48,(unsigned_char *)param_1);
}
if (local_40 != local_48) {
do {
pcVar2 = local_48;
if (param_6 == param_5) break;
uVar4 = (anonymous_namespace)::read_utf8_code_point((range *)&local_48,uVar1);
wVar3 = (wchar32)uVar4;
if (wVar3 == L'\xfffffffe') {
uVar5 = 1;
goto LAB_0035a381;
}
if (uVar1 < (uVar4 & 0xffffffff)) {
uVar5 = 2;
goto LAB_0035a381;
}
if ((uint)wVar3 < 0x10000) {
*param_5 = wVar3;
param_5 = param_5 + 1;
}
else {
if ((long)param_6 - (long)param_5 == 4) {
uVar5 = 1;
local_48 = pcVar2;
goto LAB_0035a381;
}
param_5[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);
*param_5 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);
param_5 = param_5 + 2;
}
} while (local_40 != local_48);
}
uVar5 = 0;
LAB_0035a381:
*param_4 = local_48;
*param_7 = param_5;
return uVar5;
}
|
undefined8
FUN_0035a2e0(long param_1,undefined8 param_2,long param_3,long param_4,long *param_5,uint *param_6,
uint *param_7,long *param_8)
{
ulong uVar1;
long lVar2;
uint uVar3;
ulong uVar4;
undefined8 uVar5;
long local_48;
long local_40;
uVar1 = *(ulong *)(param_1 + 0x10);
local_48 = param_3;
local_40 = param_4;
if ((*(byte *)(param_1 + 0x18) & 4) != 0) {
FUN_0035a290(&local_48);
}
if (local_40 != local_48) {
do {
lVar2 = local_48;
if (param_7 == param_6) break;
uVar4 = FUN_00358ef0(&local_48,uVar1);
uVar3 = (uint)uVar4;
if (uVar3 == 0xfffffffe) {
uVar5 = 1;
goto LAB_0035a381;
}
if (uVar1 < (uVar4 & 0xffffffff)) {
uVar5 = 2;
goto LAB_0035a381;
}
if (uVar3 < 0x10000) {
*param_6 = uVar3;
param_6 = param_6 + 1;
}
else {
if ((long)param_7 - (long)param_6 == 4) {
uVar5 = 1;
local_48 = lVar2;
goto LAB_0035a381;
}
param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);
*param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);
param_6 = param_6 + 2;
}
} while (local_40 != local_48);
}
uVar5 = 0;
LAB_0035a381:
*param_5 = local_48;
*param_8 = (long)param_6;
return uVar5;
}
| PUSH R15
MOV R15,RDX
PUSH R14
PUSH R13
MOV R13,R9
PUSH R12
MOV R12,R8
PUSH RBP
PUSH RBX
SUB RSP,0x18
MOV R14,qword ptr [RDI + 0x10]
MOV RBX,qword ptr [RSP + 0x50]
MOV qword ptr [RSP],RDX
MOV qword ptr [RSP + 0x8],RCX
TEST byte ptr [RDI + 0x18],0x4
JNZ 0x0035a3d0
MOV RBP,RSP
CMP RCX,R15
JZ 0x0035a364
NOP dword ptr [RAX + RAX*0x1]
CMP RBX,R13
JZ 0x0035a364
MOV RSI,R14
MOV RDI,RBP
CALL 0x00358ef0
CMP EAX,-0x2
JZ 0x0035a3f0
MOV EDX,EAX
CMP R14,RDX
JC 0x0035a400
CMP EAX,0xffff
JA 0x0035a370
MOV dword ptr [R13],EAX
LEA RDX,[R13 + 0x4]
MOV R15,qword ptr [RSP]
MOV RCX,qword ptr [RSP + 0x8]
MOV R13,RDX
CMP RCX,R15
JNZ 0x0035a320
XOR EAX,EAX
JMP 0x0035a381
MOV RDX,RBX
SUB RDX,R13
CMP RDX,0x4
JNZ 0x0035a3a0
MOV EAX,0x1
MOV RDX,qword ptr [RSP + 0x58]
MOV qword ptr [R12],R15
MOV qword ptr [RDX],R13
ADD RSP,0x18
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV EDX,EAX
AND AX,0x3ff
SHR EDX,0xa
SUB AX,0x2400
SUB DX,0x2840
MOVZX EAX,AX
MOVZX EDX,DX
MOV dword ptr [R13 + 0x4],EAX
MOV dword ptr [R13],EDX
LEA RDX,[R13 + 0x8]
JMP 0x0035a353
MOV RDI,RSP
CALL 0x0035a290
MOV R15,qword ptr [RSP]
MOV RCX,qword ptr [RSP + 0x8]
JMP 0x0035a313
MOV R15,qword ptr [RSP]
MOV EAX,0x1
JMP 0x0035a381
MOV R15,qword ptr [RSP]
MOV EAX,0x2
JMP 0x0035a381 | null | null | null | null | [('tmp_789', u'BRANCH_-1205164815'), (u'MULTIEQUAL_-1205164507', u'COPY_-1205164412'), (u'INT_ZEXT_-1205164511', u'STORE_-1205164827'), (u'INT_EQUAL_-1205164972', u'CBRANCH_-1205164968'), ('tmp_829', u'BRANCH_-1205164768'), (u'CAST_-1205164367', u'INT_LESS_-1205165107'), ('tmp_805', u'BRANCH_-1205164754'), ('tmp_843', u'STORE_-1205165018'), (u'COPY_-1205164647', u'MULTIEQUAL_-1205164554'), (u'MULTIEQUAL_-1205164577', u'PTRADD_-1205164260'), ('tmp_318', u'CBRANCH_-1205165115'), (u'INT_LESS_-1205165140', u'CBRANCH_-1205165138'), ('const-0', u'COPY_-1205164647'), (u'COPY_-1205164763', u'MULTIEQUAL_-1205164554'), (u'INDIRECT_-1205164468', u'MULTIEQUAL_-1205164507'), (u'MULTIEQUAL_-1205164477', u'MULTIEQUAL_-1205164507'), (u'MULTIEQUAL_-1205164577', u'MULTIEQUAL_-1205164510'), (u'CALL_-1205165179', u'INT_AND_-1205164628'), (u'INT_NOTEQUAL_-1205165070', u'CBRANCH_-1205165068'), (u'MULTIEQUAL_-1205164483', u'INT_NOTEQUAL_-1205165218'), ('const-433', u'LOAD_-1205165257'), ('const-56320', u'INT_ADD_-1205164854'), (u'CALL_-1205164785', u'INDIRECT_-1205164295'), (u'INT_AND_-1205164628', u'INT_LESS_-1205165140'), ('const-2', u'PTRADD_-1205164260'), (u'MULTIEQUAL_-1205164577', u'MULTIEQUAL_-1205164479'), ('const-24', u'PTRADD_-1205165197'), ('tmp_141', u'CBRANCH_-1205165241'), (u'MULTIEQUAL_-1205164477', u'COPY_-1205164483'), ('const-433', u'STORE_-1205164833'), (u'LOAD_-1205165288', u'CALL_-1205165179'), (u'CAST_-1205164323', u'INT_SUB_-1205164978'), (u'INT_EQUAL_-1205165164', u'CBRANCH_-1205165162'), ('const-433', u'STORE_-1205165113'), ('tmp_251', u'CBRANCH_-1205165162'), ('const-433', u'STORE_-1205165012'), ('const-1', u'PTRADD_-1205165226'), ('tmp_841', u'COPY_-1205164498'), ('const-4294967295', u'INT_AND_-1205164628'), ('const-4', u'PTRADD_-1205164269'), ('tmp_844', u'MULTIEQUAL_-1205164510'), (u'CALL_-1205164785', u'INDIRECT_-1205164301'), (u'CALL_-1205165179', u'INDIRECT_-1205164468'), (u'PTRADD_-1205164375', u'MULTIEQUAL_-1205164560'), ('const-1', u'PTRADD_-1205165197'), ('const-0', u'SUBPIECE_-1205164357'), ('const-433', u'STORE_-1205164827'), ('const-55232', u'INT_ADD_-1205164841'), (u'MULTIEQUAL_-1205164577', u'PTRADD_-1205164375'), (u'COPY_-1205164483', u'COPY_-1205164389'), (u'MULTIEQUAL_-1205164577', u'INT_EQUAL_-1205165196'), (u'CAST_-1205164248', u'INT_ZEXT_-1205164511'), ('const-1', u'COPY_-1205164763'), (u'PTRSUB_-1205164468', u'CAST_-1205164458'), (u'MULTIEQUAL_-1205164510', u'MULTIEQUAL_-1205164479'), (u'CALL_-1205165179', u'INT_RIGHT_-1205164884'), (u'MULTIEQUAL_-1205164577', u'STORE_-1205164827'), (u'INDIRECT_-1205164462', u'INT_NOTEQUAL_-1205165070'), ('tmp_845', u'INT_EQUAL_-1205165196'), ('tmp_840', u'CAST_-1205164230'), (u'INDIRECT_-1205164468', u'MULTIEQUAL_-1205164477'), (u'COPY_-1205164389', u'MULTIEQUAL_-1205164476'), ('const-433', u'STORE_-1205165018'), ('const-1', u'COPY_-1205164969'), (u'MULTIEQUAL_-1205164483', u'MULTIEQUAL_-1205164471'), (u'INDIRECT_-1205164295', u'MULTIEQUAL_-1205164483'), (u'CAST_-1205164457', u'CALL_-1205165179'), (u'SUBPIECE_-1205164659', u'CAST_-1205164367'), ('tmp_839', u'PTRADD_-1205165226'), (u'MULTIEQUAL_-1205164554', u'RETURN_-1205164952'), (u'MULTIEQUAL_-1205164489', u'MULTIEQUAL_-1205164477'), (u'INDIRECT_-1205164468', u'INT_NOTEQUAL_-1205165070'), (u'PTRADD_-1205165226', u'CAST_-1205164452'), (u'COPY_-1205164969', u'MULTIEQUAL_-1205164554'), (u'SUBPIECE_-1205164659', u'INT_EQUAL_-1205165164'), ('const-16', u'PTRADD_-1205165226'), ('const-4', u'PTRADD_-1205164375'), (u'COPY_-1205164496', u'MULTIEQUAL_-1205164483'), (u'INT_EQUAL_-1205165196', u'CBRANCH_-1205165194'), (u'MULTIEQUAL_-1205164577', u'STORE_-1205165113'), (u'PTRADD_-1205165197', u'LOAD_-1205165257'), (u'INDIRECT_-1205164301', u'MULTIEQUAL_-1205164489'), (u'MULTIEQUAL_-1205164489', u'INT_NOTEQUAL_-1205165218'), (u'INT_AND_-1205164900', u'INT_ADD_-1205164854'), ('tmp_842', u'COPY_-1205164496'), (u'INT_ZEXT_-1205164555', u'STORE_-1205164833'), ('const-0', u'INT_NOTEQUAL_-1205165244'), (u'COPY_-1205164751', u'MULTIEQUAL_-1205164554'), (u'INT_ADD_-1205164841', u'CAST_-1205164248'), (u'CAST_-1205164458', u'CALL_-1205164785'), ('tmp_375', u'CBRANCH_-1205165068'), ('tmp_845', u'CAST_-1205164324'), ('const--72', u'PTRSUB_-1205164467'), ('tmp_846', u'STORE_-1205165012'), ('const-4', u'INT_AND_-1205165231'), ('const-0', u'SUBPIECE_-1205164556'), (u'CALL_-1205165179', u'SUBPIECE_-1205164556'), ('tmp_285', u'CBRANCH_-1205165138'), (u'INDIRECT_-1205164462', u'MULTIEQUAL_-1205164471'), (u'CAST_-1205164324', u'INT_SUB_-1205164978'), ('tmp_2098', u'PTRSUB_-1205164468'), (u'LOAD_-1205165257', u'CAST_-1205164433'), ('tmp_403', u'BRANCH_-1205165054'), (u'MULTIEQUAL_-1205164560', u'MULTIEQUAL_-1205164577'), ('const-65536', u'INT_LESS_-1205165107'), (u'COPY_-1205164412', u'MULTIEQUAL_-1205164476'), ('tmp_844', u'MULTIEQUAL_-1205164577'), ('const-4294967294', u'INT_EQUAL_-1205165164'), ('const-1', u'PTRADD_-1205164375'), (u'INDIRECT_-1205164468', u'MULTIEQUAL_-1205164476'), (u'INT_RIGHT_-1205164884', u'SUBPIECE_-1205164357'), (u'MULTIEQUAL_-1205164577', u'PTRADD_-1205164269'), ('const-0', u'RETURN_-1205164952'), (u'INT_ADD_-1205164854', u'CAST_-1205164253'), (u'SUBPIECE_-1205164357', u'INT_ADD_-1205164841'), ('tmp_573', u'CBRANCH_-1205164968'), (u'CAST_-1205164433', u'INT_AND_-1205165231'), (u'PTRSUB_-1205164467', u'CAST_-1205164457'), (u'INT_NOTEQUAL_-1205165244', u'CBRANCH_-1205165241'), ('tmp_2098', u'PTRSUB_-1205164467'), (u'MULTIEQUAL_-1205164489', u'MULTIEQUAL_-1205164507'), (u'PTRADD_-1205164260', u'MULTIEQUAL_-1205164560'), (u'SUBPIECE_-1205164556', u'INT_AND_-1205164900'), ('const-2', u'COPY_-1205164751'), ('const-0', u'SUBPIECE_-1205164659'), (u'MULTIEQUAL_-1205164577', u'CAST_-1205164323'), ('const-433', u'LOAD_-1205165288'), ('const-10', u'INT_RIGHT_-1205164884'), (u'MULTIEQUAL_-1205164476', u'STORE_-1205165018'), (u'COPY_-1205164498', u'MULTIEQUAL_-1205164489'), ('tmp_209', u'CBRANCH_-1205165194'), (u'MULTIEQUAL_-1205164560', u'MULTIEQUAL_-1205164510'), (u'CAST_-1205164230', u'CALL_-1205164785'), ('tmp_173', u'CBRANCH_-1205165217'), ('const-1', u'PTRADD_-1205164269'), (u'INT_AND_-1205165231', u'INT_NOTEQUAL_-1205165244'), ('const-4', u'INT_EQUAL_-1205164972'), (u'CAST_-1205164253', u'INT_ZEXT_-1205164555'), (u'INT_NOTEQUAL_-1205165218', u'CBRANCH_-1205165217'), (u'INT_LESS_-1205165107', u'CBRANCH_-1205165115'), (u'CALL_-1205165179', u'SUBPIECE_-1205164659'), (u'INT_SUB_-1205164978', u'INT_EQUAL_-1205164972'), (u'LOAD_-1205165288', u'INT_LESS_-1205165140'), (u'MULTIEQUAL_-1205164479', u'STORE_-1205165012'), ('const-4', u'PTRADD_-1205164260'), ('tmp_839', u'PTRADD_-1205165197'), (u'CAST_-1205164452', u'LOAD_-1205165288'), (u'SUBPIECE_-1205164659', u'STORE_-1205165113'), ('const-1023', u'INT_AND_-1205164900'), (u'PTRADD_-1205164269', u'STORE_-1205164833'), ('const--72', u'PTRSUB_-1205164468'), (u'CALL_-1205165179', u'INDIRECT_-1205164462'), ('tmp_797', u'BRANCH_-1205164742')] | [('tmp_2094', u'COPY_-1205164500'), ('tmp_789', u'BRANCH_-1205164815'), ('const-0', u'COPY_-1205164649'), (u'INT_EQUAL_-1205164972', u'CBRANCH_-1205164968'), ('tmp_829', u'BRANCH_-1205164768'), ('tmp_805', u'BRANCH_-1205164754'), (u'CAST_-1205164259', u'INT_ZEXT_-1205164555'), (u'MULTIEQUAL_-1205164562', u'MULTIEQUAL_-1205164579'), ('const-433', u'STORE_-1205164833'), ('tmp_318', u'CBRANCH_-1205165115'), (u'INT_LESS_-1205165140', u'CBRANCH_-1205165138'), ('tmp_2093', u'PTRSUB_-1205164469'), ('const--72', u'PTRSUB_-1205164470'), (u'MULTIEQUAL_-1205164481', u'CAST_-1205164303'), (u'INDIRECT_-1205164464', u'MULTIEQUAL_-1205164473'), (u'INT_NOTEQUAL_-1205165070', u'CBRANCH_-1205165068'), (u'MULTIEQUAL_-1205164579', u'MULTIEQUAL_-1205164481'), (u'INT_ADD_-1205165272', u'CAST_-1205164456'), ('const-433', u'STORE_-1205165018'), (u'INT_AND_-1205164630', u'INT_LESS_-1205165140'), (u'LOAD_-1205165257', u'INT_AND_-1205165231'), (u'MULTIEQUAL_-1205164579', u'INT_EQUAL_-1205165196'), ('tmp_141', u'CBRANCH_-1205165241'), (u'INDIRECT_-1205164470', u'INT_NOTEQUAL_-1205165070'), (u'CAST_-1205164330', u'INT_SUB_-1205164978'), ('const-2', u'PTRADD_-1205164262'), (u'MULTIEQUAL_-1205164512', u'MULTIEQUAL_-1205164481'), (u'COPY_-1205164414', u'MULTIEQUAL_-1205164478'), ('tmp_2097', u'MULTIEQUAL_-1205164512'), (u'LOAD_-1205165288', u'CALL_-1205165179'), (u'INDIRECT_-1205164470', u'MULTIEQUAL_-1205164479'), ('const-4', u'PTRADD_-1205164271'), (u'CAST_-1205164456', u'LOAD_-1205165288'), ('const-24', u'INT_ADD_-1205165243'), (u'INDIRECT_-1205164297', u'MULTIEQUAL_-1205164485'), (u'INDIRECT_-1205164464', u'INT_NOTEQUAL_-1205165070'), ('const-0', u'SUBPIECE_-1205164659'), (u'INT_EQUAL_-1205165164', u'CBRANCH_-1205165162'), ('tmp_251', u'CBRANCH_-1205165162'), ('const-433', u'STORE_-1205165012'), (u'COPY_-1205164498', u'MULTIEQUAL_-1205164485'), ('const-65536', u'INT_LESS_-1205165107'), ('const-433', u'STORE_-1205164827'), ('const-1', u'PTRADD_-1205164271'), (u'CAST_-1205164303', u'STORE_-1205165012'), (u'INDIRECT_-1205164303', u'MULTIEQUAL_-1205164491'), ('tmp_2102', u'INT_ADD_-1205165272'), ('const--72', u'PTRSUB_-1205164469'), ('const-4294967295', u'INT_AND_-1205164630'), ('tmp_2099', u'STORE_-1205165018'), (u'MULTIEQUAL_-1205164491', u'MULTIEQUAL_-1205164479'), (u'COPY_-1205164751', u'MULTIEQUAL_-1205164556'), ('const-4', u'INT_EQUAL_-1205164972'), ('const-1', u'COPY_-1205164763'), (u'CAST_-1205164254', u'INT_ZEXT_-1205164513'), ('const-55232', u'INT_ADD_-1205164841'), (u'CALL_-1205165179', u'INT_RIGHT_-1205164884'), (u'COPY_-1205164485', u'COPY_-1205164391'), ('const-0', u'SUBPIECE_-1205164359'), (u'SUBPIECE_-1205164659', u'INT_LESS_-1205165107'), (u'MULTIEQUAL_-1205164579', u'CAST_-1205164329'), ('const-1', u'COPY_-1205164969'), (u'SUBPIECE_-1205164359', u'INT_ADD_-1205164841'), (u'INT_RIGHT_-1205164884', u'SUBPIECE_-1205164359'), ('const-433', u'LOAD_-1205165257'), ('const-4', u'PTRADD_-1205164377'), (u'MULTIEQUAL_-1205164491', u'INT_NOTEQUAL_-1205165218'), (u'MULTIEQUAL_-1205164509', u'COPY_-1205164414'), (u'INDIRECT_-1205164470', u'MULTIEQUAL_-1205164509'), (u'CALL_-1205165179', u'INDIRECT_-1205164470'), (u'SUBPIECE_-1205164659', u'INT_EQUAL_-1205165164'), (u'MULTIEQUAL_-1205164579', u'PTRADD_-1205164271'), ('tmp_2103', u'COPY_-1205164498'), (u'INT_EQUAL_-1205165196', u'CBRANCH_-1205165194'), (u'MULTIEQUAL_-1205164562', u'MULTIEQUAL_-1205164512'), (u'PTRSUB_-1205164469', u'CALL_-1205165179'), (u'MULTIEQUAL_-1205164579', u'PTRADD_-1205164377'), (u'INT_AND_-1205164900', u'INT_ADD_-1205164854'), (u'INT_ZEXT_-1205164555', u'STORE_-1205164833'), ('const-0', u'INT_NOTEQUAL_-1205165244'), ('tmp_375', u'CBRANCH_-1205165068'), (u'MULTIEQUAL_-1205164479', u'MULTIEQUAL_-1205164509'), ('const-4', u'INT_AND_-1205165231'), (u'PTRADD_-1205164271', u'STORE_-1205164833'), ('tmp_2549', u'CAST_-1205164330'), (u'CALL_-1205165179', u'SUBPIECE_-1205164556'), ('tmp_285', u'CBRANCH_-1205165138'), ('tmp_403', u'BRANCH_-1205165054'), ('const-4294967294', u'INT_EQUAL_-1205165164'), (u'COPY_-1205164969', u'MULTIEQUAL_-1205164556'), ('tmp_2551', u'STORE_-1205165012'), (u'MULTIEQUAL_-1205164579', u'STORE_-1205165113'), (u'PTRADD_-1205164377', u'MULTIEQUAL_-1205164562'), (u'PTRADD_-1205164262', u'MULTIEQUAL_-1205164562'), ('const-10', u'INT_RIGHT_-1205164884'), (u'CALL_-1205165179', u'INDIRECT_-1205164464'), ('const-1', u'PTRADD_-1205164377'), ('const-0', u'RETURN_-1205164952'), (u'INT_ADD_-1205165243', u'CAST_-1205164437'), (u'CALL_-1205165179', u'INT_AND_-1205164630'), (u'COPY_-1205164391', u'MULTIEQUAL_-1205164478'), (u'MULTIEQUAL_-1205164579', u'STORE_-1205164827'), (u'CALL_-1205164785', u'INDIRECT_-1205164303'), (u'CAST_-1205164437', u'LOAD_-1205165257'), ('tmp_573', u'CBRANCH_-1205164968'), (u'INT_ZEXT_-1205164513', u'STORE_-1205164827'), (u'PTRSUB_-1205164470', u'CALL_-1205164785'), (u'INT_NOTEQUAL_-1205165244', u'CBRANCH_-1205165241'), (u'MULTIEQUAL_-1205164485', u'INT_NOTEQUAL_-1205165218'), (u'SUBPIECE_-1205164556', u'INT_AND_-1205164900'), ('const-2', u'COPY_-1205164751'), ('const-433', u'LOAD_-1205165288'), (u'MULTIEQUAL_-1205164485', u'MULTIEQUAL_-1205164473'), ('const-0', u'SUBPIECE_-1205164556'), (u'INDIRECT_-1205164470', u'MULTIEQUAL_-1205164478'), ('tmp_2102', u'INT_ADD_-1205165243'), (u'MULTIEQUAL_-1205164556', u'RETURN_-1205164952'), ('tmp_209', u'CBRANCH_-1205165194'), (u'COPY_-1205164763', u'MULTIEQUAL_-1205164556'), ('tmp_173', u'CBRANCH_-1205165217'), ('tmp_2093', u'PTRSUB_-1205164470'), (u'MULTIEQUAL_-1205164478', u'STORE_-1205165018'), (u'INT_ADD_-1205164854', u'CAST_-1205164259'), ('const-433', u'STORE_-1205165113'), (u'INT_AND_-1205165231', u'INT_NOTEQUAL_-1205165244'), ('const-4', u'PTRADD_-1205164262'), (u'INT_NOTEQUAL_-1205165218', u'CBRANCH_-1205165217'), (u'MULTIEQUAL_-1205164479', u'COPY_-1205164485'), (u'INT_LESS_-1205165107', u'CBRANCH_-1205165115'), (u'COPY_-1205164500', u'MULTIEQUAL_-1205164491'), (u'CALL_-1205164785', u'INDIRECT_-1205164297'), (u'CALL_-1205165179', u'SUBPIECE_-1205164659'), ('tmp_2549', u'INT_EQUAL_-1205165196'), (u'INT_SUB_-1205164978', u'INT_EQUAL_-1205164972'), (u'LOAD_-1205165288', u'INT_LESS_-1205165140'), (u'MULTIEQUAL_-1205164579', u'MULTIEQUAL_-1205164512'), ('tmp_2097', u'MULTIEQUAL_-1205164579'), (u'MULTIEQUAL_-1205164579', u'PTRADD_-1205164262'), (u'SUBPIECE_-1205164659', u'STORE_-1205165113'), ('const-1023', u'INT_AND_-1205164900'), ('const-56320', u'INT_ADD_-1205164854'), (u'INT_ADD_-1205164841', u'CAST_-1205164254'), (u'COPY_-1205164649', u'MULTIEQUAL_-1205164556'), (u'CAST_-1205164329', u'INT_SUB_-1205164978'), ('tmp_797', u'BRANCH_-1205164742'), ('const-16', u'INT_ADD_-1205165272'), (u'MULTIEQUAL_-1205164491', u'MULTIEQUAL_-1205164509')] | null | null | 0035a2e0 | x64 | O2 | (translation_unit "undefined8\nFUN_0035a2e0(long param_1,undefined8 param_2,long param_3,long param_4,long *param_5,uint *param_6,\n uint *param_7,long *param_8)\n\n{\n ulong uVar1;\n long lVar2;\n uint uVar3;\n ulong uVar4;\n undefined8 uVar5;\n long local_48;\n long local_40;\n \n uVar1 = *(ulong *)(param_1 + 0x10);\n local_48 = param_3;\n local_40 = param_4;\n if ((*(byte *)(param_1 + 0x18) & 4) != 0) {\n FUN_0035a290(&local_48);\n }\n if (local_40 != local_48) {\n do {\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n } while (local_40 != local_48);\n }\n uVar5 = 0;\nLAB_0035a381:\n *param_5 = local_48;\n *param_8 = (long)param_6;\n return uVar5;\n}\n\n" (function_definition "undefined8\nFUN_0035a2e0(long param_1,undefined8 param_2,long param_3,long param_4,long *param_5,uint *param_6,\n uint *param_7,long *param_8)\n\n{\n ulong uVar1;\n long lVar2;\n uint uVar3;\n ulong uVar4;\n undefined8 uVar5;\n long local_48;\n long local_40;\n \n uVar1 = *(ulong *)(param_1 + 0x10);\n local_48 = param_3;\n local_40 = param_4;\n if ((*(byte *)(param_1 + 0x18) & 4) != 0) {\n FUN_0035a290(&local_48);\n }\n if (local_40 != local_48) {\n do {\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n } while (local_40 != local_48);\n }\n uVar5 = 0;\nLAB_0035a381:\n *param_5 = local_48;\n *param_8 = (long)param_6;\n return uVar5;\n}" type_identifier (function_declarator "FUN_0035a2e0(long param_1,undefined8 param_2,long param_3,long param_4,long *param_5,uint *param_6,\n uint *param_7,long *param_8)" identifier (parameter_list "(long param_1,undefined8 param_2,long param_3,long param_4,long *param_5,uint *param_6,\n uint *param_7,long *param_8)" ( (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 "long param_4" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long *param_5" (sized_type_specifier "long" long) (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "uint *param_6" type_identifier (pointer_declarator "*param_6" * identifier)) , (parameter_declaration "uint *param_7" type_identifier (pointer_declarator "*param_7" * identifier)) , (parameter_declaration "long *param_8" (sized_type_specifier "long" long) (pointer_declarator "*param_8" * identifier)) ))) (compound_statement "{\n ulong uVar1;\n long lVar2;\n uint uVar3;\n ulong uVar4;\n undefined8 uVar5;\n long local_48;\n long local_40;\n \n uVar1 = *(ulong *)(param_1 + 0x10);\n local_48 = param_3;\n local_40 = param_4;\n if ((*(byte *)(param_1 + 0x18) & 4) != 0) {\n FUN_0035a290(&local_48);\n }\n if (local_40 != local_48) {\n do {\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n } while (local_40 != local_48);\n }\n uVar5 = 0;\nLAB_0035a381:\n *param_5 = local_48;\n *param_8 = (long)param_6;\n return uVar5;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "long local_48;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (expression_statement "uVar1 = *(ulong *)(param_1 + 0x10);" (assignment_expression "uVar1 = *(ulong *)(param_1 + 0x10)" identifier = (pointer_expression "*(ulong *)(param_1 + 0x10)" * (cast_expression "(ulong *)(param_1 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "local_48 = param_3;" (assignment_expression "local_48 = param_3" identifier = identifier) ;) (expression_statement "local_40 = param_4;" (assignment_expression "local_40 = param_4" identifier = identifier) ;) (if_statement "if ((*(byte *)(param_1 + 0x18) & 4) != 0) {\n FUN_0035a290(&local_48);\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x18) & 4) != 0)" ( (binary_expression "(*(byte *)(param_1 + 0x18) & 4) != 0" (parenthesized_expression "(*(byte *)(param_1 + 0x18) & 4)" ( (binary_expression "*(byte *)(param_1 + 0x18) & 4" (pointer_expression "*(byte *)(param_1 + 0x18)" * (cast_expression "(byte *)(param_1 + 0x18)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n FUN_0035a290(&local_48);\n }" { (expression_statement "FUN_0035a290(&local_48);" (call_expression "FUN_0035a290(&local_48)" identifier (argument_list "(&local_48)" ( (pointer_expression "&local_48" & identifier) ))) ;) })) (if_statement "if (local_40 != local_48) {\n do {\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n } while (local_40 != local_48);\n }" if (parenthesized_expression "(local_40 != local_48)" ( (binary_expression "local_40 != local_48" identifier != identifier) )) (compound_statement "{\n do {\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n } while (local_40 != local_48);\n }" { (do_statement "do {\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n } while (local_40 != local_48);" do (compound_statement "{\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n }" { (expression_statement "lVar2 = local_48;" (assignment_expression "lVar2 = local_48" identifier = identifier) ;) (if_statement "if (param_7 == param_6) break;" if (parenthesized_expression "(param_7 == param_6)" ( (binary_expression "param_7 == param_6" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "uVar4 = FUN_00358ef0(&local_48,uVar1);" (assignment_expression "uVar4 = FUN_00358ef0(&local_48,uVar1)" identifier = (call_expression "FUN_00358ef0(&local_48,uVar1)" identifier (argument_list "(&local_48,uVar1)" ( (pointer_expression "&local_48" & identifier) , identifier )))) ;) (expression_statement "uVar3 = (uint)uVar4;" (assignment_expression "uVar3 = (uint)uVar4" identifier = (cast_expression "(uint)uVar4" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }" if (parenthesized_expression "(uVar3 == 0xfffffffe)" ( (binary_expression "uVar3 == 0xfffffffe" identifier == number_literal) )) (compound_statement "{\n uVar5 = 1;\n goto LAB_0035a381;\n }" { (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" identifier = number_literal) ;) (goto_statement "goto LAB_0035a381;" goto statement_identifier ;) })) (if_statement "if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }" if (parenthesized_expression "(uVar1 < (uVar4 & 0xffffffff))" ( (binary_expression "uVar1 < (uVar4 & 0xffffffff)" identifier < (parenthesized_expression "(uVar4 & 0xffffffff)" ( (binary_expression "uVar4 & 0xffffffff" identifier & number_literal) ))) )) (compound_statement "{\n uVar5 = 2;\n goto LAB_0035a381;\n }" { (expression_statement "uVar5 = 2;" (assignment_expression "uVar5 = 2" identifier = number_literal) ;) (goto_statement "goto LAB_0035a381;" goto statement_identifier ;) })) (if_statement "if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }" if (parenthesized_expression "(uVar3 < 0x10000)" ( (binary_expression "uVar3 < 0x10000" identifier < number_literal) )) (compound_statement "{\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }" { (expression_statement "*param_6 = uVar3;" (assignment_expression "*param_6 = uVar3" (pointer_expression "*param_6" * identifier) = identifier) ;) (expression_statement "param_6 = param_6 + 1;" (assignment_expression "param_6 = param_6 + 1" identifier = (binary_expression "param_6 + 1" identifier + number_literal)) ;) }) (else_clause "else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }" else (compound_statement "{\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }" { (if_statement "if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }" if (parenthesized_expression "((long)param_7 - (long)param_6 == 4)" ( (binary_expression "(long)param_7 - (long)param_6 == 4" (binary_expression "(long)param_7 - (long)param_6" (cast_expression "(long)param_7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) == number_literal) )) (compound_statement "{\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }" { (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" identifier = number_literal) ;) (expression_statement "local_48 = lVar2;" (assignment_expression "local_48 = lVar2" identifier = identifier) ;) (goto_statement "goto LAB_0035a381;" goto statement_identifier ;) })) (expression_statement "param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);" (assignment_expression "param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00)" (subscript_expression "param_6[1]" identifier [ number_literal ]) = (call_expression "(uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00)" (call_expression "(uint)(ushort)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(ushort)" ( identifier ))) (argument_list "(((ushort)uVar4 & 0x3ff) + 0xdc00)" ( (binary_expression "((ushort)uVar4 & 0x3ff) + 0xdc00" (parenthesized_expression "((ushort)uVar4 & 0x3ff)" ( (binary_expression "(ushort)uVar4 & 0x3ff" (cast_expression "(ushort)uVar4" ( (type_descriptor "ushort" type_identifier) ) identifier) & number_literal) )) + number_literal) )))) ;) (expression_statement "*param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);" (assignment_expression "*param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0)" (pointer_expression "*param_6" * identifier) = (call_expression "(uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0)" (call_expression "(uint)(ushort)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(ushort)" ( identifier ))) (argument_list "((short)(uVar4 >> 10) + 0xd7c0)" ( (binary_expression "(short)(uVar4 >> 10) + 0xd7c0" (cast_expression "(short)(uVar4 >> 10)" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) (parenthesized_expression "(uVar4 >> 10)" ( (binary_expression "uVar4 >> 10" identifier >> number_literal) ))) + number_literal) )))) ;) (expression_statement "param_6 = param_6 + 2;" (assignment_expression "param_6 = param_6 + 2" identifier = (binary_expression "param_6 + 2" identifier + number_literal)) ;) }))) }) while (parenthesized_expression "(local_40 != local_48)" ( (binary_expression "local_40 != local_48" identifier != identifier) )) ;) })) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (labeled_statement "LAB_0035a381:\n *param_5 = local_48;" statement_identifier : (expression_statement "*param_5 = local_48;" (assignment_expression "*param_5 = local_48" (pointer_expression "*param_5" * identifier) = identifier) ;)) (expression_statement "*param_8 = (long)param_6;" (assignment_expression "*param_8 = (long)param_6" (pointer_expression "*param_8" * identifier) = (cast_expression "(long)param_6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (return_statement "return uVar5;" return identifier ;) }))) | (translation_unit "/* std::__codecvt_utf8_utf16_base<char32_t>::do_in(__mbstate_t&, char const*, char const*, char\n const*&, char32_t*, char32_t*, char32_t*&) const */\n\nundefined8 __thiscall\nstd::__codecvt_utf8_utf16_base<char32_t>::do_in\n (__codecvt_utf8_utf16_base<char32_t> *this,__mbstate_t *param_1,char *param_2,\n char *param_3,char **param_4,wchar32 *param_5,wchar32 *param_6,wchar32 **param_7)\n\n{\n ulong uVar1;\n char *pcVar2;\n wchar32 wVar3;\n ulong uVar4;\n undefined8 uVar5;\n char *local_48;\n char *local_40;\n \n uVar1 = *(ulong *)(this + 0x10);\n local_48 = param_2;\n local_40 = param_3;\n if (((byte)this[0x18] & 4) != 0) {\n (anonymous_namespace)::read_bom<char_const,true,3ul>\n ((range *)&local_48,(unsigned_char *)param_1);\n }\n if (local_40 != local_48) {\n do {\n pcVar2 = local_48;\n if (param_6 == param_5) break;\n uVar4 = (anonymous_namespace)::read_utf8_code_point((range *)&local_48,uVar1);\n wVar3 = (wchar32)uVar4;\n if (wVar3 == L'\xfffffffe') {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if ((uint)wVar3 < 0x10000) {\n *param_5 = wVar3;\n param_5 = param_5 + 1;\n }\n else {\n if ((long)param_6 - (long)param_5 == 4) {\n uVar5 = 1;\n local_48 = pcVar2;\n goto LAB_0035a381;\n }\n param_5[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_5 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_5 = param_5 + 2;\n }\n } while (local_40 != local_48);\n }\n uVar5 = 0;\nLAB_0035a381:\n *param_4 = local_48;\n *param_7 = param_5;\n return uVar5;\n}\n\n" comment (function_definition "undefined8 __thiscall\nstd::__codecvt_utf8_utf16_base<char32_t>::do_in\n (__codecvt_utf8_utf16_base<char32_t> *this,__mbstate_t *param_1,char *param_2,\n char *param_3,char **param_4,wchar32 *param_5,wchar32 *param_6,wchar32 **param_7)\n\n{\n ulong uVar1;\n char *pcVar2;\n wchar32 wVar3;\n ulong uVar4;\n undefined8 uVar5;\n char *local_48;\n char *local_40;\n \n uVar1 = *(ulong *)(this + 0x10);\n local_48 = param_2;\n local_40 = param_3;\n if (((byte)this[0x18] & 4) != 0) {\n (anonymous_namespace)::read_bom<char_const,true,3ul>\n ((range *)&local_48,(unsigned_char *)param_1);\n }\n if (local_40 != local_48) {\n do {\n pcVar2 = local_48;\n if (param_6 == param_5) break;\n uVar4 = (anonymous_namespace)::read_utf8_code_point((range *)&local_48,uVar1);\n wVar3 = (wchar32)uVar4;\n if (wVar3 == L'\xfffffffe') {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if ((uint)wVar3 < 0x10000) {\n *param_5 = wVar3;\n param_5 = param_5 + 1;\n }\n else {\n if ((long)param_6 - (long)param_5 == 4) {\n uVar5 = 1;\n local_48 = pcVar2;\n goto LAB_0035a381;\n }\n param_5[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_5 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_5 = param_5 + 2;\n }\n } while (local_40 != local_48);\n }\n uVar5 = 0;\nLAB_0035a381:\n *param_4 = local_48;\n *param_7 = param_5;\n return uVar5;\n}" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::__codecvt_utf8_utf16_base<char32_t>::" identifier : : identifier < primitive_type > : :) (function_declarator "do_in\n (__codecvt_utf8_utf16_base<char32_t> *this,__mbstate_t *param_1,char *param_2,\n char *param_3,char **param_4,wchar32 *param_5,wchar32 *param_6,wchar32 **param_7)" identifier (parameter_list "(__codecvt_utf8_utf16_base<char32_t> *this,__mbstate_t *param_1,char *param_2,\n char *param_3,char **param_4,wchar32 *param_5,wchar32 *param_6,wchar32 **param_7)" ( (parameter_declaration "__codecvt_utf8_utf16_base<char32_t> *this" type_identifier (ERROR "<char32_t>" < primitive_type >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "__mbstate_t *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "char *param_3" primitive_type (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "char **param_4" primitive_type (pointer_declarator "**param_4" * (pointer_declarator "*param_4" * identifier))) , (parameter_declaration "wchar32 *param_5" type_identifier (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "wchar32 *param_6" type_identifier (pointer_declarator "*param_6" * identifier)) , (parameter_declaration "wchar32 **param_7" type_identifier (pointer_declarator "**param_7" * (pointer_declarator "*param_7" * identifier))) ))) (compound_statement "{\n ulong uVar1;\n char *pcVar2;\n wchar32 wVar3;\n ulong uVar4;\n undefined8 uVar5;\n char *local_48;\n char *local_40;\n \n uVar1 = *(ulong *)(this + 0x10);\n local_48 = param_2;\n local_40 = param_3;\n if (((byte)this[0x18] & 4) != 0) {\n (anonymous_namespace)::read_bom<char_const,true,3ul>\n ((range *)&local_48,(unsigned_char *)param_1);\n }\n if (local_40 != local_48) {\n do {\n pcVar2 = local_48;\n if (param_6 == param_5) break;\n uVar4 = (anonymous_namespace)::read_utf8_code_point((range *)&local_48,uVar1);\n wVar3 = (wchar32)uVar4;\n if (wVar3 == L'\xfffffffe') {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if ((uint)wVar3 < 0x10000) {\n *param_5 = wVar3;\n param_5 = param_5 + 1;\n }\n else {\n if ((long)param_6 - (long)param_5 == 4) {\n uVar5 = 1;\n local_48 = pcVar2;\n goto LAB_0035a381;\n }\n param_5[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_5 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_5 = param_5 + 2;\n }\n } while (local_40 != local_48);\n }\n uVar5 = 0;\nLAB_0035a381:\n *param_4 = local_48;\n *param_7 = param_5;\n return uVar5;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "wchar32 wVar3;" type_identifier identifier ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "char *local_48;" primitive_type (pointer_declarator "*local_48" * identifier) ;) (declaration "char *local_40;" primitive_type (pointer_declarator "*local_40" * identifier) ;) (expression_statement "uVar1 = *(ulong *)(this + 0x10);" (assignment_expression "uVar1 = *(ulong *)(this + 0x10)" identifier = (pointer_expression "*(ulong *)(this + 0x10)" * (cast_expression "(ulong *)(this + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) ))))) ;) (expression_statement "local_48 = param_2;" (assignment_expression "local_48 = param_2" identifier = identifier) ;) (expression_statement "local_40 = param_3;" (assignment_expression "local_40 = param_3" identifier = identifier) ;) (if_statement "if (((byte)this[0x18] & 4) != 0) {\n (anonymous_namespace)::read_bom<char_const,true,3ul>\n ((range *)&local_48,(unsigned_char *)param_1);\n }" if (parenthesized_expression "(((byte)this[0x18] & 4) != 0)" ( (binary_expression "((byte)this[0x18] & 4) != 0" (parenthesized_expression "((byte)this[0x18] & 4)" ( (binary_expression "(byte)this[0x18] & 4" (cast_expression "(byte)this[0x18]" ( (type_descriptor "byte" type_identifier) ) (subscript_expression "this[0x18]" identifier [ number_literal ])) & number_literal) )) != number_literal) )) (compound_statement "{\n (anonymous_namespace)::read_bom<char_const,true,3ul>\n ((range *)&local_48,(unsigned_char *)param_1);\n }" { (expression_statement "(anonymous_namespace)::read_bom<char_const,true,3ul>\n ((range *)&local_48,(unsigned_char *)param_1);" (comma_expression "(anonymous_namespace)::read_bom<char_const,true,3ul>\n ((range *)&local_48,(unsigned_char *)param_1)" (binary_expression "(anonymous_namespace)::read_bom<char_const" (parenthesized_expression "(anonymous_namespace)" ( identifier )) (ERROR "::read_bom" : : identifier) < identifier) , (comma_expression "true,3ul>\n ((range *)&local_48,(unsigned_char *)param_1)" true , (binary_expression "3ul>\n ((range *)&local_48,(unsigned_char *)param_1)" number_literal > (parenthesized_expression "((range *)&local_48,(unsigned_char *)param_1)" ( (comma_expression "(range *)&local_48,(unsigned_char *)param_1" (cast_expression "(range *)&local_48" ( (type_descriptor "range *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_48" & identifier)) , (cast_expression "(unsigned_char *)param_1" ( (type_descriptor "unsigned_char *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ))))) ;) })) (if_statement "if (local_40 != local_48) {\n do {\n pcVar2 = local_48;\n if (param_6 == param_5) break;\n uVar4 = (anonymous_namespace)::read_utf8_code_point((range *)&local_48,uVar1);\n wVar3 = (wchar32)uVar4;\n if (wVar3 == L'\xfffffffe') {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if ((uint)wVar3 < 0x10000) {\n *param_5 = wVar3;\n param_5 = param_5 + 1;\n }\n else {\n if ((long)param_6 - (long)param_5 == 4) {\n uVar5 = 1;\n local_48 = pcVar2;\n goto LAB_0035a381;\n }\n param_5[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_5 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_5 = param_5 + 2;\n }\n } while (local_40 != local_48);\n }" if (parenthesized_expression "(local_40 != local_48)" ( (binary_expression "local_40 != local_48" identifier != identifier) )) (compound_statement "{\n do {\n pcVar2 = local_48;\n if (param_6 == param_5) break;\n uVar4 = (anonymous_namespace)::read_utf8_code_point((range *)&local_48,uVar1);\n wVar3 = (wchar32)uVar4;\n if (wVar3 == L'\xfffffffe') {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if ((uint)wVar3 < 0x10000) {\n *param_5 = wVar3;\n param_5 = param_5 + 1;\n }\n else {\n if ((long)param_6 - (long)param_5 == 4) {\n uVar5 = 1;\n local_48 = pcVar2;\n goto LAB_0035a381;\n }\n param_5[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_5 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_5 = param_5 + 2;\n }\n } while (local_40 != local_48);\n }" { (do_statement "do {\n pcVar2 = local_48;\n if (param_6 == param_5) break;\n uVar4 = (anonymous_namespace)::read_utf8_code_point((range *)&local_48,uVar1);\n wVar3 = (wchar32)uVar4;\n if (wVar3 == L'\xfffffffe') {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if ((uint)wVar3 < 0x10000) {\n *param_5 = wVar3;\n param_5 = param_5 + 1;\n }\n else {\n if ((long)param_6 - (long)param_5 == 4) {\n uVar5 = 1;\n local_48 = pcVar2;\n goto LAB_0035a381;\n }\n param_5[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_5 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_5 = param_5 + 2;\n }\n } while (local_40 != local_48);" do (compound_statement "{\n pcVar2 = local_48;\n if (param_6 == param_5) break;\n uVar4 = (anonymous_namespace)::read_utf8_code_point((range *)&local_48,uVar1);\n wVar3 = (wchar32)uVar4;\n if (wVar3 == L'\xfffffffe') {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if ((uint)wVar3 < 0x10000) {\n *param_5 = wVar3;\n param_5 = param_5 + 1;\n }\n else {\n if ((long)param_6 - (long)param_5 == 4) {\n uVar5 = 1;\n local_48 = pcVar2;\n goto LAB_0035a381;\n }\n param_5[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_5 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_5 = param_5 + 2;\n }\n }" { (expression_statement "pcVar2 = local_48;" (assignment_expression "pcVar2 = local_48" identifier = identifier) ;) (if_statement "if (param_6 == param_5) break;" if (parenthesized_expression "(param_6 == param_5)" ( (binary_expression "param_6 == param_5" identifier == identifier) )) (break_statement "break;" break ;)) (ERROR "uVar4 = (anonymous_namespace)::" (assignment_expression "uVar4 = (anonymous_namespace)" identifier = (parenthesized_expression "(anonymous_namespace)" ( identifier ))) : :) (expression_statement "read_utf8_code_point((range *)&local_48,uVar1);" (call_expression "read_utf8_code_point((range *)&local_48,uVar1)" identifier (argument_list "((range *)&local_48,uVar1)" ( (cast_expression "(range *)&local_48" ( (type_descriptor "range *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&local_48" & identifier)) , identifier ))) ;) (expression_statement "wVar3 = (wchar32)uVar4;" (assignment_expression "wVar3 = (wchar32)uVar4" identifier = (cast_expression "(wchar32)uVar4" ( (type_descriptor "wchar32" type_identifier) ) identifier)) ;) (if_statement "if (wVar3 == L'\xfffffffe') {\n uVar5 = 1;\n goto LAB_0035a381;\n }" if (parenthesized_expression "(wVar3 == L'\xfffffffe')" ( (binary_expression "wVar3 == L'\xfffffffe'" identifier == (char_literal "L'\xfffffffe'" L' escape_sequence character character character character ')) )) (compound_statement "{\n uVar5 = 1;\n goto LAB_0035a381;\n }" { (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" identifier = number_literal) ;) (goto_statement "goto LAB_0035a381;" goto statement_identifier ;) })) (if_statement "if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }" if (parenthesized_expression "(uVar1 < (uVar4 & 0xffffffff))" ( (binary_expression "uVar1 < (uVar4 & 0xffffffff)" identifier < (parenthesized_expression "(uVar4 & 0xffffffff)" ( (binary_expression "uVar4 & 0xffffffff" identifier & number_literal) ))) )) (compound_statement "{\n uVar5 = 2;\n goto LAB_0035a381;\n }" { (expression_statement "uVar5 = 2;" (assignment_expression "uVar5 = 2" identifier = number_literal) ;) (goto_statement "goto LAB_0035a381;" goto statement_identifier ;) })) (if_statement "if ((uint)wVar3 < 0x10000) {\n *param_5 = wVar3;\n param_5 = param_5 + 1;\n }\n else {\n if ((long)param_6 - (long)param_5 == 4) {\n uVar5 = 1;\n local_48 = pcVar2;\n goto LAB_0035a381;\n }\n param_5[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_5 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_5 = param_5 + 2;\n }" if (parenthesized_expression "((uint)wVar3 < 0x10000)" ( (binary_expression "(uint)wVar3 < 0x10000" (cast_expression "(uint)wVar3" ( (type_descriptor "uint" type_identifier) ) identifier) < number_literal) )) (compound_statement "{\n *param_5 = wVar3;\n param_5 = param_5 + 1;\n }" { (expression_statement "*param_5 = wVar3;" (assignment_expression "*param_5 = wVar3" (pointer_expression "*param_5" * identifier) = identifier) ;) (expression_statement "param_5 = param_5 + 1;" (assignment_expression "param_5 = param_5 + 1" identifier = (binary_expression "param_5 + 1" identifier + number_literal)) ;) }) (else_clause "else {\n if ((long)param_6 - (long)param_5 == 4) {\n uVar5 = 1;\n local_48 = pcVar2;\n goto LAB_0035a381;\n }\n param_5[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_5 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_5 = param_5 + 2;\n }" else (compound_statement "{\n if ((long)param_6 - (long)param_5 == 4) {\n uVar5 = 1;\n local_48 = pcVar2;\n goto LAB_0035a381;\n }\n param_5[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_5 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_5 = param_5 + 2;\n }" { (if_statement "if ((long)param_6 - (long)param_5 == 4) {\n uVar5 = 1;\n local_48 = pcVar2;\n goto LAB_0035a381;\n }" if (parenthesized_expression "((long)param_6 - (long)param_5 == 4)" ( (binary_expression "(long)param_6 - (long)param_5 == 4" (binary_expression "(long)param_6 - (long)param_5" (cast_expression "(long)param_6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_5" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) == number_literal) )) (compound_statement "{\n uVar5 = 1;\n local_48 = pcVar2;\n goto LAB_0035a381;\n }" { (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" identifier = number_literal) ;) (expression_statement "local_48 = pcVar2;" (assignment_expression "local_48 = pcVar2" identifier = identifier) ;) (goto_statement "goto LAB_0035a381;" goto statement_identifier ;) })) (expression_statement "param_5[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);" (assignment_expression "param_5[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00)" (subscript_expression "param_5[1]" identifier [ number_literal ]) = (call_expression "(uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00)" (call_expression "(uint)(ushort)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(ushort)" ( identifier ))) (argument_list "(((ushort)uVar4 & 0x3ff) + 0xdc00)" ( (binary_expression "((ushort)uVar4 & 0x3ff) + 0xdc00" (parenthesized_expression "((ushort)uVar4 & 0x3ff)" ( (binary_expression "(ushort)uVar4 & 0x3ff" (cast_expression "(ushort)uVar4" ( (type_descriptor "ushort" type_identifier) ) identifier) & number_literal) )) + number_literal) )))) ;) (expression_statement "*param_5 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);" (assignment_expression "*param_5 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0)" (pointer_expression "*param_5" * identifier) = (call_expression "(uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0)" (call_expression "(uint)(ushort)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(ushort)" ( identifier ))) (argument_list "((short)(uVar4 >> 10) + 0xd7c0)" ( (binary_expression "(short)(uVar4 >> 10) + 0xd7c0" (cast_expression "(short)(uVar4 >> 10)" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) (parenthesized_expression "(uVar4 >> 10)" ( (binary_expression "uVar4 >> 10" identifier >> number_literal) ))) + number_literal) )))) ;) (expression_statement "param_5 = param_5 + 2;" (assignment_expression "param_5 = param_5 + 2" identifier = (binary_expression "param_5 + 2" identifier + number_literal)) ;) }))) }) while (parenthesized_expression "(local_40 != local_48)" ( (binary_expression "local_40 != local_48" identifier != identifier) )) ;) })) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (labeled_statement "LAB_0035a381:\n *param_4 = local_48;" statement_identifier : (expression_statement "*param_4 = local_48;" (assignment_expression "*param_4 = local_48" (pointer_expression "*param_4" * identifier) = identifier) ;)) (expression_statement "*param_7 = param_5;" (assignment_expression "*param_7 = param_5" (pointer_expression "*param_7" * identifier) = identifier) ;) (return_statement "return uVar5;" return identifier ;) }))) | (translation_unit "undefined8\nFUN_0035a2e0(long param_1,undefined8 param_2,long param_3,long param_4,long *param_5,uint *param_6,\n uint *param_7,long *param_8)\n\n{\n ulong uVar1;\n long lVar2;\n uint uVar3;\n ulong uVar4;\n undefined8 uVar5;\n long local_48;\n long local_40;\n \n uVar1 = *(ulong *)(param_1 + 0x10);\n local_48 = param_3;\n local_40 = param_4;\n if ((*(byte *)(param_1 + 0x18) & 4) != 0) {\n FUN_0035a290(&local_48);\n }\n if (local_40 != local_48) {\n do {\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n } while (local_40 != local_48);\n }\n uVar5 = 0;\nLAB_0035a381:\n *param_5 = local_48;\n *param_8 = (long)param_6;\n return uVar5;\n}\n\n" (function_definition "undefined8\nFUN_0035a2e0(long param_1,undefined8 param_2,long param_3,long param_4,long *param_5,uint *param_6,\n uint *param_7,long *param_8)\n\n{\n ulong uVar1;\n long lVar2;\n uint uVar3;\n ulong uVar4;\n undefined8 uVar5;\n long local_48;\n long local_40;\n \n uVar1 = *(ulong *)(param_1 + 0x10);\n local_48 = param_3;\n local_40 = param_4;\n if ((*(byte *)(param_1 + 0x18) & 4) != 0) {\n FUN_0035a290(&local_48);\n }\n if (local_40 != local_48) {\n do {\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n } while (local_40 != local_48);\n }\n uVar5 = 0;\nLAB_0035a381:\n *param_5 = local_48;\n *param_8 = (long)param_6;\n return uVar5;\n}" type_identifier (function_declarator "FUN_0035a2e0(long param_1,undefined8 param_2,long param_3,long param_4,long *param_5,uint *param_6,\n uint *param_7,long *param_8)" identifier (parameter_list "(long param_1,undefined8 param_2,long param_3,long param_4,long *param_5,uint *param_6,\n uint *param_7,long *param_8)" ( (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 "long param_4" (sized_type_specifier "long" long) identifier) , (parameter_declaration "long *param_5" (sized_type_specifier "long" long) (pointer_declarator "*param_5" * identifier)) , (parameter_declaration "uint *param_6" type_identifier (pointer_declarator "*param_6" * identifier)) , (parameter_declaration "uint *param_7" type_identifier (pointer_declarator "*param_7" * identifier)) , (parameter_declaration "long *param_8" (sized_type_specifier "long" long) (pointer_declarator "*param_8" * identifier)) ))) (compound_statement "{\n ulong uVar1;\n long lVar2;\n uint uVar3;\n ulong uVar4;\n undefined8 uVar5;\n long local_48;\n long local_40;\n \n uVar1 = *(ulong *)(param_1 + 0x10);\n local_48 = param_3;\n local_40 = param_4;\n if ((*(byte *)(param_1 + 0x18) & 4) != 0) {\n FUN_0035a290(&local_48);\n }\n if (local_40 != local_48) {\n do {\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n } while (local_40 != local_48);\n }\n uVar5 = 0;\nLAB_0035a381:\n *param_5 = local_48;\n *param_8 = (long)param_6;\n return uVar5;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "uint uVar3;" type_identifier identifier ;) (declaration "ulong uVar4;" type_identifier identifier ;) (declaration "undefined8 uVar5;" type_identifier identifier ;) (declaration "long local_48;" (sized_type_specifier "long" long) identifier ;) (declaration "long local_40;" (sized_type_specifier "long" long) identifier ;) (expression_statement "uVar1 = *(ulong *)(param_1 + 0x10);" (assignment_expression "uVar1 = *(ulong *)(param_1 + 0x10)" identifier = (pointer_expression "*(ulong *)(param_1 + 0x10)" * (cast_expression "(ulong *)(param_1 + 0x10)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "local_48 = param_3;" (assignment_expression "local_48 = param_3" identifier = identifier) ;) (expression_statement "local_40 = param_4;" (assignment_expression "local_40 = param_4" identifier = identifier) ;) (if_statement "if ((*(byte *)(param_1 + 0x18) & 4) != 0) {\n FUN_0035a290(&local_48);\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x18) & 4) != 0)" ( (binary_expression "(*(byte *)(param_1 + 0x18) & 4) != 0" (parenthesized_expression "(*(byte *)(param_1 + 0x18) & 4)" ( (binary_expression "*(byte *)(param_1 + 0x18) & 4" (pointer_expression "*(byte *)(param_1 + 0x18)" * (cast_expression "(byte *)(param_1 + 0x18)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) & number_literal) )) != number_literal) )) (compound_statement "{\n FUN_0035a290(&local_48);\n }" { (expression_statement "FUN_0035a290(&local_48);" (call_expression "FUN_0035a290(&local_48)" identifier (argument_list "(&local_48)" ( (pointer_expression "&local_48" & identifier) ))) ;) })) (if_statement "if (local_40 != local_48) {\n do {\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n } while (local_40 != local_48);\n }" if (parenthesized_expression "(local_40 != local_48)" ( (binary_expression "local_40 != local_48" identifier != identifier) )) (compound_statement "{\n do {\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n } while (local_40 != local_48);\n }" { (do_statement "do {\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n } while (local_40 != local_48);" do (compound_statement "{\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n }" { (expression_statement "lVar2 = local_48;" (assignment_expression "lVar2 = local_48" identifier = identifier) ;) (if_statement "if (param_7 == param_6) break;" if (parenthesized_expression "(param_7 == param_6)" ( (binary_expression "param_7 == param_6" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "uVar4 = FUN_00358ef0(&local_48,uVar1);" (assignment_expression "uVar4 = FUN_00358ef0(&local_48,uVar1)" identifier = (call_expression "FUN_00358ef0(&local_48,uVar1)" identifier (argument_list "(&local_48,uVar1)" ( (pointer_expression "&local_48" & identifier) , identifier )))) ;) (expression_statement "uVar3 = (uint)uVar4;" (assignment_expression "uVar3 = (uint)uVar4" identifier = (cast_expression "(uint)uVar4" ( (type_descriptor "uint" type_identifier) ) identifier)) ;) (if_statement "if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }" if (parenthesized_expression "(uVar3 == 0xfffffffe)" ( (binary_expression "uVar3 == 0xfffffffe" identifier == number_literal) )) (compound_statement "{\n uVar5 = 1;\n goto LAB_0035a381;\n }" { (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" identifier = number_literal) ;) (goto_statement "goto LAB_0035a381;" goto statement_identifier ;) })) (if_statement "if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }" if (parenthesized_expression "(uVar1 < (uVar4 & 0xffffffff))" ( (binary_expression "uVar1 < (uVar4 & 0xffffffff)" identifier < (parenthesized_expression "(uVar4 & 0xffffffff)" ( (binary_expression "uVar4 & 0xffffffff" identifier & number_literal) ))) )) (compound_statement "{\n uVar5 = 2;\n goto LAB_0035a381;\n }" { (expression_statement "uVar5 = 2;" (assignment_expression "uVar5 = 2" identifier = number_literal) ;) (goto_statement "goto LAB_0035a381;" goto statement_identifier ;) })) (if_statement "if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }" if (parenthesized_expression "(uVar3 < 0x10000)" ( (binary_expression "uVar3 < 0x10000" identifier < number_literal) )) (compound_statement "{\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }" { (expression_statement "*param_6 = uVar3;" (assignment_expression "*param_6 = uVar3" (pointer_expression "*param_6" * identifier) = identifier) ;) (expression_statement "param_6 = param_6 + 1;" (assignment_expression "param_6 = param_6 + 1" identifier = (binary_expression "param_6 + 1" identifier + number_literal)) ;) }) (else_clause "else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }" else (compound_statement "{\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }" { (if_statement "if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }" if (parenthesized_expression "((long)param_7 - (long)param_6 == 4)" ( (binary_expression "(long)param_7 - (long)param_6 == 4" (binary_expression "(long)param_7 - (long)param_6" (cast_expression "(long)param_7" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)param_6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) == number_literal) )) (compound_statement "{\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }" { (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" identifier = number_literal) ;) (expression_statement "local_48 = lVar2;" (assignment_expression "local_48 = lVar2" identifier = identifier) ;) (goto_statement "goto LAB_0035a381;" goto statement_identifier ;) })) (expression_statement "param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);" (assignment_expression "param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00)" (subscript_expression "param_6[1]" identifier [ number_literal ]) = (call_expression "(uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00)" (call_expression "(uint)(ushort)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(ushort)" ( identifier ))) (argument_list "(((ushort)uVar4 & 0x3ff) + 0xdc00)" ( (binary_expression "((ushort)uVar4 & 0x3ff) + 0xdc00" (parenthesized_expression "((ushort)uVar4 & 0x3ff)" ( (binary_expression "(ushort)uVar4 & 0x3ff" (cast_expression "(ushort)uVar4" ( (type_descriptor "ushort" type_identifier) ) identifier) & number_literal) )) + number_literal) )))) ;) (expression_statement "*param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);" (assignment_expression "*param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0)" (pointer_expression "*param_6" * identifier) = (call_expression "(uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0)" (call_expression "(uint)(ushort)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(ushort)" ( identifier ))) (argument_list "((short)(uVar4 >> 10) + 0xd7c0)" ( (binary_expression "(short)(uVar4 >> 10) + 0xd7c0" (cast_expression "(short)(uVar4 >> 10)" ( (type_descriptor "short" (sized_type_specifier "short" short)) ) (parenthesized_expression "(uVar4 >> 10)" ( (binary_expression "uVar4 >> 10" identifier >> number_literal) ))) + number_literal) )))) ;) (expression_statement "param_6 = param_6 + 2;" (assignment_expression "param_6 = param_6 + 2" identifier = (binary_expression "param_6 + 2" identifier + number_literal)) ;) }))) }) while (parenthesized_expression "(local_40 != local_48)" ( (binary_expression "local_40 != local_48" identifier != identifier) )) ;) })) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" identifier = number_literal) ;) (labeled_statement "LAB_0035a381:\n *param_5 = local_48;" statement_identifier : (expression_statement "*param_5 = local_48;" (assignment_expression "*param_5 = local_48" (pointer_expression "*param_5" * identifier) = identifier) ;)) (expression_statement "*param_8 = (long)param_6;" (assignment_expression "*param_8 = (long)param_6" (pointer_expression "*param_8" * identifier) = (cast_expression "(long)param_6" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (return_statement "return uVar5;" return identifier ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) , (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 ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (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 ( (pointer_expression & IDENT) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != IDENT) )) (compound_statement { (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , 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 IDENT = LIT) ;) (goto_statement goto statement_identifier ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT < (parenthesized_expression ( (binary_expression IDENT & LIT) ))) )) (compound_statement { (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 (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (goto_statement goto statement_identifier ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) & LIT) )) + LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (call_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( IDENT ))) (argument_list ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier short)) ) (parenthesized_expression ( (binary_expression IDENT >> LIT) ))) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }))) }) while (parenthesized_expression ( (binary_expression IDENT != IDENT) )) ;) })) (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;)) (expression_statement (assignment_expression (pointer_expression * IDENT) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (return_statement return IDENT ;) }))) | (function_definition "undefined8\nFUN_0035a2e0(long param_1,undefined8 param_2,long param_3,long param_4,long *param_5,uint *param_6,\n uint *param_7,long *param_8)\n\n{\n ulong uVar1;\n long lVar2;\n uint uVar3;\n ulong uVar4;\n undefined8 uVar5;\n long local_48;\n long local_40;\n \n uVar1 = *(ulong *)(param_1 + 0x10);\n local_48 = param_3;\n local_40 = param_4;\n if ((*(byte *)(param_1 + 0x18) & 4) != 0) {\n FUN_0035a290(&local_48);\n }\n if (local_40 != local_48) {\n do {\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n } while (local_40 != local_48);\n }\n uVar5 = 0;\nLAB_0035a381:\n *param_5 = local_48;\n *param_8 = (long)param_6;\n return uVar5;\n}" (type_identifier "undefined8") (function_declarator "FUN_0035a2e0(long param_1,undefined8 param_2,long param_3,long param_4,long *param_5,uint *param_6,\n uint *param_7,long *param_8)" (identifier "FUN_0035a2e0") (parameter_list "(long param_1,undefined8 param_2,long param_3,long param_4,long *param_5,uint *param_6,\n uint *param_7,long *param_8)" (( "(") (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 "long param_4" (sized_type_specifier "long" (long "long")) (identifier "param_4")) (, ",") (parameter_declaration "long *param_5" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_5" (* "*") (identifier "param_5"))) (, ",") (parameter_declaration "uint *param_6" (type_identifier "uint") (pointer_declarator "*param_6" (* "*") (identifier "param_6"))) (, ",") (parameter_declaration "uint *param_7" (type_identifier "uint") (pointer_declarator "*param_7" (* "*") (identifier "param_7"))) (, ",") (parameter_declaration "long *param_8" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_8" (* "*") (identifier "param_8"))) () ")"))) (compound_statement "{\n ulong uVar1;\n long lVar2;\n uint uVar3;\n ulong uVar4;\n undefined8 uVar5;\n long local_48;\n long local_40;\n \n uVar1 = *(ulong *)(param_1 + 0x10);\n local_48 = param_3;\n local_40 = param_4;\n if ((*(byte *)(param_1 + 0x18) & 4) != 0) {\n FUN_0035a290(&local_48);\n }\n if (local_40 != local_48) {\n do {\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n } while (local_40 != local_48);\n }\n uVar5 = 0;\nLAB_0035a381:\n *param_5 = local_48;\n *param_8 = (long)param_6;\n return uVar5;\n}" ({ "{") (declaration "ulong uVar1;" (type_identifier "ulong") (identifier "uVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (declaration "uint uVar3;" (type_identifier "uint") (identifier "uVar3") (; ";")) (declaration "ulong uVar4;" (type_identifier "ulong") (identifier "uVar4") (; ";")) (declaration "undefined8 uVar5;" (type_identifier "undefined8") (identifier "uVar5") (; ";")) (declaration "long local_48;" (sized_type_specifier "long" (long "long")) (identifier "local_48") (; ";")) (declaration "long local_40;" (sized_type_specifier "long" (long "long")) (identifier "local_40") (; ";")) (expression_statement "uVar1 = *(ulong *)(param_1 + 0x10);" (assignment_expression "uVar1 = *(ulong *)(param_1 + 0x10)" (identifier "uVar1") (= "=") (pointer_expression "*(ulong *)(param_1 + 0x10)" (* "*") (cast_expression "(ulong *)(param_1 + 0x10)" (( "(") (type_descriptor "ulong *" (type_identifier "ulong") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "local_48 = param_3;" (assignment_expression "local_48 = param_3" (identifier "local_48") (= "=") (identifier "param_3")) (; ";")) (expression_statement "local_40 = param_4;" (assignment_expression "local_40 = param_4" (identifier "local_40") (= "=") (identifier "param_4")) (; ";")) (if_statement "if ((*(byte *)(param_1 + 0x18) & 4) != 0) {\n FUN_0035a290(&local_48);\n }" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 0x18) & 4) != 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 0x18) & 4) != 0" (parenthesized_expression "(*(byte *)(param_1 + 0x18) & 4)" (( "(") (binary_expression "*(byte *)(param_1 + 0x18) & 4" (pointer_expression "*(byte *)(param_1 + 0x18)" (* "*") (cast_expression "(byte *)(param_1 + 0x18)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (& "&") (number_literal "4")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n FUN_0035a290(&local_48);\n }" ({ "{") (expression_statement "FUN_0035a290(&local_48);" (call_expression "FUN_0035a290(&local_48)" (identifier "FUN_0035a290") (argument_list "(&local_48)" (( "(") (pointer_expression "&local_48" (& "&") (identifier "local_48")) () ")"))) (; ";")) (} "}"))) (if_statement "if (local_40 != local_48) {\n do {\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n } while (local_40 != local_48);\n }" (if "if") (parenthesized_expression "(local_40 != local_48)" (( "(") (binary_expression "local_40 != local_48" (identifier "local_40") (!= "!=") (identifier "local_48")) () ")")) (compound_statement "{\n do {\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n } while (local_40 != local_48);\n }" ({ "{") (do_statement "do {\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n } while (local_40 != local_48);" (do "do") (compound_statement "{\n lVar2 = local_48;\n if (param_7 == param_6) break;\n uVar4 = FUN_00358ef0(&local_48,uVar1);\n uVar3 = (uint)uVar4;\n if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }\n if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }\n if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }\n }" ({ "{") (expression_statement "lVar2 = local_48;" (assignment_expression "lVar2 = local_48" (identifier "lVar2") (= "=") (identifier "local_48")) (; ";")) (if_statement "if (param_7 == param_6) break;" (if "if") (parenthesized_expression "(param_7 == param_6)" (( "(") (binary_expression "param_7 == param_6" (identifier "param_7") (== "==") (identifier "param_6")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "uVar4 = FUN_00358ef0(&local_48,uVar1);" (assignment_expression "uVar4 = FUN_00358ef0(&local_48,uVar1)" (identifier "uVar4") (= "=") (call_expression "FUN_00358ef0(&local_48,uVar1)" (identifier "FUN_00358ef0") (argument_list "(&local_48,uVar1)" (( "(") (pointer_expression "&local_48" (& "&") (identifier "local_48")) (, ",") (identifier "uVar1") () ")")))) (; ";")) (expression_statement "uVar3 = (uint)uVar4;" (assignment_expression "uVar3 = (uint)uVar4" (identifier "uVar3") (= "=") (cast_expression "(uint)uVar4" (( "(") (type_descriptor "uint" (type_identifier "uint")) () ")") (identifier "uVar4"))) (; ";")) (if_statement "if (uVar3 == 0xfffffffe) {\n uVar5 = 1;\n goto LAB_0035a381;\n }" (if "if") (parenthesized_expression "(uVar3 == 0xfffffffe)" (( "(") (binary_expression "uVar3 == 0xfffffffe" (identifier "uVar3") (== "==") (number_literal "0xfffffffe")) () ")")) (compound_statement "{\n uVar5 = 1;\n goto LAB_0035a381;\n }" ({ "{") (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" (identifier "uVar5") (= "=") (number_literal "1")) (; ";")) (goto_statement "goto LAB_0035a381;" (goto "goto") (statement_identifier "LAB_0035a381") (; ";")) (} "}"))) (if_statement "if (uVar1 < (uVar4 & 0xffffffff)) {\n uVar5 = 2;\n goto LAB_0035a381;\n }" (if "if") (parenthesized_expression "(uVar1 < (uVar4 & 0xffffffff))" (( "(") (binary_expression "uVar1 < (uVar4 & 0xffffffff)" (identifier "uVar1") (< "<") (parenthesized_expression "(uVar4 & 0xffffffff)" (( "(") (binary_expression "uVar4 & 0xffffffff" (identifier "uVar4") (& "&") (number_literal "0xffffffff")) () ")"))) () ")")) (compound_statement "{\n uVar5 = 2;\n goto LAB_0035a381;\n }" ({ "{") (expression_statement "uVar5 = 2;" (assignment_expression "uVar5 = 2" (identifier "uVar5") (= "=") (number_literal "2")) (; ";")) (goto_statement "goto LAB_0035a381;" (goto "goto") (statement_identifier "LAB_0035a381") (; ";")) (} "}"))) (if_statement "if (uVar3 < 0x10000) {\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }\n else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }" (if "if") (parenthesized_expression "(uVar3 < 0x10000)" (( "(") (binary_expression "uVar3 < 0x10000" (identifier "uVar3") (< "<") (number_literal "0x10000")) () ")")) (compound_statement "{\n *param_6 = uVar3;\n param_6 = param_6 + 1;\n }" ({ "{") (expression_statement "*param_6 = uVar3;" (assignment_expression "*param_6 = uVar3" (pointer_expression "*param_6" (* "*") (identifier "param_6")) (= "=") (identifier "uVar3")) (; ";")) (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"))) (; ";")) (} "}")) (else_clause "else {\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }" (else "else") (compound_statement "{\n if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }\n param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);\n *param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);\n param_6 = param_6 + 2;\n }" ({ "{") (if_statement "if ((long)param_7 - (long)param_6 == 4) {\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }" (if "if") (parenthesized_expression "((long)param_7 - (long)param_6 == 4)" (( "(") (binary_expression "(long)param_7 - (long)param_6 == 4" (binary_expression "(long)param_7 - (long)param_6" (cast_expression "(long)param_7" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_7")) (- "-") (cast_expression "(long)param_6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_6"))) (== "==") (number_literal "4")) () ")")) (compound_statement "{\n uVar5 = 1;\n local_48 = lVar2;\n goto LAB_0035a381;\n }" ({ "{") (expression_statement "uVar5 = 1;" (assignment_expression "uVar5 = 1" (identifier "uVar5") (= "=") (number_literal "1")) (; ";")) (expression_statement "local_48 = lVar2;" (assignment_expression "local_48 = lVar2" (identifier "local_48") (= "=") (identifier "lVar2")) (; ";")) (goto_statement "goto LAB_0035a381;" (goto "goto") (statement_identifier "LAB_0035a381") (; ";")) (} "}"))) (expression_statement "param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);" (assignment_expression "param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00)" (subscript_expression "param_6[1]" (identifier "param_6") ([ "[") (number_literal "1") (] "]")) (= "=") (call_expression "(uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00)" (call_expression "(uint)(ushort)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(ushort)" (( "(") (identifier "ushort") () ")"))) (argument_list "(((ushort)uVar4 & 0x3ff) + 0xdc00)" (( "(") (binary_expression "((ushort)uVar4 & 0x3ff) + 0xdc00" (parenthesized_expression "((ushort)uVar4 & 0x3ff)" (( "(") (binary_expression "(ushort)uVar4 & 0x3ff" (cast_expression "(ushort)uVar4" (( "(") (type_descriptor "ushort" (type_identifier "ushort")) () ")") (identifier "uVar4")) (& "&") (number_literal "0x3ff")) () ")")) (+ "+") (number_literal "0xdc00")) () ")")))) (; ";")) (expression_statement "*param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);" (assignment_expression "*param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0)" (pointer_expression "*param_6" (* "*") (identifier "param_6")) (= "=") (call_expression "(uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0)" (call_expression "(uint)(ushort)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(ushort)" (( "(") (identifier "ushort") () ")"))) (argument_list "((short)(uVar4 >> 10) + 0xd7c0)" (( "(") (binary_expression "(short)(uVar4 >> 10) + 0xd7c0" (cast_expression "(short)(uVar4 >> 10)" (( "(") (type_descriptor "short" (sized_type_specifier "short" (short "short"))) () ")") (parenthesized_expression "(uVar4 >> 10)" (( "(") (binary_expression "uVar4 >> 10" (identifier "uVar4") (>> ">>") (number_literal "10")) () ")"))) (+ "+") (number_literal "0xd7c0")) () ")")))) (; ";")) (expression_statement "param_6 = param_6 + 2;" (assignment_expression "param_6 = param_6 + 2" (identifier "param_6") (= "=") (binary_expression "param_6 + 2" (identifier "param_6") (+ "+") (number_literal "2"))) (; ";")) (} "}")))) (} "}")) (while "while") (parenthesized_expression "(local_40 != local_48)" (( "(") (binary_expression "local_40 != local_48" (identifier "local_40") (!= "!=") (identifier "local_48")) () ")")) (; ";")) (} "}"))) (expression_statement "uVar5 = 0;" (assignment_expression "uVar5 = 0" (identifier "uVar5") (= "=") (number_literal "0")) (; ";")) (labeled_statement "LAB_0035a381:\n *param_5 = local_48;" (statement_identifier "LAB_0035a381") (: ":") (expression_statement "*param_5 = local_48;" (assignment_expression "*param_5 = local_48" (pointer_expression "*param_5" (* "*") (identifier "param_5")) (= "=") (identifier "local_48")) (; ";"))) (expression_statement "*param_8 = (long)param_6;" (assignment_expression "*param_8 = (long)param_6" (pointer_expression "*param_8" (* "*") (identifier "param_8")) (= "=") (cast_expression "(long)param_6" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_6"))) (; ";")) (return_statement "return uVar5;" (return "return") (identifier "uVar5") (; ";")) (} "}"))) |
/* std::__codecvt_utf8_utf16_base<char32_t>::do_in(__mbstate_t&, char const*, char const*, char
const*&, char32_t*, char32_t*, char32_t*&) const */
type_1 __thiscall
std::type_2<char32_t>::function_1
(type_2<char32_t> *var_1,type_3 *param_1,char *param_2,
char *param_3,char **param_4,type_4 *var_6,type_4 *var_5,type_4 **param_7)
{
type_5 var_9;
char *pcVar2;
type_4 var_8;
type_5 var_10;
type_1 uVar5;
char *var_4;
char *var_3;
var_9 = *(type_5 *)(var_1 + 0x10);
var_4 = param_2;
var_3 = param_3;
if (((type_6)var_1[0x18] & 4) != 0) {
(anonymous_namespace)::read_bom<var_2,true,3ul>
((type_7 *)&var_4,(type_8 *)param_1);
}
if (var_3 != var_4) {
do {
pcVar2 = var_4;
if (var_5 == var_6) break;
var_10 = (anonymous_namespace)::var_7((type_7 *)&var_4,var_9);
var_8 = (type_4)var_10;
if (var_8 == L'\xfffffffe') {
uVar5 = 1;
goto LAB_0035a381;
}
if (var_9 < (var_10 & 0xffffffff)) {
uVar5 = 2;
goto LAB_0035a381;
}
if ((type_9)var_8 < 0x10000) {
*var_6 = var_8;
var_6 = var_6 + 1;
}
else {
if ((long)var_5 - (long)var_6 == 4) {
uVar5 = 1;
var_4 = pcVar2;
goto LAB_0035a381;
}
var_6[1] = (type_9)(type_10)(((type_10)var_10 & 0x3ff) + 0xdc00);
*var_6 = (type_9)(type_10)((short)(var_10 >> 10) + 0xd7c0);
var_6 = var_6 + 2;
}
} while (var_3 != var_4);
}
uVar5 = 0;
LAB_0035a381:
*param_4 = var_4;
*param_7 = var_6;
return uVar5;
}
| 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: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (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: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (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: (number_literal))) (goto_statement label: (statement_identifier)))) (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: (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: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (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))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (goto_statement label: (statement_identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) 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: (type_identifier)) value: (identifier)) right: (number_literal))) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (call_expression function: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (identifier))) arguments: (argument_list (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)))) (return_statement (identifier))))) | null |
undefined8
MASKED(long param_1,undefined8 param_2,long param_3,long param_4,long *param_5,uint *param_6,
uint *param_7,long *param_8)
{
ulong uVar1;
long lVar2;
uint uVar3;
ulong uVar4;
undefined8 uVar5;
long local_48;
long local_40;
uVar1 = *(ulong *)(param_1 + 0x10);
local_48 = param_3;
local_40 = param_4;
if ((*(byte *)(param_1 + 0x18) & 4) != 0) {
FUN_0035a290(&local_48);
}
if (local_40 != local_48) {
do {
lVar2 = local_48;
if (param_7 == param_6) break;
uVar4 = FUN_00358ef0(&local_48,uVar1);
uVar3 = (uint)uVar4;
if (uVar3 == 0xfffffffe) {
uVar5 = 1;
goto LAB_0035a381;
}
if (uVar1 < (uVar4 & 0xffffffff)) {
uVar5 = 2;
goto LAB_0035a381;
}
if (uVar3 < 0x10000) {
*param_6 = uVar3;
param_6 = param_6 + 1;
}
else {
if ((long)param_7 - (long)param_6 == 4) {
uVar5 = 1;
local_48 = lVar2;
goto LAB_0035a381;
}
param_6[1] = (uint)(ushort)(((ushort)uVar4 & 0x3ff) + 0xdc00);
*param_6 = (uint)(ushort)((short)(uVar4 >> 10) + 0xd7c0);
param_6 = param_6 + 2;
}
} while (local_40 != local_48);
}
uVar5 = 0;
LAB_0035a381:
*param_5 = local_48;
*param_8 = (long)param_6;
return uVar5;
}
|
295_powerpc64-linux-gnu-ar_and_powerpc64-linux-gnu-ar_strip.c | perror | perror |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void perror(char *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* perror@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void perror(char *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207037270')] | [('const-1', u'RETURN_-1207037270')] | null | null | 001112a0 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid perror(char *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void perror(char *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "perror(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * 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 perror(char *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* perror@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "void perror(char *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* perror@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "perror(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* perror@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void perror(char *__s)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void perror(char *__s)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "perror(char *__s)" identifier (parameter_list "(char *__s)" ( (parameter_declaration "char *__s" primitive_type (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void perror(char *__s)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "perror(char *__s)" (identifier "perror") (parameter_list "(char *__s)" (( "(") (parameter_declaration "char *__s" (primitive_type "char") (pointer_declarator "*__s" (* "*") (identifier "__s"))) () ")"))) (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(char *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* perror@@GLIBC_2.2.5 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(char *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
310_powerpc-linux-gnuspe-as_and_powerpc-linux-gnuspe-as_strip.c | input_scrub_new_file | FUN_00119db0 |
char * input_scrub_new_file(char *filename)
{
input_file_open(filename,(uint)(flag_no_comments == '\0'));
if (*filename == '\0') {
filename = (char *)dcgettext(0,"{standard input}",5);
}
physical_input_file = filename;
physical_input_line = 0;
partial_size = 0;
return buffer_start + 1;
}
|
long FUN_00119db0(char *param_1)
{
FUN_00119780(param_1,DAT_0019d868 == '\0');
if (*param_1 == '\0') {
param_1 = (char *)dcgettext(0,"{standard input}",5);
}
DAT_0019cfd8 = param_1;
DAT_0019cfcc = 0;
DAT_0019d008 = 0;
return DAT_0019d018 + 1;
}
| PUSH RBX
XOR ESI,ESI
CMP byte ptr [0x0019d868],0x0
MOV RBX,RDI
SETZ SIL
CALL 0x00119780
CMP byte ptr [RBX],0x0
JZ 0x00119df8
MOV RAX,qword ptr [0x0019d018]
MOV qword ptr [0x0019cfd8],RBX
MOV dword ptr [0x0019cfcc],0x0
POP RBX
MOV qword ptr [0x0019d008],0x0
ADD RAX,0x1
RET
MOV EDX,0x5
LEA RSI,[0x140d1a]
XOR EDI,EDI
CALL 0x0010a1d0
MOV RBX,RAX
JMP 0x00119dcb | null | null | null | null | [(u'MULTIEQUAL_-1207001418', u'PTRADD_-1207001502'), (u'INT_EQUAL_-1207001648', u'INT_ZEXT_-1207001533'), (u'INDIRECT_-1207001356', u'MULTIEQUAL_-1207001414'), ('const-0', u'COPY_-1207001580'), (u'CALL_-1207001513', u'INDIRECT_-1207001372'), (u'INT_ZEXT_-1207001533', u'CALL_-1207001629'), (u'INDIRECT_-1207001360', u'MULTIEQUAL_-1207001418'), (u'CALL_-1207001629', u'INDIRECT_-1207001442'), ('const-0', u'RETURN_-1207001544'), (u'COPY_-1207001407', u'CALL_-1207001513'), (u'LOAD_-1207001628', u'INT_EQUAL_-1207001613'), (u'CALL_-1207001629', u'INDIRECT_-1207001430'), ('const-1', u'PTRADD_-1207001502'), ('const-5', u'CALL_-1207001513'), (u'CALL_-1207001513', u'INDIRECT_-1207001356'), (u'CALL_-1207001513', u'INDIRECT_-1207001364'), ('tmp_198', u'BRANCH_-1207001506'), (u'COPY_-1207001604', u'COPY_-1207001446'), (u'COPY_-1207001580', u'COPY_-1207001442'), ('tmp_209', u'CALL_-1207001629'), (u'MULTIEQUAL_-1207001418', u'COPY_-1207001438'), (u'CALL_-1207001513', u'INDIRECT_-1207001368'), ('tmp_209', u'MULTIEQUAL_-1207001488'), (u'INDIRECT_-1207001426', u'MULTIEQUAL_-1207001414'), (u'COPY_-1207001596', u'COPY_-1207001450'), (u'INDIRECT_-1207001430', u'MULTIEQUAL_-1207001418'), ('const-0', u'INT_EQUAL_-1207001613'), (u'CALL_-1207001513', u'CAST_-1207001343'), (u'PTRADD_-1207001502', u'RETURN_-1207001544'), ('const-0', u'CALL_-1207001513'), ('tmp_533', u'INT_EQUAL_-1207001648'), (u'MULTIEQUAL_-1207001414', u'COPY_-1207001434'), (u'MULTIEQUAL_-1207001488', u'COPY_-1207001604'), ('const-433', u'LOAD_-1207001628'), ('const-0', u'COPY_-1207001596'), ('const-1314074', u'COPY_-1207001407'), (u'CAST_-1207001343', u'MULTIEQUAL_-1207001488'), ('tmp_209', u'LOAD_-1207001628'), (u'INT_EQUAL_-1207001613', u'CBRANCH_-1207001611'), ('const-1', u'PTRADD_-1207001502'), ('const-0', u'INT_EQUAL_-1207001648'), (u'CALL_-1207001629', u'INDIRECT_-1207001434'), ('tmp_105', u'CBRANCH_-1207001611'), (u'CALL_-1207001513', u'INDIRECT_-1207001360'), (u'CALL_-1207001629', u'INDIRECT_-1207001438'), (u'CALL_-1207001629', u'INDIRECT_-1207001426')] | [('const-0', u'COPY_-1207001580'), (u'INDIRECT_-1207001357', u'MULTIEQUAL_-1207001415'), (u'CALL_-1207001629', u'INDIRECT_-1207001435'), ('const-0', u'RETURN_-1207001544'), (u'COPY_-1207001407', u'CALL_-1207001513'), (u'LOAD_-1207001628', u'INT_EQUAL_-1207001613'), (u'CALL_-1207001629', u'INDIRECT_-1207001443'), ('const-5', u'CALL_-1207001513'), (u'INDIRECT_-1207001361', u'MULTIEQUAL_-1207001419'), (u'COPY_-1207001580', u'COPY_-1207001443'), ('tmp_198', u'BRANCH_-1207001506'), (u'CALL_-1207001513', u'INDIRECT_-1207001365'), (u'INDIRECT_-1207001427', u'MULTIEQUAL_-1207001415'), (u'CALL_-1207001513', u'INDIRECT_-1207001373'), (u'MULTIEQUAL_-1207001419', u'INT_ADD_-1207001548'), ('const-1', u'INT_ADD_-1207001548'), ('tmp_404', u'CALL_-1207001629'), (u'CALL_-1207001629', u'INDIRECT_-1207001431'), ('const-0', u'INT_EQUAL_-1207001613'), (u'COPY_-1207001596', u'COPY_-1207001451'), ('const-1314074', u'COPY_-1207001407'), (u'CALL_-1207001513', u'CAST_-1207001343'), (u'INT_ADD_-1207001548', u'RETURN_-1207001544'), ('tmp_404', u'MULTIEQUAL_-1207001488'), ('const-0', u'CALL_-1207001513'), (u'INDIRECT_-1207001431', u'MULTIEQUAL_-1207001419'), (u'MULTIEQUAL_-1207001488', u'COPY_-1207001604'), (u'CALL_-1207001629', u'INDIRECT_-1207001427'), ('const-0', u'COPY_-1207001596'), (u'INT_EQUAL_-1207001648', u'CALL_-1207001629'), (u'CALL_-1207001513', u'INDIRECT_-1207001369'), ('tmp_534', u'INT_EQUAL_-1207001648'), (u'CAST_-1207001343', u'MULTIEQUAL_-1207001488'), (u'COPY_-1207001604', u'COPY_-1207001447'), (u'CALL_-1207001513', u'INDIRECT_-1207001357'), (u'INT_EQUAL_-1207001613', u'CBRANCH_-1207001611'), ('const-0', u'INT_EQUAL_-1207001648'), ('const-433', u'LOAD_-1207001628'), (u'MULTIEQUAL_-1207001419', u'COPY_-1207001439'), ('tmp_404', u'LOAD_-1207001628'), ('tmp_105', u'CBRANCH_-1207001611'), (u'MULTIEQUAL_-1207001415', u'COPY_-1207001435'), (u'CALL_-1207001629', u'INDIRECT_-1207001439'), (u'CALL_-1207001513', u'INDIRECT_-1207001361')] | null | null | 00119db0 | x64 | O2 | (translation_unit "long FUN_00119db0(char *param_1)\n\n{\n FUN_00119780(param_1,DAT_0019d868 == '\0');\n if (*param_1 == '\0') {\n param_1 = (char *)dcgettext(0,"{standard input}",5);\n }\n DAT_0019cfd8 = param_1;\n DAT_0019cfcc = 0;\n DAT_0019d008 = 0;\n return DAT_0019d018 + 1;\n}\n\n" (function_definition "long FUN_00119db0(char *param_1)\n\n{\n FUN_00119780(param_1,DAT_0019d868 == '\0');\n if (*param_1 == '\0') {\n param_1 = (char *)dcgettext(0,"{standard input}",5);\n }\n DAT_0019cfd8 = param_1;\n DAT_0019cfcc = 0;\n DAT_0019d008 = 0;\n return DAT_0019d018 + 1;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_00119db0(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n FUN_00119780(param_1,DAT_0019d868 == '\0');\n if (*param_1 == '\0') {\n param_1 = (char *)dcgettext(0,"{standard input}",5);\n }\n DAT_0019cfd8 = param_1;\n DAT_0019cfcc = 0;\n DAT_0019d008 = 0;\n return DAT_0019d018 + 1;\n}" { (expression_statement "FUN_00119780(param_1,DAT_0019d868 == '\0');" (call_expression "FUN_00119780(param_1,DAT_0019d868 == '\0')" identifier (argument_list "(param_1,DAT_0019d868 == '\0')" ( identifier , (binary_expression "DAT_0019d868 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) ))) ;) (if_statement "if (*param_1 == '\0') {\n param_1 = (char *)dcgettext(0,"{standard input}",5);\n }" if (parenthesized_expression "(*param_1 == '\0')" ( (binary_expression "*param_1 == '\0'" (pointer_expression "*param_1" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n param_1 = (char *)dcgettext(0,"{standard input}",5);\n }" { (expression_statement "param_1 = (char *)dcgettext(0,"{standard input}",5);" (assignment_expression "param_1 = (char *)dcgettext(0,"{standard input}",5)" identifier = (cast_expression "(char *)dcgettext(0,"{standard input}",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"{standard input}",5)" identifier (argument_list "(0,"{standard input}",5)" ( number_literal , (string_literal ""{standard input}"" " string_content ") , number_literal ))))) ;) })) (expression_statement "DAT_0019cfd8 = param_1;" (assignment_expression "DAT_0019cfd8 = param_1" identifier = identifier) ;) (expression_statement "DAT_0019cfcc = 0;" (assignment_expression "DAT_0019cfcc = 0" identifier = number_literal) ;) (expression_statement "DAT_0019d008 = 0;" (assignment_expression "DAT_0019d008 = 0" identifier = number_literal) ;) (return_statement "return DAT_0019d018 + 1;" return (binary_expression "DAT_0019d018 + 1" identifier + number_literal) ;) }))) | (translation_unit "char * input_scrub_new_file(char *filename)\n\n{\n input_file_open(filename,(uint)(flag_no_comments == '\0'));\n if (*filename == '\0') {\n filename = (char *)dcgettext(0,"{standard input}",5);\n }\n physical_input_file = filename;\n physical_input_line = 0;\n partial_size = 0;\n return buffer_start + 1;\n}\n\n" (function_definition "char * input_scrub_new_file(char *filename)\n\n{\n input_file_open(filename,(uint)(flag_no_comments == '\0'));\n if (*filename == '\0') {\n filename = (char *)dcgettext(0,"{standard input}",5);\n }\n physical_input_file = filename;\n physical_input_line = 0;\n partial_size = 0;\n return buffer_start + 1;\n}" primitive_type (pointer_declarator "* input_scrub_new_file(char *filename)" * (function_declarator "input_scrub_new_file(char *filename)" identifier (parameter_list "(char *filename)" ( (parameter_declaration "char *filename" primitive_type (pointer_declarator "*filename" * identifier)) )))) (compound_statement "{\n input_file_open(filename,(uint)(flag_no_comments == '\0'));\n if (*filename == '\0') {\n filename = (char *)dcgettext(0,"{standard input}",5);\n }\n physical_input_file = filename;\n physical_input_line = 0;\n partial_size = 0;\n return buffer_start + 1;\n}" { (expression_statement "input_file_open(filename,(uint)(flag_no_comments == '\0'));" (call_expression "input_file_open(filename,(uint)(flag_no_comments == '\0'))" identifier (argument_list "(filename,(uint)(flag_no_comments == '\0'))" ( identifier , (call_expression "(uint)(flag_no_comments == '\0')" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(flag_no_comments == '\0')" ( (binary_expression "flag_no_comments == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) ))) ))) ;) (if_statement "if (*filename == '\0') {\n filename = (char *)dcgettext(0,"{standard input}",5);\n }" if (parenthesized_expression "(*filename == '\0')" ( (binary_expression "*filename == '\0'" (pointer_expression "*filename" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n filename = (char *)dcgettext(0,"{standard input}",5);\n }" { (expression_statement "filename = (char *)dcgettext(0,"{standard input}",5);" (assignment_expression "filename = (char *)dcgettext(0,"{standard input}",5)" identifier = (cast_expression "(char *)dcgettext(0,"{standard input}",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"{standard input}",5)" identifier (argument_list "(0,"{standard input}",5)" ( number_literal , (string_literal ""{standard input}"" " string_content ") , number_literal ))))) ;) })) (expression_statement "physical_input_file = filename;" (assignment_expression "physical_input_file = filename" identifier = identifier) ;) (expression_statement "physical_input_line = 0;" (assignment_expression "physical_input_line = 0" identifier = number_literal) ;) (expression_statement "partial_size = 0;" (assignment_expression "partial_size = 0" identifier = number_literal) ;) (return_statement "return buffer_start + 1;" return (binary_expression "buffer_start + 1" identifier + number_literal) ;) }))) | (translation_unit "long FUN_00119db0(char *param_1)\n\n{\n FUN_00119780(param_1,DAT_0019d868 == '\0');\n if (*param_1 == '\0') {\n param_1 = (char *)dcgettext(0,"{standard input}",5);\n }\n DAT_0019cfd8 = param_1;\n DAT_0019cfcc = 0;\n DAT_0019d008 = 0;\n return DAT_0019d018 + 1;\n}\n\n" (function_definition "long FUN_00119db0(char *param_1)\n\n{\n FUN_00119780(param_1,DAT_0019d868 == '\0');\n if (*param_1 == '\0') {\n param_1 = (char *)dcgettext(0,"{standard input}",5);\n }\n DAT_0019cfd8 = param_1;\n DAT_0019cfcc = 0;\n DAT_0019d008 = 0;\n return DAT_0019d018 + 1;\n}" (sized_type_specifier "long" long) (function_declarator "FUN_00119db0(char *param_1)" identifier (parameter_list "(char *param_1)" ( (parameter_declaration "char *param_1" primitive_type (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n FUN_00119780(param_1,DAT_0019d868 == '\0');\n if (*param_1 == '\0') {\n param_1 = (char *)dcgettext(0,"{standard input}",5);\n }\n DAT_0019cfd8 = param_1;\n DAT_0019cfcc = 0;\n DAT_0019d008 = 0;\n return DAT_0019d018 + 1;\n}" { (expression_statement "FUN_00119780(param_1,DAT_0019d868 == '\0');" (call_expression "FUN_00119780(param_1,DAT_0019d868 == '\0')" identifier (argument_list "(param_1,DAT_0019d868 == '\0')" ( identifier , (binary_expression "DAT_0019d868 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) ))) ;) (if_statement "if (*param_1 == '\0') {\n param_1 = (char *)dcgettext(0,"{standard input}",5);\n }" if (parenthesized_expression "(*param_1 == '\0')" ( (binary_expression "*param_1 == '\0'" (pointer_expression "*param_1" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n param_1 = (char *)dcgettext(0,"{standard input}",5);\n }" { (expression_statement "param_1 = (char *)dcgettext(0,"{standard input}",5);" (assignment_expression "param_1 = (char *)dcgettext(0,"{standard input}",5)" identifier = (cast_expression "(char *)dcgettext(0,"{standard input}",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"{standard input}",5)" identifier (argument_list "(0,"{standard input}",5)" ( number_literal , (string_literal ""{standard input}"" " string_content ") , number_literal ))))) ;) })) (expression_statement "DAT_0019cfd8 = param_1;" (assignment_expression "DAT_0019cfd8 = param_1" identifier = identifier) ;) (expression_statement "DAT_0019cfcc = 0;" (assignment_expression "DAT_0019cfcc = 0" identifier = number_literal) ;) (expression_statement "DAT_0019d008 = 0;" (assignment_expression "DAT_0019d008 = 0" identifier = number_literal) ;) (return_statement "return DAT_0019d018 + 1;" return (binary_expression "DAT_0019d018 + 1" identifier + number_literal) ;) }))) | (translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression IDENT == (char_literal ' escape_sequence ')) ))) ;) (if_statement if (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 *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT ))))) ;) })) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (return_statement return (binary_expression IDENT + LIT) ;) }))) | (function_definition "long FUN_00119db0(char *param_1)\n\n{\n FUN_00119780(param_1,DAT_0019d868 == '\0');\n if (*param_1 == '\0') {\n param_1 = (char *)dcgettext(0,"{standard input}",5);\n }\n DAT_0019cfd8 = param_1;\n DAT_0019cfcc = 0;\n DAT_0019d008 = 0;\n return DAT_0019d018 + 1;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_00119db0(char *param_1)" (identifier "FUN_00119db0") (parameter_list "(char *param_1)" (( "(") (parameter_declaration "char *param_1" (primitive_type "char") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n FUN_00119780(param_1,DAT_0019d868 == '\0');\n if (*param_1 == '\0') {\n param_1 = (char *)dcgettext(0,"{standard input}",5);\n }\n DAT_0019cfd8 = param_1;\n DAT_0019cfcc = 0;\n DAT_0019d008 = 0;\n return DAT_0019d018 + 1;\n}" ({ "{") (expression_statement "FUN_00119780(param_1,DAT_0019d868 == '\0');" (call_expression "FUN_00119780(param_1,DAT_0019d868 == '\0')" (identifier "FUN_00119780") (argument_list "(param_1,DAT_0019d868 == '\0')" (( "(") (identifier "param_1") (, ",") (binary_expression "DAT_0019d868 == '\0'" (identifier "DAT_0019d868") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) (; ";")) (if_statement "if (*param_1 == '\0') {\n param_1 = (char *)dcgettext(0,"{standard input}",5);\n }" (if "if") (parenthesized_expression "(*param_1 == '\0')" (( "(") (binary_expression "*param_1 == '\0'" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n param_1 = (char *)dcgettext(0,"{standard input}",5);\n }" ({ "{") (expression_statement "param_1 = (char *)dcgettext(0,"{standard input}",5);" (assignment_expression "param_1 = (char *)dcgettext(0,"{standard input}",5)" (identifier "param_1") (= "=") (cast_expression "(char *)dcgettext(0,"{standard input}",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"{standard input}",5)" (identifier "dcgettext") (argument_list "(0,"{standard input}",5)" (( "(") (number_literal "0") (, ",") (string_literal ""{standard input}"" (" """) (string_content "{standard input}") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (} "}"))) (expression_statement "DAT_0019cfd8 = param_1;" (assignment_expression "DAT_0019cfd8 = param_1" (identifier "DAT_0019cfd8") (= "=") (identifier "param_1")) (; ";")) (expression_statement "DAT_0019cfcc = 0;" (assignment_expression "DAT_0019cfcc = 0" (identifier "DAT_0019cfcc") (= "=") (number_literal "0")) (; ";")) (expression_statement "DAT_0019d008 = 0;" (assignment_expression "DAT_0019d008 = 0" (identifier "DAT_0019d008") (= "=") (number_literal "0")) (; ";")) (return_statement "return DAT_0019d018 + 1;" (return "return") (binary_expression "DAT_0019d018 + 1" (identifier "DAT_0019d018") (+ "+") (number_literal "1")) (; ";")) (} "}"))) |
char * function_1(char *filename)
{
var_1(filename,(uint)(var_2 == '\0'));
if (*filename == '\0') {
filename = (char *)var_3(0,"{standard input}",5);
}
physical_input_file = filename;
physical_input_line = 0;
partial_size = 0;
return var_4 + 1;
}
| null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (identifier) right: (char_literal (escape_sequence)))))) (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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (return_statement (binary_expression left: (identifier) right: (number_literal)))))) | null |
long MASKED(char *param_1)
{
FUN_00119780(param_1,DAT_0019d868 == '\0');
if (*param_1 == '\0') {
param_1 = (char *)dcgettext(0,"{standard input}",5);
}
DAT_0019cfd8 = param_1;
DAT_0019cfcc = 0;
DAT_0019d008 = 0;
return DAT_0019d018 + 1;
}
|
3_hppa-linux-gnu-size_and_hppa-linux-gnu-size_strip.c | mkstemps | mkstemps |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int mkstemps(char *__template,int __suffixlen)
{
int iVar1;
iVar1 = (*(code *)PTR_mkstemps_00109018)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int mkstemps(char *__template,int __suffixlen)
{
int iVar1;
iVar1 = (*(code *)PTR_mkstemps_00109018)();
return iVar1;
}
| JMP qword ptr [0x00109018] | null | null | null | null | [('const-0', u'RETURN_-1206968261'), (u'CALLIND_-1206968264', u'RETURN_-1206968261'), (u'INDIRECT_-1206968201', u'COPY_-1206968260'), (u'CAST_-1206968196', u'CALLIND_-1206968264'), (u'CALLIND_-1206968264', u'INDIRECT_-1206968201'), ('tmp_38', u'CAST_-1206968196')] | [('const-0', u'RETURN_-1206968261'), (u'CALLIND_-1206968264', u'RETURN_-1206968261'), (u'INDIRECT_-1206968201', u'COPY_-1206968260'), (u'CAST_-1206968196', u'CALLIND_-1206968264'), (u'CALLIND_-1206968264', u'INDIRECT_-1206968201'), ('tmp_38', u'CAST_-1206968196')] | null | null | 00102030 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint mkstemps(char *__template,int __suffixlen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps_00109018)();\n return iVar1;\n}\n\n" comment (function_definition "int mkstemps(char *__template,int __suffixlen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps_00109018)();\n return iVar1;\n}" primitive_type (function_declarator "mkstemps(char *__template,int __suffixlen)" identifier (parameter_list "(char *__template,int __suffixlen)" ( (parameter_declaration "char *__template" primitive_type (pointer_declarator "*__template" * identifier)) , (parameter_declaration "int __suffixlen" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps_00109018)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_mkstemps_00109018)();" (assignment_expression "iVar1 = (*(code *)PTR_mkstemps_00109018)()" identifier = (call_expression "(*(code *)PTR_mkstemps_00109018)()" (parenthesized_expression "(*(code *)PTR_mkstemps_00109018)" ( (pointer_expression "*(code *)PTR_mkstemps_00109018" * (cast_expression "(code *)PTR_mkstemps_00109018" ( (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 mkstemps(char *__template,int __suffixlen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps_00109018)();\n return iVar1;\n}\n\n" comment (function_definition "int mkstemps(char *__template,int __suffixlen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps_00109018)();\n return iVar1;\n}" primitive_type (function_declarator "mkstemps(char *__template,int __suffixlen)" identifier (parameter_list "(char *__template,int __suffixlen)" ( (parameter_declaration "char *__template" primitive_type (pointer_declarator "*__template" * identifier)) , (parameter_declaration "int __suffixlen" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps_00109018)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_mkstemps_00109018)();" (assignment_expression "iVar1 = (*(code *)PTR_mkstemps_00109018)()" identifier = (call_expression "(*(code *)PTR_mkstemps_00109018)()" (parenthesized_expression "(*(code *)PTR_mkstemps_00109018)" ( (pointer_expression "*(code *)PTR_mkstemps_00109018" * (cast_expression "(code *)PTR_mkstemps_00109018" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) }))) | (translation_unit "int mkstemps(char *__template,int __suffixlen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps_00109018)();\n return iVar1;\n}\n\n" (function_definition "int mkstemps(char *__template,int __suffixlen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps_00109018)();\n return iVar1;\n}" primitive_type (function_declarator "mkstemps(char *__template,int __suffixlen)" identifier (parameter_list "(char *__template,int __suffixlen)" ( (parameter_declaration "char *__template" primitive_type (pointer_declarator "*__template" * identifier)) , (parameter_declaration "int __suffixlen" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps_00109018)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR_mkstemps_00109018)();" (assignment_expression "iVar1 = (*(code *)PTR_mkstemps_00109018)()" identifier = (call_expression "(*(code *)PTR_mkstemps_00109018)()" (parenthesized_expression "(*(code *)PTR_mkstemps_00109018)" ( (pointer_expression "*(code *)PTR_mkstemps_00109018" * (cast_expression "(code *)PTR_mkstemps_00109018" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) }))) | (function_definition "int mkstemps(char *__template,int __suffixlen)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps_00109018)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "mkstemps(char *__template,int __suffixlen)" (identifier "mkstemps") (parameter_list "(char *__template,int __suffixlen)" (( "(") (parameter_declaration "char *__template" (primitive_type "char") (pointer_declarator "*__template" (* "*") (identifier "__template"))) (, ",") (parameter_declaration "int __suffixlen" (primitive_type "int") (identifier "__suffixlen")) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR_mkstemps_00109018)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR_mkstemps_00109018)();" (assignment_expression "iVar1 = (*(code *)PTR_mkstemps_00109018)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR_mkstemps_00109018)()" (parenthesized_expression "(*(code *)PTR_mkstemps_00109018)" (( "(") (pointer_expression "*(code *)PTR_mkstemps_00109018" (* "*") (cast_expression "(code *)PTR_mkstemps_00109018" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_mkstemps_00109018"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__template,int __suffixlen)
{
int iVar1;
iVar1 = (*(type_1 *)PTR_mkstemps_00109018)();
return iVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier))))) | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__template,int __suffixlen)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_00109018)();
return iVar1;
}
|
39_sh4-linux-gnu-objcopy_and_sh4-linux-gnu-objcopy_strip.c | __lxstat | __lxstat |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __lxstat(int __ver,char *__filename,stat *__stat_buf)
{
int iVar1;
iVar1 = (*(code *)PTR___lxstat_0012b138)();
return iVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int __lxstat(int __ver,char *__filename,stat *__stat_buf)
{
int iVar1;
iVar1 = (*(code *)PTR___lxstat_0012b138)();
return iVar1;
}
| JMP qword ptr [0x0012b138] | null | null | null | null | [(u'CAST_-1206959427', u'CALLIND_-1206959496'), (u'CALLIND_-1206959496', u'RETURN_-1206959493'), (u'CALLIND_-1206959496', u'INDIRECT_-1206959432'), ('tmp_44', u'CAST_-1206959427'), ('const-0', u'RETURN_-1206959493'), (u'INDIRECT_-1206959432', u'COPY_-1206959491')] | [(u'CAST_-1206959427', u'CALLIND_-1206959496'), (u'CALLIND_-1206959496', u'RETURN_-1206959493'), (u'CALLIND_-1206959496', u'INDIRECT_-1206959432'), ('tmp_44', u'CAST_-1206959427'), ('const-0', u'RETURN_-1206959493'), (u'INDIRECT_-1206959432', u'COPY_-1206959491')] | null | null | 00104270 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_0012b138)();\n return iVar1;\n}\n\n" comment (function_definition "int __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_0012b138)();\n return iVar1;\n}" primitive_type (function_declarator "__lxstat(int __ver,char *__filename,stat *__stat_buf)" identifier (parameter_list "(int __ver,char *__filename,stat *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "stat *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_0012b138)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR___lxstat_0012b138)();" (assignment_expression "iVar1 = (*(code *)PTR___lxstat_0012b138)()" identifier = (call_expression "(*(code *)PTR___lxstat_0012b138)()" (parenthesized_expression "(*(code *)PTR___lxstat_0012b138)" ( (pointer_expression "*(code *)PTR___lxstat_0012b138" * (cast_expression "(code *)PTR___lxstat_0012b138" ( (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 __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_0012b138)();\n return iVar1;\n}\n\n" comment (function_definition "int __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_0012b138)();\n return iVar1;\n}" primitive_type (function_declarator "__lxstat(int __ver,char *__filename,stat *__stat_buf)" identifier (parameter_list "(int __ver,char *__filename,stat *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "stat *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_0012b138)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR___lxstat_0012b138)();" (assignment_expression "iVar1 = (*(code *)PTR___lxstat_0012b138)()" identifier = (call_expression "(*(code *)PTR___lxstat_0012b138)()" (parenthesized_expression "(*(code *)PTR___lxstat_0012b138)" ( (pointer_expression "*(code *)PTR___lxstat_0012b138" * (cast_expression "(code *)PTR___lxstat_0012b138" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return iVar1;" return identifier ;) }))) | (translation_unit "int __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_0012b138)();\n return iVar1;\n}\n\n" (function_definition "int __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_0012b138)();\n return iVar1;\n}" primitive_type (function_declarator "__lxstat(int __ver,char *__filename,stat *__stat_buf)" identifier (parameter_list "(int __ver,char *__filename,stat *__stat_buf)" ( (parameter_declaration "int __ver" primitive_type identifier) , (parameter_declaration "char *__filename" primitive_type (pointer_declarator "*__filename" * identifier)) , (parameter_declaration "stat *__stat_buf" type_identifier (pointer_declarator "*__stat_buf" * identifier)) ))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_0012b138)();\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (expression_statement "iVar1 = (*(code *)PTR___lxstat_0012b138)();" (assignment_expression "iVar1 = (*(code *)PTR___lxstat_0012b138)()" identifier = (call_expression "(*(code *)PTR___lxstat_0012b138)()" (parenthesized_expression "(*(code *)PTR___lxstat_0012b138)" ( (pointer_expression "*(code *)PTR___lxstat_0012b138" * (cast_expression "(code *)PTR___lxstat_0012b138" ( (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 (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 __lxstat(int __ver,char *__filename,stat *__stat_buf)\n\n{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_0012b138)();\n return iVar1;\n}" (primitive_type "int") (function_declarator "__lxstat(int __ver,char *__filename,stat *__stat_buf)" (identifier "__lxstat") (parameter_list "(int __ver,char *__filename,stat *__stat_buf)" (( "(") (parameter_declaration "int __ver" (primitive_type "int") (identifier "__ver")) (, ",") (parameter_declaration "char *__filename" (primitive_type "char") (pointer_declarator "*__filename" (* "*") (identifier "__filename"))) (, ",") (parameter_declaration "stat *__stat_buf" (type_identifier "stat") (pointer_declarator "*__stat_buf" (* "*") (identifier "__stat_buf"))) () ")"))) (compound_statement "{\n int iVar1;\n \n iVar1 = (*(code *)PTR___lxstat_0012b138)();\n return iVar1;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (expression_statement "iVar1 = (*(code *)PTR___lxstat_0012b138)();" (assignment_expression "iVar1 = (*(code *)PTR___lxstat_0012b138)()" (identifier "iVar1") (= "=") (call_expression "(*(code *)PTR___lxstat_0012b138)()" (parenthesized_expression "(*(code *)PTR___lxstat_0012b138)" (( "(") (pointer_expression "*(code *)PTR___lxstat_0012b138" (* "*") (cast_expression "(code *)PTR___lxstat_0012b138" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR___lxstat_0012b138"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return iVar1;" (return "return") (identifier "iVar1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(int __ver,char *__filename,type_1 *__stat_buf)
{
int iVar1;
iVar1 = (*(type_2 *)PTR___lxstat_0012b138)();
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: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier))))) | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(int __ver,char *__filename,stat *__stat_buf)
{
int iVar1;
iVar1 = (*(code *)PTR_MASKED_0012b138)();
return iVar1;
}
|
1896_openssl_and_openssl_strip.c | TS_REQ_to_TS_VERIFY_CTX | TS_REQ_to_TS_VERIFY_CTX |
/* WARNING: Control flow encountered bad instruction data */
void TS_REQ_to_TS_VERIFY_CTX(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* TS_REQ_to_TS_VERIFY_CTX@@OPENSSL_1_1_0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void TS_REQ_to_TS_VERIFY_CTX(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207667222')] | [('const-1', u'RETURN_-1207667222')] | null | null | 001b75e0 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid TS_REQ_to_TS_VERIFY_CTX(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void TS_REQ_to_TS_VERIFY_CTX(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "TS_REQ_to_TS_VERIFY_CTX(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 TS_REQ_to_TS_VERIFY_CTX(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* TS_REQ_to_TS_VERIFY_CTX@@OPENSSL_1_1_0 */\n halt_baddata();\n}\n\n" comment (function_definition "void TS_REQ_to_TS_VERIFY_CTX(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* TS_REQ_to_TS_VERIFY_CTX@@OPENSSL_1_1_0 */\n halt_baddata();\n}" primitive_type (function_declarator "TS_REQ_to_TS_VERIFY_CTX(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* TS_REQ_to_TS_VERIFY_CTX@@OPENSSL_1_1_0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void TS_REQ_to_TS_VERIFY_CTX(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void TS_REQ_to_TS_VERIFY_CTX(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "TS_REQ_to_TS_VERIFY_CTX(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 TS_REQ_to_TS_VERIFY_CTX(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "TS_REQ_to_TS_VERIFY_CTX(void)" (identifier "TS_REQ_to_TS_VERIFY_CTX") (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 */
/* TS_REQ_to_TS_VERIFY_CTX@@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: (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();
}
|
2141_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | do_advance | FUN_0016dee0 |
/* DWARF original prototype: void do_advance(Sized_elf_reloc_mapper<64,_true> * this, off_t offset)
*/
void __thiscall
gold::Sized_elf_reloc_mapper<64,_true>::do_advance
(Sized_elf_reloc_mapper<64,_true> *this,off_t offset)
{
Track_relocs<64,_true>::advance(&this->track_relocs_,offset);
return;
}
|
void FUN_0016dee0(long param_1)
{
FUN_00245ad0(param_1 + 0x28);
return;
}
| ADD RDI,0x28
JMP 0x00245ad0 | null | null | null | null | [('tmp_35', u'CALL_-1207312652'), ('const-40', u'PTRSUB_-1207312583'), (u'PTRSUB_-1207312583', u'CALL_-1207312652'), ('tmp_34', u'PTRSUB_-1207312583'), ('const-0', u'RETURN_-1207312648')] | [(u'INT_ADD_-1207312651', u'CALL_-1207312652'), ('tmp_61', u'INT_ADD_-1207312651'), ('const-40', u'INT_ADD_-1207312651'), ('const-0', u'RETURN_-1207312648')] | null | null | 0016dee0 | x64 | O2 | (translation_unit "void FUN_0016dee0(long param_1)\n\n{\n FUN_00245ad0(param_1 + 0x28);\n return;\n}\n\n" (function_definition "void FUN_0016dee0(long param_1)\n\n{\n FUN_00245ad0(param_1 + 0x28);\n return;\n}" primitive_type (function_declarator "FUN_0016dee0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_00245ad0(param_1 + 0x28);\n return;\n}" { (expression_statement "FUN_00245ad0(param_1 + 0x28);" (call_expression "FUN_00245ad0(param_1 + 0x28)" identifier (argument_list "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* DWARF original prototype: void do_advance(Sized_elf_reloc_mapper<64,_true> * this, off_t offset)\n */\n\nvoid __thiscall\ngold::Sized_elf_reloc_mapper<64,_true>::do_advance\n (Sized_elf_reloc_mapper<64,_true> *this,off_t offset)\n\n{\n Track_relocs<64,_true>::advance(&this->track_relocs_,offset);\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Sized_elf_reloc_mapper<64,_true>::do_advance\n (Sized_elf_reloc_mapper<64,_true> *this,off_t offset)\n\n{\n Track_relocs<64,_true>::advance(&this->track_relocs_,offset);" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<64" < number_literal) , (ERROR "_true>::do_advance\n (Sized_elf_reloc_mapper<64,_true> *this,off_t offset)\n\n{" identifier > : : (function_declarator "do_advance\n (Sized_elf_reloc_mapper<64,_true> *this,off_t offset)" identifier (parameter_list "(Sized_elf_reloc_mapper<64,_true> *this,off_t offset)" ( (parameter_declaration "Sized_elf_reloc_mapper" type_identifier) (ERROR "<64" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "off_t offset" type_identifier identifier) ))) {) identifier (ERROR "<64" < number_literal) , (ERROR "_true>::" identifier > : :) (function_declarator "advance(&this->track_relocs_,offset)" identifier (parameter_list "(&this->track_relocs_,offset)" ( (ERROR "&" &) (parameter_declaration "this->track_relocs_" type_identifier (ERROR "->" ->) identifier) , (parameter_declaration "offset" type_identifier) ))) ;) (return_statement "return;" return ;) (ERROR "}" })) | (translation_unit "void FUN_0016dee0(long param_1)\n\n{\n FUN_00245ad0(param_1 + 0x28);\n return;\n}\n\n" (function_definition "void FUN_0016dee0(long param_1)\n\n{\n FUN_00245ad0(param_1 + 0x28);\n return;\n}" primitive_type (function_declarator "FUN_0016dee0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n FUN_00245ad0(param_1 + 0x28);\n return;\n}" { (expression_statement "FUN_00245ad0(param_1 + 0x28);" (call_expression "FUN_00245ad0(param_1 + 0x28)" identifier (argument_list "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" 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 ( (binary_expression IDENT + LIT) ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_0016dee0(long param_1)\n\n{\n FUN_00245ad0(param_1 + 0x28);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0016dee0(long param_1)" (identifier "FUN_0016dee0") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n FUN_00245ad0(param_1 + 0x28);\n return;\n}" ({ "{") (expression_statement "FUN_00245ad0(param_1 + 0x28);" (call_expression "FUN_00245ad0(param_1 + 0x28)" (identifier "FUN_00245ad0") (argument_list "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* DWARF original prototype: void do_advance(Sized_elf_reloc_mapper<64,_true> * this, off_t offset)
*/
void __thiscall
gold::Sized_elf_reloc_mapper<64,_true>::do_advance
(Sized_elf_reloc_mapper<64,_true> *type_1,off_t type_2)
{
Track_relocs<64,_true>::function_1(&type_1->track_relocs_,type_2);
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 (binary_expression left: (identifier) right: (number_literal))))) (return_statement)))) | null |
void MASKED(long param_1)
{
FUN_00245ad0(param_1 + 0x28);
return;
}
|
579_diff_and_diff_strip.c | fwrite | fwrite |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fwrite@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207135478')] | [('const-1', u'RETURN_-1207135478')] | null | null | 00139300 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__s" type_identifier (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fwrite@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fwrite@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__s" type_identifier (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* fwrite@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__s" type_identifier (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n \n halt_baddata();\n}" (primitive_type "size_t") (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" (identifier "fwrite") (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr"))) (, ",") (parameter_declaration "size_t __size" (primitive_type "size_t") (identifier "__size")) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) (, ",") (parameter_declaration "FILE *__s" (type_identifier "FILE") (pointer_declarator "*__s" (* "*") (identifier "__s"))) () ")"))) (compound_statement "{\n \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 */
size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* fwrite@@GLIBC_2.2.5 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (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 */
size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
4755_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | add_local_generic | FUN_00214090 |
/* DWARF original prototype: void add_local_generic(Output_data_reloc<9,_false,_32,_false> * this,
Relobj * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx, uint64_t address,
uint64_t addend) */
void __thiscall
gold::Output_data_reloc<9,_false,_32,_false>::add_local_generic
(Output_data_reloc<9,_false,_32,_false> *this,Relobj *relobj,uint param_2,uint type,
Output_data *od,uint shndx,uint64_t address,uint64_t addend)
{
Output_reloc<9,_false,_32,_false> OStack_38;
if (addend != 0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0x72c,"add_local_generic");
}
if (address == (address & 0xffffffff)) {
Output_reloc<9,_false,_32,_false>::Output_reloc
(&OStack_38,(Sized_relobj<32,_false> *)relobj,param_2,type,shndx,(Address)address,
false,false,false,false);
Output_data_reloc_base<9,_false,_32,_false>::add
(&this->super_Output_data_reloc_base<9,_false,_32,_false>,od,&OStack_38);
return;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");
}
|
void FUN_00214090(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined4 param_6,ulong param_7,long param_8)
{
undefined1 auStack_38 [32];
if (param_8 != 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);
}
if (param_7 == (param_7 & 0xffffffff)) {
FUN_001ffe40(auStack_38);
FUN_00213e30(param_1,param_5,auStack_38);
return;
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_4,param_6);
}
| PUSH R12
MOV R12,R8
MOV R8D,R9D
PUSH RBP
PUSH RBX
SUB RSP,0x20
CMP qword ptr [RSP + 0x48],0x0
MOV R9,qword ptr [RSP + 0x40]
JNZ 0x002140e4
MOV EAX,R9D
CMP R9,RAX
JNZ 0x002140fc
MOV RBX,RSP
PUSH 0x0
MOV RBP,RDI
PUSH 0x0
MOV RDI,RBX
PUSH 0x0
PUSH 0x0
CALL 0x001ffe40
ADD RSP,0x20
MOV RDX,RBX
MOV RSI,R12
MOV RDI,RBP
CALL 0x00213e30
ADD RSP,0x20
POP RBX
POP RBP
POP R12
RET
LEA RDX,[0x37f530]
MOV ESI,0x72c
LEA RDI,[0x373454]
CALL 0x0017c650
LEA RDX,[0x37f588]
MOV ESI,0xc0
LEA RDI,[0x3734af]
CALL 0x0017c650 | null | null | null | null | [('tmp_336', u'CALL_-1203879664'), ('const-0', u'RETURN_-1203879591'), ('const-0', u'SUBPIECE_-1203879521'), ('const-0', u'CALL_-1203879664'), (u'PTRSUB_-1203879435', u'CALL_-1203879664'), (u'INT_AND_-1203879592', u'INT_EQUAL_-1203879706'), ('tmp_136', u'CBRANCH_-1203879703'), ('const-3667248', u'COPY_-1203879409'), ('tmp_340', u'INT_AND_-1203879592'), ('tmp_338', u'CALL_-1203879631'), (u'COPY_-1203879409', u'CALL_-1203879560'), ('const-0', u'CALL_-1203879664'), ('tmp_335', u'CAST_-1203879393'), ('tmp_334', u'PTRSUB_-1203879372'), (u'PTRSUB_-1203879434', u'CALL_-1203879631'), ('const--56', u'PTRSUB_-1203879435'), (u'INT_NOTEQUAL_-1203879738', u'CBRANCH_-1203879725'), ('const--56', u'PTRSUB_-1203879434'), ('tmp_591', u'PTRSUB_-1203879434'), ('tmp_341', u'INT_NOTEQUAL_-1203879738'), (u'COPY_-1203879386', u'CALL_-1203879544'), ('tmp_591', u'PTRSUB_-1203879435'), ('const-3667336', u'COPY_-1203879384'), ('const-0', u'CALL_-1203879664'), ('tmp_340', u'INT_EQUAL_-1203879706'), (u'CAST_-1203879393', u'CALL_-1203879664'), ('const-0', u'PTRSUB_-1203879372'), ('const-1', u'RETURN_-1203879539'), (u'SUBPIECE_-1203879521', u'CALL_-1203879664'), ('const-3617876', u'COPY_-1203879411'), ('const-192', u'CALL_-1203879544'), ('tmp_340', u'SUBPIECE_-1203879521'), ('tmp_339', u'CALL_-1203879664'), (u'COPY_-1203879411', u'CALL_-1203879560'), ('const-1', u'RETURN_-1203879555'), ('tmp_337', u'CALL_-1203879664'), ('const-3617967', u'COPY_-1203879386'), (u'COPY_-1203879384', u'CALL_-1203879544'), ('const-0', u'INT_NOTEQUAL_-1203879738'), ('const-4294967295', u'INT_AND_-1203879592'), ('const-1836', u'CALL_-1203879560'), ('tmp_100', u'CBRANCH_-1203879725'), (u'INT_EQUAL_-1203879706', u'CBRANCH_-1203879703'), ('const-0', u'CALL_-1203879664'), (u'PTRSUB_-1203879372', u'CALL_-1203879631')] | [('tmp_549', u'PTRSUB_-1203879451'), ('const-0', u'INT_NOTEQUAL_-1203879738'), ('const-0', u'RETURN_-1203879591'), ('tmp_863', u'CALL_-1203879544'), ('tmp_549', u'PTRSUB_-1203879452'), ('const-3617967', u'COPY_-1203879403'), ('const-192', u'CALL_-1203879544'), ('tmp_848', u'CALL_-1203879544'), ('const--56', u'PTRSUB_-1203879452'), ('const--56', u'PTRSUB_-1203879451'), ('tmp_136', u'CBRANCH_-1203879703'), (u'PTRSUB_-1203879452', u'CALL_-1203879664'), (u'COPY_-1203879403', u'CALL_-1203879544'), ('const-3667336', u'COPY_-1203879401'), ('tmp_814', u'INT_NOTEQUAL_-1203879738'), (u'INT_NOTEQUAL_-1203879738', u'CBRANCH_-1203879725'), ('tmp_550', u'CALL_-1203879631'), (u'PTRSUB_-1203879451', u'CALL_-1203879631'), (u'COPY_-1203879426', u'CALL_-1203879560'), ('tmp_848', u'CALL_-1203879560'), ('tmp_815', u'INT_EQUAL_-1203879706'), ('const-1', u'RETURN_-1203879539'), ('const-4294967295', u'INT_AND_-1203879598'), ('tmp_556', u'CALL_-1203879631'), ('const-1', u'RETURN_-1203879555'), ('const-3667248', u'COPY_-1203879426'), ('tmp_863', u'CALL_-1203879560'), ('const-3617876', u'COPY_-1203879428'), (u'COPY_-1203879401', u'CALL_-1203879544'), ('tmp_815', u'INT_AND_-1203879598'), ('tmp_100', u'CBRANCH_-1203879725'), ('const-1836', u'CALL_-1203879560'), (u'INT_EQUAL_-1203879706', u'CBRANCH_-1203879703'), (u'INT_AND_-1203879598', u'INT_EQUAL_-1203879706'), (u'COPY_-1203879428', u'CALL_-1203879560')] | null | null | 00214090 | x64 | O2 | (translation_unit "void FUN_00214090(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,long param_8)\n\n{\n undefined1 auStack_38 [32];\n \n if (param_8 != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);\n }\n if (param_7 == (param_7 & 0xffffffff)) {\n FUN_001ffe40(auStack_38);\n FUN_00213e30(param_1,param_5,auStack_38);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_4,param_6);\n}\n\n" (function_definition "void FUN_00214090(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,long param_8)\n\n{\n undefined1 auStack_38 [32];\n \n if (param_8 != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);\n }\n if (param_7 == (param_7 & 0xffffffff)) {\n FUN_001ffe40(auStack_38);\n FUN_00213e30(param_1,param_5,auStack_38);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_4,param_6);\n}" primitive_type (function_declarator "FUN_00214090(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,long param_8)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,long param_8)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "ulong param_7" type_identifier identifier) , (parameter_declaration "long param_8" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined1 auStack_38 [32];\n \n if (param_8 != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);\n }\n if (param_7 == (param_7 & 0xffffffff)) {\n FUN_001ffe40(auStack_38);\n FUN_00213e30(param_1,param_5,auStack_38);\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_4,param_6);\n}" { (declaration "undefined1 auStack_38 [32];" type_identifier (array_declarator "auStack_38 [32]" identifier [ number_literal ]) ;) (if_statement "if (param_8 != 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);\n }" if (parenthesized_expression "(param_8 != 0)" ( (binary_expression "param_8 != 0" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);\n }" { comment (expression_statement "FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);" (call_expression "FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6)" identifier (argument_list "("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""add_local_generic"" " string_content ") , identifier , identifier ))) ;) })) (if_statement "if (param_7 == (param_7 & 0xffffffff)) {\n FUN_001ffe40(auStack_38);\n FUN_00213e30(param_1,param_5,auStack_38);\n return;\n }" if (parenthesized_expression "(param_7 == (param_7 & 0xffffffff))" ( (binary_expression "param_7 == (param_7 & 0xffffffff)" identifier == (parenthesized_expression "(param_7 & 0xffffffff)" ( (binary_expression "param_7 & 0xffffffff" identifier & number_literal) ))) )) (compound_statement "{\n FUN_001ffe40(auStack_38);\n FUN_00213e30(param_1,param_5,auStack_38);\n return;\n }" { (expression_statement "FUN_001ffe40(auStack_38);" (call_expression "FUN_001ffe40(auStack_38)" identifier (argument_list "(auStack_38)" ( identifier ))) ;) (expression_statement "FUN_00213e30(param_1,param_5,auStack_38);" (call_expression "FUN_00213e30(param_1,param_5,auStack_38)" identifier (argument_list "(param_1,param_5,auStack_38)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) comment (expression_statement "FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_4,param_6);" (call_expression "FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_4,param_6)" identifier (argument_list "("../../gold/gold.h",0xc0,"convert_types",param_4,param_6)" ( (string_literal ""../../gold/gold.h"" " string_content ") , number_literal , (string_literal ""convert_types"" " string_content ") , identifier , identifier ))) ;) }))) | (translation_unit "/* DWARF original prototype: void add_local_generic(Output_data_reloc<9,_false,_32,_false> * this,\n Relobj * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx, uint64_t address,\n uint64_t addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_false,_32,_false>::add_local_generic\n (Output_data_reloc<9,_false,_32,_false> *this,Relobj *relobj,uint param_2,uint type,\n Output_data *od,uint shndx,uint64_t address,uint64_t addend)\n\n{\n Output_reloc<9,_false,_32,_false> OStack_38;\n \n if (addend != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x72c,"add_local_generic");\n }\n if (address == (address & 0xffffffff)) {\n Output_reloc<9,_false,_32,_false>::Output_reloc\n (&OStack_38,(Sized_relobj<32,_false> *)relobj,param_2,type,shndx,(Address)address,\n false,false,false,false);\n Output_data_reloc_base<9,_false,_32,_false>::add\n (&this->super_Output_data_reloc_base<9,_false,_32,_false>,od,&OStack_38);\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");\n}\n\n" comment (declaration "void __thiscall\ngold::Output_data_reloc<9,_false,_32,_false>::add_local_generic\n (Output_data_reloc<9,_false,_32,_false> *this,Relobj *relobj,uint param_2,uint type,\n Output_data *od,uint shndx,uint64_t address,uint64_t addend)\n\n{\n Output_reloc<9,_false,_32,_false> OStack_38;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>::add_local_generic\n (Output_data_reloc<9,_false,_32,_false> *this,Relobj *relobj,uint param_2,uint type,\n Output_data *od,uint shndx,uint64_t address,uint64_t addend)\n\n{" identifier > : : (function_declarator "add_local_generic\n (Output_data_reloc<9,_false,_32,_false> *this,Relobj *relobj,uint param_2,uint type,\n Output_data *od,uint shndx,uint64_t address,uint64_t addend)" identifier (parameter_list "(Output_data_reloc<9,_false,_32,_false> *this,Relobj *relobj,uint param_2,uint type,\n Output_data *od,uint shndx,uint64_t address,uint64_t addend)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_32" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Relobj *relobj" type_identifier (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 "uint64_t address" primitive_type identifier) , (parameter_declaration "uint64_t addend" primitive_type identifier) ))) {) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_false>" identifier >) identifier ;) (if_statement "if (addend != 0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x72c,"add_local_generic");\n }" if (parenthesized_expression "(addend != 0)" ( (binary_expression "addend != 0" identifier != number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x72c,"add_local_generic");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x72c,"add_local_generic");" (call_expression "do_gold_unreachable("../../gold/output.h",0x72c,"add_local_generic")" identifier (argument_list "("../../gold/output.h",0x72c,"add_local_generic")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""add_local_generic"" " string_content ") ))) ;) })) (if_statement "if (address == (address & 0xffffffff)) {\n Output_reloc<9,_false,_32,_false>::Output_reloc\n (&OStack_38,(Sized_relobj<32,_false> *)relobj,param_2,type,shndx,(Address)address,\n false,false,false,false);\n Output_data_reloc_base<9,_false,_32,_false>::add\n (&this->super_Output_data_reloc_base<9,_false,_32,_false>,od,&OStack_38);\n return;\n }" if (parenthesized_expression "(address == (address & 0xffffffff))" ( (binary_expression "address == (address & 0xffffffff)" identifier == (parenthesized_expression "(address & 0xffffffff)" ( (binary_expression "address & 0xffffffff" identifier & number_literal) ))) )) (compound_statement "{\n Output_reloc<9,_false,_32,_false>::Output_reloc\n (&OStack_38,(Sized_relobj<32,_false> *)relobj,param_2,type,shndx,(Address)address,\n false,false,false,false);\n Output_data_reloc_base<9,_false,_32,_false>::add\n (&this->super_Output_data_reloc_base<9,_false,_32,_false>,od,&OStack_38);\n return;\n }" { (expression_statement "Output_reloc<9,_false,_32,_false>::Output_reloc\n (&OStack_38,(Sized_relobj<32,_false> *)relobj,param_2,type,shndx,(Address)address,\n false,false,false,false);" (comma_expression "Output_reloc<9,_false,_32,_false>::Output_reloc\n (&OStack_38,(Sized_relobj<32,_false> *)relobj,param_2,type,shndx,(Address)address,\n false,false,false,false)" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_false,_32,_false>::Output_reloc\n (&OStack_38,(Sized_relobj<32,_false> *)relobj,param_2,type,shndx,(Address)address,\n false,false,false,false)" identifier , (comma_expression "_32,_false>::Output_reloc\n (&OStack_38,(Sized_relobj<32,_false> *)relobj,param_2,type,shndx,(Address)address,\n false,false,false,false)" identifier , (binary_expression "_false>::Output_reloc\n (&OStack_38,(Sized_relobj<32,_false> *)relobj,param_2,type,shndx,(Address)address,\n false,false,false,false)" identifier > (ERROR "::" : :) (call_expression "Output_reloc\n (&OStack_38,(Sized_relobj<32,_false> *)relobj,param_2,type,shndx,(Address)address,\n false,false,false,false)" identifier (argument_list "(&OStack_38,(Sized_relobj<32,_false> *)relobj,param_2,type,shndx,(Address)address,\n false,false,false,false)" ( (pointer_expression "&OStack_38" & identifier) , (parenthesized_expression "(Sized_relobj<32,_false> *)relobj,param_2,type,shndx,(Address)address,\n false,false,false,false)" ( (comma_expression "Sized_relobj<32,_false> *)relobj,param_2,type,shndx,(Address)address,\n false,false,false,false" (binary_expression "Sized_relobj<32" identifier < number_literal) , (comma_expression "_false> *)relobj,param_2,type,shndx,(Address)address,\n false,false,false,false" (binary_expression "_false> *)relobj" identifier > (pointer_expression "*)relobj" * (ERROR ")" )) identifier)) , (comma_expression "param_2,type,shndx,(Address)address,\n false,false,false,false" identifier , (comma_expression "type,shndx,(Address)address,\n false,false,false,false" identifier , (comma_expression "shndx,(Address)address,\n false,false,false,false" identifier , (comma_expression "(Address)address,\n false,false,false,false" (cast_expression "(Address)address" ( (type_descriptor "Address" type_identifier) ) identifier) , (comma_expression "false,false,false,false" false , (comma_expression "false,false,false" false , (comma_expression "false,false" false , false))))))))) )) ))))))) ;) (expression_statement "Output_data_reloc_base<9,_false,_32,_false>::add\n (&this->super_Output_data_reloc_base<9,_false,_32,_false>,od,&OStack_38);" (comma_expression "Output_data_reloc_base<9,_false,_32,_false>::add\n (&this->super_Output_data_reloc_base<9,_false,_32,_false>,od,&OStack_38)" (binary_expression "Output_data_reloc_base<9" identifier < number_literal) , (comma_expression "_false,_32,_false>::add\n (&this->super_Output_data_reloc_base<9,_false,_32,_false>,od,&OStack_38)" identifier , (comma_expression "_32,_false>::add\n (&this->super_Output_data_reloc_base<9,_false,_32,_false>,od,&OStack_38)" identifier , (binary_expression "_false>::add\n (&this->super_Output_data_reloc_base<9,_false,_32,_false>,od,&OStack_38)" identifier > (ERROR "::" : :) (call_expression "add\n (&this->super_Output_data_reloc_base<9,_false,_32,_false>,od,&OStack_38)" identifier (argument_list "(&this->super_Output_data_reloc_base<9,_false,_32,_false>,od,&OStack_38)" ( (binary_expression "&this->super_Output_data_reloc_base<9" (pointer_expression "&this->super_Output_data_reloc_base" & (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier)) < number_literal) , identifier , identifier , identifier (ERROR ">" >) , identifier , (pointer_expression "&OStack_38" & identifier) ))))))) ;) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types");" (call_expression "do_gold_unreachable("../../gold/gold.h",0xc0,"convert_types")" identifier (argument_list "("../../gold/gold.h",0xc0,"convert_types")" ( (string_literal ""../../gold/gold.h"" " string_content ") , number_literal , (string_literal ""convert_types"" " string_content ") ))) ;) (ERROR "}" })) | (translation_unit "void FUN_00214090(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,long param_8)\n\n{\n undefined1 auStack_38 [32];\n \n if (param_8 != 0) {\n \n FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);\n }\n if (param_7 == (param_7 & 0xffffffff)) {\n FUN_001ffe40(auStack_38);\n FUN_00213e30(param_1,param_5,auStack_38);\n return;\n }\n \n FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_4,param_6);\n}\n\n" (function_definition "void FUN_00214090(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,long param_8)\n\n{\n undefined1 auStack_38 [32];\n \n if (param_8 != 0) {\n \n FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);\n }\n if (param_7 == (param_7 & 0xffffffff)) {\n FUN_001ffe40(auStack_38);\n FUN_00213e30(param_1,param_5,auStack_38);\n return;\n }\n \n FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_4,param_6);\n}" primitive_type (function_declarator "FUN_00214090(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,long param_8)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,long param_8)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "ulong param_7" type_identifier identifier) , (parameter_declaration "long param_8" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined1 auStack_38 [32];\n \n if (param_8 != 0) {\n \n FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);\n }\n if (param_7 == (param_7 & 0xffffffff)) {\n FUN_001ffe40(auStack_38);\n FUN_00213e30(param_1,param_5,auStack_38);\n return;\n }\n \n FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_4,param_6);\n}" { (declaration "undefined1 auStack_38 [32];" type_identifier (array_declarator "auStack_38 [32]" identifier [ number_literal ]) ;) (if_statement "if (param_8 != 0) {\n \n FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);\n }" if (parenthesized_expression "(param_8 != 0)" ( (binary_expression "param_8 != 0" identifier != number_literal) )) (compound_statement "{\n \n FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);\n }" { (expression_statement "FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);" (call_expression "FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6)" identifier (argument_list "("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6)" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""add_local_generic"" " string_content ") , identifier , identifier ))) ;) })) (if_statement "if (param_7 == (param_7 & 0xffffffff)) {\n FUN_001ffe40(auStack_38);\n FUN_00213e30(param_1,param_5,auStack_38);\n return;\n }" if (parenthesized_expression "(param_7 == (param_7 & 0xffffffff))" ( (binary_expression "param_7 == (param_7 & 0xffffffff)" identifier == (parenthesized_expression "(param_7 & 0xffffffff)" ( (binary_expression "param_7 & 0xffffffff" identifier & number_literal) ))) )) (compound_statement "{\n FUN_001ffe40(auStack_38);\n FUN_00213e30(param_1,param_5,auStack_38);\n return;\n }" { (expression_statement "FUN_001ffe40(auStack_38);" (call_expression "FUN_001ffe40(auStack_38)" identifier (argument_list "(auStack_38)" ( identifier ))) ;) (expression_statement "FUN_00213e30(param_1,param_5,auStack_38);" (call_expression "FUN_00213e30(param_1,param_5,auStack_38)" identifier (argument_list "(param_1,param_5,auStack_38)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_4,param_6);" (call_expression "FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_4,param_6)" identifier (argument_list "("../../gold/gold.h",0xc0,"convert_types",param_4,param_6)" ( (string_literal ""../../gold/gold.h"" " string_content ") , number_literal , (string_literal ""convert_types"" " string_content ") , identifier , identifier ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT , IDENT ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (parenthesized_expression ( (binary_expression IDENT & LIT) ))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") , IDENT , IDENT ))) ;) }))) | (function_definition "void FUN_00214090(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,long param_8)\n\n{\n undefined1 auStack_38 [32];\n \n if (param_8 != 0) {\n \n FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);\n }\n if (param_7 == (param_7 & 0xffffffff)) {\n FUN_001ffe40(auStack_38);\n FUN_00213e30(param_1,param_5,auStack_38);\n return;\n }\n \n FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_4,param_6);\n}" (primitive_type "void") (function_declarator "FUN_00214090(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,long param_8)" (identifier "FUN_00214090") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,ulong param_7,long param_8)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) (, ",") (parameter_declaration "ulong param_7" (type_identifier "ulong") (identifier "param_7")) (, ",") (parameter_declaration "long param_8" (sized_type_specifier "long" (long "long")) (identifier "param_8")) () ")"))) (compound_statement "{\n undefined1 auStack_38 [32];\n \n if (param_8 != 0) {\n \n FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);\n }\n if (param_7 == (param_7 & 0xffffffff)) {\n FUN_001ffe40(auStack_38);\n FUN_00213e30(param_1,param_5,auStack_38);\n return;\n }\n \n FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_4,param_6);\n}" ({ "{") (declaration "undefined1 auStack_38 [32];" (type_identifier "undefined1") (array_declarator "auStack_38 [32]" (identifier "auStack_38") ([ "[") (number_literal "32") (] "]")) (; ";")) (if_statement "if (param_8 != 0) {\n \n FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);\n }" (if "if") (parenthesized_expression "(param_8 != 0)" (( "(") (binary_expression "param_8 != 0" (identifier "param_8") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);" (call_expression "FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6)" (identifier "FUN_0017c650") (argument_list "("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6)" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x72c") (, ",") (string_literal ""add_local_generic"" (" """) (string_content "add_local_generic") (" """)) (, ",") (identifier "param_4") (, ",") (identifier "param_6") () ")"))) (; ";")) (} "}"))) (if_statement "if (param_7 == (param_7 & 0xffffffff)) {\n FUN_001ffe40(auStack_38);\n FUN_00213e30(param_1,param_5,auStack_38);\n return;\n }" (if "if") (parenthesized_expression "(param_7 == (param_7 & 0xffffffff))" (( "(") (binary_expression "param_7 == (param_7 & 0xffffffff)" (identifier "param_7") (== "==") (parenthesized_expression "(param_7 & 0xffffffff)" (( "(") (binary_expression "param_7 & 0xffffffff" (identifier "param_7") (& "&") (number_literal "0xffffffff")) () ")"))) () ")")) (compound_statement "{\n FUN_001ffe40(auStack_38);\n FUN_00213e30(param_1,param_5,auStack_38);\n return;\n }" ({ "{") (expression_statement "FUN_001ffe40(auStack_38);" (call_expression "FUN_001ffe40(auStack_38)" (identifier "FUN_001ffe40") (argument_list "(auStack_38)" (( "(") (identifier "auStack_38") () ")"))) (; ";")) (expression_statement "FUN_00213e30(param_1,param_5,auStack_38);" (call_expression "FUN_00213e30(param_1,param_5,auStack_38)" (identifier "FUN_00213e30") (argument_list "(param_1,param_5,auStack_38)" (( "(") (identifier "param_1") (, ",") (identifier "param_5") (, ",") (identifier "auStack_38") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_4,param_6);" (call_expression "FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_4,param_6)" (identifier "FUN_0017c650") (argument_list "("../../gold/gold.h",0xc0,"convert_types",param_4,param_6)" (( "(") (string_literal ""../../gold/gold.h"" (" """) (string_content "../../gold/gold.h") (" """)) (, ",") (number_literal "0xc0") (, ",") (string_literal ""convert_types"" (" """) (string_content "convert_types") (" """)) (, ",") (identifier "param_4") (, ",") (identifier "param_6") () ")"))) (; ";")) (} "}"))) |
/* DWARF original prototype: void add_local_generic(Output_data_reloc<9,_false,_32,_false> * this,
Relobj * relobj, uint local_sym_index, uint type, Output_data * od, uint shndx, uint64_t address,
uint64_t addend) */
void __thiscall
gold::Output_data_reloc<9,var_5,_32,var_5>::add_local_generic
(Output_data_reloc<9,var_5,_32,var_5> *this,Relobj *relobj,uint param_2,uint type,
Output_data *od,uint shndx,uint64_t var_3,uint64_t var_1)
{
var_4<9,var_5,_32,var_5> OStack_38;
if (var_1 != 0) {
/* WARNING: Subroutine does not return */
var_2("../../gold/output.h",0x72c,"add_local_generic");
}
if (var_3 == (var_3 & 0xffffffff)) {
var_4<9,var_5,_32,var_5>::var_4
(&OStack_38,(var_6<32,var_5> *)relobj,param_2,type,shndx,(type_1)var_3,
false,false,false,false);
var_7<9,var_5,_32,var_5>::var_8
(&this->super_Output_data_reloc_base<9,var_5,_32,var_5>,od,&OStack_38);
return;
}
/* WARNING: Subroutine does not return */
var_2("../../gold/gold.h",0xc0,"convert_types");
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier) (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)) (identifier) (identifier))))))) | null |
void MASKED(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined4 param_6,ulong param_7,long param_8)
{
undefined1 auStack_38 [32];
if (param_8 != 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/output.h",0x72c,"add_local_generic",param_4,param_6);
}
if (param_7 == (param_7 & 0xffffffff)) {
FUN_001ffe40(auStack_38);
FUN_00213e30(param_1,param_5,auStack_38);
return;
}
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/gold.h",0xc0,"convert_types",param_4,param_6);
}
|
790_i686-gnu-ld_and_i686-gnu-ld_strip.c | bfd_set_gp_size | bfd_set_gp_size |
/* WARNING: Control flow encountered bad instruction data */
void bfd_set_gp_size(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_set_gp_size(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207581606')] | [('const-1', u'RETURN_-1207581606')] | null | null | 001ac450 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_set_gp_size(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_set_gp_size(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_set_gp_size(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_set_gp_size(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_set_gp_size(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_set_gp_size(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void bfd_set_gp_size(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_set_gp_size(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_set_gp_size(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_set_gp_size(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_set_gp_size(void)" (identifier "bfd_set_gp_size") (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();
}
|
1765_openssl_and_openssl_strip.c | X509_sign | X509_sign |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int X509_sign(X509 *x,EVP_PKEY *pkey,EVP_MD *md)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* X509_sign@@OPENSSL_1_1_0 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int X509_sign(X509 *x,EVP_PKEY *pkey,EVP_MD *md)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207668270')] | [('const-1', u'RETURN_-1207668270')] | null | null | 001b71c8 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint X509_sign(X509 *x,EVP_PKEY *pkey,EVP_MD *md)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int X509_sign(X509 *x,EVP_PKEY *pkey,EVP_MD *md)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "X509_sign(X509 *x,EVP_PKEY *pkey,EVP_MD *md)" identifier (parameter_list "(X509 *x,EVP_PKEY *pkey,EVP_MD *md)" ( (parameter_declaration "X509 *x" type_identifier (pointer_declarator "*x" * identifier)) , (parameter_declaration "EVP_PKEY *pkey" type_identifier (pointer_declarator "*pkey" * identifier)) , (parameter_declaration "EVP_MD *md" type_identifier (pointer_declarator "*md" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint X509_sign(X509 *x,EVP_PKEY *pkey,EVP_MD *md)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* X509_sign@@OPENSSL_1_1_0 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int X509_sign(X509 *x,EVP_PKEY *pkey,EVP_MD *md)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* X509_sign@@OPENSSL_1_1_0 */\n halt_baddata();\n}" primitive_type (function_declarator "X509_sign(X509 *x,EVP_PKEY *pkey,EVP_MD *md)" identifier (parameter_list "(X509 *x,EVP_PKEY *pkey,EVP_MD *md)" ( (parameter_declaration "X509 *x" type_identifier (pointer_declarator "*x" * identifier)) , (parameter_declaration "EVP_PKEY *pkey" type_identifier (pointer_declarator "*pkey" * identifier)) , (parameter_declaration "EVP_MD *md" type_identifier (pointer_declarator "*md" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* X509_sign@@OPENSSL_1_1_0 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "int X509_sign(X509 *x,EVP_PKEY *pkey,EVP_MD *md)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int X509_sign(X509 *x,EVP_PKEY *pkey,EVP_MD *md)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "X509_sign(X509 *x,EVP_PKEY *pkey,EVP_MD *md)" identifier (parameter_list "(X509 *x,EVP_PKEY *pkey,EVP_MD *md)" ( (parameter_declaration "X509 *x" type_identifier (pointer_declarator "*x" * identifier)) , (parameter_declaration "EVP_PKEY *pkey" type_identifier (pointer_declarator "*pkey" * identifier)) , (parameter_declaration "EVP_MD *md" type_identifier (pointer_declarator "*md" * 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)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int X509_sign(X509 *x,EVP_PKEY *pkey,EVP_MD *md)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "X509_sign(X509 *x,EVP_PKEY *pkey,EVP_MD *md)" (identifier "X509_sign") (parameter_list "(X509 *x,EVP_PKEY *pkey,EVP_MD *md)" (( "(") (parameter_declaration "X509 *x" (type_identifier "X509") (pointer_declarator "*x" (* "*") (identifier "x"))) (, ",") (parameter_declaration "EVP_PKEY *pkey" (type_identifier "EVP_PKEY") (pointer_declarator "*pkey" (* "*") (identifier "pkey"))) (, ",") (parameter_declaration "EVP_MD *md" (type_identifier "EVP_MD") (pointer_declarator "*md" (* "*") (identifier "md"))) () ")"))) (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 *x,type_2 *pkey,type_3 *md)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* X509_sign@@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: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(X509 *x,EVP_PKEY *pkey,EVP_MD *md)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
22_x86_64-linux-gnux32-gprof_and_x86_64-linux-gnux32-gprof_strip.c | stpcpy | stpcpy |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * stpcpy(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)();
return pcVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * stpcpy(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)();
return pcVar1;
}
| JMP qword ptr [0x001180b0] | null | null | null | null | [(u'CALLIND_-1206967960', u'CAST_-1206967891'), (u'CAST_-1206967891', u'RETURN_-1206967957'), ('tmp_38', u'CAST_-1206967892'), ('const-0', u'RETURN_-1206967957'), (u'CAST_-1206967892', u'CALLIND_-1206967960'), (u'CALLIND_-1206967960', u'INDIRECT_-1206967897'), (u'INDIRECT_-1206967897', u'COPY_-1206967956')] | [(u'CALLIND_-1206967960', u'CAST_-1206967891'), (u'CAST_-1206967891', u'RETURN_-1206967957'), ('tmp_38', u'CAST_-1206967892'), ('const-0', u'RETURN_-1206967957'), (u'CAST_-1206967892', u'CALLIND_-1206967960'), (u'CALLIND_-1206967960', u'INDIRECT_-1206967897'), (u'INDIRECT_-1206967897', u'COPY_-1206967956')] | null | null | 00102160 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * stpcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)();\n return pcVar1;\n}\n\n" comment (function_definition "char * stpcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* stpcpy(char *__dest,char *__src)" * (function_declarator "stpcpy(char *__dest,char *__src)" identifier (parameter_list "(char *__dest,char *__src)" ( (parameter_declaration "char *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "char *__src" primitive_type (pointer_declarator "*__src" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)()" identifier = (cast_expression "(char *)(*(code *)PTR_stpcpy_001180b0)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_stpcpy_001180b0)()" (parenthesized_expression "(*(code *)PTR_stpcpy_001180b0)" ( (pointer_expression "*(code *)PTR_stpcpy_001180b0" * (cast_expression "(code *)PTR_stpcpy_001180b0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nchar * stpcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)();\n return pcVar1;\n}\n\n" comment (function_definition "char * stpcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* stpcpy(char *__dest,char *__src)" * (function_declarator "stpcpy(char *__dest,char *__src)" identifier (parameter_list "(char *__dest,char *__src)" ( (parameter_declaration "char *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "char *__src" primitive_type (pointer_declarator "*__src" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)()" identifier = (cast_expression "(char *)(*(code *)PTR_stpcpy_001180b0)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_stpcpy_001180b0)()" (parenthesized_expression "(*(code *)PTR_stpcpy_001180b0)" ( (pointer_expression "*(code *)PTR_stpcpy_001180b0" * (cast_expression "(code *)PTR_stpcpy_001180b0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) }))) | (translation_unit "char * stpcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)();\n return pcVar1;\n}\n\n" (function_definition "char * stpcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)();\n return pcVar1;\n}" primitive_type (pointer_declarator "* stpcpy(char *__dest,char *__src)" * (function_declarator "stpcpy(char *__dest,char *__src)" identifier (parameter_list "(char *__dest,char *__src)" ( (parameter_declaration "char *__dest" primitive_type (pointer_declarator "*__dest" * identifier)) , (parameter_declaration "char *__src" primitive_type (pointer_declarator "*__src" * identifier)) )))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)();\n return pcVar1;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (expression_statement "pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)()" identifier = (cast_expression "(char *)(*(code *)PTR_stpcpy_001180b0)()" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_stpcpy_001180b0)()" (parenthesized_expression "(*(code *)PTR_stpcpy_001180b0)" ( (pointer_expression "*(code *)PTR_stpcpy_001180b0" * (cast_expression "(code *)PTR_stpcpy_001180b0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return pcVar1;" return identifier ;) }))) | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))))) ;) (return_statement return IDENT ;) }))) | (function_definition "char * stpcpy(char *__dest,char *__src)\n\n{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)();\n return pcVar1;\n}" (primitive_type "char") (pointer_declarator "* stpcpy(char *__dest,char *__src)" (* "*") (function_declarator "stpcpy(char *__dest,char *__src)" (identifier "stpcpy") (parameter_list "(char *__dest,char *__src)" (( "(") (parameter_declaration "char *__dest" (primitive_type "char") (pointer_declarator "*__dest" (* "*") (identifier "__dest"))) (, ",") (parameter_declaration "char *__src" (primitive_type "char") (pointer_declarator "*__src" (* "*") (identifier "__src"))) () ")")))) (compound_statement "{\n char *pcVar1;\n \n pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)();\n return pcVar1;\n}" ({ "{") (declaration "char *pcVar1;" (primitive_type "char") (pointer_declarator "*pcVar1" (* "*") (identifier "pcVar1")) (; ";")) (expression_statement "pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)();" (assignment_expression "pcVar1 = (char *)(*(code *)PTR_stpcpy_001180b0)()" (identifier "pcVar1") (= "=") (cast_expression "(char *)(*(code *)PTR_stpcpy_001180b0)()" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_stpcpy_001180b0)()" (parenthesized_expression "(*(code *)PTR_stpcpy_001180b0)" (( "(") (pointer_expression "*(code *)PTR_stpcpy_001180b0" (* "*") (cast_expression "(code *)PTR_stpcpy_001180b0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_stpcpy_001180b0"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return pcVar1;" (return "return") (identifier "pcVar1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * function_1(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(type_1 *)PTR_stpcpy_001180b0)();
return pcVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))))) (return_statement (identifier))))) | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
char * MASKED(char *__dest,char *__src)
{
char *pcVar1;
pcVar1 = (char *)(*(code *)PTR_MASKED_001180b0)();
return pcVar1;
}
|
91_bc_and_bc_strip.c | yyget_debug | FUN_00106280 |
/* WARNING: Unknown calling convention */
int yyget_debug(void)
{
return yy_flex_debug;
}
|
undefined4 FUN_00106280(void)
{
return DAT_00118340;
}
| MOV EAX,dword ptr [0x00118340]
RET | null | null | null | null | [('const-0', u'RETURN_-1206951276'), ('tmp_31', u'COPY_-1206951282'), (u'COPY_-1206951282', u'RETURN_-1206951276'), ('tmp_31', u'COPY_-1206951277')] | [('const-0', u'RETURN_-1206951276'), ('tmp_27', u'COPY_-1206951280'), ('tmp_27', u'COPY_-1206951284'), (u'COPY_-1206951284', u'RETURN_-1206951276')] | null | null | 00106280 | x64 | O2 | (translation_unit "undefined4 FUN_00106280(void)\n\n{\n return DAT_00118340;\n}\n\n" (function_definition "undefined4 FUN_00106280(void)\n\n{\n return DAT_00118340;\n}" type_identifier (function_declarator "FUN_00106280(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return DAT_00118340;\n}" { (return_statement "return DAT_00118340;" return identifier ;) }))) | (translation_unit "/* WARNING: Unknown calling convention */\n\nint yyget_debug(void)\n\n{\n return yy_flex_debug;\n}\n\n" comment (function_definition "int yyget_debug(void)\n\n{\n return yy_flex_debug;\n}" primitive_type (function_declarator "yyget_debug(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return yy_flex_debug;\n}" { (return_statement "return yy_flex_debug;" return identifier ;) }))) | (translation_unit "undefined4 FUN_00106280(void)\n\n{\n return DAT_00118340;\n}\n\n" (function_definition "undefined4 FUN_00106280(void)\n\n{\n return DAT_00118340;\n}" type_identifier (function_declarator "FUN_00106280(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n return DAT_00118340;\n}" { (return_statement "return DAT_00118340;" return identifier ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (return_statement return IDENT ;) }))) | (function_definition "undefined4 FUN_00106280(void)\n\n{\n return DAT_00118340;\n}" (type_identifier "undefined4") (function_declarator "FUN_00106280(void)" (identifier "FUN_00106280") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n return DAT_00118340;\n}" ({ "{") (return_statement "return DAT_00118340;" (return "return") (identifier "DAT_00118340") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention */
int function_1(void)
{
return yy_flex_debug;
}
| 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 (identifier))))) | null |
undefined4 MASKED(void)
{
return DAT_00118340;
}
|
6756_aarch64-linux-gnu-dwp_and_aarch64-linux-gnu-dwp_strip.c | compute_bucket_count | FUN_0029a200 |
/* WARNING: Enum "DT": Some values do not have unique names */
uint gold::Dynobj::compute_bucket_count
(vector<unsigned_int,_std::allocator<unsigned_int>_> *hashcodes,
bool for_gnu_hash_table)
{
uint uVar1;
uint uVar2;
uint *puVar3;
uint uVar4;
if (parameters->options_ == (General_options *)0x0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/parameters.h",0x5c,"options");
}
puVar3 = (uint *)(compute_bucket_count(std::vector<unsigned_int,std::allocator<unsigned_int>>const&,bool)
::buckets + 4);
uVar1 = 1;
uVar4 = 1;
while (uVar2 = uVar1,
(double)uVar2 * (DAT_00377cc8 - (parameters->options_->hash_bucket_empty_fraction_).value)
<= (double)((long)(hashcodes->
super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.
_M_finish -
(long)(hashcodes->
super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.
_M_start >> 2 & 0xffffffff)) {
if (puVar3 == (uint *)&DAT_0038be6c) {
return uVar2;
}
uVar1 = *puVar3;
puVar3 = puVar3 + 1;
uVar4 = uVar2;
}
if ((uVar4 < 2) && (for_gnu_hash_table)) {
return 2;
}
return uVar4;
}
|
uint FUN_0029a200(long *param_1,char param_2)
{
uint uVar1;
uint uVar2;
uint *puVar3;
uint uVar4;
if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x5c,"options");
}
puVar3 = &DAT_0038be24;
uVar1 = 1;
uVar4 = 1;
while (uVar2 = uVar1,
(double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=
(double)(param_1[1] - *param_1 >> 2 & 0xffffffff)) {
if (puVar3 == (uint *)&DAT_0038be6c) {
return uVar2;
}
uVar1 = *puVar3;
puVar3 = puVar3 + 1;
uVar4 = uVar2;
}
if ((uVar4 < 2) && (param_2 != '\0')) {
return 2;
}
return uVar4;
}
| MOV RDX,qword ptr [0x0043e6b0]
MOV RAX,qword ptr [RDI + 0x8]
SUB RAX,qword ptr [RDI]
MOV RDX,qword ptr [RDX + 0x10]
SAR RAX,0x2
TEST RDX,RDX
JZ 0x0029a28b
MOV EAX,EAX
PXOR XMM1,XMM1
LEA RCX,[0x38be24]
MOVSD XMM2,qword ptr [0x00377cc8]
CVTSI2SD XMM1,RAX
SUBSD XMM2,qword ptr [RDX + 0x2ba0]
MOV EAX,0x1
MOV EDI,0x1
LEA R8,[RCX + 0x48]
JMP 0x0029a25f
CMP RCX,R8
JZ 0x0029a283
MOV EDX,dword ptr [RCX]
MOV EDI,EAX
ADD RCX,0x4
MOV EAX,EDX
MOV EDX,EAX
PXOR XMM0,XMM0
CVTSI2SD XMM0,RDX
MULSD XMM0,XMM2
COMISD XMM0,XMM1
JBE 0x0029a250
CMP EDI,0x1
JA 0x0029a288
MOV EAX,0x2
TEST SIL,SIL
JZ 0x0029a288
RET
MOV EAX,EDI
RET
PUSH RAX
LEA RDX,[0x38bd18]
MOV ESI,0x5c
LEA RDI,[0x3726d0]
CALL 0x0017c650 | null | null | null | null | [('const-0', u'PTRSUB_-1204378736'), ('const-433', u'LOAD_-1204378911'), (u'INT_ZEXT_-1204378798', u'INT2FLOAT_-1204378900'), (u'COPY_-1204378700', u'COPY_-1204378700'), ('const-0', u'PTRSUB_-1204378742'), (u'INT2FLOAT_-1204378965', u'FLOAT_LESSEQUAL_-1204378680'), (u'PTRSUB_-1204378742', u'PTRSUB_-1204378733'), (u'CAST_-1204378646', u'INT_EQUAL_-1204378913'), ('tmp_283', u'CBRANCH_-1204378905'), (u'COPY_-1204378700', u'MULTIEQUAL_-1204378687'), (u'FLOAT_LESSEQUAL_-1204378680', u'CBRANCH_-1204378923'), ('tmp_435', u'PTRSUB_-1204378736'), ('const-2', u'INT_SRIGHT_-1204379066'), ('const-0', u'INT_EQUAL_-1204379046'), (u'INT_EQUAL_-1204379046', u'CBRANCH_-1204379044'), (u'PTRSUB_-1204378718', u'PTRADD_-1204378972'), (u'MULTIEQUAL_-1204378762', u'LOAD_-1204378911'), ('tmp_859', u'PTRSUB_-1204378732'), ('tmp_311', u'CBRANCH_-1204378884'), (u'CAST_-1204378652', u'COPY_-1204378724'), (u'COPY_-1204378722', u'MULTIEQUAL_-1204378691'), (u'COPY_-1204378703', u'MULTIEQUAL_-1204378691'), (u'INT_EQUAL_-1204378913', u'CBRANCH_-1204378911'), ('const-0', u'RETURN_-1204378679'), (u'CAST_-1204378718', u'INT_SUB_-1204379096'), (u'PTRSUB_-1204378729', u'LOAD_-1204379125'), ('tmp_207', u'BRANCH_-1204378980'), (u'MULTIEQUAL_-1204378762', u'INT_EQUAL_-1204378913'), (u'MULTIEQUAL_-1204378691', u'COPY_-1204378700'), (u'COPY_-1204378659', u'CALL_-1204378808'), (u'COPY_-1204378774', u'COPY_-1204378719'), (u'COPY_-1204378700', u'INT_ZEXT_-1204378798'), ('const-0', u'PTRSUB_-1204378724'), (u'MULTIEQUAL_-1204378687', u'INT_LESS_-1204378897'), (u'MULTIEQUAL_-1204378762', u'PTRADD_-1204378655'), ('const-0', u'RETURN_-1204378862'), ('tmp_436', u'CBRANCH_-1204378884'), ('const-433', u'LOAD_-1204379103'), ('tmp_860', u'COPY_-1204378690'), ('tmp_435', u'PTRSUB_-1204378742'), (u'PTRSUB_-1204378692', u'PTRSUB_-1204378684'), (u'FLOAT_SUB_-1204378961', u'FLOAT_MULT_-1204378899'), (u'PTRSUB_-1204378733', u'PTRSUB_-1204378729'), ('const-1', u'PTRADD_-1204378972'), ('const-3718688', u'PTRSUB_-1204378718'), ('const-0', u'PTRSUB_-1204378670'), ('tmp_860', u'COPY_-1204378693'), (u'COPY_-1204378705', u'MULTIEQUAL_-1204378762'), (u'PTRSUB_-1204378684', u'LOAD_-1204379010'), (u'PTRADD_-1204378972', u'CAST_-1204378652'), (u'PTRSUB_-1204378724', u'LOAD_-1204379115'), (u'MULTIEQUAL_-1204378687', u'COPY_-1204378790'), (u'PTRSUB_-1204378736', u'PTRSUB_-1204378727'), (u'LOAD_-1204379115', u'CAST_-1204378717'), ('const-1', u'COPY_-1204378777'), ('tmp_860', u'COPY_-1204378701'), ('const-4', u'PTRADD_-1204378972'), ('const-104', u'PTRSUB_-1204378684'), ('tmp_359', u'CBRANCH_-1204378911'), ('const-3718424', u'COPY_-1204378658'), (u'COPY_-1204378719', u'MULTIEQUAL_-1204378687'), (u'COPY_-1204378724', u'MULTIEQUAL_-1204378762'), (u'LOAD_-1204378911', u'COPY_-1204378703'), ('const-92', u'CALL_-1204378808'), ('const-0', u'PTRSUB_-1204378718'), (u'CAST_-1204378717', u'INT_SUB_-1204379096'), ('const-1', u'COPY_-1204378774'), ('const-3614416', u'COPY_-1204378659'), ('tmp_172', u'CBRANCH_-1204379044'), (u'LOAD_-1204379010', u'FLOAT_SUB_-1204378961'), (u'PTRSUB_-1204378670', u'CAST_-1204378646'), (u'CALL_-1204378808', u'INDIRECT_-1204378614'), (u'COPY_-1204378777', u'COPY_-1204378722'), (u'LOAD_-1204379125', u'CAST_-1204378718'), ('const-2', u'INT_LESS_-1204378897'), (u'INDIRECT_-1204378610', u'COPY_-1204378667'), (u'PTRSUB_-1204378727', u'PTRSUB_-1204378724'), (u'INDIRECT_-1204378614', u'COPY_-1204378671'), ('const-8', u'PTRSUB_-1204378729'), ('const-16', u'PTRSUB_-1204378732'), (u'INT_SRIGHT_-1204379066', u'INT_AND_-1204378873'), ('tmp_859', u'COPY_-1204378689'), ('tmp_859', u'COPY_-1204378689'), ('const-4', u'PTRADD_-1204378655'), (u'INT2FLOAT_-1204378900', u'FLOAT_MULT_-1204378899'), (u'CALL_-1204378808', u'INDIRECT_-1204378610'), (u'PTRADD_-1204378655', u'COPY_-1204378705'), (u'COPY_-1204378658', u'CALL_-1204378808'), (u'LOAD_-1204379103', u'INT_EQUAL_-1204379046'), (u'FLOAT_MULT_-1204378899', u'FLOAT_LESSEQUAL_-1204378680'), (u'INT_LESS_-1204378897', u'CBRANCH_-1204378905'), ('const-3718764', u'PTRSUB_-1204378670'), (u'COPY_-1204378790', u'RETURN_-1204378862'), (u'COPY_-1204378700', u'COPY_-1204378691'), ('const-11064', u'PTRSUB_-1204378692'), ('const-1', u'PTRADD_-1204378655'), ('const-0', u'RETURN_-1204378874'), (u'PTRSUB_-1204378732', u'LOAD_-1204379103'), (u'INT_SUB_-1204379096', u'INT_SRIGHT_-1204379066'), ('tmp_859', u'COPY_-1204378697'), ('const-433', u'LOAD_-1204379125'), ('const-4294967295', u'INT_AND_-1204378873'), ('tmp_860', u'FLOAT_SUB_-1204378961'), (u'INT_AND_-1204378873', u'INT2FLOAT_-1204378965'), (u'COPY_-1204378691', u'RETURN_-1204378679'), ('const-0', u'PTRSUB_-1204378727'), (u'LOAD_-1204379103', u'PTRSUB_-1204378692'), ('const-1', u'RETURN_-1204378803'), ('const-2', u'COPY_-1204378798'), ('tmp_248', u'CBRANCH_-1204378923'), ('const-0', u'PTRSUB_-1204378733'), (u'COPY_-1204378798', u'RETURN_-1204378874'), ('const-433', u'LOAD_-1204379115'), ('const-433', u'LOAD_-1204379010')] | [(u'COPY_-1204378730', u'MULTIEQUAL_-1204378672'), (u'PTRSUB_-1204378667', u'CAST_-1204378655'), (u'MULTIEQUAL_-1204378764', u'LOAD_-1204378911'), (u'CAST_-1204378655', u'INT_EQUAL_-1204378913'), ('const-92', u'CALL_-1204378808'), ('const-2', u'INT_LESS_-1204378897'), (u'LOAD_-1204379115', u'INT_SUB_-1204379096'), (u'INT_AND_-1204378875', u'INT2FLOAT_-1204378965'), ('tmp_283', u'CBRANCH_-1204378905'), ('const-0', u'INT_EQUAL_-1204379046'), (u'INT_EQUAL_-1204379046', u'CBRANCH_-1204379044'), (u'MULTIEQUAL_-1204378764', u'PTRADD_-1204378657'), (u'COPY_-1204378655', u'CALL_-1204378808'), ('tmp_311', u'CBRANCH_-1204378884'), (u'LOAD_-1204379125', u'INT_SUB_-1204379096'), ('tmp_824', u'INT_NOTEQUAL_-1204378885'), (u'COPY_-1204378708', u'COPY_-1204378687'), (u'LOAD_-1204378911', u'COPY_-1204378711'), ('tmp_873', u'COPY_-1204378685'), ('const-3718692', u'PTRSUB_-1204378971'), (u'INT_EQUAL_-1204378913', u'CBRANCH_-1204378911'), ('tmp_207', u'BRANCH_-1204378980'), ('tmp_874', u'COPY_-1204378697'), (u'COPY_-1204378711', u'MULTIEQUAL_-1204378672'), ('const-433', u'LOAD_-1204379103'), ('const-4294967295', u'INT_AND_-1204378875'), (u'INT_NOTEQUAL_-1204378885', u'CBRANCH_-1204378884'), (u'INT2FLOAT_-1204378965', u'FLOAT_LESSEQUAL_-1204378684'), ('const-0', u'RETURN_-1204378862'), (u'MULTIEQUAL_-1204378670', u'COPY_-1204378687'), ('const-0', u'PTRSUB_-1204378667'), ('tmp_762', u'LOAD_-1204379115'), ('tmp_874', u'COPY_-1204378686'), ('tmp_762', u'PTRADD_-1204378740'), ('const-433', u'LOAD_-1204379115'), ('const-4', u'PTRADD_-1204378657'), ('const-1', u'PTRADD_-1204379041'), ('const-2', u'INT_SRIGHT_-1204379066'), (u'FLOAT_SUB_-1204378961', u'FLOAT_MULT_-1204378899'), (u'COPY_-1204378732', u'MULTIEQUAL_-1204378764'), (u'PTRADD_-1204378657', u'COPY_-1204378713'), (u'MULTIEQUAL_-1204378670', u'INT_LESS_-1204378897'), ('const-0', u'RETURN_-1204378675'), ('const-0', u'INT_NOTEQUAL_-1204378885'), ('const-0', u'PTRSUB_-1204378971'), (u'COPY_-1204378694', u'RETURN_-1204378874'), (u'LOAD_-1204379103', u'INT_ADD_-1204378994'), (u'COPY_-1204378654', u'CALL_-1204378808'), ('tmp_873', u'PTRADD_-1204379041'), (u'INDIRECT_-1204378618', u'COPY_-1204378675'), ('const-3614416', u'COPY_-1204378655'), ('tmp_359', u'CBRANCH_-1204378911'), ('const-433', u'LOAD_-1204378911'), ('const-3718424', u'COPY_-1204378654'), ('tmp_873', u'COPY_-1204378701'), ('tmp_874', u'COPY_-1204378705'), ('const-11168', u'INT_ADD_-1204378994'), (u'CALL_-1204378808', u'INDIRECT_-1204378618'), ('tmp_172', u'CBRANCH_-1204379044'), (u'LOAD_-1204379010', u'FLOAT_SUB_-1204378961'), (u'COPY_-1204378687', u'RETURN_-1204378862'), ('const-2', u'COPY_-1204378694'), (u'COPY_-1204378708', u'COPY_-1204378708'), (u'CALL_-1204378808', u'INDIRECT_-1204378614'), (u'FLOAT_LESSEQUAL_-1204378684', u'CBRANCH_-1204378923'), (u'COPY_-1204378759', u'COPY_-1204378730'), (u'MULTIEQUAL_-1204378672', u'COPY_-1204378708'), (u'COPY_-1204378756', u'COPY_-1204378727'), ('const-433', u'LOAD_-1204379125'), (u'CAST_-1204378683', u'LOAD_-1204379010'), (u'INDIRECT_-1204378614', u'COPY_-1204378671'), ('const-1', u'COPY_-1204378759'), (u'COPY_-1204378708', u'MULTIEQUAL_-1204378670'), (u'INT2FLOAT_-1204378900', u'FLOAT_MULT_-1204378899'), (u'LOAD_-1204379103', u'INT_EQUAL_-1204379046'), (u'COPY_-1204378727', u'MULTIEQUAL_-1204378670'), ('const-1', u'PTRADD_-1204378740'), (u'PTRSUB_-1204378971', u'COPY_-1204378732'), ('const-1', u'COPY_-1204378756'), (u'INT_LESS_-1204378897', u'CBRANCH_-1204378905'), (u'MULTIEQUAL_-1204378764', u'INT_EQUAL_-1204378913'), ('const-0', u'RETURN_-1204378874'), ('const-3718764', u'PTRSUB_-1204378667'), (u'INT_SUB_-1204379096', u'INT_SRIGHT_-1204379066'), ('const-433', u'LOAD_-1204379010'), (u'INT_ADD_-1204378994', u'CAST_-1204378683'), (u'FLOAT_MULT_-1204378899', u'FLOAT_LESSEQUAL_-1204378684'), ('const-8', u'PTRADD_-1204378740'), (u'PTRADD_-1204379041', u'CAST_-1204378723'), (u'COPY_-1204378708', u'INT_ZEXT_-1204378702'), (u'INT_SRIGHT_-1204379066', u'INT_AND_-1204378875'), ('tmp_873', u'COPY_-1204378693'), (u'COPY_-1204378687', u'RETURN_-1204378675'), ('tmp_874', u'FLOAT_SUB_-1204378961'), (u'PTRADD_-1204378740', u'LOAD_-1204379125'), (u'INT_ZEXT_-1204378702', u'INT2FLOAT_-1204378900'), ('const-1', u'RETURN_-1204378803'), ('tmp_248', u'CBRANCH_-1204378923'), (u'CAST_-1204378723', u'LOAD_-1204379103'), (u'COPY_-1204378713', u'MULTIEQUAL_-1204378764'), ('const-1', u'PTRADD_-1204378657'), ('const-16', u'PTRADD_-1204379041')] | null | null | 0029a200 | x64 | O2 | (translation_unit "uint FUN_0029a200(long *param_1,char param_2)\n\n{\n uint uVar1;\n uint uVar2;\n uint *puVar3;\n uint uVar4;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n puVar3 = &DAT_0038be24;\n uVar1 = 1;\n uVar4 = 1;\n while (uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff)) {\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }\n if ((uVar4 < 2) && (param_2 != '\0')) {\n return 2;\n }\n return uVar4;\n}\n\n" (function_definition "uint FUN_0029a200(long *param_1,char param_2)\n\n{\n uint uVar1;\n uint uVar2;\n uint *puVar3;\n uint uVar4;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n puVar3 = &DAT_0038be24;\n uVar1 = 1;\n uVar4 = 1;\n while (uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff)) {\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }\n if ((uVar4 < 2) && (param_2 != '\0')) {\n return 2;\n }\n return uVar4;\n}" type_identifier (function_declarator "FUN_0029a200(long *param_1,char param_2)" identifier (parameter_list "(long *param_1,char param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char param_2" primitive_type identifier) ))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n uint *puVar3;\n uint uVar4;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n puVar3 = &DAT_0038be24;\n uVar1 = 1;\n uVar4 = 1;\n while (uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff)) {\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }\n if ((uVar4 < 2) && (param_2 != '\0')) {\n return 2;\n }\n return uVar4;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "uint uVar4;" type_identifier 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 "puVar3 = &DAT_0038be24;" (assignment_expression "puVar3 = &DAT_0038be24" identifier = (pointer_expression "&DAT_0038be24" & identifier)) ;) (expression_statement "uVar1 = 1;" (assignment_expression "uVar1 = 1" identifier = number_literal) ;) (expression_statement "uVar4 = 1;" (assignment_expression "uVar4 = 1" identifier = number_literal) ;) (while_statement "while (uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff)) {\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }" while (parenthesized_expression "(uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff))" ( (comma_expression "uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff)" (assignment_expression "uVar2 = uVar1" identifier = identifier) , (binary_expression "(double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff)" (binary_expression "(double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0))" (cast_expression "(double)uVar2" ( (type_descriptor "double" primitive_type) ) identifier) * (parenthesized_expression "(DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0))" ( (binary_expression "DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)" identifier - (pointer_expression "*(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)" * (cast_expression "(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0" (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) ))))) ))) <= (cast_expression "(double)(param_1[1] - *param_1 >> 2 & 0xffffffff)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "(param_1[1] - *param_1 >> 2 & 0xffffffff)" ( (binary_expression "param_1[1] - *param_1 >> 2 & 0xffffffff" (binary_expression "param_1[1] - *param_1 >> 2" (binary_expression "param_1[1] - *param_1" (subscript_expression "param_1[1]" identifier [ number_literal ]) - (pointer_expression "*param_1" * identifier)) >> number_literal) & number_literal) ))))) )) (compound_statement "{\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }" { (if_statement "if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }" if (parenthesized_expression "(puVar3 == (uint *)&DAT_0038be6c)" ( (binary_expression "puVar3 == (uint *)&DAT_0038be6c" identifier == (cast_expression "(uint *)&DAT_0038be6c" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_0038be6c" & identifier))) )) (compound_statement "{\n return uVar2;\n }" { (return_statement "return uVar2;" return identifier ;) })) (expression_statement "uVar1 = *puVar3;" (assignment_expression "uVar1 = *puVar3" identifier = (pointer_expression "*puVar3" * identifier)) ;) (expression_statement "puVar3 = puVar3 + 1;" (assignment_expression "puVar3 = puVar3 + 1" identifier = (binary_expression "puVar3 + 1" identifier + number_literal)) ;) (expression_statement "uVar4 = uVar2;" (assignment_expression "uVar4 = uVar2" identifier = identifier) ;) })) (if_statement "if ((uVar4 < 2) && (param_2 != '\0')) {\n return 2;\n }" if (parenthesized_expression "((uVar4 < 2) && (param_2 != '\0'))" ( (binary_expression "(uVar4 < 2) && (param_2 != '\0')" (parenthesized_expression "(uVar4 < 2)" ( (binary_expression "uVar4 < 2" identifier < number_literal) )) && (parenthesized_expression "(param_2 != '\0')" ( (binary_expression "param_2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) (return_statement "return uVar4;" return identifier ;) }))) | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n\nuint gold::Dynobj::compute_bucket_count\n (vector<unsigned_int,_std::allocator<unsigned_int>_> *hashcodes,\n bool for_gnu_hash_table)\n\n{\n uint uVar1;\n uint uVar2;\n uint *puVar3;\n uint uVar4;\n \n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n puVar3 = (uint *)(compute_bucket_count(std::vector<unsigned_int,std::allocator<unsigned_int>>const&,bool)\n ::buckets + 4);\n uVar1 = 1;\n uVar4 = 1;\n while (uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - (parameters->options_->hash_bucket_empty_fraction_).value)\n <= (double)((long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish -\n (long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start >> 2 & 0xffffffff)) {\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }\n if ((uVar4 < 2) && (for_gnu_hash_table)) {\n return 2;\n }\n return uVar4;\n}\n\n" comment (function_definition "uint gold::Dynobj::compute_bucket_count\n (vector<unsigned_int,_std::allocator<unsigned_int>_> *hashcodes,\n bool for_gnu_hash_table)\n\n{\n uint uVar1;\n uint uVar2;\n uint *puVar3;\n uint uVar4;\n \n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n puVar3 = (uint *)(compute_bucket_count(std::vector<unsigned_int,std::allocator<unsigned_int>>const&,bool)\n ::buckets + 4);\n uVar1 = 1;\n uVar4 = 1;\n while (uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - (parameters->options_->hash_bucket_empty_fraction_).value)\n <= (double)((long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish -\n (long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start >> 2 & 0xffffffff)) {\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }\n if ((uVar4 < 2) && (for_gnu_hash_table)) {\n return 2;\n }\n return uVar4;\n}" type_identifier (ERROR "gold::Dynobj::" identifier : : identifier : :) (function_declarator "compute_bucket_count\n (vector<unsigned_int,_std::allocator<unsigned_int>_> *hashcodes,\n bool for_gnu_hash_table)" identifier (parameter_list "(vector<unsigned_int,_std::allocator<unsigned_int>_> *hashcodes,\n bool for_gnu_hash_table)" ( (parameter_declaration "vector<unsigned_int" type_identifier (ERROR "<" <) identifier) , (parameter_declaration "_std::allocator<unsigned_int>_> *hashcodes" type_identifier (ERROR "::allocator<unsigned_int>_>" : : identifier < identifier > identifier >) (pointer_declarator "*hashcodes" * identifier)) , (parameter_declaration "bool for_gnu_hash_table" primitive_type identifier) ))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n uint *puVar3;\n uint uVar4;\n \n if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n puVar3 = (uint *)(compute_bucket_count(std::vector<unsigned_int,std::allocator<unsigned_int>>const&,bool)\n ::buckets + 4);\n uVar1 = 1;\n uVar4 = 1;\n while (uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - (parameters->options_->hash_bucket_empty_fraction_).value)\n <= (double)((long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish -\n (long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start >> 2 & 0xffffffff)) {\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }\n if ((uVar4 < 2) && (for_gnu_hash_table)) {\n return 2;\n }\n return uVar4;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "uint uVar4;" type_identifier identifier ;) (if_statement "if (parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(parameters->options_ == (General_options *)0x0)" ( (binary_expression "parameters->options_ == (General_options *)0x0" (field_expression "parameters->options_" identifier -> field_identifier) == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (expression_statement "puVar3 = (uint *)(compute_bucket_count(std::vector<unsigned_int,std::allocator<unsigned_int>>const&,bool)\n ::buckets + 4);" (assignment_expression "puVar3 = (uint *)(compute_bucket_count(std::vector<unsigned_int,std::allocator<unsigned_int>>const&,bool)\n ::buckets + 4" identifier = (binary_expression "(uint *)(compute_bucket_count(std::vector<unsigned_int,std::allocator<unsigned_int>>const&,bool)\n ::buckets + 4" (cast_expression "(uint *)(compute_bucket_count(std::vector<unsigned_int,std::allocator<unsigned_int>>const&,bool)\n ::buckets" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (cast_expression "(compute_bucket_count(std::vector<unsigned_int,std::allocator<unsigned_int>>const&,bool)\n ::buckets" ( (ERROR "compute_bucket_count(std::vector<unsigned_int,std::allocator<unsigned_int>>const&," (comma_expression "compute_bucket_count(std::vector<unsigned_int,std" (binary_expression "compute_bucket_count(std::vector<unsigned_int" identifier (ERROR "(std::vector" ( (ERROR "std::" (type_descriptor "std" type_identifier) : :) identifier) < identifier) , identifier) : : (binary_expression "allocator<unsigned_int>>const" identifier < (binary_expression "unsigned_int>>const" identifier >> identifier)) & ,) (type_descriptor "bool" primitive_type) ) (ERROR "::" : :) identifier)) + number_literal)) (ERROR ")" )) ;) (expression_statement "uVar1 = 1;" (assignment_expression "uVar1 = 1" identifier = number_literal) ;) (expression_statement "uVar4 = 1;" (assignment_expression "uVar4 = 1" identifier = number_literal) ;) (while_statement "while (uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - (parameters->options_->hash_bucket_empty_fraction_).value)\n <= (double)((long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish -\n (long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start >> 2 & 0xffffffff)) {\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }" while (parenthesized_expression "(uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - (parameters->options_->hash_bucket_empty_fraction_).value)\n <= (double)((long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish -\n (long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start >> 2 & 0xffffffff))" ( (comma_expression "uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - (parameters->options_->hash_bucket_empty_fraction_).value)\n <= (double)((long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish -\n (long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start >> 2 & 0xffffffff)" (assignment_expression "uVar2 = uVar1" identifier = identifier) , (binary_expression "(double)uVar2 * (DAT_00377cc8 - (parameters->options_->hash_bucket_empty_fraction_).value)\n <= (double)((long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish -\n (long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start >> 2 & 0xffffffff)" (binary_expression "(double)uVar2 * (DAT_00377cc8 - (parameters->options_->hash_bucket_empty_fraction_).value)" (cast_expression "(double)uVar2" ( (type_descriptor "double" primitive_type) ) identifier) * (parenthesized_expression "(DAT_00377cc8 - (parameters->options_->hash_bucket_empty_fraction_).value)" ( (binary_expression "DAT_00377cc8 - (parameters->options_->hash_bucket_empty_fraction_).value" identifier - (field_expression "(parameters->options_->hash_bucket_empty_fraction_).value" (parenthesized_expression "(parameters->options_->hash_bucket_empty_fraction_)" ( (field_expression "parameters->options_->hash_bucket_empty_fraction_" (field_expression "parameters->options_" identifier -> field_identifier) -> field_identifier) )) . field_identifier)) ))) <= (cast_expression "(double)((long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish -\n (long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start >> 2 & 0xffffffff)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "((long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish -\n (long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start >> 2 & 0xffffffff)" ( (binary_expression "(long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish -\n (long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start >> 2 & 0xffffffff" (binary_expression "(long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish -\n (long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start >> 2" (binary_expression "(long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish -\n (long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start" (cast_expression "(long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_finish" (field_expression "(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl" (parenthesized_expression "(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)" ( (ERROR "hashcodes->\n super__Vector_base<unsigned_int,_std::" (comma_expression "hashcodes->\n super__Vector_base<unsigned_int,_std" (binary_expression "hashcodes->\n super__Vector_base<unsigned_int" (field_expression "hashcodes->\n super__Vector_base" identifier -> field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_>" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > identifier) )) . field_identifier) . field_identifier)) - (cast_expression "(long)(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl.\n _M_start" (field_expression "(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)._M_impl" (parenthesized_expression "(hashcodes->\n super__Vector_base<unsigned_int,_std::allocator<unsigned_int>_>)" ( (ERROR "hashcodes->\n super__Vector_base<unsigned_int,_std::" (comma_expression "hashcodes->\n super__Vector_base<unsigned_int,_std" (binary_expression "hashcodes->\n super__Vector_base<unsigned_int" (field_expression "hashcodes->\n super__Vector_base" identifier -> field_identifier) < identifier) , identifier) : :) (binary_expression "allocator<unsigned_int>_>" (binary_expression "allocator<unsigned_int>_" (binary_expression "allocator<unsigned_int" identifier < identifier) > identifier) > identifier) )) . field_identifier) . field_identifier))) >> number_literal) & number_literal) ))))) )) (compound_statement "{\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }" { (if_statement "if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }" if (parenthesized_expression "(puVar3 == (uint *)&DAT_0038be6c)" ( (binary_expression "puVar3 == (uint *)&DAT_0038be6c" identifier == (cast_expression "(uint *)&DAT_0038be6c" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_0038be6c" & identifier))) )) (compound_statement "{\n return uVar2;\n }" { (return_statement "return uVar2;" return identifier ;) })) (expression_statement "uVar1 = *puVar3;" (assignment_expression "uVar1 = *puVar3" identifier = (pointer_expression "*puVar3" * identifier)) ;) (expression_statement "puVar3 = puVar3 + 1;" (assignment_expression "puVar3 = puVar3 + 1" identifier = (binary_expression "puVar3 + 1" identifier + number_literal)) ;) (expression_statement "uVar4 = uVar2;" (assignment_expression "uVar4 = uVar2" identifier = identifier) ;) })) (if_statement "if ((uVar4 < 2) && (for_gnu_hash_table)) {\n return 2;\n }" if (parenthesized_expression "((uVar4 < 2) && (for_gnu_hash_table))" ( (binary_expression "(uVar4 < 2) && (for_gnu_hash_table)" (parenthesized_expression "(uVar4 < 2)" ( (binary_expression "uVar4 < 2" identifier < number_literal) )) && (parenthesized_expression "(for_gnu_hash_table)" ( identifier ))) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) (return_statement "return uVar4;" return identifier ;) }))) | (translation_unit "uint FUN_0029a200(long *param_1,char param_2)\n\n{\n uint uVar1;\n uint uVar2;\n uint *puVar3;\n uint uVar4;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n puVar3 = &DAT_0038be24;\n uVar1 = 1;\n uVar4 = 1;\n while (uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff)) {\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }\n if ((uVar4 < 2) && (param_2 != '\0')) {\n return 2;\n }\n return uVar4;\n}\n\n" (function_definition "uint FUN_0029a200(long *param_1,char param_2)\n\n{\n uint uVar1;\n uint uVar2;\n uint *puVar3;\n uint uVar4;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n puVar3 = &DAT_0038be24;\n uVar1 = 1;\n uVar4 = 1;\n while (uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff)) {\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }\n if ((uVar4 < 2) && (param_2 != '\0')) {\n return 2;\n }\n return uVar4;\n}" type_identifier (function_declarator "FUN_0029a200(long *param_1,char param_2)" identifier (parameter_list "(long *param_1,char param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char param_2" primitive_type identifier) ))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n uint *puVar3;\n uint uVar4;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n puVar3 = &DAT_0038be24;\n uVar1 = 1;\n uVar4 = 1;\n while (uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff)) {\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }\n if ((uVar4 < 2) && (param_2 != '\0')) {\n return 2;\n }\n return uVar4;\n}" { (declaration "uint uVar1;" type_identifier identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "uint *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "uint uVar4;" type_identifier 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 "puVar3 = &DAT_0038be24;" (assignment_expression "puVar3 = &DAT_0038be24" identifier = (pointer_expression "&DAT_0038be24" & identifier)) ;) (expression_statement "uVar1 = 1;" (assignment_expression "uVar1 = 1" identifier = number_literal) ;) (expression_statement "uVar4 = 1;" (assignment_expression "uVar4 = 1" identifier = number_literal) ;) (while_statement "while (uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff)) {\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }" while (parenthesized_expression "(uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff))" ( (comma_expression "uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff)" (assignment_expression "uVar2 = uVar1" identifier = identifier) , (binary_expression "(double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff)" (binary_expression "(double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0))" (cast_expression "(double)uVar2" ( (type_descriptor "double" primitive_type) ) identifier) * (parenthesized_expression "(DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0))" ( (binary_expression "DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)" identifier - (pointer_expression "*(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)" * (cast_expression "(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)" ( (type_descriptor "double *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)" ( (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0" (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) ))))) ))) <= (cast_expression "(double)(param_1[1] - *param_1 >> 2 & 0xffffffff)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "(param_1[1] - *param_1 >> 2 & 0xffffffff)" ( (binary_expression "param_1[1] - *param_1 >> 2 & 0xffffffff" (binary_expression "param_1[1] - *param_1 >> 2" (binary_expression "param_1[1] - *param_1" (subscript_expression "param_1[1]" identifier [ number_literal ]) - (pointer_expression "*param_1" * identifier)) >> number_literal) & number_literal) ))))) )) (compound_statement "{\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }" { (if_statement "if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }" if (parenthesized_expression "(puVar3 == (uint *)&DAT_0038be6c)" ( (binary_expression "puVar3 == (uint *)&DAT_0038be6c" identifier == (cast_expression "(uint *)&DAT_0038be6c" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&DAT_0038be6c" & identifier))) )) (compound_statement "{\n return uVar2;\n }" { (return_statement "return uVar2;" return identifier ;) })) (expression_statement "uVar1 = *puVar3;" (assignment_expression "uVar1 = *puVar3" identifier = (pointer_expression "*puVar3" * identifier)) ;) (expression_statement "puVar3 = puVar3 + 1;" (assignment_expression "puVar3 = puVar3 + 1" identifier = (binary_expression "puVar3 + 1" identifier + number_literal)) ;) (expression_statement "uVar4 = uVar2;" (assignment_expression "uVar4 = uVar2" identifier = identifier) ;) })) (if_statement "if ((uVar4 < 2) && (param_2 != '\0')) {\n return 2;\n }" if (parenthesized_expression "((uVar4 < 2) && (param_2 != '\0'))" ( (binary_expression "(uVar4 < 2) && (param_2 != '\0')" (parenthesized_expression "(uVar4 < 2)" ( (binary_expression "uVar4 < 2" identifier < number_literal) )) && (parenthesized_expression "(param_2 != '\0')" ( (binary_expression "param_2 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) ))) )) (compound_statement "{\n return 2;\n }" { (return_statement "return 2;" return number_literal ;) })) (return_statement "return uVar4;" return identifier ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (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 (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 & IDENT)) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (while_statement while (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * (parenthesized_expression ( (binary_expression IDENT - (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ))) <= (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression (binary_expression (binary_expression (subscript_expression IDENT [ LIT ]) - (pointer_expression * IDENT)) >> LIT) & LIT) ))))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression & IDENT))) )) (compound_statement { (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT < LIT) )) && (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) ))) )) (compound_statement { (return_statement return LIT ;) })) (return_statement return IDENT ;) }))) | (function_definition "uint FUN_0029a200(long *param_1,char param_2)\n\n{\n uint uVar1;\n uint uVar2;\n uint *puVar3;\n uint uVar4;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n puVar3 = &DAT_0038be24;\n uVar1 = 1;\n uVar4 = 1;\n while (uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff)) {\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }\n if ((uVar4 < 2) && (param_2 != '\0')) {\n return 2;\n }\n return uVar4;\n}" (type_identifier "uint") (function_declarator "FUN_0029a200(long *param_1,char param_2)" (identifier "FUN_0029a200") (parameter_list "(long *param_1,char param_2)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "char param_2" (primitive_type "char") (identifier "param_2")) () ")"))) (compound_statement "{\n uint uVar1;\n uint uVar2;\n uint *puVar3;\n uint uVar4;\n \n if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {\n \n FUN_0017c650("../../gold/parameters.h",0x5c,"options");\n }\n puVar3 = &DAT_0038be24;\n uVar1 = 1;\n uVar4 = 1;\n while (uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff)) {\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }\n if ((uVar4 < 2) && (param_2 != '\0')) {\n return 2;\n }\n return uVar4;\n}" ({ "{") (declaration "uint uVar1;" (type_identifier "uint") (identifier "uVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "uint *puVar3;" (type_identifier "uint") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "uint uVar4;" (type_identifier "uint") (identifier "uVar4") (; ";")) (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 "puVar3 = &DAT_0038be24;" (assignment_expression "puVar3 = &DAT_0038be24" (identifier "puVar3") (= "=") (pointer_expression "&DAT_0038be24" (& "&") (identifier "DAT_0038be24"))) (; ";")) (expression_statement "uVar1 = 1;" (assignment_expression "uVar1 = 1" (identifier "uVar1") (= "=") (number_literal "1")) (; ";")) (expression_statement "uVar4 = 1;" (assignment_expression "uVar4 = 1" (identifier "uVar4") (= "=") (number_literal "1")) (; ";")) (while_statement "while (uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff)) {\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }" (while "while") (parenthesized_expression "(uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff))" (( "(") (comma_expression "uVar2 = uVar1,\n (double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff)" (assignment_expression "uVar2 = uVar1" (identifier "uVar2") (= "=") (identifier "uVar1")) (, ",") (binary_expression "(double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=\n (double)(param_1[1] - *param_1 >> 2 & 0xffffffff)" (binary_expression "(double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0))" (cast_expression "(double)uVar2" (( "(") (type_descriptor "double" (primitive_type "double")) () ")") (identifier "uVar2")) (* "*") (parenthesized_expression "(DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0))" (( "(") (binary_expression "DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)" (identifier "DAT_00377cc8") (- "-") (pointer_expression "*(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)" (* "*") (cast_expression "(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)" (( "(") (type_descriptor "double *" (primitive_type "double") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)" (( "(") (binary_expression "*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0" (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 "0x2ba0")) () ")"))))) () ")"))) (<= "<=") (cast_expression "(double)(param_1[1] - *param_1 >> 2 & 0xffffffff)" (( "(") (type_descriptor "double" (primitive_type "double")) () ")") (parenthesized_expression "(param_1[1] - *param_1 >> 2 & 0xffffffff)" (( "(") (binary_expression "param_1[1] - *param_1 >> 2 & 0xffffffff" (binary_expression "param_1[1] - *param_1 >> 2" (binary_expression "param_1[1] - *param_1" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (- "-") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (>> ">>") (number_literal "2")) (& "&") (number_literal "0xffffffff")) () ")"))))) () ")")) (compound_statement "{\n if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }\n uVar1 = *puVar3;\n puVar3 = puVar3 + 1;\n uVar4 = uVar2;\n }" ({ "{") (if_statement "if (puVar3 == (uint *)&DAT_0038be6c) {\n return uVar2;\n }" (if "if") (parenthesized_expression "(puVar3 == (uint *)&DAT_0038be6c)" (( "(") (binary_expression "puVar3 == (uint *)&DAT_0038be6c" (identifier "puVar3") (== "==") (cast_expression "(uint *)&DAT_0038be6c" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "&DAT_0038be6c" (& "&") (identifier "DAT_0038be6c")))) () ")")) (compound_statement "{\n return uVar2;\n }" ({ "{") (return_statement "return uVar2;" (return "return") (identifier "uVar2") (; ";")) (} "}"))) (expression_statement "uVar1 = *puVar3;" (assignment_expression "uVar1 = *puVar3" (identifier "uVar1") (= "=") (pointer_expression "*puVar3" (* "*") (identifier "puVar3"))) (; ";")) (expression_statement "puVar3 = puVar3 + 1;" (assignment_expression "puVar3 = puVar3 + 1" (identifier "puVar3") (= "=") (binary_expression "puVar3 + 1" (identifier "puVar3") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "uVar4 = uVar2;" (assignment_expression "uVar4 = uVar2" (identifier "uVar4") (= "=") (identifier "uVar2")) (; ";")) (} "}"))) (if_statement "if ((uVar4 < 2) && (param_2 != '\0')) {\n return 2;\n }" (if "if") (parenthesized_expression "((uVar4 < 2) && (param_2 != '\0'))" (( "(") (binary_expression "(uVar4 < 2) && (param_2 != '\0')" (parenthesized_expression "(uVar4 < 2)" (( "(") (binary_expression "uVar4 < 2" (identifier "uVar4") (< "<") (number_literal "2")) () ")")) (&& "&&") (parenthesized_expression "(param_2 != '\0')" (( "(") (binary_expression "param_2 != '\0'" (identifier "param_2") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")"))) () ")")) (compound_statement "{\n return 2;\n }" ({ "{") (return_statement "return 2;" (return "return") (number_literal "2") (; ";")) (} "}"))) (return_statement "return uVar4;" (return "return") (identifier "uVar4") (; ";")) (} "}"))) |
/* WARNING: Enum "DT": Some values do not have unique names */
type_1 gold::Dynobj::function_1
(type_2<var_4,type_3::var_3<var_4>var_5> *hashcodes,
bool for_gnu_hash_table)
{
type_1 uVar1;
type_1 uVar2;
type_1 *var_7;
type_1 var_8;
if (parameters->options_ == (type_4 *)0x0) {
/* WARNING: Subroutine does not return */
var_1("../../gold/parameters.h",0x5c,"options");
}
var_7 = (type_1 *)(function_1(std::type_2<var_4,std::var_3<var_4>>const&,bool)
::buckets + 4);
uVar1 = 1;
var_8 = 1;
while (uVar2 = uVar1,
(double)uVar2 * (var_2 - (parameters->options_->hash_bucket_empty_fraction_).value)
<= (double)((long)(hashcodes->
super__Vector_base<var_4,type_3::var_3<var_4>var_5>var_6)._M_impl.
_M_finish -
(long)(hashcodes->
super__Vector_base<var_4,type_3::var_3<var_4>var_5>var_6)._M_impl.
_M_start >> 2 & 0xffffffff)) {
if (var_7 == (type_1 *)&DAT_0038be6c) {
return uVar2;
}
uVar1 = *var_7;
var_7 = var_7 + 1;
var_8 = uVar2;
}
if ((var_8 < 2) && (for_gnu_hash_table)) {
return 2;
}
return var_8;
}
| 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: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) 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: (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: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (while_statement condition: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression 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: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (identifier))) right: (number_literal)) right: (number_literal))))))) 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: (pointer_expression argument: (identifier))))) consequence: (compound_statement (return_statement (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (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: (char_literal (escape_sequence)))))) consequence: (compound_statement (return_statement (number_literal)))) (return_statement (identifier))))) | null |
uint MASKED(long *param_1,char param_2)
{
uint uVar1;
uint uVar2;
uint *puVar3;
uint uVar4;
if (*(long *)(PTR_DAT_0043e6b0 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/parameters.h",0x5c,"options");
}
puVar3 = &DAT_0038be24;
uVar1 = 1;
uVar4 = 1;
while (uVar2 = uVar1,
(double)uVar2 * (DAT_00377cc8 - *(double *)(*(long *)(PTR_DAT_0043e6b0 + 0x10) + 0x2ba0)) <=
(double)(param_1[1] - *param_1 >> 2 & 0xffffffff)) {
if (puVar3 == (uint *)&DAT_0038be6c) {
return uVar2;
}
uVar1 = *puVar3;
puVar3 = puVar3 + 1;
uVar4 = uVar2;
}
if ((uVar4 < 2) && (param_2 != '\0')) {
return 2;
}
return uVar4;
}
|
7953_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | empty | FUN_002e1f80 |
/* std::string::empty() const */
bool __thiscall std::string::empty(string *this)
{
return *(long *)(this + 8) == 0;
}
|
bool FUN_002e1f80(long param_1)
{
return *(long *)(param_1 + 8) == 0;
}
| CMP qword ptr [RDI + 0x8],0x0
SETZ AL
RET | null | null | null | null | [('const-0', u'RETURN_-1204740191'), ('const-1', u'PTRADD_-1204740159'), ('const-8', u'PTRADD_-1204740159'), (u'LOAD_-1204740221', u'INT_EQUAL_-1204740206'), ('const-433', u'LOAD_-1204740221'), (u'PTRADD_-1204740159', u'CAST_-1204740142'), ('const-0', u'INT_EQUAL_-1204740206'), (u'INT_EQUAL_-1204740206', u'COPY_-1204740206'), (u'COPY_-1204740206', u'RETURN_-1204740191'), ('tmp_46', u'PTRADD_-1204740159'), (u'CAST_-1204740142', u'LOAD_-1204740221')] | [('const-0', u'RETURN_-1204740191'), ('const-433', u'LOAD_-1204740221'), ('const-0', u'INT_EQUAL_-1204740206'), (u'LOAD_-1204740221', u'INT_EQUAL_-1204740206'), ('const-8', u'INT_ADD_-1204740205'), ('tmp_47', u'INT_ADD_-1204740205'), (u'INT_EQUAL_-1204740206', u'COPY_-1204740206'), (u'COPY_-1204740206', u'RETURN_-1204740191'), (u'CAST_-1204740142', u'LOAD_-1204740221'), (u'INT_ADD_-1204740205', u'CAST_-1204740142')] | null | null | 002e1f80 | x64 | O2 | (translation_unit "bool FUN_002e1f80(long param_1)\n\n{\n return *(long *)(param_1 + 8) == 0;\n}\n\n" (function_definition "bool FUN_002e1f80(long param_1)\n\n{\n return *(long *)(param_1 + 8) == 0;\n}" primitive_type (function_declarator "FUN_002e1f80(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return *(long *)(param_1 + 8) == 0;\n}" { (return_statement "return *(long *)(param_1 + 8) == 0;" return (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) ;) }))) | (translation_unit "/* std::string::empty() const */\n\nbool __thiscall std::string::empty(string *this)\n\n{\n return *(long *)(this + 8) == 0;\n}\n\n" comment (function_definition "bool __thiscall std::string::empty(string *this)\n\n{\n return *(long *)(this + 8) == 0;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::string::" identifier : : identifier : :) (function_declarator "empty(string *this)" identifier (parameter_list "(string *this)" ( (parameter_declaration "string *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n return *(long *)(this + 8) == 0;\n}" { (return_statement "return *(long *)(this + 8) == 0;" return (binary_expression "*(long *)(this + 8) == 0" (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 "bool FUN_002e1f80(long param_1)\n\n{\n return *(long *)(param_1 + 8) == 0;\n}\n\n" (function_definition "bool FUN_002e1f80(long param_1)\n\n{\n return *(long *)(param_1 + 8) == 0;\n}" primitive_type (function_declarator "FUN_002e1f80(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n return *(long *)(param_1 + 8) == 0;\n}" { (return_statement "return *(long *)(param_1 + 8) == 0;" return (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) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (return_statement return (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) ;) }))) | (function_definition "bool FUN_002e1f80(long param_1)\n\n{\n return *(long *)(param_1 + 8) == 0;\n}" (primitive_type "bool") (function_declarator "FUN_002e1f80(long param_1)" (identifier "FUN_002e1f80") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n return *(long *)(param_1 + 8) == 0;\n}" ({ "{") (return_statement "return *(long *)(param_1 + 8) == 0;" (return "return") (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")) (; ";")) (} "}"))) |
/* std::string::empty() const */
bool __thiscall std::type_1::function_1(type_1 *var_1)
{
return *(long *)(var_1 + 8) == 0;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (return_statement (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)))))) | null |
bool MASKED(long param_1)
{
return *(long *)(param_1 + 8) == 0;
}
|
628_alpha-linux-gnu-objdump_and_alpha-linux-gnu-objdump_strip.c | bfd_close | bfd_close |
/* WARNING: Control flow encountered bad instruction data */
void bfd_close(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_close(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207262342')] | [('const-1', u'RETURN_-1207262342')] | null | null | 0015a370 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_close(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_close(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_close(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_close(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_close(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_close(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void bfd_close(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_close(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_close(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_close(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_close(void)" (identifier "bfd_close") (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();
}
|
41_sg_write_buffer_and_sg_write_buffer_strip.c | free | free |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* free@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206943726')] | [('const-1', u'RETURN_-1206943726')] | null | null | 00108008 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* free@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "void free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* free@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* free@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void free(void *__ptr)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void free(void *__ptr)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void free(void *__ptr)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "free(void *__ptr)" (identifier "free") (parameter_list "(void *__ptr)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* free@@GLIBC_2.2.5 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
927_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c | bfd_make_writable | bfd_make_writable |
/* WARNING: Control flow encountered bad instruction data */
void bfd_make_writable(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_make_writable(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1204522886')] | [('const-1', u'RETURN_-1204522886')] | null | null | 002b7070 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_make_writable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_make_writable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_make_writable(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_make_writable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_make_writable(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_make_writable(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void bfd_make_writable(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_make_writable(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_make_writable(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_make_writable(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_make_writable(void)" (identifier "bfd_make_writable") (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();
}
|
2469_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | Condvar | FUN_00192af0 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void Condvar(Condvar * this, Lock * lock) */
void __thiscall gold::Condvar::Condvar(Condvar *this,Lock *lock)
{
Parameters *pPVar1;
Condvar_impl_threads *this_00;
Condvar_impl *pCVar2;
pPVar1 = parameters;
this->lock_ = lock;
if (pPVar1->options_ == (General_options *)0x0) {
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/parameters.h",0x5c,"options");
}
if ((pPVar1->options_->threads_).value != false) {
this_00 = (Condvar_impl_threads *)operator_new(0x38);
/* try { // try from 00192b25 to 00192b29 has its CatchHandler @ 00192b6f */
Condvar_impl_threads::Condvar_impl_threads(this_00);
this->condvar_ = (Condvar_impl *)this_00;
return;
}
pCVar2 = (Condvar_impl *)operator_new(8);
pCVar2->_vptr_Condvar_impl = (_func_int_varargs **)&PTR__Condvar_impl_nothreads_00444180;
this->condvar_ = pCVar2;
return;
}
|
void FUN_00192af0(undefined8 *param_1,undefined8 param_2)
{
undefined *puVar1;
undefined8 uVar2;
undefined8 *puVar3;
puVar1 = PTR_DAT_0045c708;
*param_1 = param_2;
if (*(long *)(puVar1 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_0018ff20("../../gold/parameters.h",0x5c,"options");
}
if (*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0') {
uVar2 = FUN_002f0690(0x38);
/* try { // try from 00192b25 to 00192b29 has its CatchHandler @ 00192b6f */
FUN_00192ab0(uVar2);
param_1[1] = uVar2;
return;
}
puVar3 = (undefined8 *)FUN_002f0690(8);
*puVar3 = &PTR_FUN_00444180;
param_1[1] = puVar3;
return;
}
| PUSH RBP
PUSH RBX
SUB RSP,0x8
MOV RAX,qword ptr [0x0045c708]
MOV qword ptr [RDI],RSI
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x00192b57
CMP byte ptr [RAX + 0x6381],0x0
MOV RBX,RDI
JZ 0x00192b38
MOV EDI,0x38
CALL 0x002f0690
MOV RDI,RAX
MOV RBP,RAX
CALL 0x00192ab0
MOV qword ptr [RBX + 0x8],RBP
ADD RSP,0x8
POP RBX
POP RBP
RET
MOV EDI,0x8
CALL 0x002f0690
LEA RCX,[0x444180]
MOV qword ptr [RAX],RCX
MOV qword ptr [RBX + 0x8],RAX
ADD RSP,0x8
POP RBX
POP RBP
RET
LEA RDX,[0x38d138]
MOV ESI,0x5c
LEA RDI,[0x382279]
CALL 0x0018ff20 | null | null | null | null | [(u'COPY_-1207555122', u'PTRSUB_-1207555048'), ('const-433', u'STORE_-1207555227'), (u'CAST_-1207554968', u'STORE_-1207555169'), (u'CALL_-1207555247', u'INDIRECT_-1207555053'), (u'INT_EQUAL_-1207555288', u'CBRANCH_-1207555286'), (u'CALL_-1207555103', u'INDIRECT_-1207554975'), ('const-56', u'CALL_-1207555247'), (u'STORE_-1207555227', u'INDIRECT_-1207555031'), ('const-0', u'PTRSUB_-1207554977'), ('const-0', u'RETURN_-1207555126'), (u'PTRSUB_-1207554977', u'CAST_-1207554968'), ('const-3723576', u'COPY_-1207555010'), (u'STORE_-1207555311', u'INDIRECT_-1207555077'), ('const-433', u'LOAD_-1207555307'), ('const-1', u'RETURN_-1207555098'), ('const-3678841', u'COPY_-1207555011'), ('tmp_314', u'PTRSUB_-1207554967'), ('const-433', u'LOAD_-1207555285'), ('const-25376', u'PTRSUB_-1207555038'), ('const-0', u'PTRSUB_-1207554971'), (u'PTRSUB_-1207554971', u'STORE_-1207555169'), (u'PTRSUB_-1207555052', u'STORE_-1207555311'), ('tmp_314', u'PTRSUB_-1207555003'), (u'CALL_-1207555180', u'INDIRECT_-1207555019'), (u'CALL_-1207555247', u'CAST_-1207555014'), ('const-4473216', u'PTRSUB_-1207554977'), ('const-0', u'RETURN_-1207555190'), ('const-433', u'STORE_-1207555311'), ('tmp_119', u'CBRANCH_-1207555260'), (u'INDIRECT_-1207555031', u'COPY_-1207555085'), (u'STORE_-1207555163', u'INDIRECT_-1207554995'), ('const-92', u'CALL_-1207555103'), (u'PTRSUB_-1207555038', u'PTRSUB_-1207555033'), (u'PTRSUB_-1207555003', u'STORE_-1207555227'), (u'PTRSUB_-1207554967', u'STORE_-1207555163'), (u'CALL_-1207555231', u'INDIRECT_-1207555041'), ('const-8', u'PTRSUB_-1207554967'), (u'CAST_-1207555014', u'CALL_-1207555231'), (u'STORE_-1207555169', u'INDIRECT_-1207554999'), (u'COPY_-1207555010', u'CALL_-1207555103'), ('tmp_314', u'PTRSUB_-1207555052'), (u'PTRSUB_-1207555033', u'LOAD_-1207555285'), (u'CAST_-1207554997', u'STORE_-1207555227'), (u'LOAD_-1207555285', u'INT_NOTEQUAL_-1207555269'), ('const-8', u'PTRSUB_-1207555003'), ('const-97', u'PTRSUB_-1207555033'), (u'INDIRECT_-1207554975', u'COPY_-1207555029'), (u'INDIRECT_-1207554995', u'COPY_-1207555050'), ('tmp_315', u'STORE_-1207555311'), ('tmp_81', u'CBRANCH_-1207555286'), ('const-0', u'INT_NOTEQUAL_-1207555269'), (u'LOAD_-1207555307', u'INT_EQUAL_-1207555288'), (u'CAST_-1207554981', u'STORE_-1207555163'), (u'COPY_-1207555011', u'CALL_-1207555103'), (u'PTRSUB_-1207555048', u'LOAD_-1207555307'), ('const-0', u'PTRSUB_-1207555052'), ('const-0', u'INT_EQUAL_-1207555288'), (u'CALL_-1207555180', u'CAST_-1207554981'), ('const-433', u'STORE_-1207555163'), (u'CAST_-1207554981', u'PTRSUB_-1207554971'), ('const-16', u'PTRSUB_-1207555048'), ('tmp_623', u'COPY_-1207555122'), (u'INT_NOTEQUAL_-1207555269', u'CBRANCH_-1207555260'), (u'CAST_-1207555014', u'CAST_-1207554997'), (u'LOAD_-1207555307', u'PTRSUB_-1207555038'), ('const-8', u'CALL_-1207555180'), ('const-433', u'STORE_-1207555169')] | [(u'CAST_-1207555037', u'LOAD_-1207555285'), (u'INT_EQUAL_-1207555288', u'CBRANCH_-1207555286'), (u'INDIRECT_-1207554994', u'COPY_-1207555049'), (u'LOAD_-1207555307', u'INT_ADD_-1207555269'), ('const-92', u'CALL_-1207555103'), ('const-433', u'STORE_-1207555163'), ('const-0', u'RETURN_-1207555126'), (u'CAST_-1207554984', u'STORE_-1207555163'), ('const-1', u'RETURN_-1207555098'), (u'STORE_-1207555227', u'INDIRECT_-1207555030'), (u'INDIRECT_-1207555030', u'COPY_-1207555084'), (u'CALL_-1207555180', u'CAST_-1207554984'), (u'STORE_-1207555169', u'INDIRECT_-1207554998'), (u'CALL_-1207555103', u'INDIRECT_-1207554974'), ('const-0', u'PTRSUB_-1207554976'), (u'PTRSUB_-1207554976', u'STORE_-1207555169'), (u'STORE_-1207555163', u'INDIRECT_-1207554994'), (u'CALL_-1207555247', u'INDIRECT_-1207555052'), ('const-16', u'PTRADD_-1207555245'), ('const-433', u'LOAD_-1207555307'), (u'INT_ADD_-1207555269', u'CAST_-1207555037'), (u'STORE_-1207555311', u'INDIRECT_-1207555076'), ('const-1', u'PTRADD_-1207555245'), ('const-8', u'PTRADD_-1207555007'), (u'PTRADD_-1207555245', u'CAST_-1207555047'), ('const-433', u'STORE_-1207555227'), ('const-1', u'PTRADD_-1207554972'), ('const-56', u'CALL_-1207555247'), (u'COPY_-1207555127', u'PTRADD_-1207555245'), ('const-0', u'RETURN_-1207555190'), ('tmp_119', u'CBRANCH_-1207555260'), ('const-433', u'STORE_-1207555169'), ('const-0', u'INT_NOTEQUAL_-1207555269'), (u'CALL_-1207555247', u'CALL_-1207555231'), ('tmp_508', u'PTRADD_-1207555007'), ('tmp_508', u'STORE_-1207555311'), ('tmp_508', u'PTRADD_-1207554972'), (u'COPY_-1207555010', u'CALL_-1207555103'), (u'LOAD_-1207555285', u'INT_NOTEQUAL_-1207555269'), ('const-1', u'PTRADD_-1207555007'), (u'CALL_-1207555247', u'STORE_-1207555227'), ('tmp_646', u'COPY_-1207555127'), (u'PTRADD_-1207554972', u'STORE_-1207555163'), (u'CALL_-1207555180', u'INDIRECT_-1207555018'), ('tmp_81', u'CBRANCH_-1207555286'), (u'CAST_-1207554984', u'STORE_-1207555169'), (u'LOAD_-1207555307', u'INT_EQUAL_-1207555288'), (u'INDIRECT_-1207554974', u'COPY_-1207555028'), ('const-8', u'PTRADD_-1207554972'), ('const-4473216', u'PTRSUB_-1207554976'), ('const-25473', u'INT_ADD_-1207555269'), ('const-0', u'INT_EQUAL_-1207555288'), ('const-8', u'CALL_-1207555180'), ('const-433', u'STORE_-1207555311'), ('const-433', u'LOAD_-1207555285'), (u'CAST_-1207555047', u'LOAD_-1207555307'), ('const-3723576', u'COPY_-1207555009'), ('tmp_507', u'STORE_-1207555311'), (u'CALL_-1207555231', u'INDIRECT_-1207555040'), (u'INT_NOTEQUAL_-1207555269', u'CBRANCH_-1207555260'), ('const-3678841', u'COPY_-1207555010'), (u'PTRADD_-1207555007', u'STORE_-1207555227'), (u'COPY_-1207555009', u'CALL_-1207555103')] | null | null | 00192af0 | x64 | O2 | (translation_unit "void FUN_00192af0(undefined8 *param_1,undefined8 param_2)\n\n{\n undefined *puVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n \n puVar1 = PTR_DAT_0045c708;\n *param_1 = param_2;\n if (*(long *)(puVar1 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0') {\n uVar2 = FUN_002f0690(0x38);\n /* try { // try from 00192b25 to 00192b29 has its CatchHandler @ 00192b6f */\n FUN_00192ab0(uVar2);\n param_1[1] = uVar2;\n return;\n }\n puVar3 = (undefined8 *)FUN_002f0690(8);\n *puVar3 = &PTR_FUN_00444180;\n param_1[1] = puVar3;\n return;\n}\n\n" (function_definition "void FUN_00192af0(undefined8 *param_1,undefined8 param_2)\n\n{\n undefined *puVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n \n puVar1 = PTR_DAT_0045c708;\n *param_1 = param_2;\n if (*(long *)(puVar1 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0') {\n uVar2 = FUN_002f0690(0x38);\n /* try { // try from 00192b25 to 00192b29 has its CatchHandler @ 00192b6f */\n FUN_00192ab0(uVar2);\n param_1[1] = uVar2;\n return;\n }\n puVar3 = (undefined8 *)FUN_002f0690(8);\n *puVar3 = &PTR_FUN_00444180;\n param_1[1] = puVar3;\n return;\n}" primitive_type (function_declarator "FUN_00192af0(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 undefined *puVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n \n puVar1 = PTR_DAT_0045c708;\n *param_1 = param_2;\n if (*(long *)(puVar1 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0') {\n uVar2 = FUN_002f0690(0x38);\n /* try { // try from 00192b25 to 00192b29 has its CatchHandler @ 00192b6f */\n FUN_00192ab0(uVar2);\n param_1[1] = uVar2;\n return;\n }\n puVar3 = (undefined8 *)FUN_002f0690(8);\n *puVar3 = &PTR_FUN_00444180;\n param_1[1] = puVar3;\n return;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (expression_statement "puVar1 = PTR_DAT_0045c708;" (assignment_expression "puVar1 = PTR_DAT_0045c708" identifier = identifier) ;) (expression_statement "*param_1 = param_2;" (assignment_expression "*param_1 = param_2" (pointer_expression "*param_1" * identifier) = identifier) ;) (if_statement "if (*(long *)(puVar1 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(puVar1 + 0x10) == 0)" ( (binary_expression "*(long *)(puVar1 + 0x10) == 0" (pointer_expression "*(long *)(puVar1 + 0x10)" * (cast_expression "(long *)(puVar1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 0x10)" ( (binary_expression "puVar1 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0018ff20("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "FUN_0018ff20("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0018ff20("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if (*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0') {\n uVar2 = FUN_002f0690(0x38);\n /* try { // try from 00192b25 to 00192b29 has its CatchHandler @ 00192b6f */\n FUN_00192ab0(uVar2);\n param_1[1] = uVar2;\n return;\n }" if (parenthesized_expression "(*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0')" ( (binary_expression "*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0'" (pointer_expression "*(char *)(*(long *)(puVar1 + 0x10) + 0x6381)" * (cast_expression "(char *)(*(long *)(puVar1 + 0x10) + 0x6381)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(puVar1 + 0x10) + 0x6381)" ( (binary_expression "*(long *)(puVar1 + 0x10) + 0x6381" (pointer_expression "*(long *)(puVar1 + 0x10)" * (cast_expression "(long *)(puVar1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 0x10)" ( (binary_expression "puVar1 + 0x10" identifier + number_literal) )))) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar2 = FUN_002f0690(0x38);\n /* try { // try from 00192b25 to 00192b29 has its CatchHandler @ 00192b6f */\n FUN_00192ab0(uVar2);\n param_1[1] = uVar2;\n return;\n }" { (expression_statement "uVar2 = FUN_002f0690(0x38);" (assignment_expression "uVar2 = FUN_002f0690(0x38)" identifier = (call_expression "FUN_002f0690(0x38)" identifier (argument_list "(0x38)" ( number_literal )))) ;) comment (expression_statement "FUN_00192ab0(uVar2);" (call_expression "FUN_00192ab0(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) (expression_statement "param_1[1] = uVar2;" (assignment_expression "param_1[1] = uVar2" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "puVar3 = (undefined8 *)FUN_002f0690(8);" (assignment_expression "puVar3 = (undefined8 *)FUN_002f0690(8)" identifier = (cast_expression "(undefined8 *)FUN_002f0690(8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002f0690(8)" identifier (argument_list "(8)" ( number_literal ))))) ;) (expression_statement "*puVar3 = &PTR_FUN_00444180;" (assignment_expression "*puVar3 = &PTR_FUN_00444180" (pointer_expression "*puVar3" * identifier) = (pointer_expression "&PTR_FUN_00444180" & identifier)) ;) (expression_statement "param_1[1] = puVar3;" (assignment_expression "param_1[1] = puVar3" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* DWARF original prototype: void Condvar(Condvar * this, Lock * lock) */\n\nvoid __thiscall gold::Condvar::Condvar(Condvar *this,Lock *lock)\n\n{\n Parameters *pPVar1;\n Condvar_impl_threads *this_00;\n Condvar_impl *pCVar2;\n \n pPVar1 = parameters;\n this->lock_ = lock;\n if (pPVar1->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pPVar1->options_->threads_).value != false) {\n this_00 = (Condvar_impl_threads *)operator_new(0x38);\n /* try { // try from 00192b25 to 00192b29 has its CatchHandler @ 00192b6f */\n Condvar_impl_threads::Condvar_impl_threads(this_00);\n this->condvar_ = (Condvar_impl *)this_00;\n return;\n }\n pCVar2 = (Condvar_impl *)operator_new(8);\n pCVar2->_vptr_Condvar_impl = (_func_int_varargs **)&PTR__Condvar_impl_nothreads_00444180;\n this->condvar_ = pCVar2;\n return;\n}\n\n" comment comment comment (function_definition "void __thiscall gold::Condvar::Condvar(Condvar *this,Lock *lock)\n\n{\n Parameters *pPVar1;\n Condvar_impl_threads *this_00;\n Condvar_impl *pCVar2;\n \n pPVar1 = parameters;\n this->lock_ = lock;\n if (pPVar1->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pPVar1->options_->threads_).value != false) {\n this_00 = (Condvar_impl_threads *)operator_new(0x38);\n /* try { // try from 00192b25 to 00192b29 has its CatchHandler @ 00192b6f */\n Condvar_impl_threads::Condvar_impl_threads(this_00);\n this->condvar_ = (Condvar_impl *)this_00;\n return;\n }\n pCVar2 = (Condvar_impl *)operator_new(8);\n pCVar2->_vptr_Condvar_impl = (_func_int_varargs **)&PTR__Condvar_impl_nothreads_00444180;\n this->condvar_ = pCVar2;\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Condvar::" identifier : : identifier : :) (function_declarator "Condvar(Condvar *this,Lock *lock)" identifier (parameter_list "(Condvar *this,Lock *lock)" ( (parameter_declaration "Condvar *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Lock *lock" type_identifier (pointer_declarator "*lock" * identifier)) ))) (compound_statement "{\n Parameters *pPVar1;\n Condvar_impl_threads *this_00;\n Condvar_impl *pCVar2;\n \n pPVar1 = parameters;\n this->lock_ = lock;\n if (pPVar1->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((pPVar1->options_->threads_).value != false) {\n this_00 = (Condvar_impl_threads *)operator_new(0x38);\n /* try { // try from 00192b25 to 00192b29 has its CatchHandler @ 00192b6f */\n Condvar_impl_threads::Condvar_impl_threads(this_00);\n this->condvar_ = (Condvar_impl *)this_00;\n return;\n }\n pCVar2 = (Condvar_impl *)operator_new(8);\n pCVar2->_vptr_Condvar_impl = (_func_int_varargs **)&PTR__Condvar_impl_nothreads_00444180;\n this->condvar_ = pCVar2;\n return;\n}" { (declaration "Parameters *pPVar1;" type_identifier (pointer_declarator "*pPVar1" * identifier) ;) (declaration "Condvar_impl_threads *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "Condvar_impl *pCVar2;" type_identifier (pointer_declarator "*pCVar2" * identifier) ;) (expression_statement "pPVar1 = parameters;" (assignment_expression "pPVar1 = parameters" identifier = identifier) ;) (expression_statement "this->lock_ = lock;" (assignment_expression "this->lock_ = lock" (field_expression "this->lock_" identifier -> field_identifier) = identifier) ;) (if_statement "if (pPVar1->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(pPVar1->options_ == (General_options *)0x0)" ( (binary_expression "pPVar1->options_ == (General_options *)0x0" (field_expression "pPVar1->options_" identifier -> field_identifier) == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if ((pPVar1->options_->threads_).value != false) {\n this_00 = (Condvar_impl_threads *)operator_new(0x38);\n /* try { // try from 00192b25 to 00192b29 has its CatchHandler @ 00192b6f */\n Condvar_impl_threads::Condvar_impl_threads(this_00);\n this->condvar_ = (Condvar_impl *)this_00;\n return;\n }" if (parenthesized_expression "((pPVar1->options_->threads_).value != false)" ( (binary_expression "(pPVar1->options_->threads_).value != false" (field_expression "(pPVar1->options_->threads_).value" (parenthesized_expression "(pPVar1->options_->threads_)" ( (field_expression "pPVar1->options_->threads_" (field_expression "pPVar1->options_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) != false) )) (compound_statement "{\n this_00 = (Condvar_impl_threads *)operator_new(0x38);\n /* try { // try from 00192b25 to 00192b29 has its CatchHandler @ 00192b6f */\n Condvar_impl_threads::Condvar_impl_threads(this_00);\n this->condvar_ = (Condvar_impl *)this_00;\n return;\n }" { (expression_statement "this_00 = (Condvar_impl_threads *)operator_new(0x38);" (assignment_expression "this_00 = (Condvar_impl_threads *)operator_new(0x38)" identifier = (cast_expression "(Condvar_impl_threads *)operator_new(0x38)" ( (type_descriptor "Condvar_impl_threads *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new(0x38)" identifier (argument_list "(0x38)" ( number_literal ))))) ;) comment (labeled_statement "Condvar_impl_threads::Condvar_impl_threads(this_00);" statement_identifier : (ERROR ":" :) (expression_statement "Condvar_impl_threads(this_00);" (call_expression "Condvar_impl_threads(this_00)" identifier (argument_list "(this_00)" ( identifier ))) ;)) (expression_statement "this->condvar_ = (Condvar_impl *)this_00;" (assignment_expression "this->condvar_ = (Condvar_impl *)this_00" (field_expression "this->condvar_" identifier -> field_identifier) = (cast_expression "(Condvar_impl *)this_00" ( (type_descriptor "Condvar_impl *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (return_statement "return;" return ;) })) (expression_statement "pCVar2 = (Condvar_impl *)operator_new(8);" (assignment_expression "pCVar2 = (Condvar_impl *)operator_new(8)" identifier = (cast_expression "(Condvar_impl *)operator_new(8)" ( (type_descriptor "Condvar_impl *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new(8)" identifier (argument_list "(8)" ( number_literal ))))) ;) (expression_statement "pCVar2->_vptr_Condvar_impl = (_func_int_varargs **)&PTR__Condvar_impl_nothreads_00444180;" (assignment_expression "pCVar2->_vptr_Condvar_impl = (_func_int_varargs **)&PTR__Condvar_impl_nothreads_00444180" (field_expression "pCVar2->_vptr_Condvar_impl" identifier -> field_identifier) = (cast_expression "(_func_int_varargs **)&PTR__Condvar_impl_nothreads_00444180" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR__Condvar_impl_nothreads_00444180" & identifier))) ;) (expression_statement "this->condvar_ = pCVar2;" (assignment_expression "this->condvar_ = pCVar2" (field_expression "this->condvar_" identifier -> field_identifier) = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_00192af0(undefined8 *param_1,undefined8 param_2)\n\n{\n undefined *puVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n \n puVar1 = PTR_DAT_0045c708;\n *param_1 = param_2;\n if (*(long *)(puVar1 + 0x10) == 0) {\n \n FUN_0018ff20("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0') {\n uVar2 = FUN_002f0690(0x38);\n \n FUN_00192ab0(uVar2);\n param_1[1] = uVar2;\n return;\n }\n puVar3 = (undefined8 *)FUN_002f0690(8);\n *puVar3 = &PTR_FUN_00444180;\n param_1[1] = puVar3;\n return;\n}\n\n" (function_definition "void FUN_00192af0(undefined8 *param_1,undefined8 param_2)\n\n{\n undefined *puVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n \n puVar1 = PTR_DAT_0045c708;\n *param_1 = param_2;\n if (*(long *)(puVar1 + 0x10) == 0) {\n \n FUN_0018ff20("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0') {\n uVar2 = FUN_002f0690(0x38);\n \n FUN_00192ab0(uVar2);\n param_1[1] = uVar2;\n return;\n }\n puVar3 = (undefined8 *)FUN_002f0690(8);\n *puVar3 = &PTR_FUN_00444180;\n param_1[1] = puVar3;\n return;\n}" primitive_type (function_declarator "FUN_00192af0(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 undefined *puVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n \n puVar1 = PTR_DAT_0045c708;\n *param_1 = param_2;\n if (*(long *)(puVar1 + 0x10) == 0) {\n \n FUN_0018ff20("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0') {\n uVar2 = FUN_002f0690(0x38);\n \n FUN_00192ab0(uVar2);\n param_1[1] = uVar2;\n return;\n }\n puVar3 = (undefined8 *)FUN_002f0690(8);\n *puVar3 = &PTR_FUN_00444180;\n param_1[1] = puVar3;\n return;\n}" { (declaration "undefined *puVar1;" type_identifier (pointer_declarator "*puVar1" * identifier) ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (expression_statement "puVar1 = PTR_DAT_0045c708;" (assignment_expression "puVar1 = PTR_DAT_0045c708" identifier = identifier) ;) (expression_statement "*param_1 = param_2;" (assignment_expression "*param_1 = param_2" (pointer_expression "*param_1" * identifier) = identifier) ;) (if_statement "if (*(long *)(puVar1 + 0x10) == 0) {\n \n FUN_0018ff20("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(puVar1 + 0x10) == 0)" ( (binary_expression "*(long *)(puVar1 + 0x10) == 0" (pointer_expression "*(long *)(puVar1 + 0x10)" * (cast_expression "(long *)(puVar1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 0x10)" ( (binary_expression "puVar1 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_0018ff20("../../gold/parameters.h",0x5c,"options");\n }" { (expression_statement "FUN_0018ff20("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0018ff20("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if (*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0') {\n uVar2 = FUN_002f0690(0x38);\n \n FUN_00192ab0(uVar2);\n param_1[1] = uVar2;\n return;\n }" if (parenthesized_expression "(*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0')" ( (binary_expression "*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0'" (pointer_expression "*(char *)(*(long *)(puVar1 + 0x10) + 0x6381)" * (cast_expression "(char *)(*(long *)(puVar1 + 0x10) + 0x6381)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(puVar1 + 0x10) + 0x6381)" ( (binary_expression "*(long *)(puVar1 + 0x10) + 0x6381" (pointer_expression "*(long *)(puVar1 + 0x10)" * (cast_expression "(long *)(puVar1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar1 + 0x10)" ( (binary_expression "puVar1 + 0x10" identifier + number_literal) )))) + number_literal) )))) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar2 = FUN_002f0690(0x38);\n \n FUN_00192ab0(uVar2);\n param_1[1] = uVar2;\n return;\n }" { (expression_statement "uVar2 = FUN_002f0690(0x38);" (assignment_expression "uVar2 = FUN_002f0690(0x38)" identifier = (call_expression "FUN_002f0690(0x38)" identifier (argument_list "(0x38)" ( number_literal )))) ;) (expression_statement "FUN_00192ab0(uVar2);" (call_expression "FUN_00192ab0(uVar2)" identifier (argument_list "(uVar2)" ( identifier ))) ;) (expression_statement "param_1[1] = uVar2;" (assignment_expression "param_1[1] = uVar2" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) })) (expression_statement "puVar3 = (undefined8 *)FUN_002f0690(8);" (assignment_expression "puVar3 = (undefined8 *)FUN_002f0690(8)" identifier = (cast_expression "(undefined8 *)FUN_002f0690(8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_002f0690(8)" identifier (argument_list "(8)" ( number_literal ))))) ;) (expression_statement "*puVar3 = &PTR_FUN_00444180;" (assignment_expression "*puVar3 = &PTR_FUN_00444180" (pointer_expression "*puVar3" * identifier) = (pointer_expression "&PTR_FUN_00444180" & identifier)) ;) (expression_statement "param_1[1] = puVar3;" (assignment_expression "param_1[1] = puVar3" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (pointer_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 (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) }))) | (function_definition "void FUN_00192af0(undefined8 *param_1,undefined8 param_2)\n\n{\n undefined *puVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n \n puVar1 = PTR_DAT_0045c708;\n *param_1 = param_2;\n if (*(long *)(puVar1 + 0x10) == 0) {\n \n FUN_0018ff20("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0') {\n uVar2 = FUN_002f0690(0x38);\n \n FUN_00192ab0(uVar2);\n param_1[1] = uVar2;\n return;\n }\n puVar3 = (undefined8 *)FUN_002f0690(8);\n *puVar3 = &PTR_FUN_00444180;\n param_1[1] = puVar3;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00192af0(undefined8 *param_1,undefined8 param_2)" (identifier "FUN_00192af0") (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 undefined *puVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n \n puVar1 = PTR_DAT_0045c708;\n *param_1 = param_2;\n if (*(long *)(puVar1 + 0x10) == 0) {\n \n FUN_0018ff20("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0') {\n uVar2 = FUN_002f0690(0x38);\n \n FUN_00192ab0(uVar2);\n param_1[1] = uVar2;\n return;\n }\n puVar3 = (undefined8 *)FUN_002f0690(8);\n *puVar3 = &PTR_FUN_00444180;\n param_1[1] = puVar3;\n return;\n}" ({ "{") (declaration "undefined *puVar1;" (type_identifier "undefined") (pointer_declarator "*puVar1" (* "*") (identifier "puVar1")) (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (declaration "undefined8 *puVar3;" (type_identifier "undefined8") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (expression_statement "puVar1 = PTR_DAT_0045c708;" (assignment_expression "puVar1 = PTR_DAT_0045c708" (identifier "puVar1") (= "=") (identifier "PTR_DAT_0045c708")) (; ";")) (expression_statement "*param_1 = param_2;" (assignment_expression "*param_1 = param_2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "param_2")) (; ";")) (if_statement "if (*(long *)(puVar1 + 0x10) == 0) {\n \n FUN_0018ff20("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(*(long *)(puVar1 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(puVar1 + 0x10) == 0" (pointer_expression "*(long *)(puVar1 + 0x10)" (* "*") (cast_expression "(long *)(puVar1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar1 + 0x10)" (( "(") (binary_expression "puVar1 + 0x10" (identifier "puVar1") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0018ff20("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (expression_statement "FUN_0018ff20("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_0018ff20("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_0018ff20") (argument_list "("../../gold/parameters.h",0x5c,"options")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x5c") (, ",") (string_literal ""options"" (" """) (string_content "options") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0') {\n uVar2 = FUN_002f0690(0x38);\n \n FUN_00192ab0(uVar2);\n param_1[1] = uVar2;\n return;\n }" (if "if") (parenthesized_expression "(*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0')" (( "(") (binary_expression "*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0'" (pointer_expression "*(char *)(*(long *)(puVar1 + 0x10) + 0x6381)" (* "*") (cast_expression "(char *)(*(long *)(puVar1 + 0x10) + 0x6381)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(puVar1 + 0x10) + 0x6381)" (( "(") (binary_expression "*(long *)(puVar1 + 0x10) + 0x6381" (pointer_expression "*(long *)(puVar1 + 0x10)" (* "*") (cast_expression "(long *)(puVar1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar1 + 0x10)" (( "(") (binary_expression "puVar1 + 0x10" (identifier "puVar1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x6381")) () ")")))) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uVar2 = FUN_002f0690(0x38);\n \n FUN_00192ab0(uVar2);\n param_1[1] = uVar2;\n return;\n }" ({ "{") (expression_statement "uVar2 = FUN_002f0690(0x38);" (assignment_expression "uVar2 = FUN_002f0690(0x38)" (identifier "uVar2") (= "=") (call_expression "FUN_002f0690(0x38)" (identifier "FUN_002f0690") (argument_list "(0x38)" (( "(") (number_literal "0x38") () ")")))) (; ";")) (expression_statement "FUN_00192ab0(uVar2);" (call_expression "FUN_00192ab0(uVar2)" (identifier "FUN_00192ab0") (argument_list "(uVar2)" (( "(") (identifier "uVar2") () ")"))) (; ";")) (expression_statement "param_1[1] = uVar2;" (assignment_expression "param_1[1] = uVar2" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar2")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "puVar3 = (undefined8 *)FUN_002f0690(8);" (assignment_expression "puVar3 = (undefined8 *)FUN_002f0690(8)" (identifier "puVar3") (= "=") (cast_expression "(undefined8 *)FUN_002f0690(8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_002f0690(8)" (identifier "FUN_002f0690") (argument_list "(8)" (( "(") (number_literal "8") () ")"))))) (; ";")) (expression_statement "*puVar3 = &PTR_FUN_00444180;" (assignment_expression "*puVar3 = &PTR_FUN_00444180" (pointer_expression "*puVar3" (* "*") (identifier "puVar3")) (= "=") (pointer_expression "&PTR_FUN_00444180" (& "&") (identifier "PTR_FUN_00444180"))) (; ";")) (expression_statement "param_1[1] = puVar3;" (assignment_expression "param_1[1] = puVar3" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "puVar3")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: void Condvar(Condvar * this, Lock * lock) */
void __thiscall gold::function_1::function_1(function_1 *this,type_1 *lock)
{
type_2 *pPVar1;
type_3 *this_00;
type_4 *pCVar2;
pPVar1 = parameters;
this->lock_ = lock;
if (pPVar1->options_ == (type_5 *)0x0) {
/* WARNING: Subroutine does not return */
var_1("../../gold/parameters.h",0x5c,"options");
}
if ((pPVar1->options_->threads_).value != false) {
this_00 = (type_3 *)var_2(0x38);
/* try { // try from 00192b25 to 00192b29 has its CatchHandler @ 00192b6f */
Condvar_impl_threads::type_3(this_00);
this->condvar_ = (type_4 *)this_00;
return;
}
pCVar2 = (type_4 *)var_2(8);
pCVar2->_vptr_Condvar_impl = (type_6 **)&PTR__Condvar_impl_nothreads_00444180;
this->condvar_ = pCVar2;
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: (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: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (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 (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_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: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement)))) | null |
void MASKED(undefined8 *param_1,undefined8 param_2)
{
undefined *puVar1;
undefined8 uVar2;
undefined8 *puVar3;
puVar1 = PTR_DAT_0045c708;
*param_1 = param_2;
if (*(long *)(puVar1 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_0018ff20("../../gold/parameters.h",0x5c,"options");
}
if (*(char *)(*(long *)(puVar1 + 0x10) + 0x6381) != '\0') {
uVar2 = FUN_002f0690(0x38);
/* try { // try from 00192b25 to 00192b29 has its CatchHandler @ 00192b6f */
FUN_00192ab0(uVar2);
param_1[1] = uVar2;
return;
}
puVar3 = (undefined8 *)FUN_002f0690(8);
*puVar3 = &PTR_FUN_00444180;
param_1[1] = puVar3;
return;
}
|
2800_powerpc-linux-gnuspe-ld_and_powerpc-linux-gnuspe-ld_strip.c | do_may_relax | FUN_001a5000 |
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: bool do_may_relax(Target * this) */
bool __thiscall gold::Target::do_may_relax(Target *this)
{
if (parameters->options_ != (General_options *)0x0) {
return (parameters->options_->relax_).value;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/parameters.h",0x5c,"options");
}
|
undefined1 FUN_001a5000(void)
{
if (*(long *)(PTR_DAT_0067cb08 + 0x10) != 0) {
return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);
}
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/parameters.h",0x5c,"options");
}
| MOV RAX,qword ptr [0x0067cb08]
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x001a5018
MOVZX EAX,byte ptr [RAX + 0x5119]
RET
PUSH RAX
LEA RDX,[0x5355f8]
MOV ESI,0x5c
LEA RDI,[0x52e279]
CALL 0x00352af0 | null | null | null | null | [(u'INDIRECT_-1207611229', u'COPY_-1207611287'), (u'PTRSUB_-1207611253', u'LOAD_-1207611381'), (u'INT_NOTEQUAL_-1207611361', u'CBRANCH_-1207611360'), ('const-1', u'RETURN_-1207611307'), ('tmp_173', u'COPY_-1207611309'), ('const-0', u'INT_NOTEQUAL_-1207611361'), ('const-20664', u'PTRSUB_-1207611243'), (u'COPY_-1207611283', u'CALL_-1207611312'), (u'PTRSUB_-1207611241', u'LOAD_-1207611359'), ('const-16', u'PTRSUB_-1207611253'), ('const-5461496', u'COPY_-1207611282'), ('const-97', u'PTRSUB_-1207611241'), (u'COPY_-1207611282', u'CALL_-1207611312'), (u'COPY_-1207611332', u'RETURN_-1207611339'), (u'LOAD_-1207611381', u'PTRSUB_-1207611243'), (u'CALL_-1207611312', u'INDIRECT_-1207611229'), ('tmp_34', u'CBRANCH_-1207611360'), (u'LOAD_-1207611381', u'INT_NOTEQUAL_-1207611361'), ('const-0', u'RETURN_-1207611339'), (u'PTRSUB_-1207611243', u'PTRSUB_-1207611241'), ('tmp_173', u'PTRSUB_-1207611253'), ('const-5431929', u'COPY_-1207611283'), (u'LOAD_-1207611359', u'COPY_-1207611332'), ('const-433', u'LOAD_-1207611359'), ('const-433', u'LOAD_-1207611381'), ('const-92', u'CALL_-1207611312')] | [('const-5431929', u'COPY_-1207611287'), (u'CAST_-1207611249', u'LOAD_-1207611359'), ('const-433', u'LOAD_-1207611359'), (u'LOAD_-1207611359', u'COPY_-1207611316'), (u'CALL_-1207611312', u'INDIRECT_-1207611235'), (u'PTRADD_-1207611319', u'CAST_-1207611259'), (u'INT_ADD_-1207611343', u'CAST_-1207611249'), (u'COPY_-1207611316', u'RETURN_-1207611339'), ('const-20761', u'INT_ADD_-1207611343'), (u'INT_NOTEQUAL_-1207611361', u'CBRANCH_-1207611360'), ('const-1', u'RETURN_-1207611307'), (u'CAST_-1207611259', u'LOAD_-1207611381'), ('const-0', u'INT_NOTEQUAL_-1207611361'), (u'INDIRECT_-1207611235', u'COPY_-1207611293'), ('tmp_166', u'COPY_-1207611315'), ('const-1', u'PTRADD_-1207611319'), (u'COPY_-1207611286', u'CALL_-1207611312'), (u'COPY_-1207611287', u'CALL_-1207611312'), ('const-433', u'LOAD_-1207611381'), ('const-92', u'CALL_-1207611312'), ('tmp_34', u'CBRANCH_-1207611360'), (u'LOAD_-1207611381', u'INT_NOTEQUAL_-1207611361'), (u'LOAD_-1207611381', u'INT_ADD_-1207611343'), ('const-0', u'RETURN_-1207611339'), ('tmp_166', u'PTRADD_-1207611319'), ('const-16', u'PTRADD_-1207611319'), ('const-5461496', u'COPY_-1207611286')] | null | null | 001a5000 | x64 | O2 | (translation_unit "undefined1 FUN_001a5000(void)\n\n{\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) != 0) {\n return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n}\n\n" (function_definition "undefined1 FUN_001a5000(void)\n\n{\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) != 0) {\n return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n}" type_identifier (function_declarator "FUN_001a5000(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) != 0) {\n return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n}" { (if_statement "if (*(long *)(PTR_DAT_0067cb08 + 0x10) != 0) {\n return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) != 0)" ( (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) != 0" (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" ( (binary_expression "PTR_DAT_0067cb08 + 0x10" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);\n }" { (return_statement "return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);" return (pointer_expression "*(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119)" * (cast_expression "(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119)" ( (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119" (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" ( (binary_expression "PTR_DAT_0067cb08 + 0x10" identifier + number_literal) )))) + number_literal) )))) ;) })) 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 ") ))) ;) }))) | (translation_unit "/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: bool do_may_relax(Target * this) */\n\nbool __thiscall gold::Target::do_may_relax(Target *this)\n\n{\n if (parameters->options_ != (General_options *)0x0) {\n return (parameters->options_->relax_).value;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n}\n\n" comment comment comment (function_definition "bool __thiscall gold::Target::do_may_relax(Target *this)\n\n{\n if (parameters->options_ != (General_options *)0x0) {\n return (parameters->options_->relax_).value;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Target::" identifier : : identifier : :) (function_declarator "do_may_relax(Target *this)" identifier (parameter_list "(Target *this)" ( (parameter_declaration "Target *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n if (parameters->options_ != (General_options *)0x0) {\n return (parameters->options_->relax_).value;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n}" { (if_statement "if (parameters->options_ != (General_options *)0x0) {\n return (parameters->options_->relax_).value;\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 return (parameters->options_->relax_).value;\n }" { (return_statement "return (parameters->options_->relax_).value;" return (field_expression "(parameters->options_->relax_).value" (parenthesized_expression "(parameters->options_->relax_)" ( (field_expression "parameters->options_->relax_" (field_expression "parameters->options_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) ;) })) comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) }))) | (translation_unit "undefined1 FUN_001a5000(void)\n\n{\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) != 0) {\n return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);\n }\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n}\n\n" (function_definition "undefined1 FUN_001a5000(void)\n\n{\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) != 0) {\n return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);\n }\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n}" type_identifier (function_declarator "FUN_001a5000(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) != 0) {\n return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);\n }\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n}" { (if_statement "if (*(long *)(PTR_DAT_0067cb08 + 0x10) != 0) {\n return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) != 0)" ( (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) != 0" (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" ( (binary_expression "PTR_DAT_0067cb08 + 0x10" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\n return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);\n }" { (return_statement "return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);" return (pointer_expression "*(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119)" * (cast_expression "(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119)" ( (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119" (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" * (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" ( (binary_expression "PTR_DAT_0067cb08 + 0x10" identifier + number_literal) )))) + number_literal) )))) ;) })) (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 ") ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (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 (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) | (function_definition "undefined1 FUN_001a5000(void)\n\n{\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) != 0) {\n return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);\n }\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n}" (type_identifier "undefined1") (function_declarator "FUN_001a5000(void)" (identifier "FUN_001a5000") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n if (*(long *)(PTR_DAT_0067cb08 + 0x10) != 0) {\n return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);\n }\n \n FUN_00352af0("../../gold/parameters.h",0x5c,"options");\n}" ({ "{") (if_statement "if (*(long *)(PTR_DAT_0067cb08 + 0x10) != 0) {\n return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);\n }" (if "if") (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) != 0)" (( "(") (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) != 0" (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" (( "(") (binary_expression "PTR_DAT_0067cb08 + 0x10" (identifier "PTR_DAT_0067cb08") (+ "+") (number_literal "0x10")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);\n }" ({ "{") (return_statement "return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);" (return "return") (pointer_expression "*(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119)" (* "*") (cast_expression "(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119)" (( "(") (binary_expression "*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119" (pointer_expression "*(long *)(PTR_DAT_0067cb08 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_0067cb08 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_0067cb08 + 0x10)" (( "(") (binary_expression "PTR_DAT_0067cb08 + 0x10" (identifier "PTR_DAT_0067cb08") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x5119")) () ")")))) (; ";")) (} "}"))) (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") (" """)) () ")"))) (; ";")) (} "}"))) |
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: bool do_may_relax(Target * this) */
bool __thiscall gold::type_1::function_1(type_1 *this)
{
if (parameters->options_ != (type_2 *)0x0) {
return (parameters->options_->relax_).value;
}
/* WARNING: Subroutine does not return */
var_1("../../gold/parameters.h",0x5c,"options");
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (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 (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) | null |
undefined1 MASKED(void)
{
if (*(long *)(PTR_DAT_0067cb08 + 0x10) != 0) {
return *(undefined1 *)(*(long *)(PTR_DAT_0067cb08 + 0x10) + 0x5119);
}
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/parameters.h",0x5c,"options");
}
|
5159_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | add_global_generic | FUN_00233ef0 |
/* DWARF original prototype: void add_global_generic(Output_data_reloc<4,_false,_64,_false> * this,
Symbol * gsym, uint type, Output_data * od, Relobj * relobj, uint shndx, uint64_t address,
uint64_t addend) */
void __thiscall
gold::Output_data_reloc<4,_false,_64,_false>::add_global_generic
(Output_data_reloc<4,_false,_64,_false> *this,Symbol *gsym,uint type,Output_data *od,
Relobj *relobj,uint shndx,uint64_t address,uint64_t addend)
{
Output_reloc_type OStack_48;
Output_reloc<9,_false,_64,_false>::Output_reloc
(&OStack_48.rel_,gsym,type,(Sized_relobj<64,_false> *)relobj,shndx,address,false,false,
false);
OStack_48.addend_ = addend;
Output_data_reloc_base<4,_false,_64,_false>::add
(&this->super_Output_data_reloc_base<4,_false,_64,_false>,od,&OStack_48);
return;
}
|
void FUN_00233ef0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)
{
undefined1 auStack_48 [40];
undefined8 local_20;
FUN_00214e90(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0);
local_20 = param_8;
FUN_00233d10(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 0x0
PUSH 0x0
MOV R9,qword ptr [RSP + 0x70]
CALL 0x00214e90
MOV RAX,qword ptr [RSP + 0x78]
MOV RDX,RBX
MOV RSI,R12
MOV RDI,RBP
MOV qword ptr [RSP + 0x48],RAX
ADD RSP,0x20
CALL 0x00233d10
ADD RSP,0x30
POP RBX
POP RBP
POP R12
RET | null | null | null | null | [('const-0', u'CALL_-1204011184'), ('tmp_261', u'CALL_-1204011135'), ('tmp_259', u'CALL_-1204011184'), ('tmp_396', u'PTRSUB_-1204011019'), ('const--72', u'PTRSUB_-1204011018'), ('tmp_264', u'CALL_-1204011184'), ('const-0', u'CALL_-1204011184'), ('const-0', u'RETURN_-1204011095'), ('tmp_396', u'PTRSUB_-1204011018'), ('const--72', u'PTRSUB_-1204011019'), ('tmp_265', u'COPY_-1204011162'), ('const-0', u'PTRSUB_-1204010962'), (u'CALL_-1204011135', u'INDIRECT_-1204010980'), (u'PTRSUB_-1204010962', u'CALL_-1204011135'), (u'CAST_-1204010993', u'CALL_-1204011184'), ('const-0', u'PTRSUB_-1204010992'), ('const-0', u'CALL_-1204011184'), ('tmp_258', u'PTRSUB_-1204010962'), (u'PTRSUB_-1204011019', u'PTRSUB_-1204010992'), (u'PTRSUB_-1204011018', u'CALL_-1204011135'), ('tmp_263', u'CALL_-1204011184'), (u'PTRSUB_-1204010992', u'CALL_-1204011184'), ('tmp_260', u'CALL_-1204011184'), ('tmp_262', u'CAST_-1204010993')] | [('const--72', u'PTRSUB_-1204011030'), (u'CALL_-1204011135', u'INDIRECT_-1204010992'), ('tmp_555', u'CALL_-1204011184'), ('tmp_578', u'CALL_-1204011184'), ('tmp_382', u'CALL_-1204011184'), ('tmp_375', u'PTRSUB_-1204011029'), ('const--72', u'PTRSUB_-1204011029'), ('const-0', u'CALL_-1204011184'), ('tmp_384', u'CALL_-1204011184'), ('const-0', u'CALL_-1204011184'), ('tmp_380', u'CALL_-1204011135'), ('tmp_556', u'COPY_-1204011162'), (u'PTRSUB_-1204011029', u'CALL_-1204011135'), ('const-0', u'RETURN_-1204011095'), ('tmp_376', u'CALL_-1204011135'), (u'PTRSUB_-1204011030', u'CALL_-1204011184'), ('tmp_377', u'CALL_-1204011184'), ('tmp_375', u'PTRSUB_-1204011030'), ('const-0', u'CALL_-1204011184')] | null | null | 00233ef0 | x64 | O2 | (translation_unit "void FUN_00233ef0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)\n\n{\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_00214e90(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0);\n local_20 = param_8;\n FUN_00233d10(param_1,param_4,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_00233ef0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)\n\n{\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_00214e90(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0);\n local_20 = param_8;\n FUN_00233d10(param_1,param_4,auStack_48);\n return;\n}" primitive_type (function_declarator "FUN_00233ef0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) ))) (compound_statement "{\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_00214e90(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0);\n local_20 = param_8;\n FUN_00233d10(param_1,param_4,auStack_48);\n return;\n}" { (declaration "undefined1 auStack_48 [40];" type_identifier (array_declarator "auStack_48 [40]" identifier [ number_literal ]) ;) (declaration "undefined8 local_20;" type_identifier identifier ;) (expression_statement "FUN_00214e90(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0);" (call_expression "FUN_00214e90(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0)" identifier (argument_list "(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0)" ( identifier , identifier , identifier , identifier , identifier , identifier , number_literal , number_literal , number_literal ))) ;) (expression_statement "local_20 = param_8;" (assignment_expression "local_20 = param_8" identifier = identifier) ;) (expression_statement "FUN_00233d10(param_1,param_4,auStack_48);" (call_expression "FUN_00233d10(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_global_generic(Output_data_reloc<4,_false,_64,_false> * this,\n Symbol * gsym, uint type, Output_data * od, Relobj * relobj, uint shndx, uint64_t address,\n uint64_t addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<4,_false,_64,_false>::add_global_generic\n (Output_data_reloc<4,_false,_64,_false> *this,Symbol *gsym,uint type,Output_data *od,\n Relobj *relobj,uint shndx,uint64_t address,uint64_t addend)\n\n{\n Output_reloc_type OStack_48;\n \n Output_reloc<9,_false,_64,_false>::Output_reloc\n (&OStack_48.rel_,gsym,type,(Sized_relobj<64,_false> *)relobj,shndx,address,false,false,\n false);\n OStack_48.addend_ = addend;\n Output_data_reloc_base<4,_false,_64,_false>::add\n (&this->super_Output_data_reloc_base<4,_false,_64,_false>,od,&OStack_48);\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Output_data_reloc<4,_false,_64,_false>::add_global_generic\n (Output_data_reloc<4,_false,_64,_false> *this,Symbol *gsym,uint type,Output_data *od,\n Relobj *relobj,uint shndx,uint64_t address,uint64_t addend)\n\n{\n Output_reloc_type OStack_48;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_false>::add_global_generic\n (Output_data_reloc<4,_false,_64,_false> *this,Symbol *gsym,uint type,Output_data *od,\n Relobj *relobj,uint shndx,uint64_t address,uint64_t addend)\n\n{\n Output_reloc_type" identifier > : : (function_declarator "add_global_generic\n (Output_data_reloc<4,_false,_64,_false> *this,Symbol *gsym,uint type,Output_data *od,\n Relobj *relobj,uint shndx,uint64_t address,uint64_t addend)" identifier (parameter_list "(Output_data_reloc<4,_false,_64,_false> *this,Symbol *gsym,uint type,Output_data *od,\n Relobj *relobj,uint shndx,uint64_t address,uint64_t addend)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol *gsym" type_identifier (pointer_declarator "*gsym" * identifier)) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Output_data *od" type_identifier (pointer_declarator "*od" * identifier)) , (parameter_declaration "Relobj *relobj" type_identifier (pointer_declarator "*relobj" * identifier)) , (parameter_declaration "uint shndx" type_identifier identifier) , (parameter_declaration "uint64_t address" primitive_type identifier) , (parameter_declaration "uint64_t addend" primitive_type identifier) ))) { identifier) identifier ;) (ERROR "Output_reloc<9,_false,_64,_false>::Output_reloc\n (&OStack_48.rel_,gsym,type,(Sized_relobj<64,_false> *)relobj,shndx,address,false,false,\n false);\n OStack_48.addend_ = addend;\n Output_data_reloc_base<4,_false,_64,_false>::add\n (&this->super_Output_data_reloc_base<4,_false,_64,_false>,od,&OStack_48);\n return;\n}" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_false,_64,_false" , identifier , identifier , identifier) > (ERROR "::" : :) identifier ( (pointer_expression "&OStack_48.rel_" & (field_expression "OStack_48.rel_" identifier . field_identifier)) , identifier , identifier , (binary_expression "(Sized_relobj<64,_false> *)relobj,shndx,address,false,false,\n false);\n OStack_48.addend_ = addend;\n Output_data_reloc_base<4" (assignment_expression "(Sized_relobj<64,_false> *)relobj,shndx,address,false,false,\n false);\n OStack_48.addend_ = addend" (field_expression "(Sized_relobj<64,_false> *)relobj,shndx,address,false,false,\n false);\n OStack_48.addend_" (parenthesized_expression "(Sized_relobj<64,_false> *)relobj,shndx,address,false,false,\n false)" ( (comma_expression "Sized_relobj<64,_false> *)relobj,shndx,address,false,false,\n false" (binary_expression "Sized_relobj<64" identifier < number_literal) , (comma_expression "_false> *)relobj,shndx,address,false,false,\n false" (binary_expression "_false> *)relobj" identifier > (pointer_expression "*)relobj" * (ERROR ")" )) identifier)) , (comma_expression "shndx,address,false,false,\n false" identifier , (comma_expression "address,false,false,\n false" identifier , (comma_expression "false,false,\n false" false , (comma_expression "false,\n false" false , false)))))) )) (ERROR ";\n OStack_48" ; identifier) . field_identifier) = identifier) (ERROR ";\n Output_data_reloc_base" ; identifier) < number_literal) , identifier , identifier , (binary_expression "_false>::add\n (&this->super_Output_data_reloc_base<4,_false,_64,_false>,od,&OStack_48)" identifier > (ERROR "::" : :) (call_expression "add\n (&this->super_Output_data_reloc_base<4,_false,_64,_false>,od,&OStack_48)" identifier (argument_list "(&this->super_Output_data_reloc_base<4,_false,_64,_false>,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 ; })) | (translation_unit "void FUN_00233ef0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)\n\n{\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_00214e90(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0);\n local_20 = param_8;\n FUN_00233d10(param_1,param_4,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_00233ef0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)\n\n{\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_00214e90(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0);\n local_20 = param_8;\n FUN_00233d10(param_1,param_4,auStack_48);\n return;\n}" primitive_type (function_declarator "FUN_00233ef0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) , (parameter_declaration "undefined8 param_5" type_identifier identifier) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier identifier) ))) (compound_statement "{\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_00214e90(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0);\n local_20 = param_8;\n FUN_00233d10(param_1,param_4,auStack_48);\n return;\n}" { (declaration "undefined1 auStack_48 [40];" type_identifier (array_declarator "auStack_48 [40]" identifier [ number_literal ]) ;) (declaration "undefined8 local_20;" type_identifier identifier ;) (expression_statement "FUN_00214e90(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0);" (call_expression "FUN_00214e90(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0)" identifier (argument_list "(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0)" ( identifier , identifier , identifier , identifier , identifier , identifier , number_literal , number_literal , number_literal ))) ;) (expression_statement "local_20 = param_8;" (assignment_expression "local_20 = param_8" identifier = identifier) ;) (expression_statement "FUN_00233d10(param_1,param_4,auStack_48);" (call_expression "FUN_00233d10(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_00233ef0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)\n\n{\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_00214e90(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0);\n local_20 = param_8;\n FUN_00233d10(param_1,param_4,auStack_48);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00233ef0(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)" (identifier "FUN_00233ef0") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) (, ",") (parameter_declaration "undefined8 param_5" (type_identifier "undefined8") (identifier "param_5")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) (, ",") (parameter_declaration "undefined8 param_7" (type_identifier "undefined8") (identifier "param_7")) (, ",") (parameter_declaration "undefined8 param_8" (type_identifier "undefined8") (identifier "param_8")) () ")"))) (compound_statement "{\n undefined1 auStack_48 [40];\n undefined8 local_20;\n \n FUN_00214e90(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0);\n local_20 = param_8;\n FUN_00233d10(param_1,param_4,auStack_48);\n return;\n}" ({ "{") (declaration "undefined1 auStack_48 [40];" (type_identifier "undefined1") (array_declarator "auStack_48 [40]" (identifier "auStack_48") ([ "[") (number_literal "40") (] "]")) (; ";")) (declaration "undefined8 local_20;" (type_identifier "undefined8") (identifier "local_20") (; ";")) (expression_statement "FUN_00214e90(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0);" (call_expression "FUN_00214e90(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0)" (identifier "FUN_00214e90") (argument_list "(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0)" (( "(") (identifier "auStack_48") (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") (, ",") (number_literal "0") (, ",") (number_literal "0") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "local_20 = param_8;" (assignment_expression "local_20 = param_8" (identifier "local_20") (= "=") (identifier "param_8")) (; ";")) (expression_statement "FUN_00233d10(param_1,param_4,auStack_48);" (call_expression "FUN_00233d10(param_1,param_4,auStack_48)" (identifier "FUN_00233d10") (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_global_generic(Output_data_reloc<4,_false,_64,_false> * this,
Symbol * gsym, uint type, Output_data * od, Relobj * relobj, uint shndx, uint64_t address,
uint64_t addend) */
void __thiscall
gold::Output_data_reloc<4,_false,_64,_false>::add_global_generic
(Output_data_reloc<4,_false,_64,_false> *this,Symbol *gsym,uint type,Output_data *od,
Relobj *relobj,uint shndx,uint64_t address,uint64_t addend)
{
Output_reloc_type OStack_48;
Output_reloc<9,_false,_64,_false>::Output_reloc
(&OStack_48.rel_,gsym,type,(Sized_relobj<64,_false> *)relobj,shndx,address,false,false,
false);
OStack_48.addend_ = addend;
Output_data_reloc_base<4,_false,_64,_false>::add
(&this->super_Output_data_reloc_base<4,_false,_64,_false>,od,&OStack_48);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (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,undefined8 param_7,undefined8 param_8)
{
undefined1 auStack_48 [40];
undefined8 local_20;
FUN_00214e90(auStack_48,param_2,param_3,param_5,param_6,param_7,0,0,0);
local_20 = param_8;
FUN_00233d10(param_1,param_4,auStack_48);
return;
}
|
10285_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | _M_initialize_moneypunct | FUN_0037ca10 |
/* std::moneypunct<wchar_t, false>::_M_initialize_moneypunct(__locale_struct*, char const*) */
void std::moneypunct<wchar_t,false>::_M_initialize_moneypunct
(__locale_struct *param_1,char *param_2)
{
ulong uVar1;
char cVar2;
char cVar3;
char cVar4;
undefined *puVar5;
undefined4 uVar6;
undefined8 uVar7;
char *pcVar8;
char *pcVar9;
size_t sVar10;
long lVar11;
void *__dest;
wchar_t *pwVar12;
__locale_data *p_Var13;
ulong uVar14;
char *local_58;
char *local_50;
char *local_48;
mbstate_t local_40 [2];
if (param_1->__locales[2] == (__locale_data *)0x0) {
p_Var13 = (__locale_data *)operator_new(0xa0);
*(undefined4 *)(p_Var13 + 8) = 0;
*(undefined8 *)(p_Var13 + 0x10) = 0;
*(undefined ***)p_Var13 = &PTR____moneypunct_cache_004b7360;
*(undefined8 *)(p_Var13 + 0x18) = 0;
p_Var13[0x20] = (__locale_data)0x0;
*(undefined8 *)(p_Var13 + 0x24) = 0;
*(undefined8 *)(p_Var13 + 0x30) = 0;
*(undefined8 *)(p_Var13 + 0x38) = 0;
*(undefined8 *)(p_Var13 + 0x40) = 0;
*(undefined8 *)(p_Var13 + 0x48) = 0;
*(undefined8 *)(p_Var13 + 0x50) = 0;
*(undefined8 *)(p_Var13 + 0x58) = 0;
*(undefined8 *)(p_Var13 + 0x60) = 0;
*(undefined4 *)(p_Var13 + 0x68) = 0;
p_Var13[0x98] = (__locale_data)0x0;
param_1->__locales[2] = p_Var13;
}
if (param_2 != (char *)0x0) {
uVar7 = __uselocale(param_2);
uVar6 = __nl_langinfo_l(0x4002b,param_2);
*(undefined4 *)(param_1->__locales[2] + 0x24) = uVar6;
uVar6 = __nl_langinfo_l(0x4002c,param_2);
*(undefined4 *)(param_1->__locales[2] + 0x28) = uVar6;
if (*(int *)(param_1->__locales[2] + 0x24) == 0) {
*(undefined4 *)(param_1->__locales[2] + 0x60) = 0;
*(undefined4 *)(param_1->__locales[2] + 0x24) = 0x2e;
}
else {
pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);
*(int *)(param_1->__locales[2] + 0x60) = (int)*pcVar8;
}
pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);
local_58 = (char *)__nl_langinfo_l(0x40005,param_2);
local_50 = (char *)__nl_langinfo_l(0x40006,param_2);
local_48 = (char *)__nl_langinfo_l(0x40001,param_2);
pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);
p_Var13 = param_1->__locales[2];
cVar2 = *pcVar9;
if (*(int *)(p_Var13 + 0x28) == 0) {
*(char **)(p_Var13 + 0x10) = "";
*(undefined8 *)(param_1->__locales[2] + 0x18) = 0;
param_1->__locales[2][0x20] = (__locale_data)0x0;
*(undefined4 *)(param_1->__locales[2] + 0x28) = 0x2c;
sVar10 = strlen(local_58);
}
else {
sVar10 = strlen(pcVar8);
if (sVar10 == 0) {
*(char **)(p_Var13 + 0x10) = "";
param_1->__locales[2][0x20] = (__locale_data)0x0;
}
else {
/* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */
__dest = operator_new__(sVar10 + 1);
memcpy(__dest,pcVar8,sVar10 + 1);
*(void **)(param_1->__locales[2] + 0x10) = __dest;
}
*(size_t *)(param_1->__locales[2] + 0x18) = sVar10;
sVar10 = strlen(local_58);
}
if (sVar10 == 0) {
*(undefined **)(param_1->__locales[2] + 0x40) = &DAT_004023ec;
}
else {
local_40[0].__count = 0;
local_40[0].__value = (_union_27)0x0;
uVar1 = sVar10 + 1;
uVar14 = uVar1 * 4;
if (0x1ffffffffffffffe < uVar1) {
uVar14 = 0xffffffffffffffff;
}
/* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */
pwVar12 = (wchar_t *)operator_new__(uVar14);
mbsrtowcs(pwVar12,&local_58,uVar1,local_40);
*(wchar_t **)(param_1->__locales[2] + 0x40) = pwVar12;
}
p_Var13 = param_1->__locales[2];
sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x40));
*(size_t *)(p_Var13 + 0x48) = sVar10;
if (cVar2 == '\0') {
*(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023e4;
}
else {
sVar10 = strlen(local_50);
if (sVar10 == 0) {
*(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023ec;
}
else {
local_40[0].__count = 0;
local_40[0].__value = (_union_27)0x0;
uVar1 = sVar10 + 1;
uVar14 = uVar1 * 4;
if (0x1ffffffffffffffe < uVar1) {
uVar14 = 0xffffffffffffffff;
}
/* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */
pwVar12 = (wchar_t *)operator_new__(uVar14);
mbsrtowcs(pwVar12,&local_50,uVar1,local_40);
*(wchar_t **)(param_1->__locales[2] + 0x50) = pwVar12;
}
}
p_Var13 = param_1->__locales[2];
sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x50));
*(size_t *)(p_Var13 + 0x58) = sVar10;
sVar10 = strlen(local_48);
if (sVar10 == 0) {
*(undefined **)(param_1->__locales[2] + 0x30) = &DAT_004023ec;
}
else {
local_40[0].__count = 0;
local_40[0].__value = (_union_27)0x0;
uVar1 = sVar10 + 1;
uVar14 = uVar1 * 4;
if (0x1ffffffffffffffe < uVar1) {
uVar14 = 0xffffffffffffffff;
}
/* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */
pwVar12 = (wchar_t *)operator_new__(uVar14);
mbsrtowcs(pwVar12,&local_48,uVar1,local_40);
*(wchar_t **)(param_1->__locales[2] + 0x30) = pwVar12;
}
p_Var13 = param_1->__locales[2];
sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x30));
*(size_t *)(p_Var13 + 0x38) = sVar10;
pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);
cVar3 = *pcVar8;
pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);
cVar4 = *pcVar8;
pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);
p_Var13 = param_1->__locales[2];
uVar6 = money_base::_S_construct_pattern(cVar3,cVar4,*pcVar8);
*(undefined4 *)(p_Var13 + 100) = uVar6;
pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);
cVar3 = *pcVar8;
pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);
p_Var13 = param_1->__locales[2];
uVar6 = money_base::_S_construct_pattern(cVar3,*pcVar8,cVar2);
*(undefined4 *)(p_Var13 + 0x68) = uVar6;
__uselocale(uVar7);
return;
}
*(undefined4 *)(param_1->__locales[2] + 0x24) = 0x2e;
*(undefined4 *)(param_1->__locales[2] + 0x28) = 0x2c;
*(char **)(param_1->__locales[2] + 0x10) = "";
*(undefined8 *)(param_1->__locales[2] + 0x18) = 0;
param_1->__locales[2][0x20] = (__locale_data)0x0;
*(undefined **)(param_1->__locales[2] + 0x30) = &DAT_004023ec;
*(undefined8 *)(param_1->__locales[2] + 0x38) = 0;
*(undefined **)(param_1->__locales[2] + 0x40) = &DAT_004023ec;
*(undefined8 *)(param_1->__locales[2] + 0x48) = 0;
*(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023ec;
*(undefined8 *)(param_1->__locales[2] + 0x58) = 0;
*(undefined4 *)(param_1->__locales[2] + 0x60) = 0;
uVar6 = money_base::_S_default_pattern;
*(undefined4 *)(param_1->__locales[2] + 100) = money_base::_S_default_pattern;
*(undefined4 *)(param_1->__locales[2] + 0x68) = uVar6;
puVar5 = money_base::_S_atoms;
lVar11 = 0;
do {
*(int *)(param_1->__locales[2] + lVar11 * 4 + 0x6c) = (int)(char)puVar5[lVar11];
lVar11 = lVar11 + 1;
} while (lVar11 != 0xb);
return;
}
|
void FUN_0037ca10(long param_1,long param_2)
{
ulong uVar1;
char cVar2;
char cVar3;
char cVar4;
undefined *puVar5;
undefined4 uVar6;
undefined8 uVar7;
char *pcVar8;
char *pcVar9;
size_t sVar10;
void *__dest;
wchar_t *pwVar11;
undefined8 *puVar12;
long lVar13;
char *local_58;
char *local_50;
char *local_48;
mbstate_t local_40 [2];
if (*(long *)(param_1 + 0x10) == 0) {
puVar12 = (undefined8 *)FUN_00337280(0xa0);
*(undefined4 *)(puVar12 + 1) = 0;
puVar12[2] = 0;
*puVar12 = &PTR_FUN_004b7360;
puVar12[3] = 0;
*(undefined1 *)(puVar12 + 4) = 0;
*(undefined8 *)((long)puVar12 + 0x24) = 0;
puVar12[6] = 0;
puVar12[7] = 0;
puVar12[8] = 0;
puVar12[9] = 0;
puVar12[10] = 0;
puVar12[0xb] = 0;
puVar12[0xc] = 0;
*(undefined4 *)(puVar12 + 0xd) = 0;
*(undefined1 *)(puVar12 + 0x13) = 0;
*(undefined8 **)(param_1 + 0x10) = puVar12;
}
if (param_2 != 0) {
uVar7 = __uselocale(param_2);
uVar6 = __nl_langinfo_l(0x4002b,param_2);
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;
uVar6 = __nl_langinfo_l(0x4002c,param_2);
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;
if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;
}
else {
pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);
*(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;
}
pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);
local_58 = (char *)__nl_langinfo_l(0x40005,param_2);
local_50 = (char *)__nl_langinfo_l(0x40006,param_2);
local_48 = (char *)__nl_langinfo_l(0x40001,param_2);
pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);
lVar13 = *(long *)(param_1 + 0x10);
cVar2 = *pcVar9;
if (*(int *)(lVar13 + 0x28) == 0) {
*(char **)(lVar13 + 0x10) = "";
*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;
*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;
sVar10 = strlen(local_58);
}
else {
sVar10 = strlen(pcVar8);
if (sVar10 == 0) {
*(char **)(lVar13 + 0x10) = "";
*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;
}
else {
/* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */
__dest = (void *)thunk_FUN_00337280(sVar10 + 1);
memcpy(__dest,pcVar8,sVar10 + 1);
*(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;
}
*(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;
sVar10 = strlen(local_58);
}
if (sVar10 == 0) {
*(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;
}
else {
local_40[0].__count = 0;
local_40[0].__value = (_union_27)0x0;
uVar1 = sVar10 + 1;
lVar13 = uVar1 * 4;
if (0x1ffffffffffffffe < uVar1) {
lVar13 = -1;
}
/* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */
pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);
mbsrtowcs(pwVar11,&local_58,uVar1,local_40);
*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;
}
lVar13 = *(long *)(param_1 + 0x10);
sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));
*(size_t *)(lVar13 + 0x48) = sVar10;
if (cVar2 == '\0') {
*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;
}
else {
sVar10 = strlen(local_50);
if (sVar10 == 0) {
*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;
}
else {
local_40[0].__count = 0;
local_40[0].__value = (_union_27)0x0;
uVar1 = sVar10 + 1;
lVar13 = uVar1 * 4;
if (0x1ffffffffffffffe < uVar1) {
lVar13 = -1;
}
/* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */
pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);
mbsrtowcs(pwVar11,&local_50,uVar1,local_40);
*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;
}
}
lVar13 = *(long *)(param_1 + 0x10);
sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));
*(size_t *)(lVar13 + 0x58) = sVar10;
sVar10 = strlen(local_48);
if (sVar10 == 0) {
*(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;
}
else {
local_40[0].__count = 0;
local_40[0].__value = (_union_27)0x0;
uVar1 = sVar10 + 1;
lVar13 = uVar1 * 4;
if (0x1ffffffffffffffe < uVar1) {
lVar13 = -1;
}
/* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */
pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);
mbsrtowcs(pwVar11,&local_48,uVar1,local_40);
*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;
}
lVar13 = *(long *)(param_1 + 0x10);
sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));
*(size_t *)(lVar13 + 0x38) = sVar10;
pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);
cVar3 = *pcVar8;
pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);
cVar4 = *pcVar8;
pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);
lVar13 = *(long *)(param_1 + 0x10);
uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);
*(undefined4 *)(lVar13 + 100) = uVar6;
pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);
cVar3 = *pcVar8;
pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);
lVar13 = *(long *)(param_1 + 0x10);
uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);
*(undefined4 *)(lVar13 + 0x68) = uVar6;
__uselocale(uVar7);
return;
}
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;
*(char **)(*(long *)(param_1 + 0x10) + 0x10) = "";
*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;
*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;
*(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;
*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38) = 0;
*(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;
*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48) = 0;
*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;
*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58) = 0;
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;
uVar6 = DAT_004025d8;
*(undefined4 *)(*(long *)(param_1 + 0x10) + 100) = DAT_004025d8;
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68) = uVar6;
puVar5 = PTR_DAT_004ba838;
lVar13 = 0;
do {
*(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];
lVar13 = lVar13 + 1;
} while (lVar13 != 0xb);
return;
}
| PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
MOV RBP,RSI
PUSH RBX
MOV RBX,RDI
SUB RSP,0x38
CMP qword ptr [RDI + 0x10],0x0
JZ 0x0037cf20
TEST RBP,RBP
JZ 0x0037cc58
MOV RDI,RBP
CALL 0x00150780
MOV RSI,RBP
MOV EDI,0x4002b
MOV R13,RAX
CALL 0x001500b0
MOV RDX,qword ptr [RBX + 0x10]
MOV RSI,RBP
MOV EDI,0x4002c
MOV dword ptr [RDX + 0x24],EAX
CALL 0x001500b0
MOV RDX,qword ptr [RBX + 0x10]
MOV dword ptr [RDX + 0x28],EAX
MOV RAX,qword ptr [RBX + 0x10]
MOV EDX,dword ptr [RAX + 0x24]
TEST EDX,EDX
JNZ 0x0037ce10
MOV dword ptr [RAX + 0x60],0x0
MOV RAX,qword ptr [RBX + 0x10]
MOV dword ptr [RAX + 0x24],0x2e
MOV RSI,RBP
MOV EDI,0x40004
CALL 0x001500b0
MOV RSI,RBP
MOV EDI,0x40005
MOV R14,RAX
CALL 0x001500b0
MOV RSI,RBP
MOV EDI,0x40006
MOV qword ptr [RSP + 0x10],RAX
CALL 0x001500b0
MOV RSI,RBP
MOV EDI,0x40001
MOV qword ptr [RSP + 0x18],RAX
CALL 0x001500b0
MOV RSI,RBP
MOV EDI,0x4000e
MOV qword ptr [RSP + 0x20],RAX
CALL 0x001500b0
MOV RDX,qword ptr [RBX + 0x10]
MOVZX R12D,byte ptr [RAX]
MOV EAX,dword ptr [RDX + 0x28]
TEST EAX,EAX
JNZ 0x0037cd60
LEA RAX,[0x3fa676]
MOV RDI,qword ptr [RSP + 0x10]
MOV qword ptr [RSP + 0x8],0x0
MOV qword ptr [RDX + 0x10],RAX
MOV RAX,qword ptr [RBX + 0x10]
MOV qword ptr [RAX + 0x18],0x0
MOV RAX,qword ptr [RBX + 0x10]
MOV byte ptr [RAX + 0x20],0x0
MOV RAX,qword ptr [RBX + 0x10]
MOV dword ptr [RAX + 0x28],0x2c
CALL 0x00150490
TEST RAX,RAX
JNZ 0x0037cdb3
MOV RAX,qword ptr [RBX + 0x10]
LEA RCX,[0x4023ec]
XOR R14D,R14D
MOV qword ptr [RAX + 0x40],RCX
MOV R15,qword ptr [RBX + 0x10]
MOV RDI,qword ptr [R15 + 0x40]
CALL 0x00150150
MOV qword ptr [R15 + 0x48],RAX
TEST R12B,R12B
JNZ 0x0037cd30
MOV RAX,qword ptr [RBX + 0x10]
LEA RCX,[0x4023e4]
MOV qword ptr [RAX + 0x50],RCX
MOV qword ptr [RSP],0x0
MOV R15,qword ptr [RBX + 0x10]
MOV RDI,qword ptr [R15 + 0x50]
CALL 0x00150150
MOV RDI,qword ptr [RSP + 0x20]
MOV qword ptr [R15 + 0x58],RAX
CALL 0x00150490
TEST RAX,RAX
JNZ 0x0037cec8
MOV RAX,qword ptr [RBX + 0x10]
LEA RCX,[0x4023ec]
MOV qword ptr [RAX + 0x30],RCX
MOV R14,qword ptr [RBX + 0x10]
MOV RDI,qword ptr [R14 + 0x30]
CALL 0x00150150
MOV RSI,RBP
MOV EDI,0x40009
MOV qword ptr [R14 + 0x38],RAX
CALL 0x001500b0
MOV RSI,RBP
MOV EDI,0x4000a
MOVZX EAX,byte ptr [RAX]
MOV byte ptr [RSP],AL
CALL 0x001500b0
MOV RSI,RBP
MOV EDI,0x4000d
MOVZX R15D,byte ptr [RAX]
CALL 0x001500b0
MOVSX EDI,byte ptr [RSP]
MOV R14,qword ptr [RBX + 0x10]
MOVSX EDX,byte ptr [RAX]
MOVSX ESI,R15B
CALL 0x0037d8a0
MOV RSI,RBP
MOV EDI,0x4000b
MOV dword ptr [R14 + 0x64],EAX
CALL 0x001500b0
MOV RSI,RBP
MOV EDI,0x4000c
MOVZX R14D,byte ptr [RAX]
CALL 0x001500b0
MOV RBX,qword ptr [RBX + 0x10]
MOVSX EDX,R12B
MOVSX ESI,byte ptr [RAX]
MOVSX EDI,R14B
CALL 0x0037d8a0
MOV RDI,R13
MOV dword ptr [RBX + 0x68],EAX
CALL 0x00150780
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RAX,qword ptr [RBX + 0x10]
LEA RCX,[0x3fa676]
MOV dword ptr [RAX + 0x24],0x2e
MOV RAX,qword ptr [RBX + 0x10]
MOV dword ptr [RAX + 0x28],0x2c
MOV RAX,qword ptr [RBX + 0x10]
MOV qword ptr [RAX + 0x10],RCX
MOV RAX,qword ptr [RBX + 0x10]
MOV qword ptr [RAX + 0x18],0x0
MOV RAX,qword ptr [RBX + 0x10]
MOV byte ptr [RAX + 0x20],0x0
MOV RDX,qword ptr [RBX + 0x10]
LEA RAX,[0x4023ec]
MOV qword ptr [RDX + 0x30],RAX
MOV RDX,qword ptr [RBX + 0x10]
MOV qword ptr [RDX + 0x38],0x0
MOV RDX,qword ptr [RBX + 0x10]
MOV qword ptr [RDX + 0x40],RAX
MOV RDX,qword ptr [RBX + 0x10]
MOV qword ptr [RDX + 0x48],0x0
MOV RDX,qword ptr [RBX + 0x10]
MOV qword ptr [RDX + 0x50],RAX
MOV RAX,qword ptr [RBX + 0x10]
MOV qword ptr [RAX + 0x58],0x0
MOV RAX,qword ptr [RBX + 0x10]
MOV dword ptr [RAX + 0x60],0x0
LEA RAX,[0x4025d8]
MOV RDX,qword ptr [RBX + 0x10]
MOV EAX,dword ptr [RAX]
MOV dword ptr [RDX + 0x64],EAX
MOV RDX,qword ptr [RBX + 0x10]
MOV dword ptr [RDX + 0x68],EAX
LEA RAX,[0x4ba838]
MOV RSI,qword ptr [RAX]
XOR EAX,EAX
NOP word ptr [RAX + RAX*0x1]
MOVSX ECX,byte ptr [RSI + RAX*0x1]
MOV RDX,qword ptr [RBX + 0x10]
MOV dword ptr [RDX + RAX*0x4 + 0x6c],ECX
ADD RAX,0x1
CMP RAX,0xb
JNZ 0x0037cd08
ADD RSP,0x38
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RDI,qword ptr [RSP + 0x18]
CALL 0x00150490
TEST RAX,RAX
JNZ 0x0037ce68
MOV RAX,qword ptr [RBX + 0x10]
LEA RCX,[0x4023ec]
MOV qword ptr [RAX + 0x50],RCX
MOV qword ptr [RSP],0x0
JMP 0x0037cb7b
MOV RDI,R14
MOV qword ptr [RSP],RDX
CALL 0x00150490
MOV RDX,qword ptr [RSP]
TEST RAX,RAX
MOV R15,RAX
JNZ 0x0037ce30
MOV qword ptr [RSP + 0x8],0x0
LEA RAX,[0x3fa676]
MOV qword ptr [RDX + 0x10],RAX
MOV RAX,qword ptr [RBX + 0x10]
MOV byte ptr [RAX + 0x20],0x0
MOV RAX,qword ptr [RBX + 0x10]
MOV RDI,qword ptr [RSP + 0x10]
MOV qword ptr [RAX + 0x18],R15
CALL 0x00150490
TEST RAX,RAX
JZ 0x0037cb38
MOV qword ptr [RSP + 0x28],0x0
LEA R15,[RAX + 0x1]
MOV RAX,0x1ffffffffffffffe
CMP R15,RAX
LEA RDI,[R15*0x4]
MOV RAX,-0x1
CMOVA RDI,RAX
CALL 0x00337220
LEA RCX,[RSP + 0x28]
LEA RSI,[RSP + 0x10]
MOV RDX,R15
MOV RDI,RAX
MOV R14,RAX
CALL 0x00150670
MOV RAX,qword ptr [RBX + 0x10]
MOV qword ptr [RAX + 0x40],R14
JMP 0x0037cb4a
MOV RSI,RBP
MOV EDI,0x40008
CALL 0x001500b0
MOV RDX,qword ptr [RBX + 0x10]
MOVSX EAX,byte ptr [RAX]
MOV dword ptr [RDX + 0x60],EAX
JMP 0x0037ca8c
LEA RAX,[RAX + 0x1]
MOV RDI,RAX
MOV qword ptr [RSP],RAX
CALL 0x00337220
MOV RDX,qword ptr [RSP]
MOV RSI,R14
MOV RDI,RAX
MOV R14,RAX
MOV qword ptr [RSP + 0x8],RAX
CALL 0x00150a90
MOV RAX,qword ptr [RBX + 0x10]
MOV qword ptr [RAX + 0x10],R14
JMP 0x0037cd98
MOV qword ptr [RSP + 0x28],0x0
LEA R15,[RAX + 0x1]
MOV RAX,0x1ffffffffffffffe
CMP R15,RAX
LEA RDI,[R15*0x4]
MOV RAX,-0x1
CMOVA RDI,RAX
CALL 0x00337220
MOV RDX,R15
LEA RCX,[RSP + 0x28]
LEA RSI,[RSP + 0x18]
MOV RDI,RAX
MOV R15,RAX
MOV qword ptr [RSP],RAX
CALL 0x00150670
MOV RAX,qword ptr [RBX + 0x10]
MOV qword ptr [RAX + 0x50],R15
JMP 0x0037cb7b
MOV qword ptr [RSP + 0x28],0x0
LEA R15,[RAX + 0x1]
MOV RAX,0x1ffffffffffffffe
CMP R15,RAX
LEA RDI,[R15*0x4]
MOV RAX,-0x1
CMOVA RDI,RAX
CALL 0x00337220
LEA RCX,[RSP + 0x28]
LEA RSI,[RSP + 0x20]
MOV RDX,R15
MOV RDI,RAX
MOV R14,RAX
CALL 0x00150670
MOV RAX,qword ptr [RBX + 0x10]
MOV qword ptr [RAX + 0x30],R14
JMP 0x0037cbae
MOV EDI,0xa0
CALL 0x00337280
LEA RDX,[0x4b7350]
MOV dword ptr [RAX + 0x8],0x0
ADD RDX,0x10
MOV qword ptr [RAX + 0x10],0x0
MOV qword ptr [RAX],RDX
MOV qword ptr [RAX + 0x18],0x0
MOV byte ptr [RAX + 0x20],0x0
MOV qword ptr [RAX + 0x24],0x0
MOV qword ptr [RAX + 0x30],0x0
MOV qword ptr [RAX + 0x38],0x0
MOV qword ptr [RAX + 0x40],0x0
MOV qword ptr [RAX + 0x48],0x0
MOV qword ptr [RAX + 0x50],0x0
MOV qword ptr [RAX + 0x58],0x0
MOV qword ptr [RAX + 0x60],0x0
MOV dword ptr [RAX + 0x68],0x0
MOV byte ptr [RAX + 0x98],0x0
MOV qword ptr [RBX + 0x10],RAX
JMP 0x0037ca2f | null | null | null | null | [(u'STORE_-1205286176', u'INDIRECT_-1205284344'), ('const-64', u'PTRADD_-1205284740'), (u'LOAD_-1205285671', u'CALL_-1205285658'), (u'PTRADD_-1205283338', u'LOAD_-1205285926'), ('const-433', u'STORE_-1205285931'), ('const-433', u'LOAD_-1205285564'), (u'STORE_-1205284159', u'INDIRECT_-1205282959'), (u'INDIRECT_-1205284231', u'MULTIEQUAL_-1205284165'), (u'LOAD_-1205285846', u'PTRADD_-1205285762'), (u'INDIRECT_-1205284091', u'MULTIEQUAL_-1205282806'), (u'CALL_-1205285495', u'INDIRECT_-1205283555'), (u'INDIRECT_-1205283666', u'MULTIEQUAL_-1205283626'), ('const-433', u'STORE_-1205284159'), (u'PTRADD_-1205285050', u'CAST_-1205282957'), ('const-8', u'PTRADD_-1205282577'), (u'CAST_-1205283043', u'LOAD_-1205285593'), ('const-433', u'STORE_-1205284944'), (u'LOAD_-1205286204', u'INT_EQUAL_-1205286185'), (u'STORE_-1205284976', u'INDIRECT_-1205283739'), ('const-433', u'LOAD_-1205284935'), (u'CALL_-1205286113', u'CAST_-1205283381'), (u'STORE_-1205284875', u'INDIRECT_-1205283531'), ('tmp_2434', u'CALL_-1205286087'), ('const-1', u'PTRADD_-1205284740'), (u'CAST_-1205282318', u'STORE_-1205284660'), (u'CALL_-1205284674', u'INDIRECT_-1205282953'), (u'LOAD_-1205284837', u'PTRADD_-1205284766'), ('const-0', u'COPY_-1205282524'), (u'CALL_-1205286035', u'CAST_-1205283324'), ('tmp_2433', u'PTRSUB_-1205283030'), ('const-433', u'LOAD_-1205284669'), (u'STORE_-1205285963', u'INDIRECT_-1205284201'), (u'PTRADD_-1205284600', u'CAST_-1205282318'), (u'CAST_-1205283448', u'STORE_-1205286215'), ('const-0', u'STORE_-1205285008'), (u'CALL_-1205286087', u'INDIRECT_-1205283858'), (u'PTRSUB_-1205283044', u'PTRADD_-1205282976'), (u'PTRADD_-1205284099', u'CAST_-1205282214'), (u'CALL_-1205284842', u'INDIRECT_-1205283227'), (u'PTRSUB_-1205283418', u'PTRADD_-1205283338'), (u'STORE_-1205285110', u'INDIRECT_-1205283731'), ('const-2', u'PTRADD_-1205282976'), (u'CAST_-1205282865', u'STORE_-1205284976'), ('tmp_2434', u'CALL_-1205286061'), (u'LOAD_-1205284967', u'PTRADD_-1205284898'), ('const-433', u'LOAD_-1205284953'), (u'CALL_-1205286113', u'INDIRECT_-1205284334'), (u'PTRSUB_-1205282358', u'CALL_-1205284653'), (u'INDIRECT_-1205283229', u'MULTIEQUAL_-1205283390'), (u'CAST_-1205282356', u'STORE_-1205284660'), ('const-0', u'PTRSUB_-1205283685'), (u'CALL_-1205285444', u'INDIRECT_-1205283522'), ('const-2', u'PTRADD_-1205282903'), ('const-433', u'LOAD_-1205285090'), ('const-80', u'PTRADD_-1205285720'), (u'LOAD_-1205285481', u'CALL_-1205285462'), (u'STORE_-1205285963', u'INDIRECT_-1205284100'), (u'MULTIEQUAL_-1205283676', u'CALL_-1205284687'), ('const-64', u'PTRADD_-1205285791'), ('const-8', u'PTRADD_-1205282766'), (u'CALL_-1205285658', u'INDIRECT_-1205283940'), (u'CALL_-1205284842', u'INDIRECT_-1205283185'), (u'CAST_-1205282265', u'PTRADD_-1205284106'), (u'COPY_-1205282707', u'PIECE_-1205282648'), ('const-433', u'STORE_-1205284883'), (u'INDIRECT_-1205283675', u'MULTIEQUAL_-1205283631'), (u'INDIRECT_-1205283330', u'MULTIEQUAL_-1205283491'), (u'CAST_-1205283440', u'LOAD_-1205286204'), (u'PTRSUB_-1205282653', u'CALL_-1205284811'), ('const-72', u'PTRADD_-1205284055'), (u'LOAD_-1205286027', u'CALL_-1205285462'), (u'PTRSUB_-1205282193', u'PTRADD_-1205282152'), (u'CALL_-1205284653', u'INDIRECT_-1205282730'), (u'INT_NOTEQUAL_-1205286295', u'CBRANCH_-1205286294'), (u'CALL_-1205286135', u'CAST_-1205283398'), ('tmp_2433', u'PTRSUB_-1205283639'), ('const-433', u'STORE_-1205284216'), ('const-24', u'PTRADD_-1205285889'), ('const-0', u'PTRSUB_-1205283402'), (u'CALL_-1205284671', u'INDIRECT_-1205282952'), (u'CAST_-1205282991', u'STORE_-1205285531'), ('tmp_2434', u'CALL_-1205284686'), (u'CALL_-1205285745', u'INDIRECT_-1205283765'), ('tmp_1161', u'BRANCH_-1205284636'), ('const-433', u'STORE_-1205285110'), ('const-36', u'PTRADD_-1205286099'), ('const-2', u'PTRADD_-1205282925'), (u'PTRADD_-1205284044', u'CAST_-1205282169'), (u'CALL_-1205286226', u'INDIRECT_-1205284305'), (u'CALL_-1205284687', u'INDIRECT_-1205282881'), (u'PTRADD_-1205284117', u'CAST_-1205282227'), ('const-1', u'PTRADD_-1205285673'), ('tmp_7929', u'MULTIEQUAL_-1205284257'), (u'INDIRECT_-1205283166', u'MULTIEQUAL_-1205283089'), ('const-433', u'LOAD_-1205284638'), ('const-433', u'STORE_-1205284061'), (u'INDIRECT_-1205283794', u'COPY_-1205283834'), (u'PTRADD_-1205285016', u'CAST_-1205282933'), ('const-433', u'STORE_-1205285044'), (u'CALL_-1205285520', u'INDIRECT_-1205283615'), ('const-1', u'PTRADD_-1205284884'), ('tmp_2433', u'PTRSUB_-1205282627'), (u'COPY_-1205282524', u'PIECE_-1205282464'), (u'STORE_-1205284137', u'INDIRECT_-1205283042'), (u'CALL_-1205285826', u'INDIRECT_-1205283692'), (u'CALL_-1205285520', u'INDIRECT_-1205283489'), ('const-433', u'STORE_-1205285454'), ('const-433', u'STORE_-1205284137'), ('const-1', u'PTRADD_-1205284156'), ('const-0', u'COPY_-1205282523'), ('const-0', u'INT_EQUAL_-1205286185'), ('const-2', u'PTRADD_-1205283531'), (u'PTRSUB_-1205283139', u'PTRADD_-1205283067'), (u'CALL_-1205286257', u'INDIRECT_-1205283970'), ('tmp_2434', u'CALL_-1205285495'), (u'CAST_-1205282265', u'PTRADD_-1205284022'), ('const-44', u'STORE_-1205285093'), (u'CAST_-1205282631', u'STORE_-1205284889'), (u'CALL_-1205285658', u'INDIRECT_-1205283584'), ('tmp_1204', u'CBRANCH_-1205285095'), (u'INDIRECT_-1205283055', u'MULTIEQUAL_-1205283215'), (u'LOAD_-1205285758', u'CALL_-1205285745'), (u'CALL_-1205285658', u'STORE_-1205285644'), (u'STORE_-1205285073', u'INDIRECT_-1205283605'), ('const-1', u'PTRADD_-1205285903'), (u'STORE_-1205284889', u'INDIRECT_-1205283540'), (u'LOAD_-1205285839', u'CALL_-1205285826'), ('const-433', u'STORE_-1205284976'), ('const-2', u'PTRADD_-1205283242'), (u'INT_LESS_-1205284846', u'CBRANCH_-1205284855'), ('tmp_2433', u'PTRSUB_-1205282193'), ('const-0', u'PTRSUB_-1205282965'), ('const-433', u'LOAD_-1205285671'), (u'CAST_-1205283414', u'STORE_-1205286159'), ('tmp_7930', u'MULTIEQUAL_-1205284358'), ('const-0', u'INT_EQUAL_-1205286000'), ('const-4171382', u'COPY_-1205283536'), ('const-433', u'LOAD_-1205285481'), (u'STORE_-1205284061', u'INDIRECT_-1205282879'), (u'INDIRECT_-1205283504', u'MULTIEQUAL_-1205283932'), ('const-88', u'PTRADD_-1205285673'), (u'CALL_-1205284845', u'INDIRECT_-1205283124'), ('const-1', u'PTRADD_-1205286155'), (u'CAST_-1205282196', u'STORE_-1205284137'), (u'STORE_-1205285022', u'INDIRECT_-1205283770'), (u'PTRADD_-1205285871', u'STORE_-1205285931'), ('tmp_2433', u'PTRSUB_-1205282338'), ('const-262150', u'CALL_-1205286087'), ('const-2', u'PTRADD_-1205283312'), ('const-0', u'PTRSUB_-1205282193'), ('const-433', u'LOAD_-1205286019'), (u'LOAD_-1205285127', u'PTRADD_-1205285050'), (u'LOAD_-1205285102', u'PTRADD_-1205285033'), (u'CALL_-1205285826', u'INDIRECT_-1205284149'), (u'CALL_-1205285745', u'INDIRECT_-1205283995'), ('const--64', u'PTRSUB_-1205282461'), ('const-1', u'INT_ADD_-1205284803'), ('const-1', u'PTRADD_-1205286099'), (u'INDIRECT_-1205283185', u'MULTIEQUAL_-1205282804'), ('const-0', u'STORE_-1205284166'), ('const-2', u'PTRADD_-1205282916'), (u'PTRADD_-1205283016', u'LOAD_-1205285127'), ('const-433', u'LOAD_-1205284910'), (u'PTRADD_-1205285903', u'CAST_-1205283274'), (u'MULTIEQUAL_-1205283770', u'CALL_-1205284711'), ('const-1', u'PTRADD_-1205286116'), ('const-0', u'STORE_-1205285949'), (u'CAST_-1205283274', u'STORE_-1205285963'), (u'CALL_-1205284640', u'INDIRECT_-1205283386'), (u'CAST_-1205283127', u'STORE_-1205285733'), ('const-1', u'PTRADD_-1205284106'), ('const-2', u'PTRADD_-1205283016'), (u'CALL_-1205284811', u'INDIRECT_-1205283099'), ('const-1', u'PTRADD_-1205284133'), (u'CALL_-1205285722', u'INT_ADD_-1205284735'), (u'CAST_-1205282265', u'CAST_-1205282231'), ('const-8', u'PTRADD_-1205282881'), (u'STORE_-1205284166', u'INDIRECT_-1205282964'), (u'INT_ADD_-1205284803', u'INT_NOTEQUAL_-1205284794'), (u'PTRADD_-1205284077', u'CAST_-1205282196'), ('const-433', u'STORE_-1205286236'), (u'PTRSUB_-1205283087', u'PTRADD_-1205283016'), ('const-100', u'PTRADD_-1205285471'), ('const-1', u'PTRADD_-1205284930'), (u'PTRADD_-1205286142', u'CAST_-1205283440'), (u'PTRADD_-1205283067', u'LOAD_-1205285493'), (u'PTRADD_-1205282881', u'LOAD_-1205284935'), (u'CALL_-1205285545', u'STORE_-1205285531'), (u'PTRSUB_-1205283016', u'STORE_-1205284958'), (u'PTRSUB_-1205282732', u'PTRADD_-1205282679'), ('const-72', u'PTRADD_-1205284916'), (u'LOAD_-1205286027', u'INT_EQUAL_-1205285805'), ('const-0', u'PTRSUB_-1205282533'), (u'STORE_-1205284883', u'INDIRECT_-1205283675'), (u'CALL_-1205286035', u'INDIRECT_-1205284277'), (u'CALL_-1205286035', u'INDIRECT_-1205284176'), (u'PTRSUB_-1205283391', u'PTRADD_-1205283312'), ('const-0', u'INT_NOTEQUAL_-1205286295'), ('const-433', u'STORE_-1205285076'), (u'PTRADD_-1205282976', u'LOAD_-1205285071'), (u'INDIRECT_-1205284332', u'MULTIEQUAL_-1205284266'), (u'CAST_-1205282265', u'PTRADD_-1205284077'), ('const-0', u'PTRSUB_-1205283488'), (u'STORE_-1205286215', u'INDIRECT_-1205284363'), ('const-433', u'LOAD_-1205286211'), (u'PTRADD_-1205284033', u'CAST_-1205282160'), ('const-1', u'PTRADD_-1205284815'), ('const-2', u'PTRADD_-1205282688'), ('const-0', u'STORE_-1205284137'), (u'PTRADD_-1205285013', u'CAST_-1205282681'), ('const-8', u'PTRADD_-1205283266'), (u'STORE_-1205285062', u'INDIRECT_-1205283799'), (u'CALL_-1205285604', u'CAST_-1205283043'), ('const-433', u'LOAD_-1205286224'), ('const-8', u'PTRADD_-1205282822'), (u'CALL_-1205285658', u'INDIRECT_-1205283710'), (u'LOAD_-1205285071', u'PTRADD_-1205285002'), ('const-8', u'PTRADD_-1205282985'), (u'STORE_-1205284093', u'INDIRECT_-1205282905'), (u'CALL_-1205285579', u'INDIRECT_-1205283528'), ('const-2', u'PTRADD_-1205283293'), (u'INDIRECT_-1205283776', u'MULTIEQUAL_-1205283718'), (u'PTRADD_-1205283531', u'LOAD_-1205286224'), ('const-48', u'PTRADD_-1205285609'), (u'STORE_-1205285044', u'INDIRECT_-1205283685'), (u'CAST_-1205282986', u'LOAD_-1205285509'), (u'STORE_-1205284177', u'INDIRECT_-1205282973'), ('tmp_1664', u'BRANCH_-1205284623'), ('const-1', u'PTRADD_-1205285394'), (u'CAST_-1205282502', u'LOAD_-1205284678'), (u'PTRSUB_-1205283067', u'PTRADD_-1205282997'), (u'CAST_-1205282843', u'STORE_-1205284944'), ('const-2', u'PTRADD_-1205283205'), (u'PTRADD_-1205284783', u'LOAD_-1205284845'), ('tmp_2433', u'PTRSUB_-1205283685'), (u'PTRSUB_-1205282879', u'PTRADD_-1205282822'), ('const-8', u'PTRADD_-1205282954'), ('tmp_4830', u'PTRSUB_-1205282653'), (u'CAST_-1205283265', u'STORE_-1205285949'), ('const-433', u'STORE_-1205284082'), (u'PTRADD_-1205285696', u'CAST_-1205283142'), (u'INDIRECT_-1205283895', u'COPY_-1205283935'), (u'PTRSUB_-1205283617', u'PTRADD_-1205283531'), (u'LOAD_-1205285509', u'CALL_-1205285462'), (u'INT_ADD_-1205284735', u'INT_LESS_-1205284688'), (u'CALL_-1205284671', u'INDIRECT_-1205282910'), (u'CALL_-1205285633', u'INDIRECT_-1205283566'), (u'STORE_-1205285780', u'INDIRECT_-1205284091'), ('const-8', u'PTRADD_-1205283360'), ('const-433', u'STORE_-1205284115'), ('const-433', u'STORE_-1205285683'), ('const-433', u'LOAD_-1205285509'), ('const-433', u'LOAD_-1205285039'), ('const-433', u'LOAD_-1205286332'), ('const-433', u'LOAD_-1205285017'), (u'PTRSUB_-1205283263', u'PTRADD_-1205283189'), ('const-433', u'STORE_-1205285917'), (u'INDIRECT_-1205282826', u'MULTIEQUAL_-1205283634'), ('const-433', u'STORE_-1205285073'), ('const-262153', u'CALL_-1205285633'), ('const-8', u'PTRADD_-1205282296'), ('const-1', u'PTRADD_-1205284948'), (u'INT_MULT_-1205284800', u'INT_ADD_-1205282920'), ('const-1', u'INT_ADD_-1205284893'), (u'CALL_-1205286135', u'INDIRECT_-1205284250'), (u'MULTIEQUAL_-1205282808', u'INT_EQUAL_-1205284828'), ('const-0', u'PTRSUB_-1205283318'), (u'STORE_-1205284926', u'INDIRECT_-1205283704'), (u'PTRSUB_-1205282533', u'PTRADD_-1205282485'), (u'LOAD_-1205285053', u'PTRADD_-1205284984'), ('const-1', u'PTRADD_-1205285609'), ('const-36', u'PTRADD_-1205284099'), ('const-2', u'PTRADD_-1205282389'), (u'STORE_-1205285683', u'INDIRECT_-1205284030'), (u'CAST_-1205282265', u'PTRADD_-1205284066'), (u'PTRADD_-1205285609', u'CAST_-1205283086'), (u'LOAD_-1205284999', u'PTRADD_-1205284930'), (u'CALL_-1205284943', u'INT_EQUAL_-1205284923'), (u'LOAD_-1205285765', u'PTRADD_-1205285696'), ('const-2', u'PTRADD_-1205283347'), (u'STORE_-1205285008', u'INDIRECT_-1205283660'), ('const-0', u'PTRSUB_-1205282338'), (u'PTRADD_-1205283347', u'LOAD_-1205285940'), ('const-433', u'STORE_-1205285851'), (u'PTRSUB_-1205282877', u'STORE_-1205285073'), ('const-0', u'PTRSUB_-1205283139'), (u'LOAD_-1205286033', u'PTRADD_-1205284829'), (u'CAST_-1205282187', u'STORE_-1205284126'), (u'PTRSUB_-1205283191', u'PTRADD_-1205283118'), (u'CAST_-1205283310', u'LOAD_-1205286019'), ('const-8', u'PTRADD_-1205282852'), ('const-433', u'LOAD_-1205285127'), (u'LOAD_-1205284870', u'PTRADD_-1205284793'), (u'COPY_-1205284858', u'MULTIEQUAL_-1205283948'), ('tmp_2434', u'CALL_-1205286279'), ('const-433', u'LOAD_-1205285797'), (u'CALL_-1205285495', u'INDIRECT_-1205283827'), (u'PTRADD_-1205283266', u'LOAD_-1205285797'), (u'CALL_-1205285722', u'INDIRECT_-1205283980'), ('const--88', u'PTRSUB_-1205282647'), (u'STORE_-1205284071', u'INDIRECT_-1205282887'), (u'STORE_-1205286159', u'INDIRECT_-1205284231'), (u'PTRADD_-1205283523', u'LOAD_-1205286211'), ('const-4', u'INT_MULT_-1205284850'), (u'CALL_-1205284943', u'INDIRECT_-1205283208'), ('const-1', u'PTRADD_-1205285871'), ('const-433', u'LOAD_-1205285622'), ('const-0', u'STORE_-1205284193'), ('const-64', u'PTRADD_-1205284066'), (u'PTRSUB_-1205282461', u'CALL_-1205284671'), (u'LOAD_-1205284985', u'PTRADD_-1205284916'), (u'PTRADD_-1205284055', u'CAST_-1205282178'), ('const-0', u'PTRSUB_-1205283584'), ('const-1', u'PTRADD_-1205284793'), (u'CALL_-1205284845', u'CAST_-1205282542'), (u'PTRADD_-1205284609', u'CAST_-1205282489'), (u'PTRSUB_-1205282434', u'PTRADD_-1205282389'), (u'INDIRECT_-1205282929', u'MULTIEQUAL_-1205283089'), ('const-1', u'PTRADD_-1205284569'), (u'PTRADD_-1205284011', u'CAST_-1205282142'), (u'CAST_-1205282945', u'STORE_-1205285093'), ('const-433', u'LOAD_-1205285846'), ('const-2', u'PTRADD_-1205282938'), ('const-433', u'LOAD_-1205285085'), ('const-1', u'INT_ADD_-1205284680'), ('const-2', u'PTRADD_-1205282485'), (u'CAST_-1205282265', u'PTRADD_-1205284117'), ('const-0', u'RETURN_-1205284734'), (u'CALL_-1205284711', u'INDIRECT_-1205283211'), (u'INDIRECT_-1205283624', u'MULTIEQUAL_-1205283584'), (u'CALL_-1205285545', u'INDIRECT_-1205283549'), ('const-1', u'PTRADD_-1205284823'), (u'INDIRECT_-1205283776', u'CALL_-1205285112'), (u'INDIRECT_-1205282972', u'MULTIEQUAL_-1205284358'), ('const-1', u'PTRADD_-1205284962'), (u'INT_LESS_-1205284712', u'CBRANCH_-1205284721'), (u'PTRADD_-1205282852', u'LOAD_-1205284892'), (u'CAST_-1205282542', u'STORE_-1205284800'), (u'STORE_-1205284115', u'INDIRECT_-1205282923'), (u'COPY_-1205282919', u'STORE_-1205284883'), (u'CALL_-1205284687', u'CAST_-1205282254'), (u'MULTIEQUAL_-1205282804', u'MULTIEQUAL_-1205283766'), (u'PTRADD_-1205282903', u'LOAD_-1205284967'), (u'CALL_-1205284845', u'INDIRECT_-1205283497'), (u'PTRADD_-1205284022', u'CAST_-1205282151'), (u'PTRSUB_-1205282338', u'PTRADD_-1205282296'), (u'PTRADD_-1205284582', u'CAST_-1205282220'), ('const-0', u'PTRSUB_-1205283418'), ('const-2', u'PTRADD_-1205282852'), (u'PTRSUB_-1205282647', u'CALL_-1205284811'), ('const-2', u'PTRADD_-1205282152'), ('const-1', u'INT_ADD_-1205284759'), (u'CALL_-1205286226', u'STORE_-1205286215'), ('const-1', u'PTRADD_-1205285791'), (u'CALL_-1205285722', u'INDIRECT_-1205283666'), (u'CALL_-1205285495', u'INDIRECT_-1205283928'), (u'PTRSUB_-1205283003', u'PTRADD_-1205282938'), (u'LOAD_-1205285678', u'PTRADD_-1205285584'), (u'INT_EQUAL_-1205285805', u'CBRANCH_-1205285802'), (u'COPY_-1205284469', u'MULTIEQUAL_-1205284376'), ('const--1', u'COPY_-1205284858'), (u'INDIRECT_-1205282730', u'MULTIEQUAL_-1205283960'), ('const-433', u'STORE_-1205286159'), (u'CALL_-1205285722', u'INDIRECT_-1205283708'), (u'CALL_-1205285604', u'INDIRECT_-1205283902'), (u'CALL_-1205284811', u'INDIRECT_-1205283472'), (u'LOAD_-1205284684', u'PTRADD_-1205284609'), (u'CALL_-1205284842', u'INDIRECT_-1205283558'), ('const-433', u'LOAD_-1205285758'), (u'STORE_-1205285093', u'INDIRECT_-1205283820'), (u'INDIRECT_-1205283544', u'MULTIEQUAL_-1205283530'), (u'CAST_-1205282874', u'STORE_-1205284990'), ('tmp_2433', u'PTRSUB_-1205283418'), (u'INDIRECT_-1205282730', u'MULTIEQUAL_-1205283584'), ('const-56', u'PTRADD_-1205284948'), ('const--80', u'PTRSUB_-1205282455'), (u'INDIRECT_-1205283692', u'MULTIEQUAL_-1205283634'), ('const-88', u'PTRADD_-1205284884'), (u'CAST_-1205283063', u'LOAD_-1205285622'), ('const-433', u'LOAD_-1205286168'), (u'CALL_-1205285545', u'INDIRECT_-1205283507'), ('const-2', u'PTRADD_-1205282822'), ('const-0', u'STORE_-1205284944'), ('const-0', u'STORE_-1205284126'), ('const-433', u'LOAD_-1205285926'), (u'PTRSUB_-1205283280', u'PTRADD_-1205283205'), ('const-433', u'STORE_-1205286176'), (u'CALL_-1205286061', u'CAST_-1205283343'), ('const-1', u'PTRADD_-1205284088'), (u'PTRADD_-1205282925', u'LOAD_-1205284999'), ('tmp_2434', u'CALL_-1205285579'), (u'CAST_-1205283426', u'STORE_-1205286176'), (u'PTRSUB_-1205283371', u'PTRADD_-1205283293'), ('const-8', u'PTRADD_-1205283293'), (u'CALL_-1205285826', u'INDIRECT_-1205283776'), ('const-433', u'STORE_-1205284071'), (u'CALL_-1205286113', u'INDIRECT_-1205283877'), (u'PTRADD_-1205282544', u'LOAD_-1205284684'), (u'CALL_-1205284711', u'INDIRECT_-1205282939'), (u'CALL_-1205285579', u'INDIRECT_-1205283570'), (u'CALL_-1205285112', u'INDIRECT_-1205283334'), (u'INT_MULT_-1205284850', u'MULTIEQUAL_-1205283948'), ('const-262156', u'CALL_-1205285495'), ('tmp_2434', u'CALL_-1205286226'), (u'CAST_-1205283025', u'LOAD_-1205285564'), (u'CALL_-1205285495', u'CAST_-1205282968'), ('const-0', u'STORE_-1205285062'), ('const-16', u'PTRADD_-1205284133'), ('const-1', u'PTRADD_-1205284984'), (u'INDIRECT_-1205282971', u'MULTIEQUAL_-1205283131'), (u'CALL_-1205284653', u'INDIRECT_-1205283086'), ('const-46', u'STORE_-1205285110'), ('const-11', u'INT_NOTEQUAL_-1205284794'), ('const-0', u'STORE_-1205284061'), ('tmp_2433', u'PTRSUB_-1205282941'), (u'CALL_-1205285745', u'INDIRECT_-1205284096'), (u'STORE_-1205284875', u'INDIRECT_-1205283430'), (u'INDIRECT_-1205283704', u'COPY_-1205282919'), (u'LOAD_-1205284638', u'PTRADD_-1205284569'), ('const-433', u'STORE_-1205284126'), (u'PTRADD_-1205282954', u'LOAD_-1205285039'), (u'CALL_-1205284687', u'INDIRECT_-1205282755'), (u'CAST_-1205282265', u'STORE_-1205284051'), ('const-433', u'STORE_-1205284642'), ('const-433', u'LOAD_-1205285881'), (u'PTRSUB_-1205283054', u'PTRADD_-1205282985'), ('const-433', u'STORE_-1205285022'), (u'INDIRECT_-1205283141', u'MULTIEQUAL_-1205283808'), (u'CALL_-1205285112', u'INDIRECT_-1205283208'), (u'PTRADD_-1205283405', u'LOAD_-1205286033'), ('const-1', u'PTRADD_-1205284916'), (u'LOAD_-1205284669', u'PTRADD_-1205284600'), (u'PTRADD_-1205285762', u'CAST_-1205283187'), ('const-433', u'LOAD_-1205285570'), ('const-0', u'PTRSUB_-1205283280'), ('const-1', u'PTRADD_-1205285471'), (u'STORE_-1205284093', u'INDIRECT_-1205283006'), ('const-4203492', u'PTRSUB_-1205283362'), ('const-80', u'PTRADD_-1205284044'), (u'PTRADD_-1205285889', u'CAST_-1205283265'), (u'INDIRECT_-1205283424', u'MULTIEQUAL_-1205284080'), (u'CAST_-1205282852', u'STORE_-1205284958'), (u'CALL_-1205285112', u'INDIRECT_-1205283564'), (u'CALL_-1205286257', u'STORE_-1205286236'), (u'CALL_-1205285112', u'INDIRECT_-1205283250'), (u'PTRSUB_-1205283488', u'PTRADD_-1205283405'), (u'INDIRECT_-1205282868', u'MULTIEQUAL_-1205283676'), (u'PTRADD_-1205285584', u'CAST_-1205283068'), (u'INT_ADD_-1205284735', u'INT_MULT_-1205284692'), (u'INDIRECT_-1205283929', u'MULTIEQUAL_-1205283882'), ('tmp_629', u'CBRANCH_-1205285802'), ('const-64', u'PTRADD_-1205285777'), ('const-262145', u'CALL_-1205286061'), ('const-433', u'STORE_-1205285780'), (u'LOAD_-1205286033', u'PTRADD_-1205285957'), (u'STORE_-1205285022', u'INDIRECT_-1205283669'), (u'PTRADD_-1205283360', u'LOAD_-1205285958'), ('const-1', u'PTRADD_-1205284783'), (u'CALL_-1205284674', u'INDIRECT_-1205283079'), (u'PTRSUB_-1205283584', u'PTRADD_-1205283500'), (u'STORE_-1205285917', u'INDIRECT_-1205284170'), (u'PTRADD_-1205282963', u'LOAD_-1205285053'), ('const-2', u'PTRADD_-1205283266'), (u'CALL_-1205284943', u'INDIRECT_-1205283522'), (u'STORE_-1205286176', u'INDIRECT_-1205284243'), (u'CALL_-1205284943', u'INDIRECT_-1205283166'), (u'CALL_-1205284640', u'INDIRECT_-1205282929'), ('const-4203500', u'PTRSUB_-1205282877'), (u'CALL_-1205285579', u'INDIRECT_-1205283654'), (u'STORE_-1205284976', u'INDIRECT_-1205283638'), (u'PTRSUB_-1205282821', u'PTRADD_-1205282766'), ('const-4', u'INT_MULT_-1205284716'), (u'PTRSUB_-1205283362', u'STORE_-1205285780'), ('const-433', u'LOAD_-1205285765'), (u'STORE_-1205284896', u'INDIRECT_-1205283683'), (u'STORE_-1205284669', u'INDIRECT_-1205283283'), (u'LOAD_-1205285593', u'CALL_-1205285545'), ('const-80', u'PTRADD_-1205285013'), ('const-4944736', u'PTRSUB_-1205282374'), (u'CAST_-1205282265', u'PTRADD_-1205284001'), (u'STORE_-1205284082', u'INDIRECT_-1205282997'), ('const-1', u'PTRADD_-1205284117'), (u'PTRADD_-1205285957', u'CAST_-1205283310'), (u'CALL_-1205286113', u'INDIRECT_-1205284233'), (u'CAST_-1205282896', u'STORE_-1205285022'), (u'PTRADD_-1205286099', u'CAST_-1205283414'), (u'CAST_-1205282830', u'STORE_-1205284926'), ('const-48', u'PTRADD_-1205284088'), ('const-1', u'PTRADD_-1205285857'), (u'PTRADD_-1205284884', u'CAST_-1205282843'), (u'STORE_-1205284126', u'INDIRECT_-1205282932'), ('const-433', u'LOAD_-1205285958'), (u'PTRADD_-1205285033', u'CAST_-1205282945'), ('tmp_2434', u'CALL_-1205286035'), ('tmp_4830', u'PTRSUB_-1205282358'), ('const-262157', u'CALL_-1205285579'), ('const-104', u'PTRADD_-1205285394'), (u'CALL_-1205285462', u'INDIRECT_-1205283907'), (u'CAST_-1205282254', u'STORE_-1205284642'), (u'CALL_-1205286035', u'INDIRECT_-1205283862'), (u'STORE_-1205284944', u'INDIRECT_-1205283616'), (u'CALL_-1205285722', u'INDIRECT_-1205283750'), ('tmp_2433', u'PTRSUB_-1205282989'), (u'PTRADD_-1205283597', u'LOAD_-1205286332'), (u'LOAD_-1205286211', u'PTRADD_-1205286116'), ('tmp_2433', u'PTRSUB_-1205282732'), ('const-433', u'LOAD_-1205286027'), (u'CALL_-1205285826', u'STORE_-1205285822'), (u'INT_ADD_-1205284893', u'INT_MULT_-1205284850'), (u'INT_MULT_-1205284716', u'MULTIEQUAL_-1205283770'), (u'MULTIEQUAL_-1205284376', u'INT_MULT_-1205284800'), ('const-1', u'PTRADD_-1205285696'), (u'STORE_-1205284051', u'INDIRECT_-1205282972'), ('const-8', u'PTRADD_-1205282679'), (u'INDIRECT_-1205283861', u'MULTIEQUAL_-1205282805'), (u'STORE_-1205285531', u'INDIRECT_-1205283829'), (u'STORE_-1205285093', u'INDIRECT_-1205283719'), ('const-1', u'PTRADD_-1205284766'), (u'CALL_-1205286087', u'INDIRECT_-1205284315'), (u'CALL_-1205285903', u'INDIRECT_-1205284192'), (u'MULTIEQUAL_-1205282805', u'MULTIEQUAL_-1205283808'), ('const-2', u'PTRADD_-1205283597'), (u'CALL_-1205284674', u'INDIRECT_-1205283309'), ('const-433', u'LOAD_-1205284892'), ('const-0', u'STORE_-1205284177'), (u'STORE_-1205284958', u'INDIRECT_-1205283726'), (u'INDIRECT_-1205283323', u'MULTIEQUAL_-1205283979'), (u'CALL_-1205285722', u'INDIRECT_-1205283624'), (u'CALL_-1205284711', u'INDIRECT_-1205282981'), (u'STORE_-1205284660', u'INDIRECT_-1205283240'), (u'CAST_-1205282933', u'STORE_-1205285076'), ('const-0', u'PTRSUB_-1205282374'), (u'LOAD_-1205285958', u'PTRADD_-1205285889'), (u'CALL_-1205284671', u'INDIRECT_-1205282826'), (u'STORE_-1205284126', u'INDIRECT_-1205283033'), ('const-0', u'PTRSUB_-1205283442'), (u'PTRADD_-1205284066', u'CAST_-1205282187'), (u'INDIRECT_-1205283734', u'MULTIEQUAL_-1205283676'), ('const-1', u'PTRADD_-1205284866'), (u'STORE_-1205284669', u'INDIRECT_-1205283384'), ('tmp_2433', u'PTRSUB_-1205283280'), ('const-8', u'PTRADD_-1205283118'), (u'CALL_-1205285444', u'INDIRECT_-1205283895'), (u'INDIRECT_-1205284030', u'MULTIEQUAL_-1205283983'), (u'STORE_-1205285062', u'INDIRECT_-1205283698'), (u'PTRADD_-1205284001', u'STORE_-1205284061'), (u'CAST_-1205282252', u'STORE_-1205284216'), (u'CALL_-1205286279', u'INDIRECT_-1205284444'), ('tmp_2434', u'CALL_-1205286257'), (u'PTRADD_-1205283189', u'LOAD_-1205285678'), (u'CALL_-1205284943', u'INT_ADD_-1205284680'), ('const-1', u'PTRADD_-1205286176'), (u'CALL_-1205285579', u'INDIRECT_-1205283612'), (u'PTRADD_-1205285777', u'CAST_-1205283197'), ('const-433', u'STORE_-1205284669'), ('tmp_2433', u'PTRSUB_-1205283020'), ('const-2', u'PTRADD_-1205283552'), (u'MULTIEQUAL_-1205284376', u'PTRADD_-1205284783'), ('const-0', u'INT_EQUAL_-1205285708'), (u'CALL_-1205285658', u'INDIRECT_-1205284041'), ('const-0', u'PTRSUB_-1205282742'), (u'STORE_-1205285531', u'INDIRECT_-1205283930'), ('const-48', u'PTRADD_-1205284582'), (u'LOAD_-1205285090', u'PTRADD_-1205285013'), (u'CALL_-1205284653', u'INDIRECT_-1205282856'), (u'INDIRECT_-1205283544', u'COPY_-1205283616'), ('const-0', u'STORE_-1205284104'), ('const-32', u'PTRADD_-1205284984'), ('const-1', u'PTRADD_-1205286142'), (u'LOAD_-1205285085', u'PTRADD_-1205285016'), (u'PTRADD_-1205282485', u'LOAD_-1205284638'), ('tmp_1599', u'CBRANCH_-1205284826'), (u'STORE_-1205284115', u'INDIRECT_-1205283024'), (u'INDIRECT_-1205283240', u'MULTIEQUAL_-1205284033'), (u'CALL_-1205285826', u'INDIRECT_-1205283818'), (u'PTRADD_-1205284829', u'CAST_-1205282631'), (u'INT_MULT_-1205284692', u'MULTIEQUAL_-1205283676'), (u'STORE_-1205286159', u'INDIRECT_-1205284332'), (u'STORE_-1205284137', u'INDIRECT_-1205282941'), (u'STORE_-1205284177', u'INDIRECT_-1205283074'), ('const-56', u'PTRADD_-1205285584'), ('tmp_2433', u'PTRSUB_-1205283617'), ('const-0', u'STORE_-1205285044'), ('tmp_2433', u'PTRSUB_-1205282533'), (u'LOAD_-1205286255', u'PTRADD_-1205286176'), ('const-8', u'PTRADD_-1205282389'), (u'INDIRECT_-1205284192', u'MULTIEQUAL_-1205282807'), (u'PTRADD_-1205282679', u'LOAD_-1205284870'), (u'CAST_-1205282151', u'STORE_-1205284082'), ('const-2', u'PTRADD_-1205283523'), (u'CALL_-1205285520', u'INDIRECT_-1205283946'), (u'STORE_-1205284944', u'INDIRECT_-1205283717'), (u'LOAD_-1205284845', u'CAST_-1205282779'), ('const-4203500', u'PTRSUB_-1205283016'), (u'CALL_-1205286087', u'CAST_-1205283362'), ('const-16', u'PTRADD_-1205285016'), ('tmp_1406', u'CBRANCH_-1205284855'), ('tmp_1458', u'BRANCH_-1205284794'), ('const-262187', u'CALL_-1205286257'), ('tmp_1229', u'BRANCH_-1205285057'), ('const-433', u'STORE_-1205285822'), ('const-8', u'PTRADD_-1205282544'), ('const-433', u'LOAD_-1205286204'), ('const-433', u'STORE_-1205284990'), (u'INT_ADD_-1205284803', u'MULTIEQUAL_-1205284376'), ('const-4203500', u'PTRSUB_-1205283402'), (u'CAST_-1205283398', u'CALL_-1205284640'), (u'LOAD_-1205285678', u'PTRADD_-1205285609'), (u'CALL_-1205284845', u'INDIRECT_-1205283396'), (u'PTRADD_-1205286116', u'CAST_-1205283426'), (u'CAST_-1205282809', u'STORE_-1205284896'), (u'INDIRECT_-1205283250', u'MULTIEQUAL_-1205283173'), (u'CALL_-1205284943', u'INDIRECT_-1205283623'), ('const-44', u'STORE_-1205285917'), (u'PTRADD_-1205283293', u'LOAD_-1205285846'), ('const-0', u'PTRSUB_-1205282879'), ('const-2', u'PTRADD_-1205282894'), (u'CAST_-1205282489', u'STORE_-1205284669'), (u'CALL_-1205285604', u'INDIRECT_-1205283588'), (u'CALL_-1205285826', u'INDIRECT_-1205283734'), (u'CAST_-1205283206', u'STORE_-1205285851'), (u'CALL_-1205285462', u'INDIRECT_-1205283576'), (u'INDIRECT_-1205283101', u'MULTIEQUAL_-1205282802'), ('tmp_2434', u'CALL_-1205285520'), ('const-8', u'PTRADD_-1205283338'), ('const-2', u'PTRADD_-1205283067'), (u'PTRADD_-1205284740', u'CAST_-1205282508'), (u'STORE_-1205285949', u'INDIRECT_-1205284192'), ('const-36', u'PTRADD_-1205285050'), ('const-0', u'PTRSUB_-1205283003'), ('const-0', u'STORE_-1205284216'), (u'PTRADD_-1205284898', u'CAST_-1205282852'), ('tmp_138', u'CBRANCH_-1205286294'), (u'STORE_-1205284148', u'INDIRECT_-1205282950'), ('const-433', u'STORE_-1205285733'), (u'PTRADD_-1205283312', u'LOAD_-1205285881'), (u'CALL_-1205285633', u'INDIRECT_-1205283650'), (u'INT_EQUAL_-1205284923', u'CBRANCH_-1205284916'), ('const-8', u'PTRADD_-1205282997'), (u'INDIRECT_-1205283150', u'MULTIEQUAL_-1205283983'), ('const-433', u'STORE_-1205284629'), (u'CAST_-1205282265', u'PTRADD_-1205284099'), (u'PTRADD_-1205286155', u'CAST_-1205283448'), ('const-0', u'STORE_-1205285931'), (u'INDIRECT_-1205283558', u'MULTIEQUAL_-1205282807'), (u'CALL_-1205284671', u'INDIRECT_-1205283182'), ('const-40', u'PTRADD_-1205285033'), (u'CALL_-1205285604', u'INDIRECT_-1205283546'), (u'STORE_-1205284896', u'INDIRECT_-1205283582'), (u'CALL_-1205286035', u'INDIRECT_-1205283904'), (u'STORE_-1205286236', u'INDIRECT_-1205284275'), (u'CALL_-1205285462', u'INDIRECT_-1205283492'), (u'PTRADD_-1205285673', u'CAST_-1205283127'), (u'CAST_-1205283197', u'LOAD_-1205285839'), (u'CALL_-1205284811', u'INDIRECT_-1205283015'), ('const-96', u'PTRADD_-1205286116'), ('const-4171382', u'COPY_-1205283164'), (u'CAST_-1205282779', u'INT_SEXT_-1205284828'), (u'STORE_-1205285931', u'INDIRECT_-1205284078'), (u'CALL_-1205284686', u'INDIRECT_-1205283351'), (u'CAST_-1205282924', u'STORE_-1205285062'), ('const-0', u'PTRSUB_-1205282921'), ('const-8', u'PTRADD_-1205283531'), ('const-2', u'PTRADD_-1205282296'), (u'PTRADD_-1205286176', u'CAST_-1205283461'), (u'INDIRECT_-1205283818', u'MULTIEQUAL_-1205283760'), ('tmp_2433', u'PTRSUB_-1205282921'), ('const-1', u'PTRADD_-1205284609'), (u'LOAD_-1205285940', u'PTRADD_-1205285871'), (u'CALL_-1205285633', u'INDIRECT_-1205283608'), ('const-40', u'PTRADD_-1205286155'), (u'STORE_-1205285110', u'INDIRECT_-1205283832'), ('const-0', u'STORE_-1205284115'), ('const-0', u'COPY_-1205282708'), (u'STORE_-1205285076', u'INDIRECT_-1205283808'), ('const-2', u'PTRADD_-1205283360'), (u'PTRADD_-1205282938', u'LOAD_-1205285017'), (u'INT_ADD_-1205284759', u'CALL_-1205284671'), (u'PTRSUB_-1205283442', u'PTRADD_-1205283360'), (u'LOAD_-1205284953', u'PTRADD_-1205284884'), (u'CALL_-1205284640', u'INDIRECT_-1205283013'), ('const-433', u'STORE_-1205284926'), (u'STORE_-1205284183', u'INDIRECT_-1205282977'), (u'PTRADD_-1205284984', u'STORE_-1205285044'), ('const-433', u'LOAD_-1205284837'), (u'CALL_-1205284653', u'INDIRECT_-1205282814'), ('const-433', u'STORE_-1205285963'), ('const-46', u'STORE_-1205286159'), (u'PTRADD_-1205284962', u'CAST_-1205282896'), ('tmp_728', u'CBRANCH_-1205285705'), (u'PTRADD_-1205282688', u'LOAD_-1205284884'), (u'PTRADD_-1205285623', u'CAST_-1205283095'), (u'CAST_-1205282227', u'STORE_-1205284177'), (u'CALL_-1205285826', u'INDIRECT_-1205284048'), (u'COPY_-1205284700', u'MULTIEQUAL_-1205283676'), ('const-0', u'STORE_-1205284071'), ('const-8', u'PTRADD_-1205283189'), (u'COPY_-1205282523', u'PIECE_-1205282464'), (u'CAST_-1205282205', u'STORE_-1205284148'), ('tmp_4830', u'PTRSUB_-1205282455'), (u'CALL_-1205284653', u'INDIRECT_-1205282772'), (u'LOAD_-1205284910', u'PTRADD_-1205284836'), ('const-0', u'STORE_-1205284093'), (u'CALL_-1205285444', u'INDIRECT_-1205283438'), ('tmp_2433', u'PTRSUB_-1205283044'), ('const-433', u'LOAD_-1205285071'), ('const-8', u'PTRADD_-1205282903'), (u'STORE_-1205285780', u'INDIRECT_-1205283990'), ('const-1', u'INT_ADD_-1205284735'), ('const-433', u'LOAD_-1205284999'), (u'PTRADD_-1205282985', u'LOAD_-1205285085'), (u'LOAD_-1205285622', u'CALL_-1205285545'), (u'CALL_-1205286257', u'INDIRECT_-1205284427'), (u'CALL_-1205285444', u'INDIRECT_-1205283564'), (u'CALL_-1205284228', u'INDIRECT_-1205282730'), (u'PTRSUB_-1205283037', u'STORE_-1205284990'), (u'CALL_-1205284687', u'INDIRECT_-1205282839'), (u'PTRADD_-1205283242', u'LOAD_-1205285765'), (u'MULTIEQUAL_-1205282808', u'INT_ADD_-1205284893'), ('const-0', u'PTRSUB_-1205283054'), (u'LOAD_-1205284884', u'PTRADD_-1205284815'), ('const-0', u'PTRSUB_-1205283608'), ('const-2', u'PTRADD_-1205282544'), (u'CAST_-1205282254', u'CALL_-1205284653'), ('const-433', u'STORE_-1205286215'), ('tmp_415', u'CBRANCH_-1205285998'), ('const-16', u'PTRADD_-1205284829'), (u'INT_ADD_-1205284893', u'INT_LESS_-1205284846'), ('const-433', u'LOAD_-1205285493'), ('const-2', u'PTRADD_-1205282862'), (u'CALL_-1205285604', u'INDIRECT_-1205283630'), (u'INDIRECT_-1205283457', u'MULTIEQUAL_-1205282806'), (u'CALL_-1205284671', u'INDIRECT_-1205282868'), ('const-433', u'LOAD_-1205284684'), (u'CALL_-1205285545', u'INDIRECT_-1205283964'), (u'STORE_-1205285076', u'INDIRECT_-1205283707'), (u'CALL_-1205285658', u'INDIRECT_-1205283626'), (u'CALL_-1205285520', u'INDIRECT_-1205283573'), (u'CALL_-1205284674', u'STORE_-1205284629'), (u'CALL_-1205284674', u'INDIRECT_-1205282995'), (u'MULTIEQUAL_-1205283215', u'CALL_-1205284842'), ('const-2305843009213693950', u'INT_LESS_-1205284712'), ('const-4203500', u'PTRSUB_-1205283037'), ('const-1', u'PTRADD_-1205285013'), ('const-8', u'PTRADD_-1205283016'), (u'STORE_-1205285044', u'INDIRECT_-1205283786'), (u'INDIRECT_-1205284091', u'MULTIEQUAL_-1205284033'), (u'COPY_-1205282891', u'PTRADD_-1205284783'), (u'CAST_-1205282169', u'STORE_-1205284104'), ('const-36', u'PTRADD_-1205286176'), ('tmp_1109', u'CBRANCH_-1205284697'), (u'CALL_-1205285112', u'INT_ADD_-1205284759'), ('const-1', u'PTRADD_-1205285889'), (u'CALL_-1205286061', u'INDIRECT_-1205283839'), (u'STORE_-1205284216', u'INDIRECT_-1205282998'), (u'CALL_-1205285112', u'INT_EQUAL_-1205285098'), ('const-0', u'COPY_-1205282707'), (u'CAST_-1205282681', u'STORE_-1205285073'), (u'INDIRECT_-1205283292', u'MULTIEQUAL_-1205283215'), ('const-88', u'PTRADD_-1205284033'), ('const-104', u'PTRADD_-1205284011'), (u'PTRSUB_-1205283608', u'PTRADD_-1205283523'), (u'CALL_-1205285745', u'INDIRECT_-1205283723'), ('const-433', u'STORE_-1205284875'), (u'CALL_-1205284687', u'INDIRECT_-1205283212'), (u'PTRADD_-1205283500', u'LOAD_-1205286168'), ('tmp_2433', u'PTRSUB_-1205283391'), ('tmp_2433', u'PTRSUB_-1205283054'), (u'PTRSUB_-1205283639', u'PTRADD_-1205283552'), (u'CALL_-1205285520', u'INDIRECT_-1205283845'), (u'COPY_-1205282708', u'PIECE_-1205282648'), ('tmp_1346', u'BRANCH_-1205284654'), ('const-0', u'PTRSUB_-1205282955'), ('const-0', u'PTRSUB_-1205283058'), (u'CALL_-1205284674', u'INDIRECT_-1205283410'), ('tmp_112', u'CBRANCH_-1205286313'), (u'INDIRECT_-1205283384', u'MULTIEQUAL_-1205284266'), ('const-8', u'PTRADD_-1205283067'), (u'CALL_-1205285722', u'INT_EQUAL_-1205285708'), ('tmp_4830', u'PTRSUB_-1205282647'), (u'CALL_-1205284711', u'INDIRECT_-1205282897'), ('const-433', u'STORE_-1205284889'), ('const-4', u'INT_MULT_-1205284800'), ('const-2', u'PTRADD_-1205282985'), (u'CALL_-1205286087', u'INDIRECT_-1205283984'), ('const-2', u'PTRADD_-1205282766'), (u'PTRSUB_-1205283685', u'PTRADD_-1205283597'), (u'INDIRECT_-1205283708', u'MULTIEQUAL_-1205283668'), ('const-0', u'STORE_-1205284926'), (u'CALL_-1205284674', u'INDIRECT_-1205283037'), (u'CAST_-1205282265', u'PTRADD_-1205284133'), (u'MULTIEQUAL_-1205284376', u'INT_ADD_-1205284803'), (u'PTRADD_-1205285002', u'CAST_-1205282924'), ('const-36', u'PTRADD_-1205286142'), (u'STORE_-1205284082', u'INDIRECT_-1205282896'), (u'LOAD_-1205284809', u'PTRADD_-1205284740'), (u'CALL_-1205285745', u'INDIRECT_-1205283681'), ('tmp_2433', u'PTRSUB_-1205283003'), ('const-8', u'PTRADD_-1205283523'), ('const-1', u'PTRADD_-1205284829'), ('const-0', u'PTRSUB_-1205282627'), (u'STORE_-1205284800', u'INDIRECT_-1205283424'), (u'CAST_-1205282231', u'STORE_-1205284183'), ('tmp_2433', u'PTRSUB_-1205283371'), (u'MULTIEQUAL_-1205282802', u'MULTIEQUAL_-1205283682'), (u'CALL_-1205285658', u'INDIRECT_-1205283668'), ('const-0', u'PTRSUB_-1205283037'), (u'INDIRECT_-1205283531', u'MULTIEQUAL_-1205283491'), (u'PTRADD_-1205285471', u'CAST_-1205282991'), ('const-262148', u'CALL_-1205286135'), ('tmp_2433', u'PTRSUB_-1205283608'), (u'PTRADD_-1205284836', u'CAST_-1205282809'), ('const-0', u'STORE_-1205284148'), ('const-433', u'STORE_-1205284177'), (u'INT_ADD_-1205284680', u'CALL_-1205284640'), (u'INDIRECT_-1205282952', u'MULTIEQUAL_-1205283760'), (u'INT_NOTEQUAL_-1205284794', u'CBRANCH_-1205284791'), (u'PTRSUB_-1205282910', u'PTRADD_-1205282852'), (u'INDIRECT_-1205282871', u'MULTIEQUAL_-1205284257'), (u'INT_SEXT_-1205284828', u'STORE_-1205284826'), (u'INT_EQUAL_-1205284828', u'CBRANCH_-1205284826'), (u'CALL_-1205284943', u'STORE_-1205284853'), (u'CALL_-1205284842', u'MULTIEQUAL_-1205282808'), ('const-433', u'LOAD_-1205284651'), ('tmp_2433', u'PTRSUB_-1205282593'), (u'PTRADD_-1205282894', u'LOAD_-1205284953'), ('tmp_2434', u'INT_NOTEQUAL_-1205286295'), ('const-433', u'LOAD_-1205285700'), (u'PTRADD_-1205282389', u'LOAD_-1205284669'), (u'STORE_-1205285851', u'INDIRECT_-1205284033'), ('tmp_2434', u'CALL_-1205286113'), (u'LOAD_-1205285881', u'PTRADD_-1205285791'), (u'PTRADD_-1205282862', u'LOAD_-1205284910'), (u'CAST_-1205283187', u'STORE_-1205285822'), (u'CALL_-1205286279', u'CALL_-1205285444'), ('tmp_2433', u'PTRSUB_-1205283067'), (u'PTRADD_-1205285394', u'CAST_-1205282939'), ('const-433', u'LOAD_-1205285593'), (u'INT_ADD_-1205284893', u'CALL_-1205284811'), (u'CALL_-1205284228', u'CAST_-1205282265'), (u'INDIRECT_-1205283015', u'MULTIEQUAL_-1205283682'), ('const-2', u'PTRADD_-1205282997'), (u'CAST_-1205282265', u'PTRADD_-1205284055'), ('const-0', u'PTRSUB_-1205283044'), ('const-100', u'PTRADD_-1205284836'), ('const-8', u'PTRADD_-1205283405'), (u'STORE_-1205284629', u'INDIRECT_-1205283330'), (u'PTRADD_-1205285857', u'CAST_-1205283244'), (u'CALL_-1205285633', u'CAST_-1205283063'), ('const-24', u'PTRADD_-1205284117'), ('const-48', u'PTRADD_-1205285623'), (u'INDIRECT_-1205283704', u'STORE_-1205284896'), (u'STORE_-1205284642', u'INDIRECT_-1205283150'), (u'CAST_-1205282356', u'CALL_-1205284671'), (u'STORE_-1205285822', u'INDIRECT_-1205284015'), (u'PTRSUB_-1205282593', u'PTRADD_-1205282544'), ('const-262188', u'CALL_-1205286226'), ('const-1', u'PTRADD_-1205284600'), ('const-8', u'PTRADD_-1205283205'), ('const-433', u'STORE_-1205284896'), (u'CALL_-1205285462', u'STORE_-1205285454'), (u'CALL_-1205284228', u'INDIRECT_-1205283086'), (u'CALL_-1205285722', u'INDIRECT_-1205284081'), (u'LOAD_-1205284935', u'PTRADD_-1205284866'), (u'CALL_-1205286279', u'INDIRECT_-1205283987'), (u'LOAD_-1205285017', u'PTRADD_-1205284948'), (u'PTRADD_-1205282577', u'LOAD_-1205284809'), (u'CALL_-1205286061', u'INDIRECT_-1205283923'), (u'INT_SEXT_-1205284661', u'STORE_-1205284669'), (u'PTRADD_-1205283552', u'LOAD_-1205286255'), (u'CALL_-1205284671', u'INDIRECT_-1205283283'), (u'PTRADD_-1205284156', u'CAST_-1205282252'), ('const-2', u'PTRADD_-1205282577'), (u'CALL_-1205286257', u'INDIRECT_-1205284326'), ('const-433', u'LOAD_-1205284967'), ('tmp_252', u'CBRANCH_-1205286183'), (u'CAST_-1205283142', u'LOAD_-1205285758'), (u'CALL_-1205284842', u'INDIRECT_-1205283101'), (u'INDIRECT_-1205283208', u'MULTIEQUAL_-1205283634'), ('const-0', u'PTRSUB_-1205282941'), ('const-433', u'LOAD_-1205286033'), ('const-80', u'PTRADD_-1205285696'), ('tmp_4830', u'PTRSUB_-1205282461'), (u'PTRSUB_-1205282941', u'PTRADD_-1205282881'), ('const-2305843009213693950', u'INT_LESS_-1205284688'), (u'INDIRECT_-1205283139', u'MULTIEQUAL_-1205283932'), (u'INDIRECT_-1205283605', u'MULTIEQUAL_-1205284033'), ('const-0', u'PTRSUB_-1205283617'), ('const-0', u'COPY_-1205284469'), ('const-433', u'LOAD_-1205284809'), ('const-24', u'PTRADD_-1205285002'), (u'PTRADD_-1205284793', u'CAST_-1205282609'), ('tmp_2434', u'CALL_-1205285633'), ('const-433', u'STORE_-1205285093'), ('const--1', u'COPY_-1205284700'), (u'STORE_-1205284926', u'INDIRECT_-1205283603'), (u'CALL_-1205284842', u'INDIRECT_-1205283457'), ('const-1', u'PTRADD_-1205284055'), (u'STORE_-1205284104', u'INDIRECT_-1205283015'), (u'INDIRECT_-1205283681', u'CALL_-1205285722'), (u'CALL_-1205284711', u'INDIRECT_-1205283312'), (u'STORE_-1205284193', u'INDIRECT_-1205283087'), (u'CALL_-1205284640', u'INDIRECT_-1205282971'), (u'INDIRECT_-1205283946', u'CALL_-1205285903'), (u'CALL_-1205284811', u'INDIRECT_-1205283371'), (u'PTRSUB_-1205282364', u'CALL_-1205284653'), ('const-152', u'PTRADD_-1205284001'), ('tmp_2434', u'CALL_-1205285604'), ('const-40', u'PTRADD_-1205285957'), ('const-0', u'PTRSUB_-1205283016'), (u'CALL_-1205285495', u'INDIRECT_-1205283597'), ('tmp_1289', u'CBRANCH_-1205284721'), (u'CAST_-1205282214', u'STORE_-1205284159'), (u'CALL_-1205285633', u'INDIRECT_-1205283692'), (u'CALL_-1205284845', u'INDIRECT_-1205283166'), (u'CALL_-1205284686', u'INDIRECT_-1205283452'), ('tmp_2433', u'PTRSUB_-1205283442'), ('const-1', u'PTRADD_-1205285720'), (u'PTRADD_-1205284866', u'CAST_-1205282830'), (u'STORE_-1205284660', u'INDIRECT_-1205283139'), (u'CAST_-1205282508', u'STORE_-1205284800'), ('const-108', u'INT_ADD_-1205282920'), (u'INT_EQUAL_-1205286185', u'CBRANCH_-1205286183'), (u'INT_EQUAL_-1205285098', u'CBRANCH_-1205285095'), (u'PTRSUB_-1205282455', u'CALL_-1205284671'), ('const-56', u'PTRADD_-1205284077'), (u'CAST_-1205282968', u'LOAD_-1205285481'), (u'STORE_-1205284826', u'INDIRECT_-1205283544'), ('const-8', u'PTRADD_-1205283312'), (u'STORE_-1205285822', u'INDIRECT_-1205284116'), ('const-1', u'PTRADD_-1205284582'), (u'COPY_-1205284724', u'MULTIEQUAL_-1205283770'), (u'CALL_-1205286061', u'INDIRECT_-1205283965'), (u'INDIRECT_-1205282772', u'MULTIEQUAL_-1205283626'), (u'PTRSUB_-1205283428', u'PTRADD_-1205283347'), ('const-433', u'STORE_-1205284826'), ('const-0', u'STORE_-1205284159'), (u'CALL_-1205286061', u'INDIRECT_-1205284195'), (u'PTRSUB_-1205283030', u'PTRADD_-1205282963'), (u'CALL_-1205285462', u'INDIRECT_-1205283450'), (u'COPY_-1205282424', u'PIECE_-1205282365'), ('const-8', u'PTRADD_-1205282894'), (u'PTRADD_-1205285720', u'CAST_-1205283159'), ('const-0', u'PTRSUB_-1205283301'), (u'COPY_-1205283164', u'STORE_-1205285076'), ('const-433', u'STORE_-1205284104'), (u'CAST_-1205283068', u'STORE_-1205285644'), (u'INT_EQUAL_-1205285708', u'CBRANCH_-1205285705'), (u'INDIRECT_-1205283777', u'MULTIEQUAL_-1205282803'), ('const-433', u'STORE_-1205284660'), ('const-433', u'STORE_-1205284958'), (u'CALL_-1205285462', u'INDIRECT_-1205283534'), ('const-8', u'PTRADD_-1205282976'), ('const-4', u'INT_MULT_-1205284692'), (u'INDIRECT_-1205283574', u'COPY_-1205282891'), (u'PTRADD_-1205284569', u'CAST_-1205282425'), ('const-48', u'PTRADD_-1205284962'), ('const-0', u'STORE_-1205286176'), ('const-433', u'STORE_-1205284148'), (u'CAST_-1205282220', u'STORE_-1205284642'), ('const-433', u'LOAD_-1205285678'), ('const-0', u'PTRSUB_-1205282434'), (u'STORE_-1205285733', u'INDIRECT_-1205284060'), (u'LOAD_-1205286019', u'INT_EQUAL_-1205286000'), ('const-262155', u'CALL_-1205285520'), (u'CALL_-1205286226', u'INDIRECT_-1205284406'), (u'PTRSUB_-1205282921', u'PTRADD_-1205282862'), ('tmp_2433', u'PTRSUB_-1205283139'), ('const-2', u'PTRADD_-1205282963'), (u'INDIRECT_-1205282995', u'MULTIEQUAL_-1205283868'), ('const-2', u'PTRADD_-1205283338'), (u'PTRADD_-1205284106', u'STORE_-1205284166'), ('tmp_2433', u'PTRSUB_-1205282979'), ('const-433', u'STORE_-1205284183'), (u'INDIRECT_-1205283208', u'MULTIEQUAL_-1205283131'), (u'PTRSUB_-1205282627', u'PTRADD_-1205282577'), (u'INT_EQUAL_-1205286317', u'CBRANCH_-1205286313'), (u'CALL_-1205284842', u'INDIRECT_-1205283143'), (u'PTRADD_-1205282766', u'LOAD_-1205285090'), ('const-433', u'LOAD_-1205284884'), (u'CAST_-1205282240', u'STORE_-1205284193'), ('const-433', u'STORE_-1205285644'), ('tmp_2433', u'PTRSUB_-1205283087'), (u'CAST_-1205282887', u'STORE_-1205285008'), ('const-2', u'PTRADD_-1205282881'), ('const-8', u'PTRADD_-1205284156'), ('const-2', u'PTRADD_-1205283500'), (u'LOAD_-1205285700', u'PTRADD_-1205285623'), (u'CAST_-1205283095', u'STORE_-1205285683'), ('const-160', u'CALL_-1205284228'), (u'STORE_-1205284629', u'INDIRECT_-1205283229'), ('const-0', u'INT_EQUAL_-1205284828'), (u'LOAD_-1205284892', u'PTRADD_-1205284823'), ('tmp_2433', u'PTRSUB_-1205283343'), (u'INDIRECT_-1205283227', u'MULTIEQUAL_-1205282805'), (u'STORE_-1205284642', u'INDIRECT_-1205283049'), (u'CALL_-1205285462', u'INDIRECT_-1205283806'), (u'STORE_-1205284193', u'INDIRECT_-1205282986'), ('const-0', u'PTRSUB_-1205283391'), (u'CALL_-1205285520', u'CAST_-1205282986'), (u'CALL_-1205286035', u'INDIRECT_-1205283946'), (u'INDIRECT_-1205283735', u'MULTIEQUAL_-1205282802'), (u'CALL_-1205284845', u'INDIRECT_-1205283082'), ('const-16', u'PTRADD_-1205285903'), (u'STORE_-1205284883', u'INDIRECT_-1205283574'), ('const-0', u'COPY_-1205282424'), ('const-1', u'PTRADD_-1205285584'), (u'STORE_-1205285454', u'INDIRECT_-1205283880'), (u'CALL_-1205284686', u'INDIRECT_-1205282995'), (u'STORE_-1205285008', u'INDIRECT_-1205283761'), (u'STORE_-1205284853', u'INDIRECT_-1205283517'), ('const--72', u'PTRSUB_-1205282358'), ('const-8', u'PTRADD_-1205282688'), ('const-0', u'PTRSUB_-1205283428'), ('const-80', u'PTRADD_-1205284898'), (u'PTRSUB_-1205282979', u'PTRADD_-1205282916'), (u'STORE_-1205285851', u'INDIRECT_-1205284134'), (u'STORE_-1205284990', u'INDIRECT_-1205283748'), ('const-2', u'PTRADD_-1205283118'), (u'STORE_-1205284826', u'INDIRECT_-1205283645'), (u'LOAD_-1205286168', u'PTRADD_-1205286099'), (u'CAST_-1205282142', u'STORE_-1205284071'), ('const-2', u'PTRADD_-1205282954'), ('const-0', u'PTRSUB_-1205283343'), (u'CALL_-1205284686', u'CAST_-1205282502'), ('const-24', u'PTRADD_-1205284793'), ('const-1', u'PTRADD_-1205284836'), ('const-0', u'PTRSUB_-1205282821'), (u'CALL_-1205284943', u'INDIRECT_-1205283292'), (u'CALL_-1205284653', u'INDIRECT_-1205283187'), ('const-0', u'STORE_-1205284875'), (u'LOAD_-1205286332', u'INT_EQUAL_-1205286317'), (u'INT_ADD_-1205284680', u'CALL_-1205284674'), (u'CAST_-1205283398', u'CALL_-1205284943'), (u'STORE_-1205284104', u'INDIRECT_-1205282914'), ('const-0', u'PTRSUB_-1205282877'), ('const-8', u'PTRADD_-1205283347'), (u'INDIRECT_-1205283645', u'MULTIEQUAL_-1205283631'), (u'INT_ADD_-1205282920', u'PTRADD_-1205284766'), (u'STORE_-1205284958', u'INDIRECT_-1205283625'), (u'INT_EQUAL_-1205286000', u'CBRANCH_-1205285998'), (u'LOAD_-1205285564', u'CALL_-1205285545'), (u'INDIRECT_-1205283057', u'MULTIEQUAL_-1205283724'), ('tmp_2433', u'PTRSUB_-1205282955'), (u'STORE_-1205285644', u'INDIRECT_-1205284004'), (u'INDIRECT_-1205283645', u'COPY_-1205283717'), ('tmp_2433', u'PTRSUB_-1205283584'), (u'CALL_-1205286135', u'INDIRECT_-1205283894'), ('const-96', u'PTRADD_-1205284022'), (u'PTRSUB_-1205282955', u'PTRADD_-1205282894'), (u'PTRSUB_-1205282742', u'PTRADD_-1205282688'), ('tmp_1507', u'CBRANCH_-1205284916'), (u'CALL_-1205284674', u'CALL_-1205284640'), (u'STORE_-1205284159', u'INDIRECT_-1205283060'), ('const-433', u'LOAD_-1205285940'), (u'INDIRECT_-1205282814', u'MULTIEQUAL_-1205283668'), (u'CALL_-1205285903', u'INDIRECT_-1205283819'), (u'LOAD_-1205286224', u'PTRADD_-1205286155'), ('const-433', u'STORE_-1205284800'), (u'CAST_-1205282939', u'STORE_-1205285454'), (u'PTRADD_-1205284088', u'CAST_-1205282205'), ('tmp_2433', u'PTRSUB_-1205282742'), (u'STORE_-1205285454', u'INDIRECT_-1205283779'), (u'CALL_-1205284687', u'INDIRECT_-1205282797'), (u'CALL_-1205285604', u'INDIRECT_-1205284003'), (u'COPY_-1205283536', u'STORE_-1205285963'), (u'CALL_-1205285579', u'INDIRECT_-1205283985'), (u'STORE_-1205284148', u'INDIRECT_-1205283051'), ('const-8', u'PTRADD_-1205282862'), (u'CAST_-1205283086', u'LOAD_-1205285671'), ('const--64', u'PTRSUB_-1205282653'), ('const-433', u'STORE_-1205284853'), ('const-0', u'PTRSUB_-1205283191'), ('const-8', u'PTRADD_-1205283242'), (u'CALL_-1205285745', u'INDIRECT_-1205283639'), ('const-0', u'PTRSUB_-1205282979'), (u'CALL_-1205285633', u'INDIRECT_-1205283922'), ('const-4203500', u'PTRSUB_-1205283058'), (u'CALL_-1205285633', u'INDIRECT_-1205284023'), ('const-0', u'COPY_-1205282425'), ('const-8', u'PTRADD_-1205282916'), ('const-433', u'STORE_-1205284166'), (u'CALL_-1205285903', u'INDIRECT_-1205283861'), (u'PTRSUB_-1205283343', u'PTRADD_-1205283266'), (u'LOAD_-1205284651', u'PTRADD_-1205284582'), (u'CALL_-1205285579', u'INDIRECT_-1205283884'), ('tmp_2433', u'PTRSUB_-1205283428'), (u'INDIRECT_-1205283250', u'MULTIEQUAL_-1205283676'), ('const-2', u'PTRADD_-1205283189'), ('const-96', u'PTRADD_-1205284609'), (u'CALL_-1205285495', u'INDIRECT_-1205283513'), (u'INDIRECT_-1205283430', u'MULTIEQUAL_-1205283390'), (u'STORE_-1205284853', u'INDIRECT_-1205283416'), (u'CALL_-1205285545', u'INDIRECT_-1205283633'), (u'PTRSUB_-1205283301', u'STORE_-1205285683'), ('const-2305843009213693950', u'INT_LESS_-1205284846'), ('const-1', u'PTRADD_-1205284099'), (u'PTRADD_-1205284930', u'CAST_-1205282874'), ('const-0', u'PTRSUB_-1205283371'), (u'CAST_-1205282425', u'STORE_-1205284629'), ('const-8', u'PTRADD_-1205282485'), (u'LOAD_-1205286033', u'PTRADD_-1205285903'), (u'STORE_-1205284071', u'INDIRECT_-1205282988'), ('const-8', u'PTRADD_-1205283500'), (u'LOAD_-1205286211', u'PTRADD_-1205286142'), ('const-0', u'INT_EQUAL_-1205286317'), (u'INDIRECT_-1205283990', u'MULTIEQUAL_-1205283932'), ('const-8', u'PTRADD_-1205282963'), ('const-0', u'INT_EQUAL_-1205285098'), (u'LOAD_-1205285493', u'PTRADD_-1205285394'), ('tmp_2433', u'PTRSUB_-1205282879'), (u'LOAD_-1205285846', u'PTRADD_-1205285777'), ('const-433', u'LOAD_-1205285053'), (u'CALL_-1205286087', u'INDIRECT_-1205284214'), (u'INDIRECT_-1205283292', u'MULTIEQUAL_-1205283718'), (u'MULTIEQUAL_-1205283948', u'CALL_-1205284845'), ('const-8', u'PTRADD_-1205283552'), ('const-4203500', u'PTRSUB_-1205283301'), ('const-433', u'LOAD_-1205284678'), ('tmp_2433', u'PTRSUB_-1205283191'), ('const-1', u'PTRADD_-1205285016'), ('tmp_2433', u'PTRSUB_-1205282434'), ('const-0', u'INT_EQUAL_-1205285805'), ('const-8', u'PTRADD_-1205282152'), ('const-1', u'PTRADD_-1205284011'), (u'INDIRECT_-1205283049', u'MULTIEQUAL_-1205283882'), ('const-64', u'PTRADD_-1205284930'), (u'CALL_-1205285112', u'INDIRECT_-1205283665'), ('const-32', u'PTRADD_-1205285871'), (u'PTRADD_-1205283118', u'LOAD_-1205285570'), ('const-1', u'PTRADD_-1205285762'), (u'INDIRECT_-1205283574', u'MULTIEQUAL_-1205283530'), ('tmp_2433', u'PTRSUB_-1205283318'), (u'CAST_-1205282801', u'STORE_-1205284883'), ('const-262154', u'CALL_-1205285604'), ('const-0', u'PTRSUB_-1205282989'), (u'PTRADD_-1205284766', u'CAST_-1205282770'), ('const-1', u'PTRADD_-1205285777'), (u'PTRADD_-1205284916', u'CAST_-1205282865'), ('const-96', u'PTRADD_-1205284866'), (u'INDIRECT_-1205282910', u'MULTIEQUAL_-1205283718'), (u'STORE_-1205284166', u'INDIRECT_-1205283065'), ('const-0', u'PTRSUB_-1205282593'), (u'CAST_-1205283324', u'LOAD_-1205286027'), ('tmp_2433', u'PTRSUB_-1205283263'), (u'PTRSUB_-1205283318', u'PTRADD_-1205283242'), (u'STORE_-1205284889', u'INDIRECT_-1205283439'), ('const-1', u'PTRADD_-1205284898'), (u'COPY_-1205282425', u'PIECE_-1205282365'), ('const-0', u'INT_EQUAL_-1205284923'), (u'CALL_-1205284845', u'INDIRECT_-1205283040'), ('tmp_2326', u'BRANCH_-1205284045'), (u'STORE_-1205285733', u'INDIRECT_-1205283959'), (u'PTRADD_-1205282296', u'LOAD_-1205284651'), (u'CAST_-1205282178', u'STORE_-1205284115'), (u'CALL_-1205284811', u'INDIRECT_-1205283057'), ('const-0', u'PTRSUB_-1205282732'), (u'STORE_-1205286236', u'INDIRECT_-1205284376'), ('const-0', u'STORE_-1205284976'), ('tmp_2433', u'PTRSUB_-1205283488'), ('const-0', u'STORE_-1205284082'), ('const-32', u'PTRADD_-1205284815'), (u'STORE_-1205284061', u'INDIRECT_-1205282980'), ('const-433', u'STORE_-1205284051'), ('const-0', u'PTRSUB_-1205283362'), (u'CALL_-1205285745', u'STORE_-1205285733'), (u'PTRSUB_-1205282374', u'STORE_-1205284183'), (u'LOAD_-1205285797', u'PTRADD_-1205285720'), (u'STORE_-1205284990', u'INDIRECT_-1205283647'), ('const-433', u'LOAD_-1205284845'), (u'CALL_-1205286061', u'INDIRECT_-1205284296'), ('const-8', u'PTRADD_-1205282925'), (u'CALL_-1205285903', u'INDIRECT_-1205284091'), (u'CALL_-1205284811', u'INDIRECT_-1205283141'), ('const-40', u'PTRADD_-1205285857'), (u'CAST_-1205282160', u'STORE_-1205284093'), (u'PTRADD_-1205284133', u'CAST_-1205282240'), ('const-0', u'PTRSUB_-1205283067'), ('const-1', u'PTRADD_-1205284077'), (u'STORE_-1205284183', u'INDIRECT_-1205283078'), (u'PTRADD_-1205284823', u'CAST_-1205282801'), (u'PTRADD_-1205283205', u'LOAD_-1205285700'), (u'COPY_-1205282887', u'STORE_-1205284889'), (u'PTRADD_-1205282152', u'STORE_-1205284051'), (u'CALL_-1205285903', u'INDIRECT_-1205283735'), ('const-262152', u'CALL_-1205284686'), ('tmp_1700', u'BRANCH_-1205284664'), ('const-80', u'PTRADD_-1205284600'), ('const-1', u'PTRADD_-1205284001'), (u'CAST_-1205282265', u'PTRADD_-1205284033'), ('const-1', u'PTRADD_-1205284022'), (u'INDIRECT_-1205284134', u'MULTIEQUAL_-1205284080'), ('const-0', u'PTRSUB_-1205283020'), (u'CAST_-1205282770', u'STORE_-1205284826'), ('const-1', u'PTRADD_-1205284066'), (u'INDIRECT_-1205283949', u'MULTIEQUAL_-1205283868'), (u'MULTIEQUAL_-1205282803', u'MULTIEQUAL_-1205283724'), (u'CALL_-1205285520', u'INDIRECT_-1205283531'), ('tmp_2433', u'PTRSUB_-1205282965'), (u'INDIRECT_-1205283750', u'MULTIEQUAL_-1205283710'), ('const-4171382', u'COPY_-1205282887'), (u'CAST_-1205283159', u'STORE_-1205285780'), ('const-433', u'LOAD_-1205286255'), (u'CALL_-1205285112', u'INDIRECT_-1205283292'), ('const--64', u'PTRSUB_-1205282364'), (u'CAST_-1205282609', u'STORE_-1205284853'), (u'LOAD_-1205284678', u'INT_SEXT_-1205284661'), (u'PTRADD_-1205285791', u'CAST_-1205283206'), ('const-0', u'PTRSUB_-1205283030'), ('const-1', u'PTRADD_-1205284044'), ('const-104', u'PTRADD_-1205284823'), (u'INDIRECT_-1205283819', u'MULTIEQUAL_-1205282804'), ('tmp_2068', u'CBRANCH_-1205284791'), (u'CALL_-1205285444', u'INDIRECT_-1205283480'), ('const-433', u'STORE_-1205285531'), ('tmp_4830', u'PTRSUB_-1205282364'), (u'CALL_-1205284711', u'CAST_-1205282356'), ('const-433', u'LOAD_-1205284985'), (u'STORE_-1205285073', u'INDIRECT_-1205283504'), (u'CAST_-1205282265', u'PTRADD_-1205284011'), (u'CAST_-1205282542', u'CALL_-1205284811'), ('const-1', u'PTRADD_-1205285623'), ('tmp_2434', u'CALL_-1205286135'), ('tmp_7922', u'MULTIEQUAL_-1205283960'), ('const-0', u'PTRSUB_-1205283639'), ('const-8', u'PTRADD_-1205283597'), ('const-1', u'PTRADD_-1205285050'), (u'CALL_-1205285545', u'INDIRECT_-1205283591'), ('const-72', u'PTRADD_-1205285762'), (u'CALL_-1205284711', u'INDIRECT_-1205282855'), (u'PTRSUB_-1205283402', u'STORE_-1205285851'), ('const-0', u'PTRSUB_-1205283263'), (u'LOAD_-1205285570', u'PTRADD_-1205285471'), ('const-433', u'STORE_-1205284193'), (u'CALL_-1205285444', u'INDIRECT_-1205283794'), ('const-433', u'STORE_-1205285008'), (u'CALL_-1205285903', u'INDIRECT_-1205283777'), ('const-1', u'PTRADD_-1205285033'), (u'CAST_-1205282265', u'PTRADD_-1205284088'), (u'INT_ADD_-1205284735', u'CALL_-1205284653'), (u'CALL_-1205285545', u'INDIRECT_-1205283863'), ('const-0', u'RETURN_-1205285386'), (u'STORE_-1205285931', u'INDIRECT_-1205284179'), (u'CAST_-1205282957', u'STORE_-1205285110'), (u'CALL_-1205285495', u'INDIRECT_-1205283471'), ('const-433', u'STORE_-1205284093'), (u'CALL_-1205285903', u'MULTIEQUAL_-1205282808'), ('tmp_2433', u'PTRSUB_-1205282821'), (u'STORE_-1205285949', u'INDIRECT_-1205284091'), (u'CALL_-1205286226', u'INDIRECT_-1205283949'), (u'PTRADD_-1205282916', u'LOAD_-1205284985'), ('const-262158', u'CALL_-1205286035'), ('const-433', u'LOAD_-1205284870'), (u'STORE_-1205284800', u'INDIRECT_-1205283323'), (u'PTRADD_-1205284815', u'STORE_-1205284875'), (u'STORE_-1205284216', u'INDIRECT_-1205283099'), (u'INDIRECT_-1205283283', u'MULTIEQUAL_-1205284165'), (u'INDIRECT_-1205283099', u'MULTIEQUAL_-1205283766'), ('const-433', u'STORE_-1205285062'), ('const-0', u'PTRSUB_-1205282910'), (u'PTRADD_-1205282997', u'LOAD_-1205285102'), (u'CAST_-1205283244', u'STORE_-1205285917'), ('const-1', u'PTRADD_-1205285957'), (u'PTRSUB_-1205283058', u'STORE_-1205285022'), (u'CAST_-1205282265', u'PTRADD_-1205284156'), ('const-433', u'LOAD_-1205285102'), ('const-2', u'PTRADD_-1205283405'), (u'CALL_-1205284687', u'INDIRECT_-1205283111'), (u'INDIRECT_-1205282856', u'MULTIEQUAL_-1205283710'), (u'CALL_-1205286035', u'INDIRECT_-1205283820'), ('const--1', u'COPY_-1205284724'), (u'CALL_-1205285579', u'CAST_-1205283025'), (u'PTRSUB_-1205283020', u'PTRADD_-1205282954'), (u'STORE_-1205284051', u'INDIRECT_-1205282871'), ('const-0', u'PTRSUB_-1205283087'), (u'CALL_-1205284640', u'INDIRECT_-1205283055'), (u'CAST_-1205282265', u'PTRADD_-1205284044'), (u'PTRADD_-1205282822', u'LOAD_-1205284837'), (u'PTRADD_-1205284948', u'CAST_-1205282887'), ('tmp_2433', u'PTRSUB_-1205282910'), (u'STORE_-1205285917', u'INDIRECT_-1205284069'), ('const-1', u'PTRADD_-1205284033'), (u'CALL_-1205286135', u'INDIRECT_-1205284351'), (u'CALL_-1205286279', u'INDIRECT_-1205284343'), (u'STORE_-1205285683', u'INDIRECT_-1205283929'), (u'LOAD_-1205285926', u'PTRADD_-1205285857'), ('const-433', u'LOAD_-1205285839'), ('const-433', u'STORE_-1205285949'), (u'CALL_-1205284228', u'INDIRECT_-1205283187'), (u'INT_LESS_-1205284688', u'CBRANCH_-1205284697'), (u'CAST_-1205283461', u'STORE_-1205286236'), (u'PTRSUB_-1205282989', u'PTRADD_-1205282925'), (u'STORE_-1205286215', u'INDIRECT_-1205284262'), (u'INDIRECT_-1205283013', u'MULTIEQUAL_-1205283173'), ('const-16', u'PTRADD_-1205284569'), (u'CALL_-1205284640', u'INDIRECT_-1205283285'), (u'INDIRECT_-1205284033', u'MULTIEQUAL_-1205283979'), (u'STORE_-1205285644', u'INDIRECT_-1205283903'), ('const-32', u'PTRADD_-1205284106'), ('const-262149', u'CALL_-1205286113'), (u'PTRSUB_-1205282965', u'PTRADD_-1205282903'), (u'INT_ADD_-1205284759', u'INT_LESS_-1205284712'), (u'CALL_-1205284943', u'INDIRECT_-1205283250'), ('const-8', u'PTRADD_-1205282938'), (u'CALL_-1205285604', u'INDIRECT_-1205283672'), ('const-1', u'PTRADD_-1205285002'), ('const-2', u'PTRADD_-1205282679'), (u'LOAD_-1205285765', u'PTRADD_-1205285673'), (u'INDIRECT_-1205283334', u'MULTIEQUAL_-1205283760'), (u'LOAD_-1205285039', u'PTRADD_-1205284962'), (u'INDIRECT_-1205283143', u'MULTIEQUAL_-1205282803'), (u'INT_ADD_-1205284759', u'INT_MULT_-1205284716')] | [(u'INT_ADD_-1205286145', u'CAST_-1205283516'), (u'STORE_-1205284159', u'INDIRECT_-1205282972'), (u'PTRADD_-1205282312', u'STORE_-1205284104'), (u'LOAD_-1205285671', u'CALL_-1205285658'), (u'INDIRECT_-1205283721', u'MULTIEQUAL_-1205283681'), (u'INT_ADD_-1205284869', u'CAST_-1205282909'), (u'MULTIEQUAL_-1205282810', u'MULTIEQUAL_-1205283737'), (u'INDIRECT_-1205283748', u'MULTIEQUAL_-1205282809'), (u'LOAD_-1205284684', u'INT_ADD_-1205284655'), (u'INDIRECT_-1205283347', u'MULTIEQUAL_-1205283773'), ('const-64', u'INT_ADD_-1205284786'), (u'CALL_-1205284653', u'INDIRECT_-1205283099'), ('tmp_8026', u'MULTIEQUAL_-1205284270'), ('tmp_4843', u'PTRSUB_-1205282731'), (u'INT_ADD_-1205286239', u'CAST_-1205283580'), ('tmp_4850', u'INT_ADD_-1205285684'), (u'CALL_-1205285826', u'INDIRECT_-1205284162'), (u'CALL_-1205284845', u'INDIRECT_-1205283095'), (u'LOAD_-1205286204', u'INT_EQUAL_-1205286185'), (u'STORE_-1205286159', u'INDIRECT_-1205284244'), (u'CAST_-1205283145', u'LOAD_-1205285622'), (u'STORE_-1205284082', u'INDIRECT_-1205283010'), (u'INDIRECT_-1205284104', u'MULTIEQUAL_-1205284046'), (u'CALL_-1205285579', u'CAST_-1205283107'), (u'CALL_-1205285545', u'INDIRECT_-1205283977'), (u'INDIRECT_-1205283587', u'COPY_-1205283009'), ('tmp_4850', u'INT_ADD_-1205284876'), (u'CALL_-1205284711', u'INDIRECT_-1205282994'), (u'INT_ADD_-1205286152', u'CAST_-1205283521'), ('tmp_4850', u'INT_ADD_-1205285924'), ('const-433', u'STORE_-1205284082'), ('const-40', u'INT_ADD_-1205285903'), (u'INDIRECT_-1205283694', u'CALL_-1205285722'), (u'CALL_-1205284228', u'INDIRECT_-1205282743'), ('const-64', u'INT_ADD_-1205284976'), (u'STORE_-1205285644', u'INDIRECT_-1205283916'), (u'CALL_-1205285604', u'INDIRECT_-1205283601'), ('const-13', u'PTRADD_-1205282285'), (u'INT_ADD_-1205286188', u'CAST_-1205283544'), (u'INT_ADD_-1205285837', u'CAST_-1205283296'), (u'INDIRECT_-1205283637', u'MULTIEQUAL_-1205283597'), (u'STORE_-1205284183', u'INDIRECT_-1205282990'), (u'INT_ADD_-1205285942', u'CAST_-1205283365'), (u'INDIRECT_-1205283221', u'MULTIEQUAL_-1205283647'), ('const-0', u'STORE_-1205285931'), (u'CALL_-1205284811', u'INDIRECT_-1205283384'), (u'STORE_-1205284126', u'INDIRECT_-1205282945'), (u'LOAD_-1205285017', u'INT_ADD_-1205284994'), (u'INT_ADD_-1205286201', u'CAST_-1205283553'), (u'STORE_-1205285093', u'INDIRECT_-1205283833'), (u'INT_ADD_-1205284803', u'MULTIEQUAL_-1205284371'), (u'CALL_-1205284640', u'INDIRECT_-1205282984'), (u'LOAD_-1205284985', u'INT_ADD_-1205284962'), (u'INDIRECT_-1205283062', u'MULTIEQUAL_-1205283895'), (u'CAST_-1205282382', u'PTRADD_-1205282294'), (u'INDIRECT_-1205282923', u'MULTIEQUAL_-1205283731'), ('const-0', u'PTRSUB_-1205283044'), ('const-48', u'INT_ADD_-1205285669'), ('const-0', u'PTRSUB_-1205282381'), ('const-433', u'STORE_-1205284800'), ('const--64', u'PTRSUB_-1205282545'), ('const-433', u'LOAD_-1205286224'), (u'LOAD_-1205285493', u'INT_ADD_-1205285440'), (u'LOAD_-1205285085', u'INT_ADD_-1205285062'), (u'CAST_-1205282705', u'STORE_-1205284853'), ('const-433', u'LOAD_-1205285797'), (u'INT_NOTEQUAL_-1205286295', u'CBRANCH_-1205286294'), (u'COPY_-1205284858', u'MULTIEQUAL_-1205283949'), (u'CALL_-1205286257', u'INDIRECT_-1205283983'), (u'CALL_-1205285633', u'CAST_-1205283145'), (u'CALL_-1205285444', u'INDIRECT_-1205283535'), ('const-0', u'PTRSUB_-1205283023'), (u'INT_ADD_-1205284646', u'CAST_-1205282406'), (u'CAST_-1205283058', u'LOAD_-1205285085'), (u'CALL_-1205284674', u'INDIRECT_-1205283092'), (u'INT_ADD_-1205285865', u'CAST_-1205283311'), ('tmp_4850', u'INT_ADD_-1205285662'), ('tmp_4850', u'INT_ADD_-1205284821'), ('const-8', u'PTRADD_-1205282348'), ('tmp_1161', u'BRANCH_-1205284636'), (u'CAST_-1205283411', u'LOAD_-1205286019'), (u'CALL_-1205285826', u'INDIRECT_-1205284061'), (u'INT_ADD_-1205284814', u'INT_ADD_-1205284812'), (u'LOAD_-1205285678', u'INT_ADD_-1205285655'), ('const-433', u'LOAD_-1205285102'), ('const-433', u'STORE_-1205284071'), (u'INT_ADD_-1205284655', u'CAST_-1205282592'), (u'CAST_-1205283500', u'CALL_-1205284640'), (u'CALL_-1205285545', u'INDIRECT_-1205283646'), (u'STORE_-1205285073', u'INDIRECT_-1205283517'), (u'INDIRECT_-1205284345', u'MULTIEQUAL_-1205284279'), (u'CAST_-1205282445', u'CALL_-1205284671'), (u'STORE_-1205285963', u'INDIRECT_-1205284113'), ('const-16', u'INT_ADD_-1205284919'), (u'INT_ADD_-1205285062', u'CAST_-1205283053'), ('const-433', u'LOAD_-1205285846'), ('const-433', u'STORE_-1205285822'), ('const-0', u'COPY_-1205282825'), ('const-0', u'INT_EQUAL_-1205286185'), ('const-16', u'INT_ADD_-1205285554'), ('tmp_4850', u'INT_ADD_-1205285055'), ('const-433', u'STORE_-1205285917'), (u'CALL_-1205284943', u'INDIRECT_-1205283263'), (u'COPY_-1205284700', u'MULTIEQUAL_-1205283677'), ('const-433', u'STORE_-1205284896'), ('tmp_1204', u'CBRANCH_-1205285095'), ('tmp_4843', u'PTRSUB_-1205282539'), (u'LOAD_-1205285758', u'CALL_-1205285745'), (u'CALL_-1205285658', u'STORE_-1205285644'), (u'MULTIEQUAL_-1205283949', u'CALL_-1205284845'), ('const-8', u'PTRADD_-1205282312'), ('const-36', u'INT_ADD_-1205285096'), (u'INT_ADD_-1205286316', u'CAST_-1205283664'), (u'LOAD_-1205285839', u'CALL_-1205285826'), (u'INDIRECT_-1205284205', u'MULTIEQUAL_-1205282814'), ('const-433', u'STORE_-1205284115'), (u'INT_LESS_-1205284846', u'CBRANCH_-1205284855'), (u'MULTIEQUAL_-1205283677', u'CALL_-1205284687'), (u'CALL_-1205285658', u'INDIRECT_-1205283681'), (u'INT_ADD_-1205284894', u'CAST_-1205282925'), (u'LOAD_-1205284884', u'INT_ADD_-1205284861'), ('const-433', u'LOAD_-1205284967'), (u'CALL_-1205286087', u'INDIRECT_-1205284227'), (u'INT_ADD_-1205284983', u'CAST_-1205282993'), ('const-0', u'INT_EQUAL_-1205286000'), (u'STORE_-1205285076', u'INDIRECT_-1205283821'), ('const-80', u'INT_ADD_-1205285766'), (u'COPY_-1205282542', u'PIECE_-1205282483'), (u'CALL_-1205285903', u'INDIRECT_-1205283748'), ('tmp_4848', u'CALL_-1205285633'), ('const-433', u'STORE_-1205285851'), (u'STORE_-1205284177', u'INDIRECT_-1205283087'), (u'CAST_-1205282604', u'LOAD_-1205284809'), ('const-0', u'STORE_-1205284193'), (u'STORE_-1205285644', u'INDIRECT_-1205284017'), (u'CALL_-1205285658', u'INDIRECT_-1205284054'), (u'CALL_-1205285444', u'INDIRECT_-1205283908'), ('const-1', u'INT_ADD_-1205284803'), (u'LOAD_-1205286255', u'INT_ADD_-1205286222'), (u'LOAD_-1205285039', u'INT_ADD_-1205285008'), (u'CALL_-1205285722', u'INDIRECT_-1205283721'), (u'CAST_-1205283580', u'LOAD_-1205286255'), ('const-433', u'LOAD_-1205286255'), (u'INDIRECT_-1205283942', u'MULTIEQUAL_-1205283895'), (u'CAST_-1205283053', u'STORE_-1205285076'), ('tmp_4848', u'CALL_-1205285579'), ('const-56', u'INT_ADD_-1205285630'), (u'CALL_-1205285633', u'INDIRECT_-1205284036'), (u'STORE_-1205285022', u'INDIRECT_-1205283783'), (u'CALL_-1205286113', u'CAST_-1205283483'), (u'STORE_-1205284166', u'INDIRECT_-1205282977'), (u'STORE_-1205284071', u'INDIRECT_-1205282900'), ('const-72', u'INT_ADD_-1205285808'), (u'LOAD_-1205284892', u'INT_ADD_-1205284869'), (u'CALL_-1205284686', u'INDIRECT_-1205283465'), ('const-433', u'STORE_-1205285949'), (u'STORE_-1205284958', u'INDIRECT_-1205283739'), (u'INT_ADD_-1205284861', u'CAST_-1205282720'), ('const-4', u'PTRADD_-1205282361'), (u'CAST_-1205283091', u'LOAD_-1205285127'), ('const-48', u'INT_ADD_-1205284628'), (u'CALL_-1205285658', u'INDIRECT_-1205283639'), (u'CALL_-1205285722', u'INT_ADD_-1205284735'), (u'CAST_-1205282251', u'STORE_-1205284051'), (u'LOAD_-1205285765', u'INT_ADD_-1205285742'), (u'CALL_-1205284687', u'INDIRECT_-1205282768'), (u'CALL_-1205285444', u'INDIRECT_-1205283807'), ('const-36', u'INT_ADD_-1205284145'), (u'STORE_-1205286176', u'INDIRECT_-1205284256'), (u'INT_ADD_-1205284803', u'INT_NOTEQUAL_-1205284794'), (u'CALL_-1205285520', u'INDIRECT_-1205283858'), ('const-433', u'STORE_-1205284660'), ('const-16', u'INT_ADD_-1205284615'), (u'LOAD_-1205286211', u'INT_ADD_-1205286162'), (u'CALL_-1205286113', u'INDIRECT_-1205283890'), (u'INDIRECT_-1205283517', u'MULTIEQUAL_-1205283945'), ('tmp_4850', u'INT_ADD_-1205285086'), ('const-262187', u'CALL_-1205286257'), (u'CALL_-1205285903', u'INDIRECT_-1205283790'), ('const-433', u'STORE_-1205284148'), (u'CALL_-1205285545', u'STORE_-1205285531'), ('const-16', u'INT_ADD_-1205284821'), (u'INDIRECT_-1205283242', u'MULTIEQUAL_-1205283403'), (u'STORE_-1205284660', u'INDIRECT_-1205283152'), ('const-433', u'STORE_-1205285022'), (u'LOAD_-1205286027', u'INT_EQUAL_-1205285805'), ('const-16', u'INT_ADD_-1205285924'), (u'COPY_-1205283543', u'STORE_-1205285963'), (u'INDIRECT_-1205283831', u'MULTIEQUAL_-1205283773'), ('const-433', u'STORE_-1205284216'), ('const-0', u'INT_NOTEQUAL_-1205286295'), ('const-1', u'PTRADD_-1205282394'), (u'STORE_-1205285044', u'INDIRECT_-1205283799'), ('const-16', u'INT_ADD_-1205284854'), (u'INT_ADD_-1205284615', u'CAST_-1205282524'), (u'CALL_-1205284845', u'INDIRECT_-1205283137'), (u'LOAD_-1205285700', u'INT_ADD_-1205285669'), (u'STORE_-1205284944', u'INDIRECT_-1205283629'), ('const-433', u'LOAD_-1205285758'), (u'INDIRECT_-1205283658', u'COPY_-1205283730'), ('const-8', u'PTRADD_-1205282330'), ('const-16', u'INT_ADD_-1205285949'), (u'CAST_-1205283291', u'LOAD_-1205285846'), (u'STORE_-1205284642', u'INDIRECT_-1205283163'), (u'CAST_-1205282338', u'STORE_-1205284166'), ('const-8', u'PTRADD_-1205282294'), (u'INDIRECT_-1205283705', u'MULTIEQUAL_-1205283647'), ('const--64', u'PTRSUB_-1205282731'), ('tmp_4850', u'INT_ADD_-1205285477'), ('const-16', u'INT_ADD_-1205284635'), (u'MULTIEQUAL_-1205284371', u'PTRADD_-1205284783'), ('const-433', u'LOAD_-1205284684'), (u'CALL_-1205284845', u'CAST_-1205282634'), ('const-262150', u'CALL_-1205286087'), (u'INDIRECT_-1205283154', u'MULTIEQUAL_-1205283821'), (u'CAST_-1205283245', u'STORE_-1205285780'), (u'STORE_-1205284629', u'INDIRECT_-1205283343'), (u'CAST_-1205282339', u'STORE_-1205284642'), ('tmp_1664', u'BRANCH_-1205284623'), (u'CALL_-1205285579', u'INDIRECT_-1205283667'), (u'CALL_-1205285444', u'INDIRECT_-1205283451'), (u'CALL_-1205284228', u'INDIRECT_-1205283200'), (u'PTRADD_-1205284783', u'LOAD_-1205284845'), (u'INDIRECT_-1205283557', u'COPY_-1205283629'), (u'CAST_-1205282720', u'STORE_-1205284875'), (u'INDIRECT_-1205283443', u'MULTIEQUAL_-1205283403'), (u'STORE_-1205284137', u'INDIRECT_-1205283055'), (u'STORE_-1205284093', u'INDIRECT_-1205282918'), ('const-32', u'INT_ADD_-1205285917'), (u'STORE_-1205284926', u'INDIRECT_-1205283616'), (u'INT_ADD_-1205284735', u'INT_LESS_-1205284688'), ('tmp_4850', u'INT_ADD_-1205284937'), (u'CAST_-1205282369', u'STORE_-1205284216'), ('const-7', u'PTRADD_-1205282339'), (u'CALL_-1205286061', u'INDIRECT_-1205283978'), ('const-16', u'INT_ADD_-1205285662'), (u'CAST_-1205283500', u'CALL_-1205284943'), ('const-4203500', u'PTRSUB_-1205283409'), (u'CALL_-1205284674', u'INDIRECT_-1205283050'), ('const-433', u'LOAD_-1205286211'), (u'COPY_-1205282825', u'PIECE_-1205282766'), (u'CAST_-1205282333', u'INT_ADD_-1205284145'), ('const-4944736', u'PTRSUB_-1205282381'), (u'INDIRECT_-1205283437', u'MULTIEQUAL_-1205284093'), ('const-44', u'STORE_-1205285917'), (u'CALL_-1205284686', u'CAST_-1205282606'), ('const-1', u'INT_ADD_-1205284893'), (u'CALL_-1205285722', u'INDIRECT_-1205283637'), ('const-433', u'STORE_-1205286215'), (u'CALL_-1205285462', u'INDIRECT_-1205283547'), ('const-433', u'LOAD_-1205285127'), ('const--88', u'PTRSUB_-1205282725'), (u'CALL_-1205284640', u'INDIRECT_-1205282942'), (u'CAST_-1205283024', u'LOAD_-1205285039'), (u'CAST_-1205283341', u'LOAD_-1205285926'), (u'INDIRECT_-1205283807', u'COPY_-1205283847'), (u'LOAD_-1205285926', u'INT_ADD_-1205285903'), ('const-0', u'STORE_-1205285062'), ('const-433', u'STORE_-1205284958'), ('const-433', u'STORE_-1205285008'), ('tmp_4850', u'INT_ADD_-1205284969'), (u'STORE_-1205286215', u'INDIRECT_-1205284275'), (u'COPY_-1205282642', u'PIECE_-1205282582'), ('const-433', u'LOAD_-1205285570'), (u'LOAD_-1205285127', u'INT_ADD_-1205285096'), ('const-4203500', u'PTRSUB_-1205282884'), ('const-262152', u'CALL_-1205284686'), (u'STORE_-1205284137', u'INDIRECT_-1205282954'), (u'INT_ADD_-1205285684', u'CAST_-1205283190'), (u'CALL_-1205284943', u'INT_EQUAL_-1205284923'), (u'CALL_-1205284640', u'INDIRECT_-1205283026'), ('const-19', u'PTRADD_-1205282277'), (u'INDIRECT_-1205282965', u'MULTIEQUAL_-1205283773'), ('const-0', u'COPY_-1205282826'), (u'CALL_-1205285633', u'INDIRECT_-1205283579'), (u'INDIRECT_-1205284147', u'MULTIEQUAL_-1205284093'), (u'CALL_-1205285520', u'INDIRECT_-1205283628'), (u'CALL_-1205286113', u'INDIRECT_-1205284246'), ('tmp_4848', u'CALL_-1205286135'), (u'CALL_-1205285722', u'INDIRECT_-1205284094'), (u'CALL_-1205286279', u'INDIRECT_-1205284457'), (u'CALL_-1205284674', u'CAST_-1205282558'), (u'CALL_-1205285112', u'INDIRECT_-1205283305'), (u'STORE_-1205284148', u'INDIRECT_-1205282963'), (u'INDIRECT_-1205283152', u'MULTIEQUAL_-1205283945'), (u'CAST_-1205282715', u'LOAD_-1205284870'), (u'MULTIEQUAL_-1205283228', u'CALL_-1205284842'), ('const-4', u'INT_MULT_-1205284850'), ('const-0', u'COPY_-1205282642'), (u'CAST_-1205283296', u'STORE_-1205285851'), (u'CALL_-1205284711', u'INDIRECT_-1205282952'), ('const-433', u'LOAD_-1205286019'), (u'CALL_-1205284687', u'INDIRECT_-1205283124'), (u'CAST_-1205282969', u'LOAD_-1205284967'), (u'INT_ADD_-1205284994', u'CAST_-1205283002'), (u'INDIRECT_-1205282743', u'MULTIEQUAL_-1205283973'), (u'PTRSUB_-1205282539', u'CALL_-1205284671'), (u'CALL_-1205284943', u'INDIRECT_-1205283305'), ('const-36', u'INT_ADD_-1205286145'), (u'STORE_-1205285851', u'INDIRECT_-1205284046'), ('const-16', u'INT_ADD_-1205285749'), (u'STORE_-1205285683', u'INDIRECT_-1205283942'), ('const-433', u'STORE_-1205284990'), (u'INDIRECT_-1205284003', u'MULTIEQUAL_-1205283945'), (u'STORE_-1205285683', u'INDIRECT_-1205284043'), (u'INDIRECT_-1205283790', u'MULTIEQUAL_-1205282810'), (u'STORE_-1205284990', u'INDIRECT_-1205283761'), ('const-16', u'INT_ADD_-1205285865'), ('const-433', u'STORE_-1205285093'), (u'STORE_-1205284976', u'INDIRECT_-1205283651'), ('const-1', u'INT_ADD_-1205284680'), ('const-0', u'RETURN_-1205284734'), ('const-433', u'STORE_-1205284642'), (u'CALL_-1205284943', u'INDIRECT_-1205283179'), ('const-433', u'LOAD_-1205286033'), ('tmp_8019', u'MULTIEQUAL_-1205283973'), (u'CALL_-1205284674', u'INDIRECT_-1205283322'), (u'INT_LESS_-1205284712', u'CBRANCH_-1205284721'), (u'INT_ADD_-1205284876', u'CAST_-1205282914'), ('tmp_4850', u'INT_ADD_-1205286316'), ('tmp_4850', u'INT_ADD_-1205286239'), ('const-16', u'INT_ADD_-1205284668'), (u'MULTIEQUAL_-1205284371', u'INT_MULT_-1205284800'), ('const-433', u'STORE_-1205284889'), ('const-4171382', u'COPY_-1205283543'), (u'INT_ADD_-1205285517', u'CAST_-1205283072'), ('const-433', u'LOAD_-1205285593'), (u'INT_ADD_-1205284653', u'CAST_-1205282411'), ('const-16', u'INT_ADD_-1205286152'), (u'CAST_-1205283286', u'LOAD_-1205285839'), (u'INT_ADD_-1205284622', u'CAST_-1205282529'), ('const-1', u'INT_ADD_-1205284759'), (u'CALL_-1205286226', u'STORE_-1205286215'), ('const-8', u'PTRADD_-1205282330'), (u'PTRADD_-1205282285', u'CAST_-1205282267'), (u'STORE_-1205285008', u'INDIRECT_-1205283673'), (u'CALL_-1205286113', u'INDIRECT_-1205284347'), (u'INT_EQUAL_-1205285805', u'CBRANCH_-1205285802'), ('const-12', u'PTRADD_-1205282294'), (u'CALL_-1205285745', u'INDIRECT_-1205283652'), (u'INT_ADD_-1205284821', u'CAST_-1205282882'), ('const-16', u'INT_ADD_-1205284622'), ('const-16', u'INT_ADD_-1205284951'), (u'INDIRECT_-1205282785', u'MULTIEQUAL_-1205283639'), (u'INT_ADD_-1205286017', u'CAST_-1205283420'), (u'CALL_-1205285722', u'INDIRECT_-1205283763'), (u'CAST_-1205283072', u'STORE_-1205285531'), (u'CALL_-1205285745', u'INDIRECT_-1205283694'), (u'CAST_-1205283150', u'STORE_-1205285644'), ('const-16', u'INT_ADD_-1205286316'), (u'PTRSUB_-1205282545', u'CALL_-1205284671'), ('const-433', u'LOAD_-1205285085'), ('tmp_4843', u'PTRSUB_-1205282444'), (u'CAST_-1205283664', u'LOAD_-1205286332'), (u'CALL_-1205284711', u'CAST_-1205282445'), ('const-0', u'STORE_-1205284159'), ('tmp_4850', u'INT_ADD_-1205284622'), (u'CAST_-1205282768', u'STORE_-1205285073'), (u'CALL_-1205284943', u'INDIRECT_-1205283221'), ('const-433', u'LOAD_-1205285678'), (u'CAST_-1205283232', u'LOAD_-1205285765'), (u'CALL_-1205284845', u'INDIRECT_-1205283179'), (u'CAST_-1205282914', u'LOAD_-1205284892'), (u'CALL_-1205285520', u'CAST_-1205283067'), ('const-56', u'INT_ADD_-1205284994'), ('const--64', u'PTRSUB_-1205282450'), ('const-0', u'STORE_-1205285949'), ('const-32', u'INT_ADD_-1205285030'), (u'PTRSUB_-1205283023', u'STORE_-1205284958'), ('const-433', u'STORE_-1205284944'), ('tmp_4850', u'INT_ADD_-1205285830'), ('const-0', u'PTRSUB_-1205283409'), (u'INT_SEXT_-1205285547', u'CALL_-1205285545'), (u'CALL_-1205284842', u'INDIRECT_-1205283470'), (u'INDIRECT_-1205283198', u'MULTIEQUAL_-1205282811'), ('const-433', u'LOAD_-1205284935'), (u'INDIRECT_-1205282942', u'MULTIEQUAL_-1205283102'), ('const-44', u'STORE_-1205285093'), ('const-0', u'STORE_-1205285008'), (u'STORE_-1205285780', u'INDIRECT_-1205284104'), (u'CAST_-1205283029', u'STORE_-1205285044'), (u'CAST_-1205282304', u'STORE_-1205284642'), ('const-16', u'INT_ADD_-1205284037'), ('const-16', u'INT_ADD_-1205284937'), (u'LOAD_-1205285481', u'INT_SEXT_-1205285464'), (u'STORE_-1205285008', u'INDIRECT_-1205283774'), ('const-433', u'STORE_-1205284183'), ('const-100', u'INT_ADD_-1205284882'), (u'INDIRECT_-1205283179', u'MULTIEQUAL_-1205283102'), ('const-0', u'STORE_-1205284976'), ('const-16', u'INT_ADD_-1205284793'), (u'LOAD_-1205285678', u'INT_ADD_-1205285630'), (u'INT_ADD_-1205284868', u'CAST_-1205282725'), (u'STORE_-1205285454', u'INDIRECT_-1205283792'), ('const-433', u'STORE_-1205284976'), ('const-104', u'INT_ADD_-1205284869'), (u'STORE_-1205284093', u'INDIRECT_-1205283019'), ('const-36', u'INT_ADD_-1205286222'), ('const-433', u'LOAD_-1205285509'), (u'STORE_-1205285022', u'INDIRECT_-1205283682'), ('const-8', u'PTRADD_-1205282394'), ('const-96', u'INT_ADD_-1205284912'), ('const-433', u'LOAD_-1205285053'), (u'CAST_-1205283190', u'LOAD_-1205285700'), (u'CAST_-1205283346', u'STORE_-1205285931'), (u'CALL_-1205286257', u'STORE_-1205286236'), (u'INDIRECT_-1205283717', u'STORE_-1205284896'), (u'INT_ADD_-1205286003', u'CAST_-1205283411'), (u'CAST_-1205282382', u'STORE_-1205284183'), (u'INT_ADD_-1205284944', u'CAST_-1205282964'), ('const-2305843009213693950', u'INT_LESS_-1205284712'), ('const-46', u'STORE_-1205285110'), (u'INT_ADD_-1205284735', u'INT_MULT_-1205284692'), (u'INT_ADD_-1205285630', u'CAST_-1205283150'), (u'STORE_-1205285073', u'INDIRECT_-1205283618'), ('const-80', u'INT_ADD_-1205285742'), (u'STORE_-1205284104', u'INDIRECT_-1205283028'), ('tmp_629', u'CBRANCH_-1205285802'), ('tmp_4850', u'INT_ADD_-1205286208'), (u'STORE_-1205284853', u'INDIRECT_-1205283530'), ('const-433', u'LOAD_-1205285564'), (u'STORE_-1205284896', u'INDIRECT_-1205283696'), ('const-16', u'INT_ADD_-1205286208'), (u'STORE_-1205285062', u'INDIRECT_-1205283812'), (u'CAST_-1205283107', u'LOAD_-1205285564'), (u'CALL_-1205284671', u'INDIRECT_-1205282881'), (u'CAST_-1205282978', u'STORE_-1205284976'), (u'COPY_-1205283037', u'STORE_-1205284883'), (u'COPY_-1205282641', u'PIECE_-1205282582'), (u'STORE_-1205284082', u'INDIRECT_-1205282909'), ('tmp_4848', u'CALL_-1205285604'), ('const-0', u'STORE_-1205284093'), (u'CAST_-1205283257', u'LOAD_-1205285797'), (u'CALL_-1205284686', u'INDIRECT_-1205283364'), (u'LOAD_-1205285509', u'INT_SEXT_-1205285459'), ('const-40', u'INT_ADD_-1205286201'), ('const-433', u'LOAD_-1205285622'), ('const-4', u'INT_MULT_-1205284716'), (u'CALL_-1205284228', u'INDIRECT_-1205283099'), (u'CALL_-1205284686', u'INDIRECT_-1205283008'), (u'CAST_-1205282382', u'PTRADD_-1205282394'), ('const-0', u'PTRSUB_-1205283308'), ('const-1', u'PTRADD_-1205284783'), (u'STORE_-1205285110', u'INDIRECT_-1205283845'), ('const-433', u'LOAD_-1205284669'), ('const-88', u'INT_ADD_-1205284930'), ('const-433', u'LOAD_-1205284845'), (u'CAST_-1205282780', u'LOAD_-1205285090'), (u'CALL_-1205286035', u'INDIRECT_-1205283959'), ('const-433', u'STORE_-1205284159'), ('tmp_4848', u'CALL_-1205286035'), (u'CALL_-1205284845', u'INDIRECT_-1205283053'), (u'CALL_-1205284687', u'INDIRECT_-1205282894'), (u'CAST_-1205283071', u'LOAD_-1205285102'), (u'INT_ADD_-1205285440', u'CAST_-1205283019'), (u'CALL_-1205284811', u'INDIRECT_-1205283028'), (u'CALL_-1205284811', u'INDIRECT_-1205283112'), (u'STORE_-1205284976', u'INDIRECT_-1205283752'), (u'PTRSUB_-1205282444', u'CALL_-1205284653'), (u'CALL_-1205285462', u'INDIRECT_-1205283589'), (u'CALL_-1205285826', u'STORE_-1205285822'), (u'CALL_-1205284674', u'INDIRECT_-1205282966'), (u'INT_ADD_-1205284893', u'INT_MULT_-1205284850'), (u'STORE_-1205284889', u'INDIRECT_-1205283452'), (u'CAST_-1205282382', u'PTRADD_-1205282321'), ('tmp_4850', u'INT_ADD_-1205285069'), ('const-433', u'STORE_-1205285733'), (u'STORE_-1205285917', u'INDIRECT_-1205284082'), (u'CALL_-1205285579', u'INDIRECT_-1205283897'), ('const-16', u'INT_ADD_-1205285684'), (u'CALL_-1205286135', u'INDIRECT_-1205283907'), ('const-0', u'STORE_-1205284875'), ('tmp_4850', u'INT_ADD_-1205284653'), (u'COPY_-1205282543', u'PIECE_-1205282483'), ('const-160', u'CALL_-1205284228'), (u'CALL_-1205284640', u'INDIRECT_-1205283068'), ('const-11', u'PTRADD_-1205282303'), ('const-0', u'STORE_-1205284082'), (u'CAST_-1205282259', u'STORE_-1205284061'), (u'CALL_-1205284640', u'INDIRECT_-1205283399'), (u'INDIRECT_-1205283679', u'MULTIEQUAL_-1205283639'), (u'INT_ADD_-1205285059', u'CAST_-1205282768'), ('const-16', u'INT_ADD_-1205286239'), (u'CAST_-1205282382', u'STORE_-1205284051'), (u'INT_ADD_-1205285055', u'CAST_-1205283048'), (u'CALL_-1205284640', u'INDIRECT_-1205283298'), (u'STORE_-1205284183', u'INDIRECT_-1205283091'), ('const-433', u'STORE_-1205284883'), ('const-433', u'LOAD_-1205286168'), (u'CAST_-1205283049', u'LOAD_-1205285481'), (u'CALL_-1205284842', u'INDIRECT_-1205283571'), ('const-9', u'PTRADD_-1205282321'), ('tmp_4848', u'INT_NOTEQUAL_-1205286295'), (u'CAST_-1205283002', u'STORE_-1205285008'), (u'CALL_-1205285545', u'INDIRECT_-1205283604'), ('const--1', u'COPY_-1205284724'), (u'CAST_-1205283212', u'STORE_-1205285733'), (u'CALL_-1205285633', u'INDIRECT_-1205283621'), ('const-433', u'LOAD_-1205284892'), (u'CALL_-1205285604', u'CAST_-1205283125'), ('const-100', u'INT_ADD_-1205285517'), (u'INDIRECT_-1205283908', u'COPY_-1205283948'), (u'INT_ADD_-1205284786', u'CAST_-1205282599'), (u'CALL_-1205284943', u'INT_ADD_-1205284680'), ('const-104', u'INT_ADD_-1205285440'), (u'STORE_-1205284061', u'INDIRECT_-1205282993'), (u'CALL_-1205285462', u'INDIRECT_-1205283505'), (u'STORE_-1205284826', u'INDIRECT_-1205283658'), ('const-80', u'INT_ADD_-1205284646'), ('const-16', u'INT_ADD_-1205285910'), (u'CAST_-1205282945', u'LOAD_-1205284935'), (u'STORE_-1205284826', u'INDIRECT_-1205283557'), ('const-433', u'STORE_-1205284137'), (u'CALL_-1205285745', u'INDIRECT_-1205284008'), ('const-0', u'INT_EQUAL_-1205285708'), (u'STORE_-1205284177', u'INDIRECT_-1205282986'), (u'STORE_-1205284883', u'INDIRECT_-1205283688'), (u'STORE_-1205284061', u'INDIRECT_-1205282892'), (u'INDIRECT_-1205283763', u'MULTIEQUAL_-1205283723'), (u'INDIRECT_-1205283114', u'MULTIEQUAL_-1205282809'), (u'CALL_-1205284711', u'INDIRECT_-1205283224'), (u'CALL_-1205284845', u'INDIRECT_-1205283510'), ('const-262148', u'CALL_-1205286135'), (u'STORE_-1205284669', u'INDIRECT_-1205283296'), ('const-2', u'PTRADD_-1205282382'), ('tmp_1599', u'CBRANCH_-1205284826'), (u'STORE_-1205285931', u'INDIRECT_-1205284091'), ('tmp_4850', u'INT_ADD_-1205286017'), ('tmp_4848', u'CALL_-1205285495'), (u'INT_ADD_-1205285935', u'CAST_-1205283360'), (u'CAST_-1205282411', u'LOAD_-1205284669'), ('const-433', u'LOAD_-1205284837'), ('const-16', u'INT_ADD_-1205284653'), (u'CAST_-1205282558', u'STORE_-1205284629'), ('const-40', u'INT_ADD_-1205286003'), (u'CAST_-1205283529', u'STORE_-1205286176'), (u'INDIRECT_-1205283070', u'MULTIEQUAL_-1205283737'), (u'STORE_-1205284958', u'INDIRECT_-1205283638'), (u'STORE_-1205284629', u'INDIRECT_-1205283242'), (u'CAST_-1205282445', u'STORE_-1205284660'), ('tmp_1406', u'CBRANCH_-1205284855'), ('tmp_1458', u'BRANCH_-1205284794'), ('tmp_1229', u'BRANCH_-1205285057'), (u'STORE_-1205285733', u'INDIRECT_-1205284073'), ('const-16', u'INT_ADD_-1205284894'), (u'CAST_-1205283048', u'LOAD_-1205285071'), (u'INT_ADD_-1205285096', u'CAST_-1205283079'), (u'LOAD_-1205286033', u'INT_ADD_-1205286003'), (u'CALL_-1205285545', u'INDIRECT_-1205283562'), ('const-433', u'STORE_-1205285454'), ('const-8', u'PTRADD_-1205282277'), (u'CALL_-1205285520', u'INDIRECT_-1205283586'), (u'INT_ADD_-1205285808', u'CAST_-1205283276'), (u'INDIRECT_-1205283962', u'MULTIEQUAL_-1205283881'), (u'STORE_-1205285822', u'INDIRECT_-1205284129'), ('tmp_4850', u'INT_ADD_-1205285023'), (u'INT_ADD_-1205284628', u'CAST_-1205282304'), (u'LOAD_-1205284935', u'INT_ADD_-1205284912'), ('tmp_4850', u'INT_ADD_-1205286152'), (u'LOAD_-1205286033', u'INT_ADD_-1205284875'), ('const-433', u'STORE_-1205285531'), ('const-433', u'STORE_-1205286159'), (u'INDIRECT_-1205283789', u'MULTIEQUAL_-1205283731'), (u'STORE_-1205284051', u'INDIRECT_-1205282884'), ('const-262154', u'CALL_-1205285604'), (u'CALL_-1205285520', u'INDIRECT_-1205283544'), (u'INT_ADD_-1205284839', u'CAST_-1205282705'), (u'INT_ADD_-1205284793', u'CAST_-1205282604'), (u'INDIRECT_-1205282869', u'MULTIEQUAL_-1205283723'), (u'PTRSUB_-1205282884', u'STORE_-1205285073'), (u'LOAD_-1205285797', u'INT_ADD_-1205285766'), (u'CALL_-1205286087', u'INDIRECT_-1205283997'), (u'INT_ADD_-1205285749', u'CAST_-1205283232'), ('tmp_4850', u'INT_ADD_-1205284894'), ('const-433', u'LOAD_-1205285493'), (u'INT_ADD_-1205284976', u'CAST_-1205282988'), ('tmp_4843', u'PTRSUB_-1205282725'), ('tmp_138', u'CBRANCH_-1205286294'), ('const-16', u'INT_ADD_-1205285781'), ('const-16', u'INT_ADD_-1205285037'), (u'INT_ADD_-1205285048', u'CAST_-1205283043'), (u'INT_ADD_-1205285008', u'CAST_-1205283012'), ('const-64', u'INT_ADD_-1205285837'), (u'CALL_-1205286061', u'INDIRECT_-1205284208'), ('tmp_4848', u'CALL_-1205286113'), (u'INT_EQUAL_-1205284923', u'CBRANCH_-1205284916'), (u'CALL_-1205285545', u'INDIRECT_-1205283520'), (u'INDIRECT_-1205283163', u'MULTIEQUAL_-1205283996'), (u'LOAD_-1205285102', u'INT_ADD_-1205285079'), (u'STORE_-1205284071', u'INDIRECT_-1205283001'), (u'CAST_-1205283516', u'STORE_-1205286159'), (u'INT_ADD_-1205285554', u'CAST_-1205283097'), (u'STORE_-1205286215', u'INDIRECT_-1205284376'), (u'CAST_-1205283168', u'LOAD_-1205285671'), (u'PTRSUB_-1205283409', u'STORE_-1205285851'), (u'CALL_-1205285745', u'INDIRECT_-1205283736'), (u'LOAD_-1205284870', u'INT_ADD_-1205284839'), ('const-0', u'STORE_-1205286176'), ('const-0', u'COPY_-1205282641'), (u'INT_SEXT_-1205285561', u'CALL_-1205285545'), (u'CALL_-1205285579', u'INDIRECT_-1205283625'), ('const-96', u'INT_ADD_-1205286162'), (u'INDIRECT_-1205283263', u'MULTIEQUAL_-1205283186'), ('const-0', u'STORE_-1205284104'), (u'CAST_-1205282382', u'PTRADD_-1205282303'), ('const-8', u'PTRADD_-1205282370'), ('const-4203500', u'PTRSUB_-1205283065'), (u'CAST_-1205282558', u'CALL_-1205284640'), (u'STORE_-1205284166', u'INDIRECT_-1205283078'), (u'STORE_-1205284051', u'INDIRECT_-1205282985'), (u'PTRSUB_-1205282725', u'CALL_-1205284811'), (u'CALL_-1205285444', u'INDIRECT_-1205283577'), (u'CALL_-1205285826', u'INDIRECT_-1205283831'), ('const-433', u'LOAD_-1205285881'), (u'CALL_-1205285604', u'INDIRECT_-1205284016'), (u'INDIRECT_-1205283587', u'MULTIEQUAL_-1205283543'), ('const-433', u'LOAD_-1205286204'), (u'LOAD_-1205285846', u'INT_ADD_-1205285823'), (u'INT_ADD_-1205285079', u'CAST_-1205283066'), (u'CALL_-1205286135', u'INDIRECT_-1205284263'), (u'LOAD_-1205284809', u'INT_ADD_-1205284786'), (u'LOAD_-1205285881', u'INT_ADD_-1205285837'), (u'PTRADD_-1205282361', u'CAST_-1205282338'), (u'INDIRECT_-1205283028', u'MULTIEQUAL_-1205283695'), ('tmp_4850', u'INT_ADD_-1205285037'), (u'CALL_-1205284943', u'INDIRECT_-1205283535'), (u'INT_ADD_-1205284759', u'CALL_-1205284671'), ('const-433', u'LOAD_-1205285958'), (u'PTRSUB_-1205283044', u'STORE_-1205284990'), (u'INDIRECT_-1205282839', u'MULTIEQUAL_-1205283647'), ('tmp_728', u'CBRANCH_-1205285705'), (u'STORE_-1205286236', u'INDIRECT_-1205284389'), (u'CALL_-1205284653', u'INDIRECT_-1205283200'), (u'CALL_-1205284687', u'INDIRECT_-1205283225'), (u'CALL_-1205285903', u'INDIRECT_-1205284205'), ('const-2305843009213693950', u'INT_LESS_-1205284688'), (u'CAST_-1205283553', u'STORE_-1205286215'), (u'INT_ADD_-1205284962', u'CAST_-1205282978'), (u'STORE_-1205284889', u'INDIRECT_-1205283553'), (u'CAST_-1205282887', u'INT_SEXT_-1205284828'), ('const-96', u'INT_ADD_-1205284655'), ('const-1', u'INT_ADD_-1205284735'), (u'STORE_-1205284115', u'INDIRECT_-1205283037'), (u'INT_ADD_-1205285001', u'CAST_-1205283007'), (u'INT_MULT_-1205284692', u'MULTIEQUAL_-1205283677'), ('const-108', u'INT_ADD_-1205284814'), (u'CAST_-1205283351', u'LOAD_-1205285940'), ('tmp_4850', u'INT_ADD_-1205285111'), ('const-433', u'STORE_-1205285931'), ('const-433', u'LOAD_-1205284809'), ('const-433', u'LOAD_-1205284999'), ('tmp_415', u'CBRANCH_-1205285998'), ('const-10', u'PTRADD_-1205282312'), ('tmp_4850', u'INT_ADD_-1205284037'), (u'INT_ADD_-1205284893', u'INT_LESS_-1205284846'), (u'STORE_-1205284990', u'INDIRECT_-1205283660'), ('const-2305843009213693950', u'INT_LESS_-1205284846'), (u'LOAD_-1205284651', u'INT_ADD_-1205284628'), ('const-24', u'INT_ADD_-1205285935'), (u'STORE_-1205285062', u'INDIRECT_-1205283711'), (u'PTRADD_-1205282330', u'STORE_-1205284126'), ('const-433', u'LOAD_-1205286027'), (u'CALL_-1205284671', u'INDIRECT_-1205282965'), (u'MULTIEQUAL_-1205282809', u'MULTIEQUAL_-1205283695'), ('const-16', u'INT_ADD_-1205285069'), (u'INT_ADD_-1205285111', u'CAST_-1205283091'), ('const-433', u'STORE_-1205284093'), ('const-16', u'INT_ADD_-1205286017'), ('const-262153', u'CALL_-1205285633'), ('const-16', u'INT_ADD_-1205285477'), ('const-433', u'STORE_-1205284853'), (u'CALL_-1205284842', u'INDIRECT_-1205283240'), ('tmp_1109', u'CBRANCH_-1205284697'), (u'CALL_-1205285658', u'INDIRECT_-1205283953'), (u'INT_ADD_-1205285655', u'CAST_-1205283168'), (u'CALL_-1205285112', u'INT_ADD_-1205284759'), ('const-433', u'STORE_-1205286236'), (u'CALL_-1205285112', u'INT_EQUAL_-1205285098'), (u'CALL_-1205284671', u'INDIRECT_-1205283296'), (u'LOAD_-1205286224', u'INT_ADD_-1205286201'), (u'INT_ADD_-1205284969', u'CAST_-1205282983'), (u'CALL_-1205285112', u'INDIRECT_-1205283347'), (u'INT_ADD_-1205285781', u'CAST_-1205283257'), ('const-3', u'PTRADD_-1205282370'), ('const-16', u'INT_ADD_-1205285074'), ('tmp_4850', u'INT_ADD_-1205285074'), (u'CAST_-1205282606', u'LOAD_-1205284678'), ('const-433', u'STORE_-1205284875'), ('const-8', u'PTRADD_-1205282361'), (u'MULTIEQUAL_-1205282815', u'INT_ADD_-1205284893'), ('const-0', u'STORE_-1205284061'), (u'LOAD_-1205284910', u'INT_ADD_-1205284882'), (u'CAST_-1205282309', u'LOAD_-1205284651'), ('const-433', u'STORE_-1205284061'), (u'CALL_-1205286087', u'CAST_-1205283464'), (u'STORE_-1205284800', u'INDIRECT_-1205283336'), ('const-16', u'INT_ADD_-1205284876'), ('tmp_1346', u'BRANCH_-1205284654'), (u'STORE_-1205284926', u'INDIRECT_-1205283717'), ('tmp_112', u'CBRANCH_-1205286313'), (u'CALL_-1205285658', u'INDIRECT_-1205283597'), (u'CALL_-1205285722', u'INT_EQUAL_-1205285708'), ('const-4', u'INT_MULT_-1205284800'), (u'CALL_-1205285495', u'INDIRECT_-1205283941'), (u'CAST_-1205282529', u'LOAD_-1205284638'), (u'CAST_-1205283178', u'STORE_-1205285683'), ('const-262155', u'CALL_-1205285520'), ('const-0', u'STORE_-1205284216'), ('const-433', u'STORE_-1205285644'), ('const-8', u'PTRADD_-1205282285'), ('const-88', u'INT_ADD_-1205285719'), ('const-433', u'LOAD_-1205285926'), (u'INDIRECT_-1205283336', u'MULTIEQUAL_-1205283992'), ('const-0', u'STORE_-1205284126'), (u'INT_MULT_-1205284800', u'INT_ADD_-1205284812'), ('tmp_8027', u'MULTIEQUAL_-1205284371'), (u'CAST_-1205282634', u'STORE_-1205284800'), (u'INT_ADD_-1205285037', u'CAST_-1205283034'), (u'STORE_-1205285917', u'INDIRECT_-1205284183'), (u'MULTIEQUAL_-1205282812', u'MULTIEQUAL_-1205283821'), (u'INT_ADD_-1205285766', u'CAST_-1205283245'), (u'CAST_-1205283067', u'LOAD_-1205285509'), (u'CALL_-1205286035', u'INDIRECT_-1205283917'), (u'STORE_-1205284800', u'INDIRECT_-1205283437'), (u'CALL_-1205285826', u'INDIRECT_-1205283747'), (u'CAST_-1205283558', u'LOAD_-1205286224'), (u'INDIRECT_-1205283263', u'MULTIEQUAL_-1205283689'), (u'CALL_-1205285444', u'INDIRECT_-1205283493'), ('const-433', u'LOAD_-1205285481'), (u'STORE_-1205286159', u'INDIRECT_-1205284345'), ('const-433', u'LOAD_-1205284910'), (u'CALL_-1205285112', u'INDIRECT_-1205283678'), (u'INDIRECT_-1205283112', u'MULTIEQUAL_-1205283779'), (u'COPY_-1205282826', u'PIECE_-1205282766'), ('const-0', u'PTRSUB_-1205283065'), (u'CAST_-1205282954', u'STORE_-1205284944'), (u'CAST_-1205283097', u'LOAD_-1205285570'), (u'STORE_-1205286176', u'INDIRECT_-1205284357'), (u'CALL_-1205286135', u'CAST_-1205283500'), (u'INT_ADD_-1205284882', u'CAST_-1205282918'), (u'INT_ADD_-1205284680', u'CALL_-1205284640'), (u'CAST_-1205283227', u'LOAD_-1205285758'), (u'CALL_-1205285903', u'INDIRECT_-1205283832'), (u'INT_NOTEQUAL_-1205284794', u'CBRANCH_-1205284791'), (u'INDIRECT_-1205284043', u'MULTIEQUAL_-1205283996'), (u'INT_SEXT_-1205284828', u'STORE_-1205284826'), (u'INT_EQUAL_-1205284828', u'CBRANCH_-1205284826'), (u'CALL_-1205284943', u'STORE_-1205284853'), ('tmp_4848', u'CALL_-1205284686'), (u'STORE_-1205285110', u'INDIRECT_-1205283744'), ('const-16', u'INT_ADD_-1205284983'), ('const-0', u'STORE_-1205284148'), ('const-8', u'PTRADD_-1205282382'), ('const-433', u'LOAD_-1205284870'), (u'CALL_-1205284842', u'INDIRECT_-1205283114'), (u'CALL_-1205286279', u'CALL_-1205285444'), (u'CALL_-1205286061', u'INDIRECT_-1205284309'), (u'CAST_-1205282339', u'CALL_-1205284653'), ('const-0', u'COPY_-1205282543'), (u'COPY_-1205282894', u'STORE_-1205284889'), (u'INT_ADD_-1205284893', u'CALL_-1205284811'), (u'CALL_-1205285722', u'INDIRECT_-1205283679'), (u'INT_SEXT_-1205285471', u'CALL_-1205285462'), (u'CAST_-1205283549', u'LOAD_-1205286211'), ('const-433', u'LOAD_-1205285090'), ('const-0', u'STORE_-1205284071'), (u'CAST_-1205283370', u'STORE_-1205285963'), ('tmp_4850', u'INT_ADD_-1205284983'), (u'STORE_-1205285076', u'INDIRECT_-1205283720'), (u'CAST_-1205283066', u'STORE_-1205285093'), (u'CALL_-1205285633', u'INDIRECT_-1205283663'), (u'INDIRECT_-1205283397', u'MULTIEQUAL_-1205284279'), (u'INT_ADD_-1205286208', u'CAST_-1205283558'), (u'INDIRECT_-1205283026', u'MULTIEQUAL_-1205283186'), ('const-8', u'PTRADD_-1205282321'), (u'INDIRECT_-1205283959', u'CALL_-1205285903'), (u'CALL_-1205285462', u'STORE_-1205285454'), ('const-0', u'STORE_-1205284166'), (u'INT_SEXT_-1205285464', u'CALL_-1205285462'), ('tmp_4843', u'PTRSUB_-1205282545'), ('const-0', u'STORE_-1205284177'), (u'INT_SEXT_-1205284661', u'STORE_-1205284669'), ('tmp_252', u'CBRANCH_-1205286183'), (u'CALL_-1205284653', u'INDIRECT_-1205282743'), (u'CAST_-1205283079', u'STORE_-1205285110'), (u'CALL_-1205285112', u'INDIRECT_-1205283577'), (u'CAST_-1205283012', u'STORE_-1205285022'), (u'INT_ADD_-1205285924', u'CAST_-1205283351'), ('const-8', u'PTRADD_-1205282339'), ('tmp_4850', u'INT_ADD_-1205285942'), (u'CALL_-1205285604', u'INDIRECT_-1205283559'), (u'CALL_-1205284811', u'INDIRECT_-1205283070'), (u'CALL_-1205284687', u'INDIRECT_-1205282852'), ('const-433', u'STORE_-1205285062'), ('const-24', u'INT_ADD_-1205284839'), (u'CAST_-1205283360', u'STORE_-1205285949'), (u'INT_ADD_-1205285917', u'CAST_-1205283346'), (u'LOAD_-1205285846', u'INT_ADD_-1205285808'), (u'CAST_-1205283007', u'LOAD_-1205285017'), ('tmp_4850', u'INT_ADD_-1205284854'), (u'PTRADD_-1205282348', u'STORE_-1205284148'), ('const-4171382', u'COPY_-1205282894'), (u'CALL_-1205285826', u'INDIRECT_-1205283705'), (u'CAST_-1205282382', u'PTRADD_-1205282312'), ('const-433', u'STORE_-1205284177'), (u'CALL_-1205285495', u'INDIRECT_-1205283568'), (u'INDIRECT_-1205284104', u'MULTIEQUAL_-1205282813'), ('const-433', u'STORE_-1205285683'), (u'LOAD_-1205284999', u'INT_ADD_-1205284976'), (u'STORE_-1205284126', u'INDIRECT_-1205283046'), (u'CAST_-1205282882', u'LOAD_-1205284837'), (u'CALL_-1205286226', u'INDIRECT_-1205284318'), (u'INT_ADD_-1205284145', u'CAST_-1205282332'), ('const-16', u'INT_ADD_-1205286195'), ('tmp_1289', u'CBRANCH_-1205284721'), (u'LOAD_-1205286027', u'INT_SEXT_-1205285471'), (u'CALL_-1205286061', u'INDIRECT_-1205283936'), (u'INDIRECT_-1205283221', u'MULTIEQUAL_-1205283144'), (u'PTRADD_-1205282382', u'STORE_-1205284193'), (u'CAST_-1205282332', u'STORE_-1205284159'), (u'PTRADD_-1205282294', u'STORE_-1205284082'), ('const-36', u'INT_ADD_-1205286188'), (u'LOAD_-1205284669', u'INT_ADD_-1205284646'), ('tmp_4850', u'INT_ADD_-1205284951'), ('const-0', u'PTRSUB_-1205282884'), (u'CAST_-1205282592', u'STORE_-1205284669'), (u'CAST_-1205282940', u'STORE_-1205284926'), ('const-0', u'COPY_-1205282542'), ('const-0', u'STORE_-1205284137'), (u'INT_EQUAL_-1205286185', u'CBRANCH_-1205286183'), (u'INDIRECT_-1205282827', u'MULTIEQUAL_-1205283681'), (u'INT_EQUAL_-1205285098', u'CBRANCH_-1205285095'), (u'CALL_-1205285826', u'INDIRECT_-1205283789'), (u'CALL_-1205284842', u'MULTIEQUAL_-1205282815'), (u'CAST_-1205282909', u'STORE_-1205284883'), ('tmp_4850', u'INT_ADD_-1205285001'), (u'CAST_-1205282725', u'LOAD_-1205284884'), (u'CALL_-1205284653', u'INDIRECT_-1205282869'), (u'INT_ADD_-1205284668', u'CAST_-1205282600'), ('const-433', u'LOAD_-1205285839'), (u'CALL_-1205284674', u'INDIRECT_-1205283008'), (u'CAST_-1205282382', u'PTRADD_-1205282348'), (u'INT_ADD_-1205285023', u'CAST_-1205283024'), (u'CALL_-1205285745', u'INDIRECT_-1205284109'), (u'CALL_-1205285579', u'INDIRECT_-1205283998'), (u'CAST_-1205283043', u'LOAD_-1205285493'), ('const-433', u'STORE_-1205284051'), (u'INT_ADD_-1205285086', u'CAST_-1205283071'), (u'CAST_-1205282988', u'STORE_-1205284990'), (u'INT_EQUAL_-1205285708', u'CBRANCH_-1205285705'), ('const-48', u'INT_ADD_-1205285655'), (u'INT_ADD_-1205285910', u'CAST_-1205283341'), (u'LOAD_-1205286033', u'INT_ADD_-1205285949'), ('const-4', u'INT_MULT_-1205284692'), (u'INDIRECT_-1205283240', u'MULTIEQUAL_-1205282812'), (u'CALL_-1205284711', u'INDIRECT_-1205282868'), (u'INT_ADD_-1205284951', u'CAST_-1205282969'), ('const-433', u'LOAD_-1205285765'), (u'CAST_-1205282925', u'LOAD_-1205284910'), (u'LOAD_-1205286211', u'INT_ADD_-1205286188'), (u'LOAD_-1205286019', u'INT_EQUAL_-1205286000'), (u'LOAD_-1205285765', u'INT_ADD_-1205285719'), ('tmp_4850', u'INT_ADD_-1205284793'), (u'PTRADD_-1205282394', u'CAST_-1205282369'), (u'PTRSUB_-1205283065', u'STORE_-1205285022'), (u'INDIRECT_-1205282881', u'MULTIEQUAL_-1205283689'), (u'INT_ADD_-1205285477', u'CAST_-1205283043'), (u'CAST_-1205282877', u'STORE_-1205284826'), (u'LOAD_-1205285593', u'INT_SEXT_-1205285542'), (u'INDIRECT_-1205283544', u'MULTIEQUAL_-1205283504'), (u'INT_EQUAL_-1205286317', u'CBRANCH_-1205286313'), ('tmp_4850', u'INT_ADD_-1205285910'), (u'STORE_-1205284853', u'INDIRECT_-1205283429'), (u'PTRSUB_-1205282381', u'STORE_-1205284183'), (u'CALL_-1205284653', u'INDIRECT_-1205282827'), (u'STORE_-1205284642', u'INDIRECT_-1205283062'), ('tmp_4850', u'INT_ADD_-1205284919'), ('const-16', u'INT_ADD_-1205285055'), (u'INDIRECT_-1205283305', u'MULTIEQUAL_-1205283731'), (u'CAST_-1205282959', u'LOAD_-1205284953'), ('const-262156', u'CALL_-1205285495'), (u'INDIRECT_-1205283688', u'MULTIEQUAL_-1205283644'), (u'CALL_-1205285903', u'INDIRECT_-1205283874'), (u'MULTIEQUAL_-1205283771', u'CALL_-1205284711'), (u'CAST_-1205283276', u'STORE_-1205285822'), ('const-16', u'INT_ADD_-1205285942'), (u'STORE_-1205284193', u'INDIRECT_-1205282999'), (u'STORE_-1205285093', u'INDIRECT_-1205283732'), ('const-0', u'INT_EQUAL_-1205284828'), (u'CALL_-1205286061', u'INDIRECT_-1205283852'), (u'CALL_-1205286257', u'INDIRECT_-1205284440'), (u'CALL_-1205286087', u'INDIRECT_-1205283871'), (u'INDIRECT_-1205283618', u'MULTIEQUAL_-1205284046'), (u'CAST_-1205282524', u'STORE_-1205284629'), (u'INT_ADD_-1205285030', u'CAST_-1205283029'), ('const-433', u'STORE_-1205284126'), ('tmp_4848', u'CALL_-1205286279'), ('const-433', u'LOAD_-1205284985'), ('const-433', u'LOAD_-1205284884'), (u'LOAD_-1205284967', u'INT_ADD_-1205284944'), (u'CALL_-1205286257', u'INDIRECT_-1205284339'), (u'STORE_-1205284660', u'INDIRECT_-1205283253'), (u'CAST_-1205282382', u'PTRADD_-1205282277'), (u'CALL_-1205285462', u'INDIRECT_-1205283920'), ('const-16', u'INT_ADD_-1205285111'), ('const-433', u'STORE_-1205285073'), (u'INT_ADD_-1205284930', u'CAST_-1205282954'), (u'LOAD_-1205284953', u'INT_ADD_-1205284930'), (u'CALL_-1205286061', u'CAST_-1205283445'), ('const-262188', u'CALL_-1205286226'), ('const-0', u'INT_EQUAL_-1205286317'), (u'INDIRECT_-1205283296', u'MULTIEQUAL_-1205284178'), ('const-72', u'INT_ADD_-1205284962'), (u'STORE_-1205284104', u'INDIRECT_-1205282927'), (u'INT_ADD_-1205285742', u'CAST_-1205283227'), (u'INT_ADD_-1205284937', u'CAST_-1205282959'), (u'INT_ADD_-1205285069', u'CAST_-1205283058'), ('const-4203492', u'PTRSUB_-1205283369'), (u'CAST_-1205283173', u'LOAD_-1205285678'), ('const-16', u'INT_ADD_-1205284868'), ('const-433', u'STORE_-1205284104'), (u'LOAD_-1205286332', u'INT_EQUAL_-1205286317'), (u'INT_ADD_-1205284680', u'CALL_-1205284674'), (u'CAST_-1205282382', u'PTRADD_-1205282330'), (u'CALL_-1205285545', u'INDIRECT_-1205283876'), (u'CALL_-1205284687', u'CAST_-1205282339'), (u'INDIRECT_-1205283156', u'MULTIEQUAL_-1205282810'), (u'CALL_-1205285604', u'INDIRECT_-1205283643'), ('const-433', u'STORE_-1205284926'), (u'STORE_-1205284216', u'INDIRECT_-1205283112'), (u'INT_EQUAL_-1205286000', u'CBRANCH_-1205285998'), (u'INDIRECT_-1205283253', u'MULTIEQUAL_-1205284046'), (u'STORE_-1205285931', u'INDIRECT_-1205284192'), ('const-16', u'INT_ADD_-1205285001'), ('const-11', u'INT_NOTEQUAL_-1205284794'), ('tmp_1507', u'CBRANCH_-1205284916'), (u'STORE_-1205284193', u'INDIRECT_-1205283100'), (u'MULTIEQUAL_-1205284371', u'INT_ADD_-1205284803'), (u'INT_MULT_-1205284716', u'MULTIEQUAL_-1205283771'), (u'LOAD_-1205285622', u'INT_SEXT_-1205285561'), ('tmp_4850', u'INT_ADD_-1205284668'), (u'STORE_-1205285822', u'INDIRECT_-1205284028'), ('const-16', u'INT_ADD_-1205284875'), (u'CAST_-1205282267', u'STORE_-1205284071'), ('const-16', u'INT_ADD_-1205285062'), (u'INT_ADD_-1205285823', u'CAST_-1205283286'), (u'CALL_-1205285495', u'INDIRECT_-1205283484'), ('const-433', u'LOAD_-1205284953'), (u'CAST_-1205282382', u'PTRADD_-1205282285'), (u'CAST_-1205282993', u'LOAD_-1205284999'), ('tmp_4850', u'INT_ADD_-1205285554'), (u'CAST_-1205282382', u'CAST_-1205282333'), (u'STORE_-1205285454', u'INDIRECT_-1205283893'), (u'CAST_-1205282382', u'PTRADD_-1205282339'), ('const-433', u'LOAD_-1205285017'), (u'INDIRECT_-1205283658', u'MULTIEQUAL_-1205283644'), (u'PTRSUB_-1205283308', u'STORE_-1205285683'), (u'STORE_-1205285851', u'INDIRECT_-1205284147'), (u'INT_ADD_-1205285074', u'CAST_-1205282780'), ('const-433', u'STORE_-1205284826'), (u'INDIRECT_-1205283717', u'COPY_-1205283037'), (u'CALL_-1205285745', u'INDIRECT_-1205283778'), (u'CALL_-1205285633', u'INDIRECT_-1205283705'), (u'PTRSUB_-1205282731', u'CALL_-1205284811'), (u'LOAD_-1205284837', u'INT_ADD_-1205284814'), (u'CALL_-1205286035', u'CAST_-1205283426'), ('const-433', u'STORE_-1205286176'), (u'STORE_-1205284115', u'INDIRECT_-1205282936'), (u'PTRADD_-1205282277', u'CAST_-1205282259'), (u'INDIRECT_-1205282984', u'MULTIEQUAL_-1205283144'), (u'CALL_-1205285903', u'INDIRECT_-1205284104'), (u'INDIRECT_-1205283343', u'MULTIEQUAL_-1205283504'), (u'CAST_-1205283311', u'LOAD_-1205285881'), (u'INDIRECT_-1205282743', u'MULTIEQUAL_-1205283597'), (u'CALL_-1205284687', u'INDIRECT_-1205282810'), (u'CAST_-1205283336', u'STORE_-1205285917'), (u'INT_ADD_-1205285662', u'CAST_-1205283173'), (u'CALL_-1205285903', u'MULTIEQUAL_-1205282815'), (u'INDIRECT_-1205284244', u'MULTIEQUAL_-1205284178'), (u'LOAD_-1205286168', u'INT_ADD_-1205286145'), ('const-262157', u'CALL_-1205285579'), (u'MULTIEQUAL_-1205282811', u'MULTIEQUAL_-1205283779'), (u'STORE_-1205284148', u'INDIRECT_-1205283064'), ('const--1', u'COPY_-1205284858'), (u'CAST_-1205282599', u'STORE_-1205284800'), (u'INT_SEXT_-1205285542', u'CALL_-1205285545'), (u'INDIRECT_-1205283305', u'MULTIEQUAL_-1205283228'), ('const-433', u'STORE_-1205285780'), (u'CALL_-1205286279', u'INDIRECT_-1205284000'), (u'STORE_-1205284669', u'INDIRECT_-1205283397'), (u'INT_ADD_-1205285903', u'CAST_-1205283336'), (u'INDIRECT_-1205283747', u'MULTIEQUAL_-1205283689'), (u'LOAD_-1205285570', u'INT_ADD_-1205285517'), (u'INT_ADD_-1205284875', u'CAST_-1205282730'), ('const-4203500', u'PTRSUB_-1205283308'), (u'CALL_-1205284228', u'CAST_-1205282382'), ('const-64', u'INT_ADD_-1205285823'), (u'INT_ADD_-1205284854', u'CAST_-1205282715'), ('const-0', u'INT_EQUAL_-1205285098'), (u'LOAD_-1205285940', u'INT_ADD_-1205285917'), (u'PTRSUB_-1205282450', u'CALL_-1205284653'), (u'STORE_-1205285780', u'INDIRECT_-1205284003'), ('const-433', u'STORE_-1205284629'), ('const-32', u'INT_ADD_-1205284861'), ('tmp_4848', u'CALL_-1205286226'), (u'CALL_-1205285604', u'INDIRECT_-1205283685'), (u'CAST_-1205282600', u'LOAD_-1205284684'), ('const-433', u'LOAD_-1205285940'), (u'CALL_-1205286135', u'INDIRECT_-1205284364'), (u'CAST_-1205283043', u'STORE_-1205285062'), (u'INT_ADD_-1205286162', u'CAST_-1205283529'), (u'STORE_-1205284216', u'INDIRECT_-1205283011'), (u'INT_ADD_-1205284635', u'CAST_-1205282309'), (u'CALL_-1205285112', u'INDIRECT_-1205283221'), (u'INDIRECT_-1205283008', u'MULTIEQUAL_-1205283881'), ('const-0', u'INT_EQUAL_-1205285805'), ('const-80', u'INT_ADD_-1205284944'), (u'CAST_-1205283034', u'LOAD_-1205285053'), ('const-0', u'COPY_-1205284469'), ('const-433', u'LOAD_-1205284638'), (u'PTRADD_-1205282370', u'STORE_-1205284177'), (u'CAST_-1205282382', u'PTRADD_-1205282361'), ('const-4203500', u'PTRSUB_-1205283023'), (u'CAST_-1205283019', u'STORE_-1205285454'), (u'PTRADD_-1205282321', u'STORE_-1205284115'), ('const-433', u'STORE_-1205284669'), (u'MULTIEQUAL_-1205282815', u'INT_EQUAL_-1205284828'), (u'INDIRECT_-1205283832', u'MULTIEQUAL_-1205282811'), (u'CALL_-1205286035', u'INDIRECT_-1205283833'), (u'INDIRECT_-1205283874', u'MULTIEQUAL_-1205282812'), ('const-433', u'STORE_-1205285110'), ('const-24', u'INT_ADD_-1205285048'), (u'INT_ADD_-1205285949', u'CAST_-1205283370'), (u'CALL_-1205286035', u'INDIRECT_-1205284189'), ('const-262158', u'CALL_-1205286035'), ('const-0', u'STORE_-1205284944'), ('const-0', u'PTRSUB_-1205283369'), (u'LOAD_-1205285958', u'INT_ADD_-1205285935'), ('const-16', u'INT_ADD_-1205285023'), (u'CALL_-1205286226', u'INDIRECT_-1205284419'), (u'CALL_-1205285495', u'CAST_-1205283049'), (u'CALL_-1205284653', u'INDIRECT_-1205282785'), (u'PTRSUB_-1205283369', u'STORE_-1205285780'), ('tmp_4848', u'CALL_-1205286257'), ('const-0', u'INT_EQUAL_-1205284923'), (u'COPY_-1205284724', u'MULTIEQUAL_-1205283771'), ('tmp_2326', u'BRANCH_-1205284045'), (u'CAST_-1205283420', u'LOAD_-1205286033'), (u'CAST_-1205283544', u'LOAD_-1205286204'), ('const-433', u'LOAD_-1205286332'), (u'CALL_-1205285495', u'INDIRECT_-1205283840'), (u'CALL_-1205284842', u'INDIRECT_-1205283198'), (u'CAST_-1205283567', u'STORE_-1205286236'), (u'COPY_-1205284469', u'MULTIEQUAL_-1205284371'), (u'STORE_-1205284159', u'INDIRECT_-1205283073'), (u'CALL_-1205285520', u'INDIRECT_-1205283959'), (u'CALL_-1205285745', u'STORE_-1205285733'), ('tmp_4848', u'CALL_-1205285520'), (u'CAST_-1205282406', u'STORE_-1205284660'), (u'PTRADD_-1205282303', u'STORE_-1205284093'), (u'STORE_-1205285733', u'INDIRECT_-1205283972'), (u'LOAD_-1205285053', u'INT_ADD_-1205285030'), ('const-0', u'STORE_-1205284115'), (u'STORE_-1205286236', u'INDIRECT_-1205284288'), ('tmp_4850', u'INT_ADD_-1205284868'), (u'CAST_-1205283365', u'LOAD_-1205285958'), (u'INDIRECT_-1205283470', u'MULTIEQUAL_-1205282813'), (u'CALL_-1205284811', u'INDIRECT_-1205283485'), (u'CALL_-1205285722', u'INDIRECT_-1205283993'), (u'INT_ADD_-1205284919', u'CAST_-1205282945'), (u'INT_ADD_-1205284812', u'CAST_-1205282877'), (u'CALL_-1205284711', u'INDIRECT_-1205282910'), (u'CAST_-1205282964', u'STORE_-1205284958'), (u'LOAD_-1205284845', u'CAST_-1205282887'), (u'STORE_-1205285531', u'INDIRECT_-1205283842'), ('const-433', u'STORE_-1205285076'), ('const-80', u'INT_ADD_-1205285059'), (u'INDIRECT_-1205283571', u'MULTIEQUAL_-1205282814'), ('tmp_1700', u'BRANCH_-1205284664'), (u'CALL_-1205285633', u'INDIRECT_-1205283935'), (u'CALL_-1205284943', u'INDIRECT_-1205283636'), ('const-433', u'STORE_-1205285963'), ('const-16', u'INT_ADD_-1205285086'), (u'CALL_-1205284671', u'INDIRECT_-1205282923'), ('const--1', u'COPY_-1205284700'), ('const-433', u'LOAD_-1205285039'), (u'COPY_-1205283009', u'PTRADD_-1205284783'), ('const-433', u'STORE_-1205284193'), (u'CAST_-1205283125', u'LOAD_-1205285593'), (u'LOAD_-1205285564', u'INT_SEXT_-1205285547'), (u'STORE_-1205284896', u'INDIRECT_-1205283595'), ('const-46', u'STORE_-1205286159'), (u'CALL_-1205284811', u'INDIRECT_-1205283154'), (u'INDIRECT_-1205282985', u'MULTIEQUAL_-1205284371'), (u'INDIRECT_-1205284046', u'MULTIEQUAL_-1205283992'), (u'INT_ADD_-1205285669', u'CAST_-1205283178'), ('const-16', u'INT_ADD_-1205285830'), ('const--80', u'PTRSUB_-1205282539'), (u'INT_ADD_-1205286222', u'CAST_-1205283567'), (u'CALL_-1205285658', u'INDIRECT_-1205283723'), (u'STORE_-1205285531', u'INDIRECT_-1205283943'), (u'STORE_-1205284875', u'INDIRECT_-1205283443'), (u'INT_MULT_-1205284850', u'MULTIEQUAL_-1205283949'), ('tmp_4848', u'CALL_-1205286087'), ('const-433', u'LOAD_-1205285671'), (u'LOAD_-1205284678', u'INT_SEXT_-1205284661'), (u'CALL_-1205284674', u'INDIRECT_-1205283423'), ('tmp_4843', u'PTRSUB_-1205282450'), (u'CAST_-1205283426', u'LOAD_-1205286027'), (u'STORE_-1205285963', u'INDIRECT_-1205284214'), (u'CALL_-1205286226', u'INDIRECT_-1205283962'), (u'CALL_-1205286279', u'INDIRECT_-1205284356'), ('tmp_2068', u'CBRANCH_-1205284791'), ('const-6', u'PTRADD_-1205282348'), ('tmp_4848', u'CALL_-1205286061'), (u'INDIRECT_-1205282884', u'MULTIEQUAL_-1205284270'), ('const-48', u'INT_ADD_-1205285008'), ('const-16', u'INT_ADD_-1205284969'), ('tmp_4850', u'INT_ADD_-1205286195'), ('tmp_4850', u'INT_ADD_-1205285781'), (u'INT_SEXT_-1205285459', u'CALL_-1205285462'), (u'CALL_-1205284671', u'INDIRECT_-1205282839'), (u'STORE_-1205285949', u'INDIRECT_-1205284205'), (u'CAST_-1205282634', u'CALL_-1205284811'), (u'CAST_-1205282382', u'PTRADD_-1205282382'), (u'CALL_-1205285495', u'INDIRECT_-1205283610'), (u'INT_ADD_-1205284037', u'CAST_-1205282251'), ('const-4203500', u'PTRSUB_-1205283044'), (u'INT_ADD_-1205284912', u'CAST_-1205282940'), (u'INDIRECT_-1205283789', u'CALL_-1205285112'), (u'LOAD_-1205284638', u'INT_ADD_-1205284615'), (u'CALL_-1205286087', u'INDIRECT_-1205284328'), (u'INT_ADD_-1205284735', u'CALL_-1205284653'), (u'CALL_-1205286035', u'INDIRECT_-1205284290'), ('tmp_4850', u'INT_ADD_-1205285865'), (u'INT_ADD_-1205285830', u'CAST_-1205283291'), (u'CALL_-1205285579', u'INDIRECT_-1205283583'), ('const-433', u'STORE_-1205284166'), ('const-0', u'RETURN_-1205285386'), ('tmp_4850', u'INT_ADD_-1205284635'), (u'INDIRECT_-1205283557', u'MULTIEQUAL_-1205283543'), (u'COPY_-1205283171', u'STORE_-1205285076'), (u'CALL_-1205284842', u'INDIRECT_-1205283156'), ('const-0', u'STORE_-1205285044'), ('const-433', u'LOAD_-1205284678'), (u'CAST_-1205283521', u'LOAD_-1205286168'), ('const-4171382', u'COPY_-1205283171'), ('const-433', u'LOAD_-1205285071'), ('const-262149', u'CALL_-1205286113'), ('const-262145', u'CALL_-1205286061'), (u'CALL_-1205284671', u'INDIRECT_-1205283195'), (u'PTRADD_-1205282339', u'STORE_-1205284137'), (u'CALL_-1205285579', u'INDIRECT_-1205283541'), ('const-0', u'STORE_-1205284926'), (u'CALL_-1205285495', u'INDIRECT_-1205283526'), ('const-433', u'STORE_-1205285044'), (u'CALL_-1205286035', u'INDIRECT_-1205283875'), (u'LOAD_-1205285090', u'INT_ADD_-1205285059'), (u'STORE_-1205285044', u'INDIRECT_-1205283698'), ('const-433', u'LOAD_-1205284651'), ('const-433', u'LOAD_-1205285700'), ('const-40', u'INT_ADD_-1205285079'), (u'STORE_-1205284875', u'INDIRECT_-1205283544'), (u'CALL_-1205285604', u'INDIRECT_-1205283915'), (u'CALL_-1205285520', u'INDIRECT_-1205283502'), ('const-8', u'PTRADD_-1205282303'), (u'STORE_-1205284883', u'INDIRECT_-1205283587'), (u'CALL_-1205284711', u'INDIRECT_-1205283325'), (u'INT_LESS_-1205284688', u'CBRANCH_-1205284697'), (u'CALL_-1205285462', u'INDIRECT_-1205283463'), (u'STORE_-1205284944', u'INDIRECT_-1205283730'), ('tmp_4850', u'INT_ADD_-1205285749'), (u'CAST_-1205282730', u'STORE_-1205284889'), ('const--72', u'PTRSUB_-1205282444'), (u'CAST_-1205282918', u'STORE_-1205284896'), (u'INT_ADD_-1205285719', u'CAST_-1205283212'), (u'INT_ADD_-1205284759', u'INT_LESS_-1205284712'), (u'CAST_-1205282382', u'PTRADD_-1205282370'), (u'CALL_-1205285112', u'INDIRECT_-1205283263'), (u'INT_ADD_-1205286195', u'CAST_-1205283549'), (u'STORE_-1205285949', u'INDIRECT_-1205284104'), (u'LOAD_-1205285071', u'INT_ADD_-1205285048'), (u'CALL_-1205285462', u'INDIRECT_-1205283819'), (u'INDIRECT_-1205283068', u'MULTIEQUAL_-1205283228'), (u'CAST_-1205282983', u'LOAD_-1205284985'), (u'CALL_-1205284845', u'INDIRECT_-1205283409'), (u'INT_ADD_-1205284759', u'INT_MULT_-1205284716')] | null | null | 0037ca10 | x64 | O2 | (translation_unit "void FUN_0037ca10(long param_1,long param_2)\n\n{\n ulong uVar1;\n char cVar2;\n char cVar3;\n char cVar4;\n undefined *puVar5;\n undefined4 uVar6;\n undefined8 uVar7;\n char *pcVar8;\n char *pcVar9;\n size_t sVar10;\n void *__dest;\n wchar_t *pwVar11;\n undefined8 *puVar12;\n long lVar13;\n char *local_58;\n char *local_50;\n char *local_48;\n mbstate_t local_40 [2];\n \n if (*(long *)(param_1 + 0x10) == 0) {\n puVar12 = (undefined8 *)FUN_00337280(0xa0);\n *(undefined4 *)(puVar12 + 1) = 0;\n puVar12[2] = 0;\n *puVar12 = &PTR_FUN_004b7360;\n puVar12[3] = 0;\n *(undefined1 *)(puVar12 + 4) = 0;\n *(undefined8 *)((long)puVar12 + 0x24) = 0;\n puVar12[6] = 0;\n puVar12[7] = 0;\n puVar12[8] = 0;\n puVar12[9] = 0;\n puVar12[10] = 0;\n puVar12[0xb] = 0;\n puVar12[0xc] = 0;\n *(undefined4 *)(puVar12 + 0xd) = 0;\n *(undefined1 *)(puVar12 + 0x13) = 0;\n *(undefined8 **)(param_1 + 0x10) = puVar12;\n }\n if (param_2 != 0) {\n uVar7 = __uselocale(param_2);\n uVar6 = __nl_langinfo_l(0x4002b,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;\n uVar6 = __nl_langinfo_l(0x4002c,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;\n if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }\n pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);\n local_58 = (char *)__nl_langinfo_l(0x40005,param_2);\n local_50 = (char *)__nl_langinfo_l(0x40006,param_2);\n local_48 = (char *)__nl_langinfo_l(0x40001,param_2);\n pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n cVar2 = *pcVar9;\n if (*(int *)(lVar13 + 0x28) == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));\n *(size_t *)(lVar13 + 0x48) = sVar10;\n if (cVar2 == '\0') {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));\n *(size_t *)(lVar13 + 0x58) = sVar10;\n sVar10 = strlen(local_48);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));\n *(size_t *)(lVar13 + 0x38) = sVar10;\n pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);\n cVar4 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);\n *(undefined4 *)(lVar13 + 100) = uVar6;\n pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);\n *(undefined4 *)(lVar13 + 0x68) = uVar6;\n __uselocale(uVar7);\n return;\n }\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n *(char **)(*(long *)(param_1 + 0x10) + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n uVar6 = DAT_004025d8;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 100) = DAT_004025d8;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68) = uVar6;\n puVar5 = PTR_DAT_004ba838;\n lVar13 = 0;\n do {\n *(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];\n lVar13 = lVar13 + 1;\n } while (lVar13 != 0xb);\n return;\n}\n\n" (function_definition "void FUN_0037ca10(long param_1,long param_2)\n\n{\n ulong uVar1;\n char cVar2;\n char cVar3;\n char cVar4;\n undefined *puVar5;\n undefined4 uVar6;\n undefined8 uVar7;\n char *pcVar8;\n char *pcVar9;\n size_t sVar10;\n void *__dest;\n wchar_t *pwVar11;\n undefined8 *puVar12;\n long lVar13;\n char *local_58;\n char *local_50;\n char *local_48;\n mbstate_t local_40 [2];\n \n if (*(long *)(param_1 + 0x10) == 0) {\n puVar12 = (undefined8 *)FUN_00337280(0xa0);\n *(undefined4 *)(puVar12 + 1) = 0;\n puVar12[2] = 0;\n *puVar12 = &PTR_FUN_004b7360;\n puVar12[3] = 0;\n *(undefined1 *)(puVar12 + 4) = 0;\n *(undefined8 *)((long)puVar12 + 0x24) = 0;\n puVar12[6] = 0;\n puVar12[7] = 0;\n puVar12[8] = 0;\n puVar12[9] = 0;\n puVar12[10] = 0;\n puVar12[0xb] = 0;\n puVar12[0xc] = 0;\n *(undefined4 *)(puVar12 + 0xd) = 0;\n *(undefined1 *)(puVar12 + 0x13) = 0;\n *(undefined8 **)(param_1 + 0x10) = puVar12;\n }\n if (param_2 != 0) {\n uVar7 = __uselocale(param_2);\n uVar6 = __nl_langinfo_l(0x4002b,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;\n uVar6 = __nl_langinfo_l(0x4002c,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;\n if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }\n pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);\n local_58 = (char *)__nl_langinfo_l(0x40005,param_2);\n local_50 = (char *)__nl_langinfo_l(0x40006,param_2);\n local_48 = (char *)__nl_langinfo_l(0x40001,param_2);\n pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n cVar2 = *pcVar9;\n if (*(int *)(lVar13 + 0x28) == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));\n *(size_t *)(lVar13 + 0x48) = sVar10;\n if (cVar2 == '\0') {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));\n *(size_t *)(lVar13 + 0x58) = sVar10;\n sVar10 = strlen(local_48);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));\n *(size_t *)(lVar13 + 0x38) = sVar10;\n pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);\n cVar4 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);\n *(undefined4 *)(lVar13 + 100) = uVar6;\n pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);\n *(undefined4 *)(lVar13 + 0x68) = uVar6;\n __uselocale(uVar7);\n return;\n }\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n *(char **)(*(long *)(param_1 + 0x10) + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n uVar6 = DAT_004025d8;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 100) = DAT_004025d8;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68) = uVar6;\n puVar5 = PTR_DAT_004ba838;\n lVar13 = 0;\n do {\n *(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];\n lVar13 = lVar13 + 1;\n } while (lVar13 != 0xb);\n return;\n}" primitive_type (function_declarator "FUN_0037ca10(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 ulong uVar1;\n char cVar2;\n char cVar3;\n char cVar4;\n undefined *puVar5;\n undefined4 uVar6;\n undefined8 uVar7;\n char *pcVar8;\n char *pcVar9;\n size_t sVar10;\n void *__dest;\n wchar_t *pwVar11;\n undefined8 *puVar12;\n long lVar13;\n char *local_58;\n char *local_50;\n char *local_48;\n mbstate_t local_40 [2];\n \n if (*(long *)(param_1 + 0x10) == 0) {\n puVar12 = (undefined8 *)FUN_00337280(0xa0);\n *(undefined4 *)(puVar12 + 1) = 0;\n puVar12[2] = 0;\n *puVar12 = &PTR_FUN_004b7360;\n puVar12[3] = 0;\n *(undefined1 *)(puVar12 + 4) = 0;\n *(undefined8 *)((long)puVar12 + 0x24) = 0;\n puVar12[6] = 0;\n puVar12[7] = 0;\n puVar12[8] = 0;\n puVar12[9] = 0;\n puVar12[10] = 0;\n puVar12[0xb] = 0;\n puVar12[0xc] = 0;\n *(undefined4 *)(puVar12 + 0xd) = 0;\n *(undefined1 *)(puVar12 + 0x13) = 0;\n *(undefined8 **)(param_1 + 0x10) = puVar12;\n }\n if (param_2 != 0) {\n uVar7 = __uselocale(param_2);\n uVar6 = __nl_langinfo_l(0x4002b,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;\n uVar6 = __nl_langinfo_l(0x4002c,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;\n if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }\n pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);\n local_58 = (char *)__nl_langinfo_l(0x40005,param_2);\n local_50 = (char *)__nl_langinfo_l(0x40006,param_2);\n local_48 = (char *)__nl_langinfo_l(0x40001,param_2);\n pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n cVar2 = *pcVar9;\n if (*(int *)(lVar13 + 0x28) == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));\n *(size_t *)(lVar13 + 0x48) = sVar10;\n if (cVar2 == '\0') {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));\n *(size_t *)(lVar13 + 0x58) = sVar10;\n sVar10 = strlen(local_48);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));\n *(size_t *)(lVar13 + 0x38) = sVar10;\n pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);\n cVar4 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);\n *(undefined4 *)(lVar13 + 100) = uVar6;\n pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);\n *(undefined4 *)(lVar13 + 0x68) = uVar6;\n __uselocale(uVar7);\n return;\n }\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n *(char **)(*(long *)(param_1 + 0x10) + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n uVar6 = DAT_004025d8;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 100) = DAT_004025d8;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68) = uVar6;\n puVar5 = PTR_DAT_004ba838;\n lVar13 = 0;\n do {\n *(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];\n lVar13 = lVar13 + 1;\n } while (lVar13 != 0xb);\n return;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "undefined *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "char *pcVar9;" primitive_type (pointer_declarator "*pcVar9" * identifier) ;) (declaration "size_t sVar10;" primitive_type identifier ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "wchar_t *pwVar11;" type_identifier (pointer_declarator "*pwVar11" * identifier) ;) (declaration "undefined8 *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "char *local_58;" primitive_type (pointer_declarator "*local_58" * identifier) ;) (declaration "char *local_50;" primitive_type (pointer_declarator "*local_50" * identifier) ;) (declaration "char *local_48;" primitive_type (pointer_declarator "*local_48" * identifier) ;) (declaration "mbstate_t local_40 [2];" type_identifier (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (if_statement "if (*(long *)(param_1 + 0x10) == 0) {\n puVar12 = (undefined8 *)FUN_00337280(0xa0);\n *(undefined4 *)(puVar12 + 1) = 0;\n puVar12[2] = 0;\n *puVar12 = &PTR_FUN_004b7360;\n puVar12[3] = 0;\n *(undefined1 *)(puVar12 + 4) = 0;\n *(undefined8 *)((long)puVar12 + 0x24) = 0;\n puVar12[6] = 0;\n puVar12[7] = 0;\n puVar12[8] = 0;\n puVar12[9] = 0;\n puVar12[10] = 0;\n puVar12[0xb] = 0;\n puVar12[0xc] = 0;\n *(undefined4 *)(puVar12 + 0xd) = 0;\n *(undefined1 *)(puVar12 + 0x13) = 0;\n *(undefined8 **)(param_1 + 0x10) = puVar12;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x10) == 0)" ( (binary_expression "*(long *)(param_1 + 0x10) == 0" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n puVar12 = (undefined8 *)FUN_00337280(0xa0);\n *(undefined4 *)(puVar12 + 1) = 0;\n puVar12[2] = 0;\n *puVar12 = &PTR_FUN_004b7360;\n puVar12[3] = 0;\n *(undefined1 *)(puVar12 + 4) = 0;\n *(undefined8 *)((long)puVar12 + 0x24) = 0;\n puVar12[6] = 0;\n puVar12[7] = 0;\n puVar12[8] = 0;\n puVar12[9] = 0;\n puVar12[10] = 0;\n puVar12[0xb] = 0;\n puVar12[0xc] = 0;\n *(undefined4 *)(puVar12 + 0xd) = 0;\n *(undefined1 *)(puVar12 + 0x13) = 0;\n *(undefined8 **)(param_1 + 0x10) = puVar12;\n }" { (expression_statement "puVar12 = (undefined8 *)FUN_00337280(0xa0);" (assignment_expression "puVar12 = (undefined8 *)FUN_00337280(0xa0)" identifier = (cast_expression "(undefined8 *)FUN_00337280(0xa0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00337280(0xa0)" identifier (argument_list "(0xa0)" ( number_literal ))))) ;) (expression_statement "*(undefined4 *)(puVar12 + 1) = 0;" (assignment_expression "*(undefined4 *)(puVar12 + 1) = 0" (pointer_expression "*(undefined4 *)(puVar12 + 1)" * (cast_expression "(undefined4 *)(puVar12 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 1)" ( (binary_expression "puVar12 + 1" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar12[2] = 0;" (assignment_expression "puVar12[2] = 0" (subscript_expression "puVar12[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*puVar12 = &PTR_FUN_004b7360;" (assignment_expression "*puVar12 = &PTR_FUN_004b7360" (pointer_expression "*puVar12" * identifier) = (pointer_expression "&PTR_FUN_004b7360" & identifier)) ;) (expression_statement "puVar12[3] = 0;" (assignment_expression "puVar12[3] = 0" (subscript_expression "puVar12[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(puVar12 + 4) = 0;" (assignment_expression "*(undefined1 *)(puVar12 + 4) = 0" (pointer_expression "*(undefined1 *)(puVar12 + 4)" * (cast_expression "(undefined1 *)(puVar12 + 4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 4)" ( (binary_expression "puVar12 + 4" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)((long)puVar12 + 0x24) = 0;" (assignment_expression "*(undefined8 *)((long)puVar12 + 0x24) = 0" (pointer_expression "*(undefined8 *)((long)puVar12 + 0x24)" * (cast_expression "(undefined8 *)((long)puVar12 + 0x24)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar12 + 0x24)" ( (binary_expression "(long)puVar12 + 0x24" (cast_expression "(long)puVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "puVar12[6] = 0;" (assignment_expression "puVar12[6] = 0" (subscript_expression "puVar12[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar12[7] = 0;" (assignment_expression "puVar12[7] = 0" (subscript_expression "puVar12[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar12[8] = 0;" (assignment_expression "puVar12[8] = 0" (subscript_expression "puVar12[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar12[9] = 0;" (assignment_expression "puVar12[9] = 0" (subscript_expression "puVar12[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar12[10] = 0;" (assignment_expression "puVar12[10] = 0" (subscript_expression "puVar12[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar12[0xb] = 0;" (assignment_expression "puVar12[0xb] = 0" (subscript_expression "puVar12[0xb]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar12[0xc] = 0;" (assignment_expression "puVar12[0xc] = 0" (subscript_expression "puVar12[0xc]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined4 *)(puVar12 + 0xd) = 0;" (assignment_expression "*(undefined4 *)(puVar12 + 0xd) = 0" (pointer_expression "*(undefined4 *)(puVar12 + 0xd)" * (cast_expression "(undefined4 *)(puVar12 + 0xd)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 0xd)" ( (binary_expression "puVar12 + 0xd" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(puVar12 + 0x13) = 0;" (assignment_expression "*(undefined1 *)(puVar12 + 0x13) = 0" (pointer_expression "*(undefined1 *)(puVar12 + 0x13)" * (cast_expression "(undefined1 *)(puVar12 + 0x13)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 0x13)" ( (binary_expression "puVar12 + 0x13" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 **)(param_1 + 0x10) = puVar12;" (assignment_expression "*(undefined8 **)(param_1 + 0x10) = puVar12" (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) )))) = identifier) ;) })) (if_statement "if (param_2 != 0) {\n uVar7 = __uselocale(param_2);\n uVar6 = __nl_langinfo_l(0x4002b,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;\n uVar6 = __nl_langinfo_l(0x4002c,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;\n if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }\n pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);\n local_58 = (char *)__nl_langinfo_l(0x40005,param_2);\n local_50 = (char *)__nl_langinfo_l(0x40006,param_2);\n local_48 = (char *)__nl_langinfo_l(0x40001,param_2);\n pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n cVar2 = *pcVar9;\n if (*(int *)(lVar13 + 0x28) == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));\n *(size_t *)(lVar13 + 0x48) = sVar10;\n if (cVar2 == '\0') {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));\n *(size_t *)(lVar13 + 0x58) = sVar10;\n sVar10 = strlen(local_48);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));\n *(size_t *)(lVar13 + 0x38) = sVar10;\n pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);\n cVar4 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);\n *(undefined4 *)(lVar13 + 100) = uVar6;\n pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);\n *(undefined4 *)(lVar13 + 0x68) = uVar6;\n __uselocale(uVar7);\n return;\n }" if (parenthesized_expression "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )) (compound_statement "{\n uVar7 = __uselocale(param_2);\n uVar6 = __nl_langinfo_l(0x4002b,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;\n uVar6 = __nl_langinfo_l(0x4002c,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;\n if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }\n pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);\n local_58 = (char *)__nl_langinfo_l(0x40005,param_2);\n local_50 = (char *)__nl_langinfo_l(0x40006,param_2);\n local_48 = (char *)__nl_langinfo_l(0x40001,param_2);\n pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n cVar2 = *pcVar9;\n if (*(int *)(lVar13 + 0x28) == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));\n *(size_t *)(lVar13 + 0x48) = sVar10;\n if (cVar2 == '\0') {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));\n *(size_t *)(lVar13 + 0x58) = sVar10;\n sVar10 = strlen(local_48);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));\n *(size_t *)(lVar13 + 0x38) = sVar10;\n pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);\n cVar4 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);\n *(undefined4 *)(lVar13 + 100) = uVar6;\n pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);\n *(undefined4 *)(lVar13 + 0x68) = uVar6;\n __uselocale(uVar7);\n return;\n }" { (expression_statement "uVar7 = __uselocale(param_2);" (assignment_expression "uVar7 = __uselocale(param_2)" identifier = (call_expression "__uselocale(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "uVar6 = __nl_langinfo_l(0x4002b,param_2);" (assignment_expression "uVar6 = __nl_langinfo_l(0x4002b,param_2)" identifier = (call_expression "__nl_langinfo_l(0x4002b,param_2)" identifier (argument_list "(0x4002b,param_2)" ( number_literal , identifier )))) ;) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x24)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x24" (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) )))) = identifier) ;) (expression_statement "uVar6 = __nl_langinfo_l(0x4002c,param_2);" (assignment_expression "uVar6 = __nl_langinfo_l(0x4002c,param_2)" identifier = (call_expression "__nl_langinfo_l(0x4002c,param_2)" identifier (argument_list "(0x4002c,param_2)" ( number_literal , identifier )))) ;) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x28)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x28" (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) )))) = identifier) ;) (if_statement "if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }" if (parenthesized_expression "(*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0)" ( (binary_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0" (pointer_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x24)" * (cast_expression "(int *)(*(long *)(param_1 + 0x10) + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x24)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x24" (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) )))) == number_literal) )) (compound_statement "{\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }" { (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x60)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x60" (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) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x24)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x24" (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) )))) = number_literal) ;) }) (else_clause "else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }" else (compound_statement "{\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }" { (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40008,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40008,param_2)" identifier (argument_list "(0x40008,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "*(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;" (assignment_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8" (pointer_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x60)" * (cast_expression "(int *)(*(long *)(param_1 + 0x10) + 0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x60)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x60" (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) )))) = (cast_expression "(int)*pcVar8" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*pcVar8" * identifier))) ;) }))) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40004,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40004,param_2)" identifier (argument_list "(0x40004,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "local_58 = (char *)__nl_langinfo_l(0x40005,param_2);" (assignment_expression "local_58 = (char *)__nl_langinfo_l(0x40005,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40005,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40005,param_2)" identifier (argument_list "(0x40005,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "local_50 = (char *)__nl_langinfo_l(0x40006,param_2);" (assignment_expression "local_50 = (char *)__nl_langinfo_l(0x40006,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40006,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40006,param_2)" identifier (argument_list "(0x40006,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "local_48 = (char *)__nl_langinfo_l(0x40001,param_2);" (assignment_expression "local_48 = (char *)__nl_langinfo_l(0x40001,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40001,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40001,param_2)" identifier (argument_list "(0x40001,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);" (assignment_expression "pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x4000e,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x4000e,param_2)" identifier (argument_list "(0x4000e,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "cVar2 = *pcVar9;" (assignment_expression "cVar2 = *pcVar9" identifier = (pointer_expression "*pcVar9" * identifier)) ;) (if_statement "if (*(int *)(lVar13 + 0x28) == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }" if (parenthesized_expression "(*(int *)(lVar13 + 0x28) == 0)" ( (binary_expression "*(int *)(lVar13 + 0x28) == 0" (pointer_expression "*(int *)(lVar13 + 0x28)" * (cast_expression "(int *)(lVar13 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }" { (expression_statement "*(char **)(lVar13 + 0x10) = "";" (assignment_expression "*(char **)(lVar13 + 0x10) = """ (pointer_expression "*(char **)(lVar13 + 0x10)" * (cast_expression "(char **)(lVar13 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar13 + 0x10)" ( (binary_expression "lVar13 + 0x10" identifier + number_literal) )))) = (string_literal """" " ")) ;) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x18)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x18" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;" (assignment_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0" (pointer_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" * (cast_expression "(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x20)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x20" (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) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x28)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x28" (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) )))) = number_literal) ;) (expression_statement "sVar10 = strlen(local_58);" (assignment_expression "sVar10 = strlen(local_58)" identifier = (call_expression "strlen(local_58)" identifier (argument_list "(local_58)" ( identifier )))) ;) }) (else_clause "else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }" else (compound_statement "{\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }" { (expression_statement "sVar10 = strlen(pcVar8);" (assignment_expression "sVar10 = strlen(pcVar8)" identifier = (call_expression "strlen(pcVar8)" identifier (argument_list "(pcVar8)" ( identifier )))) ;) (if_statement "if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }" if (parenthesized_expression "(sVar10 == 0)" ( (binary_expression "sVar10 == 0" identifier == number_literal) )) (compound_statement "{\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }" { (expression_statement "*(char **)(lVar13 + 0x10) = "";" (assignment_expression "*(char **)(lVar13 + 0x10) = """ (pointer_expression "*(char **)(lVar13 + 0x10)" * (cast_expression "(char **)(lVar13 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar13 + 0x10)" ( (binary_expression "lVar13 + 0x10" identifier + number_literal) )))) = (string_literal """" " ")) ;) (expression_statement "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;" (assignment_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0" (pointer_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" * (cast_expression "(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x20)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x20" (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) )))) = number_literal) ;) }) (else_clause "else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }" else (compound_statement "{\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }" { comment (expression_statement "__dest = (void *)thunk_FUN_00337280(sVar10 + 1);" (assignment_expression "__dest = (void *)thunk_FUN_00337280(sVar10 + 1)" identifier = (cast_expression "(void *)thunk_FUN_00337280(sVar10 + 1)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_00337280(sVar10 + 1)" identifier (argument_list "(sVar10 + 1)" ( (binary_expression "sVar10 + 1" identifier + number_literal) ))))) ;) (expression_statement "memcpy(__dest,pcVar8,sVar10 + 1);" (call_expression "memcpy(__dest,pcVar8,sVar10 + 1)" identifier (argument_list "(__dest,pcVar8,sVar10 + 1)" ( identifier , identifier , (binary_expression "sVar10 + 1" identifier + number_literal) ))) ;) (expression_statement "*(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;" (assignment_expression "*(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest" (pointer_expression "*(void **)(*(long *)(param_1 + 0x10) + 0x10)" * (cast_expression "(void **)(*(long *)(param_1 + 0x10) + 0x10)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x10)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x10" (pointer_expression "*(long *)(param_1 + 0x10)" * (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) )))) = identifier) ;) }))) (expression_statement "*(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;" (assignment_expression "*(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10" (pointer_expression "*(size_t *)(*(long *)(param_1 + 0x10) + 0x18)" * (cast_expression "(size_t *)(*(long *)(param_1 + 0x10) + 0x18)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x18)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x18" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) + number_literal) )))) = identifier) ;) (expression_statement "sVar10 = strlen(local_58);" (assignment_expression "sVar10 = strlen(local_58)" identifier = (call_expression "strlen(local_58)" identifier (argument_list "(local_58)" ( identifier )))) ;) }))) (if_statement "if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }" if (parenthesized_expression "(sVar10 == 0)" ( (binary_expression "sVar10 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }" { (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40)" * (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x40)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x40)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x40" (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) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) }) (else_clause "else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }" else (compound_statement "{\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }" { (expression_statement "local_40[0].__count = 0;" (assignment_expression "local_40[0].__count = 0" (field_expression "local_40[0].__count" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "local_40[0].__value = (_union_27)0x0;" (assignment_expression "local_40[0].__value = (_union_27)0x0" (field_expression "local_40[0].__value" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = (cast_expression "(_union_27)0x0" ( (type_descriptor "_union_27" type_identifier) ) number_literal)) ;) (expression_statement "uVar1 = sVar10 + 1;" (assignment_expression "uVar1 = sVar10 + 1" identifier = (binary_expression "sVar10 + 1" identifier + number_literal)) ;) (expression_statement "lVar13 = uVar1 * 4;" (assignment_expression "lVar13 = uVar1 * 4" identifier = (binary_expression "uVar1 * 4" identifier * number_literal)) ;) (if_statement "if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }" if (parenthesized_expression "(0x1ffffffffffffffe < uVar1)" ( (binary_expression "0x1ffffffffffffffe < uVar1" number_literal < identifier) )) (compound_statement "{\n lVar13 = -1;\n }" { (expression_statement "lVar13 = -1;" (assignment_expression "lVar13 = -1" identifier = number_literal) ;) })) comment (expression_statement "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);" (assignment_expression "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13)" identifier = (cast_expression "(wchar_t *)thunk_FUN_00337280(lVar13)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_00337280(lVar13)" identifier (argument_list "(lVar13)" ( identifier ))))) ;) (expression_statement "mbsrtowcs(pwVar11,&local_58,uVar1,local_40);" (call_expression "mbsrtowcs(pwVar11,&local_58,uVar1,local_40)" identifier (argument_list "(pwVar11,&local_58,uVar1,local_40)" ( identifier , (pointer_expression "&local_58" & identifier) , identifier , identifier ))) ;) (expression_statement "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;" (assignment_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11" (pointer_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40)" * (cast_expression "(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x40)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x40" (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) )))) = identifier) ;) }))) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));" (assignment_expression "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40))" identifier = (call_expression "wcslen(*(wchar_t **)(lVar13 + 0x40))" identifier (argument_list "(*(wchar_t **)(lVar13 + 0x40))" ( (pointer_expression "*(wchar_t **)(lVar13 + 0x40)" * (cast_expression "(wchar_t **)(lVar13 + 0x40)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))) )))) ;) (expression_statement "*(size_t *)(lVar13 + 0x48) = sVar10;" (assignment_expression "*(size_t *)(lVar13 + 0x48) = sVar10" (pointer_expression "*(size_t *)(lVar13 + 0x48)" * (cast_expression "(size_t *)(lVar13 + 0x48)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x48)" ( (binary_expression "lVar13 + 0x48" identifier + number_literal) )))) = identifier) ;) (if_statement "if (cVar2 == '\0') {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }" { (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" * (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x50)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x50" (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) )))) = (pointer_expression "&DAT_004023e4" & identifier)) ;) }) (else_clause "else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }" else (compound_statement "{\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }" { (expression_statement "sVar10 = strlen(local_50);" (assignment_expression "sVar10 = strlen(local_50)" identifier = (call_expression "strlen(local_50)" identifier (argument_list "(local_50)" ( identifier )))) ;) (if_statement "if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }" if (parenthesized_expression "(sVar10 == 0)" ( (binary_expression "sVar10 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }" { (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" * (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x50)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x50" (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) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) }) (else_clause "else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }" else (compound_statement "{\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }" { (expression_statement "local_40[0].__count = 0;" (assignment_expression "local_40[0].__count = 0" (field_expression "local_40[0].__count" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "local_40[0].__value = (_union_27)0x0;" (assignment_expression "local_40[0].__value = (_union_27)0x0" (field_expression "local_40[0].__value" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = (cast_expression "(_union_27)0x0" ( (type_descriptor "_union_27" type_identifier) ) number_literal)) ;) (expression_statement "uVar1 = sVar10 + 1;" (assignment_expression "uVar1 = sVar10 + 1" identifier = (binary_expression "sVar10 + 1" identifier + number_literal)) ;) (expression_statement "lVar13 = uVar1 * 4;" (assignment_expression "lVar13 = uVar1 * 4" identifier = (binary_expression "uVar1 * 4" identifier * number_literal)) ;) (if_statement "if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }" if (parenthesized_expression "(0x1ffffffffffffffe < uVar1)" ( (binary_expression "0x1ffffffffffffffe < uVar1" number_literal < identifier) )) (compound_statement "{\n lVar13 = -1;\n }" { (expression_statement "lVar13 = -1;" (assignment_expression "lVar13 = -1" identifier = number_literal) ;) })) comment (expression_statement "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);" (assignment_expression "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13)" identifier = (cast_expression "(wchar_t *)thunk_FUN_00337280(lVar13)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_00337280(lVar13)" identifier (argument_list "(lVar13)" ( identifier ))))) ;) (expression_statement "mbsrtowcs(pwVar11,&local_50,uVar1,local_40);" (call_expression "mbsrtowcs(pwVar11,&local_50,uVar1,local_40)" identifier (argument_list "(pwVar11,&local_50,uVar1,local_40)" ( identifier , (pointer_expression "&local_50" & identifier) , identifier , identifier ))) ;) (expression_statement "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;" (assignment_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11" (pointer_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50)" * (cast_expression "(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x50)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x50" (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) )))) = identifier) ;) }))) }))) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));" (assignment_expression "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50))" identifier = (call_expression "wcslen(*(wchar_t **)(lVar13 + 0x50))" identifier (argument_list "(*(wchar_t **)(lVar13 + 0x50))" ( (pointer_expression "*(wchar_t **)(lVar13 + 0x50)" * (cast_expression "(wchar_t **)(lVar13 + 0x50)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar13 + 0x50)" ( (binary_expression "lVar13 + 0x50" identifier + number_literal) )))) )))) ;) (expression_statement "*(size_t *)(lVar13 + 0x58) = sVar10;" (assignment_expression "*(size_t *)(lVar13 + 0x58) = sVar10" (pointer_expression "*(size_t *)(lVar13 + 0x58)" * (cast_expression "(size_t *)(lVar13 + 0x58)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x58)" ( (binary_expression "lVar13 + 0x58" identifier + number_literal) )))) = identifier) ;) (expression_statement "sVar10 = strlen(local_48);" (assignment_expression "sVar10 = strlen(local_48)" identifier = (call_expression "strlen(local_48)" identifier (argument_list "(local_48)" ( identifier )))) ;) (if_statement "if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }" if (parenthesized_expression "(sVar10 == 0)" ( (binary_expression "sVar10 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }" { (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30)" * (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x30)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x30)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x30" (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) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) }) (else_clause "else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }" else (compound_statement "{\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n /* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */\n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }" { (expression_statement "local_40[0].__count = 0;" (assignment_expression "local_40[0].__count = 0" (field_expression "local_40[0].__count" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "local_40[0].__value = (_union_27)0x0;" (assignment_expression "local_40[0].__value = (_union_27)0x0" (field_expression "local_40[0].__value" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = (cast_expression "(_union_27)0x0" ( (type_descriptor "_union_27" type_identifier) ) number_literal)) ;) (expression_statement "uVar1 = sVar10 + 1;" (assignment_expression "uVar1 = sVar10 + 1" identifier = (binary_expression "sVar10 + 1" identifier + number_literal)) ;) (expression_statement "lVar13 = uVar1 * 4;" (assignment_expression "lVar13 = uVar1 * 4" identifier = (binary_expression "uVar1 * 4" identifier * number_literal)) ;) (if_statement "if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }" if (parenthesized_expression "(0x1ffffffffffffffe < uVar1)" ( (binary_expression "0x1ffffffffffffffe < uVar1" number_literal < identifier) )) (compound_statement "{\n lVar13 = -1;\n }" { (expression_statement "lVar13 = -1;" (assignment_expression "lVar13 = -1" identifier = number_literal) ;) })) comment (expression_statement "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);" (assignment_expression "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13)" identifier = (cast_expression "(wchar_t *)thunk_FUN_00337280(lVar13)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_00337280(lVar13)" identifier (argument_list "(lVar13)" ( identifier ))))) ;) (expression_statement "mbsrtowcs(pwVar11,&local_48,uVar1,local_40);" (call_expression "mbsrtowcs(pwVar11,&local_48,uVar1,local_40)" identifier (argument_list "(pwVar11,&local_48,uVar1,local_40)" ( identifier , (pointer_expression "&local_48" & identifier) , identifier , identifier ))) ;) (expression_statement "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;" (assignment_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11" (pointer_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30)" * (cast_expression "(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x30)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x30" (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) )))) = identifier) ;) }))) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));" (assignment_expression "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30))" identifier = (call_expression "wcslen(*(wchar_t **)(lVar13 + 0x30))" identifier (argument_list "(*(wchar_t **)(lVar13 + 0x30))" ( (pointer_expression "*(wchar_t **)(lVar13 + 0x30)" * (cast_expression "(wchar_t **)(lVar13 + 0x30)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))) )))) ;) (expression_statement "*(size_t *)(lVar13 + 0x38) = sVar10;" (assignment_expression "*(size_t *)(lVar13 + 0x38) = sVar10" (pointer_expression "*(size_t *)(lVar13 + 0x38)" * (cast_expression "(size_t *)(lVar13 + 0x38)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40009,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40009,param_2)" identifier (argument_list "(0x40009,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "cVar3 = *pcVar8;" (assignment_expression "cVar3 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x4000a,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x4000a,param_2)" identifier (argument_list "(0x4000a,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "cVar4 = *pcVar8;" (assignment_expression "cVar4 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x4000d,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x4000d,param_2)" identifier (argument_list "(0x4000d,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);" (assignment_expression "uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8)" identifier = (call_expression "FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8)" identifier (argument_list "((int)cVar3,(int)cVar4,(int)*pcVar8)" ( (cast_expression "(int)cVar3" ( (type_descriptor "int" primitive_type) ) identifier) , (cast_expression "(int)cVar4" ( (type_descriptor "int" primitive_type) ) identifier) , (cast_expression "(int)*pcVar8" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*pcVar8" * identifier)) )))) ;) (expression_statement "*(undefined4 *)(lVar13 + 100) = uVar6;" (assignment_expression "*(undefined4 *)(lVar13 + 100) = uVar6" (pointer_expression "*(undefined4 *)(lVar13 + 100)" * (cast_expression "(undefined4 *)(lVar13 + 100)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 100)" ( (binary_expression "lVar13 + 100" identifier + number_literal) )))) = identifier) ;) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x4000b,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x4000b,param_2)" identifier (argument_list "(0x4000b,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "cVar3 = *pcVar8;" (assignment_expression "cVar3 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x4000c,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x4000c,param_2)" identifier (argument_list "(0x4000c,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);" (assignment_expression "uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2)" identifier = (call_expression "FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2)" identifier (argument_list "((int)cVar3,(int)*pcVar8,(int)cVar2)" ( (cast_expression "(int)cVar3" ( (type_descriptor "int" primitive_type) ) identifier) , (cast_expression "(int)*pcVar8" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*pcVar8" * identifier)) , (cast_expression "(int)cVar2" ( (type_descriptor "int" primitive_type) ) identifier) )))) ;) (expression_statement "*(undefined4 *)(lVar13 + 0x68) = uVar6;" (assignment_expression "*(undefined4 *)(lVar13 + 0x68) = uVar6" (pointer_expression "*(undefined4 *)(lVar13 + 0x68)" * (cast_expression "(undefined4 *)(lVar13 + 0x68)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x68)" ( (binary_expression "lVar13 + 0x68" identifier + number_literal) )))) = identifier) ;) (expression_statement "__uselocale(uVar7);" (call_expression "__uselocale(uVar7)" identifier (argument_list "(uVar7)" ( identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x24)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x24" (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) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x28)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x28" (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) )))) = number_literal) ;) (expression_statement "*(char **)(*(long *)(param_1 + 0x10) + 0x10) = "";" (assignment_expression "*(char **)(*(long *)(param_1 + 0x10) + 0x10) = """ (pointer_expression "*(char **)(*(long *)(param_1 + 0x10) + 0x10)" * (cast_expression "(char **)(*(long *)(param_1 + 0x10) + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x10)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x10" (pointer_expression "*(long *)(param_1 + 0x10)" * (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) )))) = (string_literal """" " ")) ;) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x18)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x18" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;" (assignment_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0" (pointer_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" * (cast_expression "(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x20)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x20" (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) )))) = number_literal) ;) (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30)" * (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x30)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x30)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x30" (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) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38) = 0;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38) = 0" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x38)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x38" (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) )))) = number_literal) ;) (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40)" * (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x40)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x40)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x40" (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) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48) = 0;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48) = 0" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x48)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x48" (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) )))) = number_literal) ;) (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" * (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x50)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x50" (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) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58) = 0;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58) = 0" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x58)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x58" (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) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x60)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x60" (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) )))) = number_literal) ;) (expression_statement "uVar6 = DAT_004025d8;" (assignment_expression "uVar6 = DAT_004025d8" identifier = identifier) ;) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 100) = DAT_004025d8;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 100) = DAT_004025d8" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 100)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 100)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 100)" ( (binary_expression "*(long *)(param_1 + 0x10) + 100" (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) )))) = identifier) ;) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68) = uVar6;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68) = uVar6" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x68)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x68" (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) )))) = identifier) ;) (expression_statement "puVar5 = PTR_DAT_004ba838;" (assignment_expression "puVar5 = PTR_DAT_004ba838" identifier = identifier) ;) (expression_statement "lVar13 = 0;" (assignment_expression "lVar13 = 0" identifier = number_literal) ;) (do_statement "do {\n *(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];\n lVar13 = lVar13 + 1;\n } while (lVar13 != 0xb);" do (compound_statement "{\n *(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];\n lVar13 = lVar13 + 1;\n }" { (expression_statement "*(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];" (assignment_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13]" (pointer_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4)" * (cast_expression "(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4" (binary_expression "*(long *)(param_1 + 0x10) + 0x6c" (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) + (binary_expression "lVar13 * 4" identifier * number_literal)) )))) = (cast_expression "(int)(char)puVar5[lVar13]" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)puVar5[lVar13]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "puVar5[lVar13]" identifier [ identifier ])))) ;) (expression_statement "lVar13 = lVar13 + 1;" (assignment_expression "lVar13 = lVar13 + 1" identifier = (binary_expression "lVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(lVar13 != 0xb)" ( (binary_expression "lVar13 != 0xb" identifier != number_literal) )) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* std::moneypunct<wchar_t, false>::_M_initialize_moneypunct(__locale_struct*, char const*) */\n\nvoid std::moneypunct<wchar_t,false>::_M_initialize_moneypunct\n (__locale_struct *param_1,char *param_2)\n\n{\n ulong uVar1;\n char cVar2;\n char cVar3;\n char cVar4;\n undefined *puVar5;\n undefined4 uVar6;\n undefined8 uVar7;\n char *pcVar8;\n char *pcVar9;\n size_t sVar10;\n long lVar11;\n void *__dest;\n wchar_t *pwVar12;\n __locale_data *p_Var13;\n ulong uVar14;\n char *local_58;\n char *local_50;\n char *local_48;\n mbstate_t local_40 [2];\n \n if (param_1->__locales[2] == (__locale_data *)0x0) {\n p_Var13 = (__locale_data *)operator_new(0xa0);\n *(undefined4 *)(p_Var13 + 8) = 0;\n *(undefined8 *)(p_Var13 + 0x10) = 0;\n *(undefined ***)p_Var13 = &PTR____moneypunct_cache_004b7360;\n *(undefined8 *)(p_Var13 + 0x18) = 0;\n p_Var13[0x20] = (__locale_data)0x0;\n *(undefined8 *)(p_Var13 + 0x24) = 0;\n *(undefined8 *)(p_Var13 + 0x30) = 0;\n *(undefined8 *)(p_Var13 + 0x38) = 0;\n *(undefined8 *)(p_Var13 + 0x40) = 0;\n *(undefined8 *)(p_Var13 + 0x48) = 0;\n *(undefined8 *)(p_Var13 + 0x50) = 0;\n *(undefined8 *)(p_Var13 + 0x58) = 0;\n *(undefined8 *)(p_Var13 + 0x60) = 0;\n *(undefined4 *)(p_Var13 + 0x68) = 0;\n p_Var13[0x98] = (__locale_data)0x0;\n param_1->__locales[2] = p_Var13;\n }\n if (param_2 != (char *)0x0) {\n uVar7 = __uselocale(param_2);\n uVar6 = __nl_langinfo_l(0x4002b,param_2);\n *(undefined4 *)(param_1->__locales[2] + 0x24) = uVar6;\n uVar6 = __nl_langinfo_l(0x4002c,param_2);\n *(undefined4 *)(param_1->__locales[2] + 0x28) = uVar6;\n if (*(int *)(param_1->__locales[2] + 0x24) == 0) {\n *(undefined4 *)(param_1->__locales[2] + 0x60) = 0;\n *(undefined4 *)(param_1->__locales[2] + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(param_1->__locales[2] + 0x60) = (int)*pcVar8;\n }\n pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);\n local_58 = (char *)__nl_langinfo_l(0x40005,param_2);\n local_50 = (char *)__nl_langinfo_l(0x40006,param_2);\n local_48 = (char *)__nl_langinfo_l(0x40001,param_2);\n pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);\n p_Var13 = param_1->__locales[2];\n cVar2 = *pcVar9;\n if (*(int *)(p_Var13 + 0x28) == 0) {\n *(char **)(p_Var13 + 0x10) = "";\n *(undefined8 *)(param_1->__locales[2] + 0x18) = 0;\n param_1->__locales[2][0x20] = (__locale_data)0x0;\n *(undefined4 *)(param_1->__locales[2] + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(p_Var13 + 0x10) = "";\n param_1->__locales[2][0x20] = (__locale_data)0x0;\n }\n else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = operator_new__(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(param_1->__locales[2] + 0x10) = __dest;\n }\n *(size_t *)(param_1->__locales[2] + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }\n if (sVar10 == 0) {\n *(undefined **)(param_1->__locales[2] + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_58,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x40) = pwVar12;\n }\n p_Var13 = param_1->__locales[2];\n sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x40));\n *(size_t *)(p_Var13 + 0x48) = sVar10;\n if (cVar2 == '\0') {\n *(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_50,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x50) = pwVar12;\n }\n }\n p_Var13 = param_1->__locales[2];\n sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x50));\n *(size_t *)(p_Var13 + 0x58) = sVar10;\n sVar10 = strlen(local_48);\n if (sVar10 == 0) {\n *(undefined **)(param_1->__locales[2] + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_48,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x30) = pwVar12;\n }\n p_Var13 = param_1->__locales[2];\n sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x30));\n *(size_t *)(p_Var13 + 0x38) = sVar10;\n pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);\n cVar4 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);\n p_Var13 = param_1->__locales[2];\n uVar6 = money_base::_S_construct_pattern(cVar3,cVar4,*pcVar8);\n *(undefined4 *)(p_Var13 + 100) = uVar6;\n pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);\n p_Var13 = param_1->__locales[2];\n uVar6 = money_base::_S_construct_pattern(cVar3,*pcVar8,cVar2);\n *(undefined4 *)(p_Var13 + 0x68) = uVar6;\n __uselocale(uVar7);\n return;\n }\n *(undefined4 *)(param_1->__locales[2] + 0x24) = 0x2e;\n *(undefined4 *)(param_1->__locales[2] + 0x28) = 0x2c;\n *(char **)(param_1->__locales[2] + 0x10) = "";\n *(undefined8 *)(param_1->__locales[2] + 0x18) = 0;\n param_1->__locales[2][0x20] = (__locale_data)0x0;\n *(undefined **)(param_1->__locales[2] + 0x30) = &DAT_004023ec;\n *(undefined8 *)(param_1->__locales[2] + 0x38) = 0;\n *(undefined **)(param_1->__locales[2] + 0x40) = &DAT_004023ec;\n *(undefined8 *)(param_1->__locales[2] + 0x48) = 0;\n *(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023ec;\n *(undefined8 *)(param_1->__locales[2] + 0x58) = 0;\n *(undefined4 *)(param_1->__locales[2] + 0x60) = 0;\n uVar6 = money_base::_S_default_pattern;\n *(undefined4 *)(param_1->__locales[2] + 100) = money_base::_S_default_pattern;\n *(undefined4 *)(param_1->__locales[2] + 0x68) = uVar6;\n puVar5 = money_base::_S_atoms;\n lVar11 = 0;\n do {\n *(int *)(param_1->__locales[2] + lVar11 * 4 + 0x6c) = (int)(char)puVar5[lVar11];\n lVar11 = lVar11 + 1;\n } while (lVar11 != 0xb);\n return;\n}\n\n" comment (declaration "void std::moneypunct<wchar_t,false>::_M_initialize_moneypunct\n (__locale_struct *param_1,char *param_2)\n\n{\n ulong uVar1;" primitive_type (ERROR "std::moneypunct<" identifier : : identifier <) identifier , (ERROR "false>::_M_initialize_moneypunct\n (__locale_struct *param_1,char *param_2)\n\n{\n ulong" identifier > : : (function_declarator "_M_initialize_moneypunct\n (__locale_struct *param_1,char *param_2)" identifier (parameter_list "(__locale_struct *param_1,char *param_2)" ( (parameter_declaration "__locale_struct *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) { identifier) identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "undefined *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "char *pcVar9;" primitive_type (pointer_declarator "*pcVar9" * identifier) ;) (declaration "size_t sVar10;" primitive_type identifier ;) (declaration "long lVar11;" (sized_type_specifier "long" long) identifier ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "wchar_t *pwVar12;" type_identifier (pointer_declarator "*pwVar12" * identifier) ;) (declaration "__locale_data *p_Var13;" type_identifier (pointer_declarator "*p_Var13" * identifier) ;) (declaration "ulong uVar14;" type_identifier identifier ;) (declaration "char *local_58;" primitive_type (pointer_declarator "*local_58" * identifier) ;) (declaration "char *local_50;" primitive_type (pointer_declarator "*local_50" * identifier) ;) (declaration "char *local_48;" primitive_type (pointer_declarator "*local_48" * identifier) ;) (declaration "mbstate_t local_40 [2];" type_identifier (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (if_statement "if (param_1->__locales[2] == (__locale_data *)0x0) {\n p_Var13 = (__locale_data *)operator_new(0xa0);\n *(undefined4 *)(p_Var13 + 8) = 0;\n *(undefined8 *)(p_Var13 + 0x10) = 0;\n *(undefined ***)p_Var13 = &PTR____moneypunct_cache_004b7360;\n *(undefined8 *)(p_Var13 + 0x18) = 0;\n p_Var13[0x20] = (__locale_data)0x0;\n *(undefined8 *)(p_Var13 + 0x24) = 0;\n *(undefined8 *)(p_Var13 + 0x30) = 0;\n *(undefined8 *)(p_Var13 + 0x38) = 0;\n *(undefined8 *)(p_Var13 + 0x40) = 0;\n *(undefined8 *)(p_Var13 + 0x48) = 0;\n *(undefined8 *)(p_Var13 + 0x50) = 0;\n *(undefined8 *)(p_Var13 + 0x58) = 0;\n *(undefined8 *)(p_Var13 + 0x60) = 0;\n *(undefined4 *)(p_Var13 + 0x68) = 0;\n p_Var13[0x98] = (__locale_data)0x0;\n param_1->__locales[2] = p_Var13;\n }" if (parenthesized_expression "(param_1->__locales[2] == (__locale_data *)0x0)" ( (binary_expression "param_1->__locales[2] == (__locale_data *)0x0" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) == (cast_expression "(__locale_data *)0x0" ( (type_descriptor "__locale_data *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n p_Var13 = (__locale_data *)operator_new(0xa0);\n *(undefined4 *)(p_Var13 + 8) = 0;\n *(undefined8 *)(p_Var13 + 0x10) = 0;\n *(undefined ***)p_Var13 = &PTR____moneypunct_cache_004b7360;\n *(undefined8 *)(p_Var13 + 0x18) = 0;\n p_Var13[0x20] = (__locale_data)0x0;\n *(undefined8 *)(p_Var13 + 0x24) = 0;\n *(undefined8 *)(p_Var13 + 0x30) = 0;\n *(undefined8 *)(p_Var13 + 0x38) = 0;\n *(undefined8 *)(p_Var13 + 0x40) = 0;\n *(undefined8 *)(p_Var13 + 0x48) = 0;\n *(undefined8 *)(p_Var13 + 0x50) = 0;\n *(undefined8 *)(p_Var13 + 0x58) = 0;\n *(undefined8 *)(p_Var13 + 0x60) = 0;\n *(undefined4 *)(p_Var13 + 0x68) = 0;\n p_Var13[0x98] = (__locale_data)0x0;\n param_1->__locales[2] = p_Var13;\n }" { (expression_statement "p_Var13 = (__locale_data *)operator_new(0xa0);" (assignment_expression "p_Var13 = (__locale_data *)operator_new(0xa0)" identifier = (cast_expression "(__locale_data *)operator_new(0xa0)" ( (type_descriptor "__locale_data *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new(0xa0)" identifier (argument_list "(0xa0)" ( number_literal ))))) ;) (expression_statement "*(undefined4 *)(p_Var13 + 8) = 0;" (assignment_expression "*(undefined4 *)(p_Var13 + 8) = 0" (pointer_expression "*(undefined4 *)(p_Var13 + 8)" * (cast_expression "(undefined4 *)(p_Var13 + 8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 8)" ( (binary_expression "p_Var13 + 8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(p_Var13 + 0x10) = 0;" (assignment_expression "*(undefined8 *)(p_Var13 + 0x10) = 0" (pointer_expression "*(undefined8 *)(p_Var13 + 0x10)" * (cast_expression "(undefined8 *)(p_Var13 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 0x10)" ( (binary_expression "p_Var13 + 0x10" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined ***)p_Var13 = &PTR____moneypunct_cache_004b7360;" (assignment_expression "*(undefined ***)p_Var13 = &PTR____moneypunct_cache_004b7360" (pointer_expression "*(undefined ***)p_Var13" * (cast_expression "(undefined ***)p_Var13" ( (type_descriptor "undefined ***" type_identifier (abstract_pointer_declarator "***" * (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *)))) ) identifier)) = (pointer_expression "&PTR____moneypunct_cache_004b7360" & identifier)) ;) (expression_statement "*(undefined8 *)(p_Var13 + 0x18) = 0;" (assignment_expression "*(undefined8 *)(p_Var13 + 0x18) = 0" (pointer_expression "*(undefined8 *)(p_Var13 + 0x18)" * (cast_expression "(undefined8 *)(p_Var13 + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 0x18)" ( (binary_expression "p_Var13 + 0x18" identifier + number_literal) )))) = number_literal) ;) (expression_statement "p_Var13[0x20] = (__locale_data)0x0;" (assignment_expression "p_Var13[0x20] = (__locale_data)0x0" (subscript_expression "p_Var13[0x20]" identifier [ number_literal ]) = (cast_expression "(__locale_data)0x0" ( (type_descriptor "__locale_data" type_identifier) ) number_literal)) ;) (expression_statement "*(undefined8 *)(p_Var13 + 0x24) = 0;" (assignment_expression "*(undefined8 *)(p_Var13 + 0x24) = 0" (pointer_expression "*(undefined8 *)(p_Var13 + 0x24)" * (cast_expression "(undefined8 *)(p_Var13 + 0x24)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 0x24)" ( (binary_expression "p_Var13 + 0x24" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(p_Var13 + 0x30) = 0;" (assignment_expression "*(undefined8 *)(p_Var13 + 0x30) = 0" (pointer_expression "*(undefined8 *)(p_Var13 + 0x30)" * (cast_expression "(undefined8 *)(p_Var13 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 0x30)" ( (binary_expression "p_Var13 + 0x30" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(p_Var13 + 0x38) = 0;" (assignment_expression "*(undefined8 *)(p_Var13 + 0x38) = 0" (pointer_expression "*(undefined8 *)(p_Var13 + 0x38)" * (cast_expression "(undefined8 *)(p_Var13 + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 0x38)" ( (binary_expression "p_Var13 + 0x38" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(p_Var13 + 0x40) = 0;" (assignment_expression "*(undefined8 *)(p_Var13 + 0x40) = 0" (pointer_expression "*(undefined8 *)(p_Var13 + 0x40)" * (cast_expression "(undefined8 *)(p_Var13 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 0x40)" ( (binary_expression "p_Var13 + 0x40" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(p_Var13 + 0x48) = 0;" (assignment_expression "*(undefined8 *)(p_Var13 + 0x48) = 0" (pointer_expression "*(undefined8 *)(p_Var13 + 0x48)" * (cast_expression "(undefined8 *)(p_Var13 + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 0x48)" ( (binary_expression "p_Var13 + 0x48" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(p_Var13 + 0x50) = 0;" (assignment_expression "*(undefined8 *)(p_Var13 + 0x50) = 0" (pointer_expression "*(undefined8 *)(p_Var13 + 0x50)" * (cast_expression "(undefined8 *)(p_Var13 + 0x50)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 0x50)" ( (binary_expression "p_Var13 + 0x50" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(p_Var13 + 0x58) = 0;" (assignment_expression "*(undefined8 *)(p_Var13 + 0x58) = 0" (pointer_expression "*(undefined8 *)(p_Var13 + 0x58)" * (cast_expression "(undefined8 *)(p_Var13 + 0x58)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 0x58)" ( (binary_expression "p_Var13 + 0x58" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(p_Var13 + 0x60) = 0;" (assignment_expression "*(undefined8 *)(p_Var13 + 0x60) = 0" (pointer_expression "*(undefined8 *)(p_Var13 + 0x60)" * (cast_expression "(undefined8 *)(p_Var13 + 0x60)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 0x60)" ( (binary_expression "p_Var13 + 0x60" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(p_Var13 + 0x68) = 0;" (assignment_expression "*(undefined4 *)(p_Var13 + 0x68) = 0" (pointer_expression "*(undefined4 *)(p_Var13 + 0x68)" * (cast_expression "(undefined4 *)(p_Var13 + 0x68)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 0x68)" ( (binary_expression "p_Var13 + 0x68" identifier + number_literal) )))) = number_literal) ;) (expression_statement "p_Var13[0x98] = (__locale_data)0x0;" (assignment_expression "p_Var13[0x98] = (__locale_data)0x0" (subscript_expression "p_Var13[0x98]" identifier [ number_literal ]) = (cast_expression "(__locale_data)0x0" ( (type_descriptor "__locale_data" type_identifier) ) number_literal)) ;) (expression_statement "param_1->__locales[2] = p_Var13;" (assignment_expression "param_1->__locales[2] = p_Var13" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) = identifier) ;) })) (if_statement "if (param_2 != (char *)0x0) {\n uVar7 = __uselocale(param_2);\n uVar6 = __nl_langinfo_l(0x4002b,param_2);\n *(undefined4 *)(param_1->__locales[2] + 0x24) = uVar6;\n uVar6 = __nl_langinfo_l(0x4002c,param_2);\n *(undefined4 *)(param_1->__locales[2] + 0x28) = uVar6;\n if (*(int *)(param_1->__locales[2] + 0x24) == 0) {\n *(undefined4 *)(param_1->__locales[2] + 0x60) = 0;\n *(undefined4 *)(param_1->__locales[2] + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(param_1->__locales[2] + 0x60) = (int)*pcVar8;\n }\n pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);\n local_58 = (char *)__nl_langinfo_l(0x40005,param_2);\n local_50 = (char *)__nl_langinfo_l(0x40006,param_2);\n local_48 = (char *)__nl_langinfo_l(0x40001,param_2);\n pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);\n p_Var13 = param_1->__locales[2];\n cVar2 = *pcVar9;\n if (*(int *)(p_Var13 + 0x28) == 0) {\n *(char **)(p_Var13 + 0x10) = "";\n *(undefined8 *)(param_1->__locales[2] + 0x18) = 0;\n param_1->__locales[2][0x20] = (__locale_data)0x0;\n *(undefined4 *)(param_1->__locales[2] + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(p_Var13 + 0x10) = "";\n param_1->__locales[2][0x20] = (__locale_data)0x0;\n }\n else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = operator_new__(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(param_1->__locales[2] + 0x10) = __dest;\n }\n *(size_t *)(param_1->__locales[2] + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }\n if (sVar10 == 0) {\n *(undefined **)(param_1->__locales[2] + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_58,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x40) = pwVar12;\n }\n p_Var13 = param_1->__locales[2];\n sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x40));\n *(size_t *)(p_Var13 + 0x48) = sVar10;\n if (cVar2 == '\0') {\n *(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_50,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x50) = pwVar12;\n }\n }\n p_Var13 = param_1->__locales[2];\n sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x50));\n *(size_t *)(p_Var13 + 0x58) = sVar10;\n sVar10 = strlen(local_48);\n if (sVar10 == 0) {\n *(undefined **)(param_1->__locales[2] + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_48,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x30) = pwVar12;\n }\n p_Var13 = param_1->__locales[2];\n sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x30));\n *(size_t *)(p_Var13 + 0x38) = sVar10;\n pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);\n cVar4 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);\n p_Var13 = param_1->__locales[2];\n uVar6 = money_base::_S_construct_pattern(cVar3,cVar4,*pcVar8);\n *(undefined4 *)(p_Var13 + 100) = uVar6;\n pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);\n p_Var13 = param_1->__locales[2];\n uVar6 = money_base::_S_construct_pattern(cVar3,*pcVar8,cVar2);\n *(undefined4 *)(p_Var13 + 0x68) = uVar6;\n __uselocale(uVar7);\n return;\n }" if (parenthesized_expression "(param_2 != (char *)0x0)" ( (binary_expression "param_2 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar7 = __uselocale(param_2);\n uVar6 = __nl_langinfo_l(0x4002b,param_2);\n *(undefined4 *)(param_1->__locales[2] + 0x24) = uVar6;\n uVar6 = __nl_langinfo_l(0x4002c,param_2);\n *(undefined4 *)(param_1->__locales[2] + 0x28) = uVar6;\n if (*(int *)(param_1->__locales[2] + 0x24) == 0) {\n *(undefined4 *)(param_1->__locales[2] + 0x60) = 0;\n *(undefined4 *)(param_1->__locales[2] + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(param_1->__locales[2] + 0x60) = (int)*pcVar8;\n }\n pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);\n local_58 = (char *)__nl_langinfo_l(0x40005,param_2);\n local_50 = (char *)__nl_langinfo_l(0x40006,param_2);\n local_48 = (char *)__nl_langinfo_l(0x40001,param_2);\n pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);\n p_Var13 = param_1->__locales[2];\n cVar2 = *pcVar9;\n if (*(int *)(p_Var13 + 0x28) == 0) {\n *(char **)(p_Var13 + 0x10) = "";\n *(undefined8 *)(param_1->__locales[2] + 0x18) = 0;\n param_1->__locales[2][0x20] = (__locale_data)0x0;\n *(undefined4 *)(param_1->__locales[2] + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(p_Var13 + 0x10) = "";\n param_1->__locales[2][0x20] = (__locale_data)0x0;\n }\n else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = operator_new__(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(param_1->__locales[2] + 0x10) = __dest;\n }\n *(size_t *)(param_1->__locales[2] + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }\n if (sVar10 == 0) {\n *(undefined **)(param_1->__locales[2] + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_58,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x40) = pwVar12;\n }\n p_Var13 = param_1->__locales[2];\n sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x40));\n *(size_t *)(p_Var13 + 0x48) = sVar10;\n if (cVar2 == '\0') {\n *(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_50,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x50) = pwVar12;\n }\n }\n p_Var13 = param_1->__locales[2];\n sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x50));\n *(size_t *)(p_Var13 + 0x58) = sVar10;\n sVar10 = strlen(local_48);\n if (sVar10 == 0) {\n *(undefined **)(param_1->__locales[2] + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_48,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x30) = pwVar12;\n }\n p_Var13 = param_1->__locales[2];\n sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x30));\n *(size_t *)(p_Var13 + 0x38) = sVar10;\n pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);\n cVar4 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);\n p_Var13 = param_1->__locales[2];\n uVar6 = money_base::_S_construct_pattern(cVar3,cVar4,*pcVar8);\n *(undefined4 *)(p_Var13 + 100) = uVar6;\n pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);\n p_Var13 = param_1->__locales[2];\n uVar6 = money_base::_S_construct_pattern(cVar3,*pcVar8,cVar2);\n *(undefined4 *)(p_Var13 + 0x68) = uVar6;\n __uselocale(uVar7);\n return;\n }" { (expression_statement "uVar7 = __uselocale(param_2);" (assignment_expression "uVar7 = __uselocale(param_2)" identifier = (call_expression "__uselocale(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "uVar6 = __nl_langinfo_l(0x4002b,param_2);" (assignment_expression "uVar6 = __nl_langinfo_l(0x4002b,param_2)" identifier = (call_expression "__nl_langinfo_l(0x4002b,param_2)" identifier (argument_list "(0x4002b,param_2)" ( number_literal , identifier )))) ;) (expression_statement "*(undefined4 *)(param_1->__locales[2] + 0x24) = uVar6;" (assignment_expression "*(undefined4 *)(param_1->__locales[2] + 0x24) = uVar6" (pointer_expression "*(undefined4 *)(param_1->__locales[2] + 0x24)" * (cast_expression "(undefined4 *)(param_1->__locales[2] + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 0x24)" ( (binary_expression "param_1->__locales[2] + 0x24" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = identifier) ;) (expression_statement "uVar6 = __nl_langinfo_l(0x4002c,param_2);" (assignment_expression "uVar6 = __nl_langinfo_l(0x4002c,param_2)" identifier = (call_expression "__nl_langinfo_l(0x4002c,param_2)" identifier (argument_list "(0x4002c,param_2)" ( number_literal , identifier )))) ;) (expression_statement "*(undefined4 *)(param_1->__locales[2] + 0x28) = uVar6;" (assignment_expression "*(undefined4 *)(param_1->__locales[2] + 0x28) = uVar6" (pointer_expression "*(undefined4 *)(param_1->__locales[2] + 0x28)" * (cast_expression "(undefined4 *)(param_1->__locales[2] + 0x28)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 0x28)" ( (binary_expression "param_1->__locales[2] + 0x28" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = identifier) ;) (if_statement "if (*(int *)(param_1->__locales[2] + 0x24) == 0) {\n *(undefined4 *)(param_1->__locales[2] + 0x60) = 0;\n *(undefined4 *)(param_1->__locales[2] + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(param_1->__locales[2] + 0x60) = (int)*pcVar8;\n }" if (parenthesized_expression "(*(int *)(param_1->__locales[2] + 0x24) == 0)" ( (binary_expression "*(int *)(param_1->__locales[2] + 0x24) == 0" (pointer_expression "*(int *)(param_1->__locales[2] + 0x24)" * (cast_expression "(int *)(param_1->__locales[2] + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 0x24)" ( (binary_expression "param_1->__locales[2] + 0x24" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) == number_literal) )) (compound_statement "{\n *(undefined4 *)(param_1->__locales[2] + 0x60) = 0;\n *(undefined4 *)(param_1->__locales[2] + 0x24) = 0x2e;\n }" { (expression_statement "*(undefined4 *)(param_1->__locales[2] + 0x60) = 0;" (assignment_expression "*(undefined4 *)(param_1->__locales[2] + 0x60) = 0" (pointer_expression "*(undefined4 *)(param_1->__locales[2] + 0x60)" * (cast_expression "(undefined4 *)(param_1->__locales[2] + 0x60)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 0x60)" ( (binary_expression "param_1->__locales[2] + 0x60" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1->__locales[2] + 0x24) = 0x2e;" (assignment_expression "*(undefined4 *)(param_1->__locales[2] + 0x24) = 0x2e" (pointer_expression "*(undefined4 *)(param_1->__locales[2] + 0x24)" * (cast_expression "(undefined4 *)(param_1->__locales[2] + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 0x24)" ( (binary_expression "param_1->__locales[2] + 0x24" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = number_literal) ;) }) (else_clause "else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(param_1->__locales[2] + 0x60) = (int)*pcVar8;\n }" else (compound_statement "{\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(param_1->__locales[2] + 0x60) = (int)*pcVar8;\n }" { (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40008,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40008,param_2)" identifier (argument_list "(0x40008,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "*(int *)(param_1->__locales[2] + 0x60) = (int)*pcVar8;" (assignment_expression "*(int *)(param_1->__locales[2] + 0x60) = (int)*pcVar8" (pointer_expression "*(int *)(param_1->__locales[2] + 0x60)" * (cast_expression "(int *)(param_1->__locales[2] + 0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 0x60)" ( (binary_expression "param_1->__locales[2] + 0x60" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = (cast_expression "(int)*pcVar8" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*pcVar8" * identifier))) ;) }))) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40004,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40004,param_2)" identifier (argument_list "(0x40004,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "local_58 = (char *)__nl_langinfo_l(0x40005,param_2);" (assignment_expression "local_58 = (char *)__nl_langinfo_l(0x40005,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40005,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40005,param_2)" identifier (argument_list "(0x40005,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "local_50 = (char *)__nl_langinfo_l(0x40006,param_2);" (assignment_expression "local_50 = (char *)__nl_langinfo_l(0x40006,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40006,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40006,param_2)" identifier (argument_list "(0x40006,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "local_48 = (char *)__nl_langinfo_l(0x40001,param_2);" (assignment_expression "local_48 = (char *)__nl_langinfo_l(0x40001,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40001,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40001,param_2)" identifier (argument_list "(0x40001,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);" (assignment_expression "pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x4000e,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x4000e,param_2)" identifier (argument_list "(0x4000e,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "p_Var13 = param_1->__locales[2];" (assignment_expression "p_Var13 = param_1->__locales[2]" identifier = (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ])) ;) (expression_statement "cVar2 = *pcVar9;" (assignment_expression "cVar2 = *pcVar9" identifier = (pointer_expression "*pcVar9" * identifier)) ;) (if_statement "if (*(int *)(p_Var13 + 0x28) == 0) {\n *(char **)(p_Var13 + 0x10) = "";\n *(undefined8 *)(param_1->__locales[2] + 0x18) = 0;\n param_1->__locales[2][0x20] = (__locale_data)0x0;\n *(undefined4 *)(param_1->__locales[2] + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(p_Var13 + 0x10) = "";\n param_1->__locales[2][0x20] = (__locale_data)0x0;\n }\n else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = operator_new__(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(param_1->__locales[2] + 0x10) = __dest;\n }\n *(size_t *)(param_1->__locales[2] + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }" if (parenthesized_expression "(*(int *)(p_Var13 + 0x28) == 0)" ( (binary_expression "*(int *)(p_Var13 + 0x28) == 0" (pointer_expression "*(int *)(p_Var13 + 0x28)" * (cast_expression "(int *)(p_Var13 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 0x28)" ( (binary_expression "p_Var13 + 0x28" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(char **)(p_Var13 + 0x10) = "";\n *(undefined8 *)(param_1->__locales[2] + 0x18) = 0;\n param_1->__locales[2][0x20] = (__locale_data)0x0;\n *(undefined4 *)(param_1->__locales[2] + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }" { (expression_statement "*(char **)(p_Var13 + 0x10) = "";" (assignment_expression "*(char **)(p_Var13 + 0x10) = """ (pointer_expression "*(char **)(p_Var13 + 0x10)" * (cast_expression "(char **)(p_Var13 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(p_Var13 + 0x10)" ( (binary_expression "p_Var13 + 0x10" identifier + number_literal) )))) = (string_literal """" " ")) ;) (expression_statement "*(undefined8 *)(param_1->__locales[2] + 0x18) = 0;" (assignment_expression "*(undefined8 *)(param_1->__locales[2] + 0x18) = 0" (pointer_expression "*(undefined8 *)(param_1->__locales[2] + 0x18)" * (cast_expression "(undefined8 *)(param_1->__locales[2] + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 0x18)" ( (binary_expression "param_1->__locales[2] + 0x18" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = number_literal) ;) (expression_statement "param_1->__locales[2][0x20] = (__locale_data)0x0;" (assignment_expression "param_1->__locales[2][0x20] = (__locale_data)0x0" (subscript_expression "param_1->__locales[2][0x20]" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) [ number_literal ]) = (cast_expression "(__locale_data)0x0" ( (type_descriptor "__locale_data" type_identifier) ) number_literal)) ;) (expression_statement "*(undefined4 *)(param_1->__locales[2] + 0x28) = 0x2c;" (assignment_expression "*(undefined4 *)(param_1->__locales[2] + 0x28) = 0x2c" (pointer_expression "*(undefined4 *)(param_1->__locales[2] + 0x28)" * (cast_expression "(undefined4 *)(param_1->__locales[2] + 0x28)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 0x28)" ( (binary_expression "param_1->__locales[2] + 0x28" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = number_literal) ;) (expression_statement "sVar10 = strlen(local_58);" (assignment_expression "sVar10 = strlen(local_58)" identifier = (call_expression "strlen(local_58)" identifier (argument_list "(local_58)" ( identifier )))) ;) }) (else_clause "else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(p_Var13 + 0x10) = "";\n param_1->__locales[2][0x20] = (__locale_data)0x0;\n }\n else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = operator_new__(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(param_1->__locales[2] + 0x10) = __dest;\n }\n *(size_t *)(param_1->__locales[2] + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }" else (compound_statement "{\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(p_Var13 + 0x10) = "";\n param_1->__locales[2][0x20] = (__locale_data)0x0;\n }\n else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = operator_new__(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(param_1->__locales[2] + 0x10) = __dest;\n }\n *(size_t *)(param_1->__locales[2] + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }" { (expression_statement "sVar10 = strlen(pcVar8);" (assignment_expression "sVar10 = strlen(pcVar8)" identifier = (call_expression "strlen(pcVar8)" identifier (argument_list "(pcVar8)" ( identifier )))) ;) (if_statement "if (sVar10 == 0) {\n *(char **)(p_Var13 + 0x10) = "";\n param_1->__locales[2][0x20] = (__locale_data)0x0;\n }\n else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = operator_new__(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(param_1->__locales[2] + 0x10) = __dest;\n }" if (parenthesized_expression "(sVar10 == 0)" ( (binary_expression "sVar10 == 0" identifier == number_literal) )) (compound_statement "{\n *(char **)(p_Var13 + 0x10) = "";\n param_1->__locales[2][0x20] = (__locale_data)0x0;\n }" { (expression_statement "*(char **)(p_Var13 + 0x10) = "";" (assignment_expression "*(char **)(p_Var13 + 0x10) = """ (pointer_expression "*(char **)(p_Var13 + 0x10)" * (cast_expression "(char **)(p_Var13 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(p_Var13 + 0x10)" ( (binary_expression "p_Var13 + 0x10" identifier + number_literal) )))) = (string_literal """" " ")) ;) (expression_statement "param_1->__locales[2][0x20] = (__locale_data)0x0;" (assignment_expression "param_1->__locales[2][0x20] = (__locale_data)0x0" (subscript_expression "param_1->__locales[2][0x20]" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) [ number_literal ]) = (cast_expression "(__locale_data)0x0" ( (type_descriptor "__locale_data" type_identifier) ) number_literal)) ;) }) (else_clause "else {\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = operator_new__(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(param_1->__locales[2] + 0x10) = __dest;\n }" else (compound_statement "{\n /* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */\n __dest = operator_new__(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(param_1->__locales[2] + 0x10) = __dest;\n }" { comment (expression_statement "__dest = operator_new__(sVar10 + 1);" (assignment_expression "__dest = operator_new__(sVar10 + 1)" identifier = (call_expression "operator_new__(sVar10 + 1)" identifier (argument_list "(sVar10 + 1)" ( (binary_expression "sVar10 + 1" identifier + number_literal) )))) ;) (expression_statement "memcpy(__dest,pcVar8,sVar10 + 1);" (call_expression "memcpy(__dest,pcVar8,sVar10 + 1)" identifier (argument_list "(__dest,pcVar8,sVar10 + 1)" ( identifier , identifier , (binary_expression "sVar10 + 1" identifier + number_literal) ))) ;) (expression_statement "*(void **)(param_1->__locales[2] + 0x10) = __dest;" (assignment_expression "*(void **)(param_1->__locales[2] + 0x10) = __dest" (pointer_expression "*(void **)(param_1->__locales[2] + 0x10)" * (cast_expression "(void **)(param_1->__locales[2] + 0x10)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1->__locales[2] + 0x10)" ( (binary_expression "param_1->__locales[2] + 0x10" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = identifier) ;) }))) (expression_statement "*(size_t *)(param_1->__locales[2] + 0x18) = sVar10;" (assignment_expression "*(size_t *)(param_1->__locales[2] + 0x18) = sVar10" (pointer_expression "*(size_t *)(param_1->__locales[2] + 0x18)" * (cast_expression "(size_t *)(param_1->__locales[2] + 0x18)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 0x18)" ( (binary_expression "param_1->__locales[2] + 0x18" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = identifier) ;) (expression_statement "sVar10 = strlen(local_58);" (assignment_expression "sVar10 = strlen(local_58)" identifier = (call_expression "strlen(local_58)" identifier (argument_list "(local_58)" ( identifier )))) ;) }))) (if_statement "if (sVar10 == 0) {\n *(undefined **)(param_1->__locales[2] + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_58,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x40) = pwVar12;\n }" if (parenthesized_expression "(sVar10 == 0)" ( (binary_expression "sVar10 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined **)(param_1->__locales[2] + 0x40) = &DAT_004023ec;\n }" { (expression_statement "*(undefined **)(param_1->__locales[2] + 0x40) = &DAT_004023ec;" (assignment_expression "*(undefined **)(param_1->__locales[2] + 0x40) = &DAT_004023ec" (pointer_expression "*(undefined **)(param_1->__locales[2] + 0x40)" * (cast_expression "(undefined **)(param_1->__locales[2] + 0x40)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1->__locales[2] + 0x40)" ( (binary_expression "param_1->__locales[2] + 0x40" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) }) (else_clause "else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_58,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x40) = pwVar12;\n }" else (compound_statement "{\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_58,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x40) = pwVar12;\n }" { (expression_statement "local_40[0].__count = 0;" (assignment_expression "local_40[0].__count = 0" (field_expression "local_40[0].__count" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "local_40[0].__value = (_union_27)0x0;" (assignment_expression "local_40[0].__value = (_union_27)0x0" (field_expression "local_40[0].__value" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = (cast_expression "(_union_27)0x0" ( (type_descriptor "_union_27" type_identifier) ) number_literal)) ;) (expression_statement "uVar1 = sVar10 + 1;" (assignment_expression "uVar1 = sVar10 + 1" identifier = (binary_expression "sVar10 + 1" identifier + number_literal)) ;) (expression_statement "uVar14 = uVar1 * 4;" (assignment_expression "uVar14 = uVar1 * 4" identifier = (binary_expression "uVar1 * 4" identifier * number_literal)) ;) (if_statement "if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }" if (parenthesized_expression "(0x1ffffffffffffffe < uVar1)" ( (binary_expression "0x1ffffffffffffffe < uVar1" number_literal < identifier) )) (compound_statement "{\n uVar14 = 0xffffffffffffffff;\n }" { (expression_statement "uVar14 = 0xffffffffffffffff;" (assignment_expression "uVar14 = 0xffffffffffffffff" identifier = number_literal) ;) })) comment (expression_statement "pwVar12 = (wchar_t *)operator_new__(uVar14);" (assignment_expression "pwVar12 = (wchar_t *)operator_new__(uVar14)" identifier = (cast_expression "(wchar_t *)operator_new__(uVar14)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new__(uVar14)" identifier (argument_list "(uVar14)" ( identifier ))))) ;) (expression_statement "mbsrtowcs(pwVar12,&local_58,uVar1,local_40);" (call_expression "mbsrtowcs(pwVar12,&local_58,uVar1,local_40)" identifier (argument_list "(pwVar12,&local_58,uVar1,local_40)" ( identifier , (pointer_expression "&local_58" & identifier) , identifier , identifier ))) ;) (expression_statement "*(wchar_t **)(param_1->__locales[2] + 0x40) = pwVar12;" (assignment_expression "*(wchar_t **)(param_1->__locales[2] + 0x40) = pwVar12" (pointer_expression "*(wchar_t **)(param_1->__locales[2] + 0x40)" * (cast_expression "(wchar_t **)(param_1->__locales[2] + 0x40)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1->__locales[2] + 0x40)" ( (binary_expression "param_1->__locales[2] + 0x40" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = identifier) ;) }))) (expression_statement "p_Var13 = param_1->__locales[2];" (assignment_expression "p_Var13 = param_1->__locales[2]" identifier = (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ])) ;) (expression_statement "sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x40));" (assignment_expression "sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x40))" identifier = (call_expression "wcslen(*(wchar_t **)(p_Var13 + 0x40))" identifier (argument_list "(*(wchar_t **)(p_Var13 + 0x40))" ( (pointer_expression "*(wchar_t **)(p_Var13 + 0x40)" * (cast_expression "(wchar_t **)(p_Var13 + 0x40)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(p_Var13 + 0x40)" ( (binary_expression "p_Var13 + 0x40" identifier + number_literal) )))) )))) ;) (expression_statement "*(size_t *)(p_Var13 + 0x48) = sVar10;" (assignment_expression "*(size_t *)(p_Var13 + 0x48) = sVar10" (pointer_expression "*(size_t *)(p_Var13 + 0x48)" * (cast_expression "(size_t *)(p_Var13 + 0x48)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 0x48)" ( (binary_expression "p_Var13 + 0x48" identifier + number_literal) )))) = identifier) ;) (if_statement "if (cVar2 == '\0') {\n *(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_50,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x50) = pwVar12;\n }\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023e4;\n }" { (expression_statement "*(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023e4;" (assignment_expression "*(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023e4" (pointer_expression "*(undefined **)(param_1->__locales[2] + 0x50)" * (cast_expression "(undefined **)(param_1->__locales[2] + 0x50)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1->__locales[2] + 0x50)" ( (binary_expression "param_1->__locales[2] + 0x50" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = (pointer_expression "&DAT_004023e4" & identifier)) ;) }) (else_clause "else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_50,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x50) = pwVar12;\n }\n }" else (compound_statement "{\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_50,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x50) = pwVar12;\n }\n }" { (expression_statement "sVar10 = strlen(local_50);" (assignment_expression "sVar10 = strlen(local_50)" identifier = (call_expression "strlen(local_50)" identifier (argument_list "(local_50)" ( identifier )))) ;) (if_statement "if (sVar10 == 0) {\n *(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_50,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x50) = pwVar12;\n }" if (parenthesized_expression "(sVar10 == 0)" ( (binary_expression "sVar10 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023ec;\n }" { (expression_statement "*(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023ec;" (assignment_expression "*(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023ec" (pointer_expression "*(undefined **)(param_1->__locales[2] + 0x50)" * (cast_expression "(undefined **)(param_1->__locales[2] + 0x50)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1->__locales[2] + 0x50)" ( (binary_expression "param_1->__locales[2] + 0x50" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) }) (else_clause "else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_50,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x50) = pwVar12;\n }" else (compound_statement "{\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_50,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x50) = pwVar12;\n }" { (expression_statement "local_40[0].__count = 0;" (assignment_expression "local_40[0].__count = 0" (field_expression "local_40[0].__count" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "local_40[0].__value = (_union_27)0x0;" (assignment_expression "local_40[0].__value = (_union_27)0x0" (field_expression "local_40[0].__value" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = (cast_expression "(_union_27)0x0" ( (type_descriptor "_union_27" type_identifier) ) number_literal)) ;) (expression_statement "uVar1 = sVar10 + 1;" (assignment_expression "uVar1 = sVar10 + 1" identifier = (binary_expression "sVar10 + 1" identifier + number_literal)) ;) (expression_statement "uVar14 = uVar1 * 4;" (assignment_expression "uVar14 = uVar1 * 4" identifier = (binary_expression "uVar1 * 4" identifier * number_literal)) ;) (if_statement "if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }" if (parenthesized_expression "(0x1ffffffffffffffe < uVar1)" ( (binary_expression "0x1ffffffffffffffe < uVar1" number_literal < identifier) )) (compound_statement "{\n uVar14 = 0xffffffffffffffff;\n }" { (expression_statement "uVar14 = 0xffffffffffffffff;" (assignment_expression "uVar14 = 0xffffffffffffffff" identifier = number_literal) ;) })) comment (expression_statement "pwVar12 = (wchar_t *)operator_new__(uVar14);" (assignment_expression "pwVar12 = (wchar_t *)operator_new__(uVar14)" identifier = (cast_expression "(wchar_t *)operator_new__(uVar14)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new__(uVar14)" identifier (argument_list "(uVar14)" ( identifier ))))) ;) (expression_statement "mbsrtowcs(pwVar12,&local_50,uVar1,local_40);" (call_expression "mbsrtowcs(pwVar12,&local_50,uVar1,local_40)" identifier (argument_list "(pwVar12,&local_50,uVar1,local_40)" ( identifier , (pointer_expression "&local_50" & identifier) , identifier , identifier ))) ;) (expression_statement "*(wchar_t **)(param_1->__locales[2] + 0x50) = pwVar12;" (assignment_expression "*(wchar_t **)(param_1->__locales[2] + 0x50) = pwVar12" (pointer_expression "*(wchar_t **)(param_1->__locales[2] + 0x50)" * (cast_expression "(wchar_t **)(param_1->__locales[2] + 0x50)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1->__locales[2] + 0x50)" ( (binary_expression "param_1->__locales[2] + 0x50" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = identifier) ;) }))) }))) (expression_statement "p_Var13 = param_1->__locales[2];" (assignment_expression "p_Var13 = param_1->__locales[2]" identifier = (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ])) ;) (expression_statement "sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x50));" (assignment_expression "sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x50))" identifier = (call_expression "wcslen(*(wchar_t **)(p_Var13 + 0x50))" identifier (argument_list "(*(wchar_t **)(p_Var13 + 0x50))" ( (pointer_expression "*(wchar_t **)(p_Var13 + 0x50)" * (cast_expression "(wchar_t **)(p_Var13 + 0x50)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(p_Var13 + 0x50)" ( (binary_expression "p_Var13 + 0x50" identifier + number_literal) )))) )))) ;) (expression_statement "*(size_t *)(p_Var13 + 0x58) = sVar10;" (assignment_expression "*(size_t *)(p_Var13 + 0x58) = sVar10" (pointer_expression "*(size_t *)(p_Var13 + 0x58)" * (cast_expression "(size_t *)(p_Var13 + 0x58)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 0x58)" ( (binary_expression "p_Var13 + 0x58" identifier + number_literal) )))) = identifier) ;) (expression_statement "sVar10 = strlen(local_48);" (assignment_expression "sVar10 = strlen(local_48)" identifier = (call_expression "strlen(local_48)" identifier (argument_list "(local_48)" ( identifier )))) ;) (if_statement "if (sVar10 == 0) {\n *(undefined **)(param_1->__locales[2] + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_48,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x30) = pwVar12;\n }" if (parenthesized_expression "(sVar10 == 0)" ( (binary_expression "sVar10 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined **)(param_1->__locales[2] + 0x30) = &DAT_004023ec;\n }" { (expression_statement "*(undefined **)(param_1->__locales[2] + 0x30) = &DAT_004023ec;" (assignment_expression "*(undefined **)(param_1->__locales[2] + 0x30) = &DAT_004023ec" (pointer_expression "*(undefined **)(param_1->__locales[2] + 0x30)" * (cast_expression "(undefined **)(param_1->__locales[2] + 0x30)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1->__locales[2] + 0x30)" ( (binary_expression "param_1->__locales[2] + 0x30" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) }) (else_clause "else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_48,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x30) = pwVar12;\n }" else (compound_statement "{\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n uVar14 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }\n /* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */\n pwVar12 = (wchar_t *)operator_new__(uVar14);\n mbsrtowcs(pwVar12,&local_48,uVar1,local_40);\n *(wchar_t **)(param_1->__locales[2] + 0x30) = pwVar12;\n }" { (expression_statement "local_40[0].__count = 0;" (assignment_expression "local_40[0].__count = 0" (field_expression "local_40[0].__count" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "local_40[0].__value = (_union_27)0x0;" (assignment_expression "local_40[0].__value = (_union_27)0x0" (field_expression "local_40[0].__value" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = (cast_expression "(_union_27)0x0" ( (type_descriptor "_union_27" type_identifier) ) number_literal)) ;) (expression_statement "uVar1 = sVar10 + 1;" (assignment_expression "uVar1 = sVar10 + 1" identifier = (binary_expression "sVar10 + 1" identifier + number_literal)) ;) (expression_statement "uVar14 = uVar1 * 4;" (assignment_expression "uVar14 = uVar1 * 4" identifier = (binary_expression "uVar1 * 4" identifier * number_literal)) ;) (if_statement "if (0x1ffffffffffffffe < uVar1) {\n uVar14 = 0xffffffffffffffff;\n }" if (parenthesized_expression "(0x1ffffffffffffffe < uVar1)" ( (binary_expression "0x1ffffffffffffffe < uVar1" number_literal < identifier) )) (compound_statement "{\n uVar14 = 0xffffffffffffffff;\n }" { (expression_statement "uVar14 = 0xffffffffffffffff;" (assignment_expression "uVar14 = 0xffffffffffffffff" identifier = number_literal) ;) })) comment (expression_statement "pwVar12 = (wchar_t *)operator_new__(uVar14);" (assignment_expression "pwVar12 = (wchar_t *)operator_new__(uVar14)" identifier = (cast_expression "(wchar_t *)operator_new__(uVar14)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new__(uVar14)" identifier (argument_list "(uVar14)" ( identifier ))))) ;) (expression_statement "mbsrtowcs(pwVar12,&local_48,uVar1,local_40);" (call_expression "mbsrtowcs(pwVar12,&local_48,uVar1,local_40)" identifier (argument_list "(pwVar12,&local_48,uVar1,local_40)" ( identifier , (pointer_expression "&local_48" & identifier) , identifier , identifier ))) ;) (expression_statement "*(wchar_t **)(param_1->__locales[2] + 0x30) = pwVar12;" (assignment_expression "*(wchar_t **)(param_1->__locales[2] + 0x30) = pwVar12" (pointer_expression "*(wchar_t **)(param_1->__locales[2] + 0x30)" * (cast_expression "(wchar_t **)(param_1->__locales[2] + 0x30)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1->__locales[2] + 0x30)" ( (binary_expression "param_1->__locales[2] + 0x30" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = identifier) ;) }))) (expression_statement "p_Var13 = param_1->__locales[2];" (assignment_expression "p_Var13 = param_1->__locales[2]" identifier = (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ])) ;) (expression_statement "sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x30));" (assignment_expression "sVar10 = wcslen(*(wchar_t **)(p_Var13 + 0x30))" identifier = (call_expression "wcslen(*(wchar_t **)(p_Var13 + 0x30))" identifier (argument_list "(*(wchar_t **)(p_Var13 + 0x30))" ( (pointer_expression "*(wchar_t **)(p_Var13 + 0x30)" * (cast_expression "(wchar_t **)(p_Var13 + 0x30)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(p_Var13 + 0x30)" ( (binary_expression "p_Var13 + 0x30" identifier + number_literal) )))) )))) ;) (expression_statement "*(size_t *)(p_Var13 + 0x38) = sVar10;" (assignment_expression "*(size_t *)(p_Var13 + 0x38) = sVar10" (pointer_expression "*(size_t *)(p_Var13 + 0x38)" * (cast_expression "(size_t *)(p_Var13 + 0x38)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 0x38)" ( (binary_expression "p_Var13 + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40009,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40009,param_2)" identifier (argument_list "(0x40009,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "cVar3 = *pcVar8;" (assignment_expression "cVar3 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x4000a,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x4000a,param_2)" identifier (argument_list "(0x4000a,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "cVar4 = *pcVar8;" (assignment_expression "cVar4 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x4000d,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x4000d,param_2)" identifier (argument_list "(0x4000d,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "p_Var13 = param_1->__locales[2];" (assignment_expression "p_Var13 = param_1->__locales[2]" identifier = (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ])) ;) (ERROR "uVar6 = money_base::" (assignment_expression "uVar6 = money_base" identifier = identifier) : :) (expression_statement "_S_construct_pattern(cVar3,cVar4,*pcVar8);" (call_expression "_S_construct_pattern(cVar3,cVar4,*pcVar8)" identifier (argument_list "(cVar3,cVar4,*pcVar8)" ( identifier , identifier , (pointer_expression "*pcVar8" * identifier) ))) ;) (expression_statement "*(undefined4 *)(p_Var13 + 100) = uVar6;" (assignment_expression "*(undefined4 *)(p_Var13 + 100) = uVar6" (pointer_expression "*(undefined4 *)(p_Var13 + 100)" * (cast_expression "(undefined4 *)(p_Var13 + 100)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 100)" ( (binary_expression "p_Var13 + 100" identifier + number_literal) )))) = identifier) ;) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x4000b,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x4000b,param_2)" identifier (argument_list "(0x4000b,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "cVar3 = *pcVar8;" (assignment_expression "cVar3 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x4000c,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x4000c,param_2)" identifier (argument_list "(0x4000c,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "p_Var13 = param_1->__locales[2];" (assignment_expression "p_Var13 = param_1->__locales[2]" identifier = (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ])) ;) (ERROR "uVar6 = money_base::" (assignment_expression "uVar6 = money_base" identifier = identifier) : :) (expression_statement "_S_construct_pattern(cVar3,*pcVar8,cVar2);" (call_expression "_S_construct_pattern(cVar3,*pcVar8,cVar2)" identifier (argument_list "(cVar3,*pcVar8,cVar2)" ( identifier , (pointer_expression "*pcVar8" * identifier) , identifier ))) ;) (expression_statement "*(undefined4 *)(p_Var13 + 0x68) = uVar6;" (assignment_expression "*(undefined4 *)(p_Var13 + 0x68) = uVar6" (pointer_expression "*(undefined4 *)(p_Var13 + 0x68)" * (cast_expression "(undefined4 *)(p_Var13 + 0x68)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(p_Var13 + 0x68)" ( (binary_expression "p_Var13 + 0x68" identifier + number_literal) )))) = identifier) ;) (expression_statement "__uselocale(uVar7);" (call_expression "__uselocale(uVar7)" identifier (argument_list "(uVar7)" ( identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "*(undefined4 *)(param_1->__locales[2] + 0x24) = 0x2e;" (assignment_expression "*(undefined4 *)(param_1->__locales[2] + 0x24) = 0x2e" (pointer_expression "*(undefined4 *)(param_1->__locales[2] + 0x24)" * (cast_expression "(undefined4 *)(param_1->__locales[2] + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 0x24)" ( (binary_expression "param_1->__locales[2] + 0x24" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1->__locales[2] + 0x28) = 0x2c;" (assignment_expression "*(undefined4 *)(param_1->__locales[2] + 0x28) = 0x2c" (pointer_expression "*(undefined4 *)(param_1->__locales[2] + 0x28)" * (cast_expression "(undefined4 *)(param_1->__locales[2] + 0x28)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 0x28)" ( (binary_expression "param_1->__locales[2] + 0x28" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = number_literal) ;) (expression_statement "*(char **)(param_1->__locales[2] + 0x10) = "";" (assignment_expression "*(char **)(param_1->__locales[2] + 0x10) = """ (pointer_expression "*(char **)(param_1->__locales[2] + 0x10)" * (cast_expression "(char **)(param_1->__locales[2] + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1->__locales[2] + 0x10)" ( (binary_expression "param_1->__locales[2] + 0x10" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = (string_literal """" " ")) ;) (expression_statement "*(undefined8 *)(param_1->__locales[2] + 0x18) = 0;" (assignment_expression "*(undefined8 *)(param_1->__locales[2] + 0x18) = 0" (pointer_expression "*(undefined8 *)(param_1->__locales[2] + 0x18)" * (cast_expression "(undefined8 *)(param_1->__locales[2] + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 0x18)" ( (binary_expression "param_1->__locales[2] + 0x18" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = number_literal) ;) (expression_statement "param_1->__locales[2][0x20] = (__locale_data)0x0;" (assignment_expression "param_1->__locales[2][0x20] = (__locale_data)0x0" (subscript_expression "param_1->__locales[2][0x20]" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) [ number_literal ]) = (cast_expression "(__locale_data)0x0" ( (type_descriptor "__locale_data" type_identifier) ) number_literal)) ;) (expression_statement "*(undefined **)(param_1->__locales[2] + 0x30) = &DAT_004023ec;" (assignment_expression "*(undefined **)(param_1->__locales[2] + 0x30) = &DAT_004023ec" (pointer_expression "*(undefined **)(param_1->__locales[2] + 0x30)" * (cast_expression "(undefined **)(param_1->__locales[2] + 0x30)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1->__locales[2] + 0x30)" ( (binary_expression "param_1->__locales[2] + 0x30" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) (expression_statement "*(undefined8 *)(param_1->__locales[2] + 0x38) = 0;" (assignment_expression "*(undefined8 *)(param_1->__locales[2] + 0x38) = 0" (pointer_expression "*(undefined8 *)(param_1->__locales[2] + 0x38)" * (cast_expression "(undefined8 *)(param_1->__locales[2] + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 0x38)" ( (binary_expression "param_1->__locales[2] + 0x38" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined **)(param_1->__locales[2] + 0x40) = &DAT_004023ec;" (assignment_expression "*(undefined **)(param_1->__locales[2] + 0x40) = &DAT_004023ec" (pointer_expression "*(undefined **)(param_1->__locales[2] + 0x40)" * (cast_expression "(undefined **)(param_1->__locales[2] + 0x40)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1->__locales[2] + 0x40)" ( (binary_expression "param_1->__locales[2] + 0x40" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) (expression_statement "*(undefined8 *)(param_1->__locales[2] + 0x48) = 0;" (assignment_expression "*(undefined8 *)(param_1->__locales[2] + 0x48) = 0" (pointer_expression "*(undefined8 *)(param_1->__locales[2] + 0x48)" * (cast_expression "(undefined8 *)(param_1->__locales[2] + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 0x48)" ( (binary_expression "param_1->__locales[2] + 0x48" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023ec;" (assignment_expression "*(undefined **)(param_1->__locales[2] + 0x50) = &DAT_004023ec" (pointer_expression "*(undefined **)(param_1->__locales[2] + 0x50)" * (cast_expression "(undefined **)(param_1->__locales[2] + 0x50)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1->__locales[2] + 0x50)" ( (binary_expression "param_1->__locales[2] + 0x50" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) (expression_statement "*(undefined8 *)(param_1->__locales[2] + 0x58) = 0;" (assignment_expression "*(undefined8 *)(param_1->__locales[2] + 0x58) = 0" (pointer_expression "*(undefined8 *)(param_1->__locales[2] + 0x58)" * (cast_expression "(undefined8 *)(param_1->__locales[2] + 0x58)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 0x58)" ( (binary_expression "param_1->__locales[2] + 0x58" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(param_1->__locales[2] + 0x60) = 0;" (assignment_expression "*(undefined4 *)(param_1->__locales[2] + 0x60) = 0" (pointer_expression "*(undefined4 *)(param_1->__locales[2] + 0x60)" * (cast_expression "(undefined4 *)(param_1->__locales[2] + 0x60)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 0x60)" ( (binary_expression "param_1->__locales[2] + 0x60" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = number_literal) ;) (ERROR "uVar6 = money_base::" (assignment_expression "uVar6 = money_base" identifier = identifier) : :) (expression_statement "_S_default_pattern;" identifier ;) (expression_statement "*(undefined4 *)(param_1->__locales[2] + 100) = money_base::_S_default_pattern;" (assignment_expression "*(undefined4 *)(param_1->__locales[2] + 100) = money_base" (pointer_expression "*(undefined4 *)(param_1->__locales[2] + 100)" * (cast_expression "(undefined4 *)(param_1->__locales[2] + 100)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 100)" ( (binary_expression "param_1->__locales[2] + 100" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = identifier) (ERROR "::_S_default_pattern" : : identifier) ;) (expression_statement "*(undefined4 *)(param_1->__locales[2] + 0x68) = uVar6;" (assignment_expression "*(undefined4 *)(param_1->__locales[2] + 0x68) = uVar6" (pointer_expression "*(undefined4 *)(param_1->__locales[2] + 0x68)" * (cast_expression "(undefined4 *)(param_1->__locales[2] + 0x68)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + 0x68)" ( (binary_expression "param_1->__locales[2] + 0x68" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + number_literal) )))) = identifier) ;) (expression_statement "puVar5 = money_base::_S_atoms;" (assignment_expression "puVar5 = money_base" identifier = identifier) (ERROR "::_S_atoms" : : identifier) ;) (expression_statement "lVar11 = 0;" (assignment_expression "lVar11 = 0" identifier = number_literal) ;) (do_statement "do {\n *(int *)(param_1->__locales[2] + lVar11 * 4 + 0x6c) = (int)(char)puVar5[lVar11];\n lVar11 = lVar11 + 1;\n } while (lVar11 != 0xb);" do (compound_statement "{\n *(int *)(param_1->__locales[2] + lVar11 * 4 + 0x6c) = (int)(char)puVar5[lVar11];\n lVar11 = lVar11 + 1;\n }" { (expression_statement "*(int *)(param_1->__locales[2] + lVar11 * 4 + 0x6c) = (int)(char)puVar5[lVar11];" (assignment_expression "*(int *)(param_1->__locales[2] + lVar11 * 4 + 0x6c) = (int)(char)puVar5[lVar11]" (pointer_expression "*(int *)(param_1->__locales[2] + lVar11 * 4 + 0x6c)" * (cast_expression "(int *)(param_1->__locales[2] + lVar11 * 4 + 0x6c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1->__locales[2] + lVar11 * 4 + 0x6c)" ( (binary_expression "param_1->__locales[2] + lVar11 * 4 + 0x6c" (binary_expression "param_1->__locales[2] + lVar11 * 4" (subscript_expression "param_1->__locales[2]" (field_expression "param_1->__locales" identifier -> field_identifier) [ number_literal ]) + (binary_expression "lVar11 * 4" identifier * number_literal)) + number_literal) )))) = (cast_expression "(int)(char)puVar5[lVar11]" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)puVar5[lVar11]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "puVar5[lVar11]" identifier [ identifier ])))) ;) (expression_statement "lVar11 = lVar11 + 1;" (assignment_expression "lVar11 = lVar11 + 1" identifier = (binary_expression "lVar11 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(lVar11 != 0xb)" ( (binary_expression "lVar11 != 0xb" identifier != number_literal) )) ;) (return_statement "return;" return ;) (ERROR "}" })) | (translation_unit "void FUN_0037ca10(long param_1,long param_2)\n\n{\n ulong uVar1;\n char cVar2;\n char cVar3;\n char cVar4;\n undefined *puVar5;\n undefined4 uVar6;\n undefined8 uVar7;\n char *pcVar8;\n char *pcVar9;\n size_t sVar10;\n void *__dest;\n wchar_t *pwVar11;\n undefined8 *puVar12;\n long lVar13;\n char *local_58;\n char *local_50;\n char *local_48;\n mbstate_t local_40 [2];\n \n if (*(long *)(param_1 + 0x10) == 0) {\n puVar12 = (undefined8 *)FUN_00337280(0xa0);\n *(undefined4 *)(puVar12 + 1) = 0;\n puVar12[2] = 0;\n *puVar12 = &PTR_FUN_004b7360;\n puVar12[3] = 0;\n *(undefined1 *)(puVar12 + 4) = 0;\n *(undefined8 *)((long)puVar12 + 0x24) = 0;\n puVar12[6] = 0;\n puVar12[7] = 0;\n puVar12[8] = 0;\n puVar12[9] = 0;\n puVar12[10] = 0;\n puVar12[0xb] = 0;\n puVar12[0xc] = 0;\n *(undefined4 *)(puVar12 + 0xd) = 0;\n *(undefined1 *)(puVar12 + 0x13) = 0;\n *(undefined8 **)(param_1 + 0x10) = puVar12;\n }\n if (param_2 != 0) {\n uVar7 = __uselocale(param_2);\n uVar6 = __nl_langinfo_l(0x4002b,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;\n uVar6 = __nl_langinfo_l(0x4002c,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;\n if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }\n pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);\n local_58 = (char *)__nl_langinfo_l(0x40005,param_2);\n local_50 = (char *)__nl_langinfo_l(0x40006,param_2);\n local_48 = (char *)__nl_langinfo_l(0x40001,param_2);\n pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n cVar2 = *pcVar9;\n if (*(int *)(lVar13 + 0x28) == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));\n *(size_t *)(lVar13 + 0x48) = sVar10;\n if (cVar2 == '\0') {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));\n *(size_t *)(lVar13 + 0x58) = sVar10;\n sVar10 = strlen(local_48);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));\n *(size_t *)(lVar13 + 0x38) = sVar10;\n pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);\n cVar4 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);\n *(undefined4 *)(lVar13 + 100) = uVar6;\n pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);\n *(undefined4 *)(lVar13 + 0x68) = uVar6;\n __uselocale(uVar7);\n return;\n }\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n *(char **)(*(long *)(param_1 + 0x10) + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n uVar6 = DAT_004025d8;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 100) = DAT_004025d8;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68) = uVar6;\n puVar5 = PTR_DAT_004ba838;\n lVar13 = 0;\n do {\n *(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];\n lVar13 = lVar13 + 1;\n } while (lVar13 != 0xb);\n return;\n}\n\n" (function_definition "void FUN_0037ca10(long param_1,long param_2)\n\n{\n ulong uVar1;\n char cVar2;\n char cVar3;\n char cVar4;\n undefined *puVar5;\n undefined4 uVar6;\n undefined8 uVar7;\n char *pcVar8;\n char *pcVar9;\n size_t sVar10;\n void *__dest;\n wchar_t *pwVar11;\n undefined8 *puVar12;\n long lVar13;\n char *local_58;\n char *local_50;\n char *local_48;\n mbstate_t local_40 [2];\n \n if (*(long *)(param_1 + 0x10) == 0) {\n puVar12 = (undefined8 *)FUN_00337280(0xa0);\n *(undefined4 *)(puVar12 + 1) = 0;\n puVar12[2] = 0;\n *puVar12 = &PTR_FUN_004b7360;\n puVar12[3] = 0;\n *(undefined1 *)(puVar12 + 4) = 0;\n *(undefined8 *)((long)puVar12 + 0x24) = 0;\n puVar12[6] = 0;\n puVar12[7] = 0;\n puVar12[8] = 0;\n puVar12[9] = 0;\n puVar12[10] = 0;\n puVar12[0xb] = 0;\n puVar12[0xc] = 0;\n *(undefined4 *)(puVar12 + 0xd) = 0;\n *(undefined1 *)(puVar12 + 0x13) = 0;\n *(undefined8 **)(param_1 + 0x10) = puVar12;\n }\n if (param_2 != 0) {\n uVar7 = __uselocale(param_2);\n uVar6 = __nl_langinfo_l(0x4002b,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;\n uVar6 = __nl_langinfo_l(0x4002c,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;\n if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }\n pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);\n local_58 = (char *)__nl_langinfo_l(0x40005,param_2);\n local_50 = (char *)__nl_langinfo_l(0x40006,param_2);\n local_48 = (char *)__nl_langinfo_l(0x40001,param_2);\n pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n cVar2 = *pcVar9;\n if (*(int *)(lVar13 + 0x28) == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));\n *(size_t *)(lVar13 + 0x48) = sVar10;\n if (cVar2 == '\0') {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));\n *(size_t *)(lVar13 + 0x58) = sVar10;\n sVar10 = strlen(local_48);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));\n *(size_t *)(lVar13 + 0x38) = sVar10;\n pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);\n cVar4 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);\n *(undefined4 *)(lVar13 + 100) = uVar6;\n pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);\n *(undefined4 *)(lVar13 + 0x68) = uVar6;\n __uselocale(uVar7);\n return;\n }\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n *(char **)(*(long *)(param_1 + 0x10) + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n uVar6 = DAT_004025d8;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 100) = DAT_004025d8;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68) = uVar6;\n puVar5 = PTR_DAT_004ba838;\n lVar13 = 0;\n do {\n *(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];\n lVar13 = lVar13 + 1;\n } while (lVar13 != 0xb);\n return;\n}" primitive_type (function_declarator "FUN_0037ca10(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 ulong uVar1;\n char cVar2;\n char cVar3;\n char cVar4;\n undefined *puVar5;\n undefined4 uVar6;\n undefined8 uVar7;\n char *pcVar8;\n char *pcVar9;\n size_t sVar10;\n void *__dest;\n wchar_t *pwVar11;\n undefined8 *puVar12;\n long lVar13;\n char *local_58;\n char *local_50;\n char *local_48;\n mbstate_t local_40 [2];\n \n if (*(long *)(param_1 + 0x10) == 0) {\n puVar12 = (undefined8 *)FUN_00337280(0xa0);\n *(undefined4 *)(puVar12 + 1) = 0;\n puVar12[2] = 0;\n *puVar12 = &PTR_FUN_004b7360;\n puVar12[3] = 0;\n *(undefined1 *)(puVar12 + 4) = 0;\n *(undefined8 *)((long)puVar12 + 0x24) = 0;\n puVar12[6] = 0;\n puVar12[7] = 0;\n puVar12[8] = 0;\n puVar12[9] = 0;\n puVar12[10] = 0;\n puVar12[0xb] = 0;\n puVar12[0xc] = 0;\n *(undefined4 *)(puVar12 + 0xd) = 0;\n *(undefined1 *)(puVar12 + 0x13) = 0;\n *(undefined8 **)(param_1 + 0x10) = puVar12;\n }\n if (param_2 != 0) {\n uVar7 = __uselocale(param_2);\n uVar6 = __nl_langinfo_l(0x4002b,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;\n uVar6 = __nl_langinfo_l(0x4002c,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;\n if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }\n pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);\n local_58 = (char *)__nl_langinfo_l(0x40005,param_2);\n local_50 = (char *)__nl_langinfo_l(0x40006,param_2);\n local_48 = (char *)__nl_langinfo_l(0x40001,param_2);\n pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n cVar2 = *pcVar9;\n if (*(int *)(lVar13 + 0x28) == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));\n *(size_t *)(lVar13 + 0x48) = sVar10;\n if (cVar2 == '\0') {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));\n *(size_t *)(lVar13 + 0x58) = sVar10;\n sVar10 = strlen(local_48);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));\n *(size_t *)(lVar13 + 0x38) = sVar10;\n pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);\n cVar4 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);\n *(undefined4 *)(lVar13 + 100) = uVar6;\n pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);\n *(undefined4 *)(lVar13 + 0x68) = uVar6;\n __uselocale(uVar7);\n return;\n }\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n *(char **)(*(long *)(param_1 + 0x10) + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n uVar6 = DAT_004025d8;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 100) = DAT_004025d8;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68) = uVar6;\n puVar5 = PTR_DAT_004ba838;\n lVar13 = 0;\n do {\n *(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];\n lVar13 = lVar13 + 1;\n } while (lVar13 != 0xb);\n return;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (declaration "char cVar2;" primitive_type identifier ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "char cVar4;" primitive_type identifier ;) (declaration "undefined *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "undefined4 uVar6;" type_identifier identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "char *pcVar8;" primitive_type (pointer_declarator "*pcVar8" * identifier) ;) (declaration "char *pcVar9;" primitive_type (pointer_declarator "*pcVar9" * identifier) ;) (declaration "size_t sVar10;" primitive_type identifier ;) (declaration "void *__dest;" primitive_type (pointer_declarator "*__dest" * identifier) ;) (declaration "wchar_t *pwVar11;" type_identifier (pointer_declarator "*pwVar11" * identifier) ;) (declaration "undefined8 *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (declaration "long lVar13;" (sized_type_specifier "long" long) identifier ;) (declaration "char *local_58;" primitive_type (pointer_declarator "*local_58" * identifier) ;) (declaration "char *local_50;" primitive_type (pointer_declarator "*local_50" * identifier) ;) (declaration "char *local_48;" primitive_type (pointer_declarator "*local_48" * identifier) ;) (declaration "mbstate_t local_40 [2];" type_identifier (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (if_statement "if (*(long *)(param_1 + 0x10) == 0) {\n puVar12 = (undefined8 *)FUN_00337280(0xa0);\n *(undefined4 *)(puVar12 + 1) = 0;\n puVar12[2] = 0;\n *puVar12 = &PTR_FUN_004b7360;\n puVar12[3] = 0;\n *(undefined1 *)(puVar12 + 4) = 0;\n *(undefined8 *)((long)puVar12 + 0x24) = 0;\n puVar12[6] = 0;\n puVar12[7] = 0;\n puVar12[8] = 0;\n puVar12[9] = 0;\n puVar12[10] = 0;\n puVar12[0xb] = 0;\n puVar12[0xc] = 0;\n *(undefined4 *)(puVar12 + 0xd) = 0;\n *(undefined1 *)(puVar12 + 0x13) = 0;\n *(undefined8 **)(param_1 + 0x10) = puVar12;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x10) == 0)" ( (binary_expression "*(long *)(param_1 + 0x10) == 0" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n puVar12 = (undefined8 *)FUN_00337280(0xa0);\n *(undefined4 *)(puVar12 + 1) = 0;\n puVar12[2] = 0;\n *puVar12 = &PTR_FUN_004b7360;\n puVar12[3] = 0;\n *(undefined1 *)(puVar12 + 4) = 0;\n *(undefined8 *)((long)puVar12 + 0x24) = 0;\n puVar12[6] = 0;\n puVar12[7] = 0;\n puVar12[8] = 0;\n puVar12[9] = 0;\n puVar12[10] = 0;\n puVar12[0xb] = 0;\n puVar12[0xc] = 0;\n *(undefined4 *)(puVar12 + 0xd) = 0;\n *(undefined1 *)(puVar12 + 0x13) = 0;\n *(undefined8 **)(param_1 + 0x10) = puVar12;\n }" { (expression_statement "puVar12 = (undefined8 *)FUN_00337280(0xa0);" (assignment_expression "puVar12 = (undefined8 *)FUN_00337280(0xa0)" identifier = (cast_expression "(undefined8 *)FUN_00337280(0xa0)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00337280(0xa0)" identifier (argument_list "(0xa0)" ( number_literal ))))) ;) (expression_statement "*(undefined4 *)(puVar12 + 1) = 0;" (assignment_expression "*(undefined4 *)(puVar12 + 1) = 0" (pointer_expression "*(undefined4 *)(puVar12 + 1)" * (cast_expression "(undefined4 *)(puVar12 + 1)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 1)" ( (binary_expression "puVar12 + 1" identifier + number_literal) )))) = number_literal) ;) (expression_statement "puVar12[2] = 0;" (assignment_expression "puVar12[2] = 0" (subscript_expression "puVar12[2]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*puVar12 = &PTR_FUN_004b7360;" (assignment_expression "*puVar12 = &PTR_FUN_004b7360" (pointer_expression "*puVar12" * identifier) = (pointer_expression "&PTR_FUN_004b7360" & identifier)) ;) (expression_statement "puVar12[3] = 0;" (assignment_expression "puVar12[3] = 0" (subscript_expression "puVar12[3]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(puVar12 + 4) = 0;" (assignment_expression "*(undefined1 *)(puVar12 + 4) = 0" (pointer_expression "*(undefined1 *)(puVar12 + 4)" * (cast_expression "(undefined1 *)(puVar12 + 4)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 4)" ( (binary_expression "puVar12 + 4" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)((long)puVar12 + 0x24) = 0;" (assignment_expression "*(undefined8 *)((long)puVar12 + 0x24) = 0" (pointer_expression "*(undefined8 *)((long)puVar12 + 0x24)" * (cast_expression "(undefined8 *)((long)puVar12 + 0x24)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar12 + 0x24)" ( (binary_expression "(long)puVar12 + 0x24" (cast_expression "(long)puVar12" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = number_literal) ;) (expression_statement "puVar12[6] = 0;" (assignment_expression "puVar12[6] = 0" (subscript_expression "puVar12[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar12[7] = 0;" (assignment_expression "puVar12[7] = 0" (subscript_expression "puVar12[7]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar12[8] = 0;" (assignment_expression "puVar12[8] = 0" (subscript_expression "puVar12[8]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar12[9] = 0;" (assignment_expression "puVar12[9] = 0" (subscript_expression "puVar12[9]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar12[10] = 0;" (assignment_expression "puVar12[10] = 0" (subscript_expression "puVar12[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar12[0xb] = 0;" (assignment_expression "puVar12[0xb] = 0" (subscript_expression "puVar12[0xb]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "puVar12[0xc] = 0;" (assignment_expression "puVar12[0xc] = 0" (subscript_expression "puVar12[0xc]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined4 *)(puVar12 + 0xd) = 0;" (assignment_expression "*(undefined4 *)(puVar12 + 0xd) = 0" (pointer_expression "*(undefined4 *)(puVar12 + 0xd)" * (cast_expression "(undefined4 *)(puVar12 + 0xd)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 0xd)" ( (binary_expression "puVar12 + 0xd" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(puVar12 + 0x13) = 0;" (assignment_expression "*(undefined1 *)(puVar12 + 0x13) = 0" (pointer_expression "*(undefined1 *)(puVar12 + 0x13)" * (cast_expression "(undefined1 *)(puVar12 + 0x13)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar12 + 0x13)" ( (binary_expression "puVar12 + 0x13" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 **)(param_1 + 0x10) = puVar12;" (assignment_expression "*(undefined8 **)(param_1 + 0x10) = puVar12" (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) )))) = identifier) ;) })) (if_statement "if (param_2 != 0) {\n uVar7 = __uselocale(param_2);\n uVar6 = __nl_langinfo_l(0x4002b,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;\n uVar6 = __nl_langinfo_l(0x4002c,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;\n if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }\n pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);\n local_58 = (char *)__nl_langinfo_l(0x40005,param_2);\n local_50 = (char *)__nl_langinfo_l(0x40006,param_2);\n local_48 = (char *)__nl_langinfo_l(0x40001,param_2);\n pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n cVar2 = *pcVar9;\n if (*(int *)(lVar13 + 0x28) == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));\n *(size_t *)(lVar13 + 0x48) = sVar10;\n if (cVar2 == '\0') {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));\n *(size_t *)(lVar13 + 0x58) = sVar10;\n sVar10 = strlen(local_48);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));\n *(size_t *)(lVar13 + 0x38) = sVar10;\n pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);\n cVar4 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);\n *(undefined4 *)(lVar13 + 100) = uVar6;\n pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);\n *(undefined4 *)(lVar13 + 0x68) = uVar6;\n __uselocale(uVar7);\n return;\n }" if (parenthesized_expression "(param_2 != 0)" ( (binary_expression "param_2 != 0" identifier != number_literal) )) (compound_statement "{\n uVar7 = __uselocale(param_2);\n uVar6 = __nl_langinfo_l(0x4002b,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;\n uVar6 = __nl_langinfo_l(0x4002c,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;\n if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }\n pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);\n local_58 = (char *)__nl_langinfo_l(0x40005,param_2);\n local_50 = (char *)__nl_langinfo_l(0x40006,param_2);\n local_48 = (char *)__nl_langinfo_l(0x40001,param_2);\n pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n cVar2 = *pcVar9;\n if (*(int *)(lVar13 + 0x28) == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));\n *(size_t *)(lVar13 + 0x48) = sVar10;\n if (cVar2 == '\0') {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));\n *(size_t *)(lVar13 + 0x58) = sVar10;\n sVar10 = strlen(local_48);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));\n *(size_t *)(lVar13 + 0x38) = sVar10;\n pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);\n cVar4 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);\n *(undefined4 *)(lVar13 + 100) = uVar6;\n pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);\n *(undefined4 *)(lVar13 + 0x68) = uVar6;\n __uselocale(uVar7);\n return;\n }" { (expression_statement "uVar7 = __uselocale(param_2);" (assignment_expression "uVar7 = __uselocale(param_2)" identifier = (call_expression "__uselocale(param_2)" identifier (argument_list "(param_2)" ( identifier )))) ;) (expression_statement "uVar6 = __nl_langinfo_l(0x4002b,param_2);" (assignment_expression "uVar6 = __nl_langinfo_l(0x4002b,param_2)" identifier = (call_expression "__nl_langinfo_l(0x4002b,param_2)" identifier (argument_list "(0x4002b,param_2)" ( number_literal , identifier )))) ;) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x24)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x24" (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) )))) = identifier) ;) (expression_statement "uVar6 = __nl_langinfo_l(0x4002c,param_2);" (assignment_expression "uVar6 = __nl_langinfo_l(0x4002c,param_2)" identifier = (call_expression "__nl_langinfo_l(0x4002c,param_2)" identifier (argument_list "(0x4002c,param_2)" ( number_literal , identifier )))) ;) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x28)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x28" (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) )))) = identifier) ;) (if_statement "if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }" if (parenthesized_expression "(*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0)" ( (binary_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0" (pointer_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x24)" * (cast_expression "(int *)(*(long *)(param_1 + 0x10) + 0x24)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x24)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x24" (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) )))) == number_literal) )) (compound_statement "{\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }" { (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x60)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x60" (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) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x24)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x24" (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) )))) = number_literal) ;) }) (else_clause "else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }" else (compound_statement "{\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }" { (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40008,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40008,param_2)" identifier (argument_list "(0x40008,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "*(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;" (assignment_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8" (pointer_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x60)" * (cast_expression "(int *)(*(long *)(param_1 + 0x10) + 0x60)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x60)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x60" (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) )))) = (cast_expression "(int)*pcVar8" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*pcVar8" * identifier))) ;) }))) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40004,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40004,param_2)" identifier (argument_list "(0x40004,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "local_58 = (char *)__nl_langinfo_l(0x40005,param_2);" (assignment_expression "local_58 = (char *)__nl_langinfo_l(0x40005,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40005,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40005,param_2)" identifier (argument_list "(0x40005,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "local_50 = (char *)__nl_langinfo_l(0x40006,param_2);" (assignment_expression "local_50 = (char *)__nl_langinfo_l(0x40006,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40006,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40006,param_2)" identifier (argument_list "(0x40006,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "local_48 = (char *)__nl_langinfo_l(0x40001,param_2);" (assignment_expression "local_48 = (char *)__nl_langinfo_l(0x40001,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40001,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40001,param_2)" identifier (argument_list "(0x40001,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);" (assignment_expression "pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x4000e,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x4000e,param_2)" identifier (argument_list "(0x4000e,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "cVar2 = *pcVar9;" (assignment_expression "cVar2 = *pcVar9" identifier = (pointer_expression "*pcVar9" * identifier)) ;) (if_statement "if (*(int *)(lVar13 + 0x28) == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }" if (parenthesized_expression "(*(int *)(lVar13 + 0x28) == 0)" ( (binary_expression "*(int *)(lVar13 + 0x28) == 0" (pointer_expression "*(int *)(lVar13 + 0x28)" * (cast_expression "(int *)(lVar13 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x28)" ( (binary_expression "lVar13 + 0x28" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }" { (expression_statement "*(char **)(lVar13 + 0x10) = "";" (assignment_expression "*(char **)(lVar13 + 0x10) = """ (pointer_expression "*(char **)(lVar13 + 0x10)" * (cast_expression "(char **)(lVar13 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar13 + 0x10)" ( (binary_expression "lVar13 + 0x10" identifier + number_literal) )))) = (string_literal """" " ")) ;) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x18)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x18" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;" (assignment_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0" (pointer_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" * (cast_expression "(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x20)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x20" (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) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x28)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x28" (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) )))) = number_literal) ;) (expression_statement "sVar10 = strlen(local_58);" (assignment_expression "sVar10 = strlen(local_58)" identifier = (call_expression "strlen(local_58)" identifier (argument_list "(local_58)" ( identifier )))) ;) }) (else_clause "else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }" else (compound_statement "{\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }" { (expression_statement "sVar10 = strlen(pcVar8);" (assignment_expression "sVar10 = strlen(pcVar8)" identifier = (call_expression "strlen(pcVar8)" identifier (argument_list "(pcVar8)" ( identifier )))) ;) (if_statement "if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }" if (parenthesized_expression "(sVar10 == 0)" ( (binary_expression "sVar10 == 0" identifier == number_literal) )) (compound_statement "{\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }" { (expression_statement "*(char **)(lVar13 + 0x10) = "";" (assignment_expression "*(char **)(lVar13 + 0x10) = """ (pointer_expression "*(char **)(lVar13 + 0x10)" * (cast_expression "(char **)(lVar13 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar13 + 0x10)" ( (binary_expression "lVar13 + 0x10" identifier + number_literal) )))) = (string_literal """" " ")) ;) (expression_statement "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;" (assignment_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0" (pointer_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" * (cast_expression "(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x20)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x20" (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) )))) = number_literal) ;) }) (else_clause "else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }" else (compound_statement "{\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }" { (expression_statement "__dest = (void *)thunk_FUN_00337280(sVar10 + 1);" (assignment_expression "__dest = (void *)thunk_FUN_00337280(sVar10 + 1)" identifier = (cast_expression "(void *)thunk_FUN_00337280(sVar10 + 1)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_00337280(sVar10 + 1)" identifier (argument_list "(sVar10 + 1)" ( (binary_expression "sVar10 + 1" identifier + number_literal) ))))) ;) (expression_statement "memcpy(__dest,pcVar8,sVar10 + 1);" (call_expression "memcpy(__dest,pcVar8,sVar10 + 1)" identifier (argument_list "(__dest,pcVar8,sVar10 + 1)" ( identifier , identifier , (binary_expression "sVar10 + 1" identifier + number_literal) ))) ;) (expression_statement "*(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;" (assignment_expression "*(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest" (pointer_expression "*(void **)(*(long *)(param_1 + 0x10) + 0x10)" * (cast_expression "(void **)(*(long *)(param_1 + 0x10) + 0x10)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x10)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x10" (pointer_expression "*(long *)(param_1 + 0x10)" * (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) )))) = identifier) ;) }))) (expression_statement "*(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;" (assignment_expression "*(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10" (pointer_expression "*(size_t *)(*(long *)(param_1 + 0x10) + 0x18)" * (cast_expression "(size_t *)(*(long *)(param_1 + 0x10) + 0x18)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x18)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x18" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) + number_literal) )))) = identifier) ;) (expression_statement "sVar10 = strlen(local_58);" (assignment_expression "sVar10 = strlen(local_58)" identifier = (call_expression "strlen(local_58)" identifier (argument_list "(local_58)" ( identifier )))) ;) }))) (if_statement "if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }" if (parenthesized_expression "(sVar10 == 0)" ( (binary_expression "sVar10 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }" { (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40)" * (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x40)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x40)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x40" (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) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) }) (else_clause "else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }" else (compound_statement "{\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }" { (expression_statement "local_40[0].__count = 0;" (assignment_expression "local_40[0].__count = 0" (field_expression "local_40[0].__count" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "local_40[0].__value = (_union_27)0x0;" (assignment_expression "local_40[0].__value = (_union_27)0x0" (field_expression "local_40[0].__value" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = (cast_expression "(_union_27)0x0" ( (type_descriptor "_union_27" type_identifier) ) number_literal)) ;) (expression_statement "uVar1 = sVar10 + 1;" (assignment_expression "uVar1 = sVar10 + 1" identifier = (binary_expression "sVar10 + 1" identifier + number_literal)) ;) (expression_statement "lVar13 = uVar1 * 4;" (assignment_expression "lVar13 = uVar1 * 4" identifier = (binary_expression "uVar1 * 4" identifier * number_literal)) ;) (if_statement "if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }" if (parenthesized_expression "(0x1ffffffffffffffe < uVar1)" ( (binary_expression "0x1ffffffffffffffe < uVar1" number_literal < identifier) )) (compound_statement "{\n lVar13 = -1;\n }" { (expression_statement "lVar13 = -1;" (assignment_expression "lVar13 = -1" identifier = number_literal) ;) })) (expression_statement "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);" (assignment_expression "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13)" identifier = (cast_expression "(wchar_t *)thunk_FUN_00337280(lVar13)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_00337280(lVar13)" identifier (argument_list "(lVar13)" ( identifier ))))) ;) (expression_statement "mbsrtowcs(pwVar11,&local_58,uVar1,local_40);" (call_expression "mbsrtowcs(pwVar11,&local_58,uVar1,local_40)" identifier (argument_list "(pwVar11,&local_58,uVar1,local_40)" ( identifier , (pointer_expression "&local_58" & identifier) , identifier , identifier ))) ;) (expression_statement "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;" (assignment_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11" (pointer_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40)" * (cast_expression "(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x40)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x40" (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) )))) = identifier) ;) }))) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));" (assignment_expression "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40))" identifier = (call_expression "wcslen(*(wchar_t **)(lVar13 + 0x40))" identifier (argument_list "(*(wchar_t **)(lVar13 + 0x40))" ( (pointer_expression "*(wchar_t **)(lVar13 + 0x40)" * (cast_expression "(wchar_t **)(lVar13 + 0x40)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar13 + 0x40)" ( (binary_expression "lVar13 + 0x40" identifier + number_literal) )))) )))) ;) (expression_statement "*(size_t *)(lVar13 + 0x48) = sVar10;" (assignment_expression "*(size_t *)(lVar13 + 0x48) = sVar10" (pointer_expression "*(size_t *)(lVar13 + 0x48)" * (cast_expression "(size_t *)(lVar13 + 0x48)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x48)" ( (binary_expression "lVar13 + 0x48" identifier + number_literal) )))) = identifier) ;) (if_statement "if (cVar2 == '\0') {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }" if (parenthesized_expression "(cVar2 == '\0')" ( (binary_expression "cVar2 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }" { (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" * (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x50)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x50" (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) )))) = (pointer_expression "&DAT_004023e4" & identifier)) ;) }) (else_clause "else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }" else (compound_statement "{\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }" { (expression_statement "sVar10 = strlen(local_50);" (assignment_expression "sVar10 = strlen(local_50)" identifier = (call_expression "strlen(local_50)" identifier (argument_list "(local_50)" ( identifier )))) ;) (if_statement "if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }" if (parenthesized_expression "(sVar10 == 0)" ( (binary_expression "sVar10 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }" { (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" * (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x50)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x50" (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) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) }) (else_clause "else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }" else (compound_statement "{\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }" { (expression_statement "local_40[0].__count = 0;" (assignment_expression "local_40[0].__count = 0" (field_expression "local_40[0].__count" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "local_40[0].__value = (_union_27)0x0;" (assignment_expression "local_40[0].__value = (_union_27)0x0" (field_expression "local_40[0].__value" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = (cast_expression "(_union_27)0x0" ( (type_descriptor "_union_27" type_identifier) ) number_literal)) ;) (expression_statement "uVar1 = sVar10 + 1;" (assignment_expression "uVar1 = sVar10 + 1" identifier = (binary_expression "sVar10 + 1" identifier + number_literal)) ;) (expression_statement "lVar13 = uVar1 * 4;" (assignment_expression "lVar13 = uVar1 * 4" identifier = (binary_expression "uVar1 * 4" identifier * number_literal)) ;) (if_statement "if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }" if (parenthesized_expression "(0x1ffffffffffffffe < uVar1)" ( (binary_expression "0x1ffffffffffffffe < uVar1" number_literal < identifier) )) (compound_statement "{\n lVar13 = -1;\n }" { (expression_statement "lVar13 = -1;" (assignment_expression "lVar13 = -1" identifier = number_literal) ;) })) (expression_statement "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);" (assignment_expression "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13)" identifier = (cast_expression "(wchar_t *)thunk_FUN_00337280(lVar13)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_00337280(lVar13)" identifier (argument_list "(lVar13)" ( identifier ))))) ;) (expression_statement "mbsrtowcs(pwVar11,&local_50,uVar1,local_40);" (call_expression "mbsrtowcs(pwVar11,&local_50,uVar1,local_40)" identifier (argument_list "(pwVar11,&local_50,uVar1,local_40)" ( identifier , (pointer_expression "&local_50" & identifier) , identifier , identifier ))) ;) (expression_statement "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;" (assignment_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11" (pointer_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50)" * (cast_expression "(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x50)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x50" (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) )))) = identifier) ;) }))) }))) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));" (assignment_expression "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50))" identifier = (call_expression "wcslen(*(wchar_t **)(lVar13 + 0x50))" identifier (argument_list "(*(wchar_t **)(lVar13 + 0x50))" ( (pointer_expression "*(wchar_t **)(lVar13 + 0x50)" * (cast_expression "(wchar_t **)(lVar13 + 0x50)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar13 + 0x50)" ( (binary_expression "lVar13 + 0x50" identifier + number_literal) )))) )))) ;) (expression_statement "*(size_t *)(lVar13 + 0x58) = sVar10;" (assignment_expression "*(size_t *)(lVar13 + 0x58) = sVar10" (pointer_expression "*(size_t *)(lVar13 + 0x58)" * (cast_expression "(size_t *)(lVar13 + 0x58)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x58)" ( (binary_expression "lVar13 + 0x58" identifier + number_literal) )))) = identifier) ;) (expression_statement "sVar10 = strlen(local_48);" (assignment_expression "sVar10 = strlen(local_48)" identifier = (call_expression "strlen(local_48)" identifier (argument_list "(local_48)" ( identifier )))) ;) (if_statement "if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }" if (parenthesized_expression "(sVar10 == 0)" ( (binary_expression "sVar10 == 0" identifier == number_literal) )) (compound_statement "{\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }" { (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30)" * (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x30)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x30)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x30" (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) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) }) (else_clause "else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }" else (compound_statement "{\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }" { (expression_statement "local_40[0].__count = 0;" (assignment_expression "local_40[0].__count = 0" (field_expression "local_40[0].__count" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = number_literal) ;) (expression_statement "local_40[0].__value = (_union_27)0x0;" (assignment_expression "local_40[0].__value = (_union_27)0x0" (field_expression "local_40[0].__value" (subscript_expression "local_40[0]" identifier [ number_literal ]) . field_identifier) = (cast_expression "(_union_27)0x0" ( (type_descriptor "_union_27" type_identifier) ) number_literal)) ;) (expression_statement "uVar1 = sVar10 + 1;" (assignment_expression "uVar1 = sVar10 + 1" identifier = (binary_expression "sVar10 + 1" identifier + number_literal)) ;) (expression_statement "lVar13 = uVar1 * 4;" (assignment_expression "lVar13 = uVar1 * 4" identifier = (binary_expression "uVar1 * 4" identifier * number_literal)) ;) (if_statement "if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }" if (parenthesized_expression "(0x1ffffffffffffffe < uVar1)" ( (binary_expression "0x1ffffffffffffffe < uVar1" number_literal < identifier) )) (compound_statement "{\n lVar13 = -1;\n }" { (expression_statement "lVar13 = -1;" (assignment_expression "lVar13 = -1" identifier = number_literal) ;) })) (expression_statement "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);" (assignment_expression "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13)" identifier = (cast_expression "(wchar_t *)thunk_FUN_00337280(lVar13)" ( (type_descriptor "wchar_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "thunk_FUN_00337280(lVar13)" identifier (argument_list "(lVar13)" ( identifier ))))) ;) (expression_statement "mbsrtowcs(pwVar11,&local_48,uVar1,local_40);" (call_expression "mbsrtowcs(pwVar11,&local_48,uVar1,local_40)" identifier (argument_list "(pwVar11,&local_48,uVar1,local_40)" ( identifier , (pointer_expression "&local_48" & identifier) , identifier , identifier ))) ;) (expression_statement "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;" (assignment_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11" (pointer_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30)" * (cast_expression "(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x30)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x30" (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) )))) = identifier) ;) }))) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));" (assignment_expression "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30))" identifier = (call_expression "wcslen(*(wchar_t **)(lVar13 + 0x30))" identifier (argument_list "(*(wchar_t **)(lVar13 + 0x30))" ( (pointer_expression "*(wchar_t **)(lVar13 + 0x30)" * (cast_expression "(wchar_t **)(lVar13 + 0x30)" ( (type_descriptor "wchar_t **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(lVar13 + 0x30)" ( (binary_expression "lVar13 + 0x30" identifier + number_literal) )))) )))) ;) (expression_statement "*(size_t *)(lVar13 + 0x38) = sVar10;" (assignment_expression "*(size_t *)(lVar13 + 0x38) = sVar10" (pointer_expression "*(size_t *)(lVar13 + 0x38)" * (cast_expression "(size_t *)(lVar13 + 0x38)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x38)" ( (binary_expression "lVar13 + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x40009,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x40009,param_2)" identifier (argument_list "(0x40009,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "cVar3 = *pcVar8;" (assignment_expression "cVar3 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x4000a,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x4000a,param_2)" identifier (argument_list "(0x4000a,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "cVar4 = *pcVar8;" (assignment_expression "cVar4 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x4000d,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x4000d,param_2)" identifier (argument_list "(0x4000d,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);" (assignment_expression "uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8)" identifier = (call_expression "FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8)" identifier (argument_list "((int)cVar3,(int)cVar4,(int)*pcVar8)" ( (cast_expression "(int)cVar3" ( (type_descriptor "int" primitive_type) ) identifier) , (cast_expression "(int)cVar4" ( (type_descriptor "int" primitive_type) ) identifier) , (cast_expression "(int)*pcVar8" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*pcVar8" * identifier)) )))) ;) (expression_statement "*(undefined4 *)(lVar13 + 100) = uVar6;" (assignment_expression "*(undefined4 *)(lVar13 + 100) = uVar6" (pointer_expression "*(undefined4 *)(lVar13 + 100)" * (cast_expression "(undefined4 *)(lVar13 + 100)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 100)" ( (binary_expression "lVar13 + 100" identifier + number_literal) )))) = identifier) ;) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x4000b,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x4000b,param_2)" identifier (argument_list "(0x4000b,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "cVar3 = *pcVar8;" (assignment_expression "cVar3 = *pcVar8" identifier = (pointer_expression "*pcVar8" * identifier)) ;) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2)" identifier = (cast_expression "(char *)__nl_langinfo_l(0x4000c,param_2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "__nl_langinfo_l(0x4000c,param_2)" identifier (argument_list "(0x4000c,param_2)" ( number_literal , identifier ))))) ;) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" identifier = (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);" (assignment_expression "uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2)" identifier = (call_expression "FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2)" identifier (argument_list "((int)cVar3,(int)*pcVar8,(int)cVar2)" ( (cast_expression "(int)cVar3" ( (type_descriptor "int" primitive_type) ) identifier) , (cast_expression "(int)*pcVar8" ( (type_descriptor "int" primitive_type) ) (pointer_expression "*pcVar8" * identifier)) , (cast_expression "(int)cVar2" ( (type_descriptor "int" primitive_type) ) identifier) )))) ;) (expression_statement "*(undefined4 *)(lVar13 + 0x68) = uVar6;" (assignment_expression "*(undefined4 *)(lVar13 + 0x68) = uVar6" (pointer_expression "*(undefined4 *)(lVar13 + 0x68)" * (cast_expression "(undefined4 *)(lVar13 + 0x68)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar13 + 0x68)" ( (binary_expression "lVar13 + 0x68" identifier + number_literal) )))) = identifier) ;) (expression_statement "__uselocale(uVar7);" (call_expression "__uselocale(uVar7)" identifier (argument_list "(uVar7)" ( identifier ))) ;) (return_statement "return;" return ;) })) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x24)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x24" (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) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x28)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x28" (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) )))) = number_literal) ;) (expression_statement "*(char **)(*(long *)(param_1 + 0x10) + 0x10) = "";" (assignment_expression "*(char **)(*(long *)(param_1 + 0x10) + 0x10) = """ (pointer_expression "*(char **)(*(long *)(param_1 + 0x10) + 0x10)" * (cast_expression "(char **)(*(long *)(param_1 + 0x10) + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x10)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x10" (pointer_expression "*(long *)(param_1 + 0x10)" * (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) )))) = (string_literal """" " ")) ;) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x18)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x18" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;" (assignment_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0" (pointer_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" * (cast_expression "(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x20)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x20" (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) )))) = number_literal) ;) (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30)" * (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x30)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x30)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x30" (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) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38) = 0;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38) = 0" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x38)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x38" (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) )))) = number_literal) ;) (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40)" * (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x40)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x40)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x40" (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) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48) = 0;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48) = 0" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x48)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x48" (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) )))) = number_literal) ;) (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" * (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" ( (type_descriptor "undefined **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x50)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x50" (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) )))) = (pointer_expression "&DAT_004023ec" & identifier)) ;) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58) = 0;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58) = 0" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58)" * (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x58)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x58" (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) )))) = number_literal) ;) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x60)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x60" (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) )))) = number_literal) ;) (expression_statement "uVar6 = DAT_004025d8;" (assignment_expression "uVar6 = DAT_004025d8" identifier = identifier) ;) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 100) = DAT_004025d8;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 100) = DAT_004025d8" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 100)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 100)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 100)" ( (binary_expression "*(long *)(param_1 + 0x10) + 100" (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) )))) = identifier) ;) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68) = uVar6;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68) = uVar6" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68)" * (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x68)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x68" (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) )))) = identifier) ;) (expression_statement "puVar5 = PTR_DAT_004ba838;" (assignment_expression "puVar5 = PTR_DAT_004ba838" identifier = identifier) ;) (expression_statement "lVar13 = 0;" (assignment_expression "lVar13 = 0" identifier = number_literal) ;) (do_statement "do {\n *(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];\n lVar13 = lVar13 + 1;\n } while (lVar13 != 0xb);" do (compound_statement "{\n *(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];\n lVar13 = lVar13 + 1;\n }" { (expression_statement "*(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];" (assignment_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13]" (pointer_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4)" * (cast_expression "(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4)" ( (binary_expression "*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4" (binary_expression "*(long *)(param_1 + 0x10) + 0x6c" (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) + (binary_expression "lVar13 * 4" identifier * number_literal)) )))) = (cast_expression "(int)(char)puVar5[lVar13]" ( (type_descriptor "int" primitive_type) ) (cast_expression "(char)puVar5[lVar13]" ( (type_descriptor "char" primitive_type) ) (subscript_expression "puVar5[lVar13]" identifier [ identifier ])))) ;) (expression_statement "lVar13 = lVar13 + 1;" (assignment_expression "lVar13 = lVar13 + 1" identifier = (binary_expression "lVar13 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(lVar13 != 0xb)" ( (binary_expression "lVar13 != 0xb" identifier != number_literal) )) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT )))) ;) (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) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT )))) ;) (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) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , IDENT ))))) ;) (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) )))) = (cast_expression ( (type_descriptor TYPE) ) (pointer_expression * IDENT))) ;) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , IDENT ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (string_literal " ")) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (string_literal " ")) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) = LIT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) ))))) ;) (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 * (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) )))) = IDENT) ;) }))) (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) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (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) )))) = (pointer_expression & IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (field_expression (subscript_expression IDENT [ LIT ]) . field_identifier) = LIT) ;) (expression_statement (assignment_expression (field_expression (subscript_expression IDENT [ LIT ]) . field_identifier) = (cast_expression ( (type_descriptor TYPE) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , IDENT , IDENT ))) ;) (expression_statement (assignment_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) )))) = 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 = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (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 & IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (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) )))) = (pointer_expression & IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (field_expression (subscript_expression IDENT [ LIT ]) . field_identifier) = LIT) ;) (expression_statement (assignment_expression (field_expression (subscript_expression IDENT [ LIT ]) . field_identifier) = (cast_expression ( (type_descriptor TYPE) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , IDENT , IDENT ))) ;) (expression_statement (assignment_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) )))) = 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 = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (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 * (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 & IDENT)) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression (field_expression (subscript_expression IDENT [ LIT ]) . field_identifier) = LIT) ;) (expression_statement (assignment_expression (field_expression (subscript_expression IDENT [ LIT ]) . field_identifier) = (cast_expression ( (type_descriptor TYPE) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT * LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression LIT < IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) })) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( IDENT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , IDENT , IDENT ))) ;) (expression_statement (assignment_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) )))) = 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 = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , IDENT ))))) ;) (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 , IDENT ))))) ;) (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 , 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 = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE) ) IDENT) , (cast_expression ( (type_descriptor TYPE) ) IDENT) , (cast_expression ( (type_descriptor TYPE) ) (pointer_expression * IDENT)) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , IDENT ))))) ;) (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 , 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 = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE) ) IDENT) , (cast_expression ( (type_descriptor TYPE) ) (pointer_expression * IDENT)) , (cast_expression ( (type_descriptor TYPE) ) IDENT) )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (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) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) = LIT) ;) (expression_statement (assignment_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) )))) = (string_literal " ")) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) = LIT) ;) (expression_statement (assignment_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) )))) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) = LIT) ;) (expression_statement (assignment_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) )))) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) = LIT) ;) (expression_statement (assignment_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) )))) = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (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) )))) = IDENT) ;) (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) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) + (binary_expression IDENT * LIT)) )))) = (cast_expression ( (type_descriptor TYPE) ) (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ IDENT ])))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( (binary_expression IDENT != LIT) )) ;) (return_statement return ;) }))) | (function_definition "void FUN_0037ca10(long param_1,long param_2)\n\n{\n ulong uVar1;\n char cVar2;\n char cVar3;\n char cVar4;\n undefined *puVar5;\n undefined4 uVar6;\n undefined8 uVar7;\n char *pcVar8;\n char *pcVar9;\n size_t sVar10;\n void *__dest;\n wchar_t *pwVar11;\n undefined8 *puVar12;\n long lVar13;\n char *local_58;\n char *local_50;\n char *local_48;\n mbstate_t local_40 [2];\n \n if (*(long *)(param_1 + 0x10) == 0) {\n puVar12 = (undefined8 *)FUN_00337280(0xa0);\n *(undefined4 *)(puVar12 + 1) = 0;\n puVar12[2] = 0;\n *puVar12 = &PTR_FUN_004b7360;\n puVar12[3] = 0;\n *(undefined1 *)(puVar12 + 4) = 0;\n *(undefined8 *)((long)puVar12 + 0x24) = 0;\n puVar12[6] = 0;\n puVar12[7] = 0;\n puVar12[8] = 0;\n puVar12[9] = 0;\n puVar12[10] = 0;\n puVar12[0xb] = 0;\n puVar12[0xc] = 0;\n *(undefined4 *)(puVar12 + 0xd) = 0;\n *(undefined1 *)(puVar12 + 0x13) = 0;\n *(undefined8 **)(param_1 + 0x10) = puVar12;\n }\n if (param_2 != 0) {\n uVar7 = __uselocale(param_2);\n uVar6 = __nl_langinfo_l(0x4002b,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;\n uVar6 = __nl_langinfo_l(0x4002c,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;\n if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }\n pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);\n local_58 = (char *)__nl_langinfo_l(0x40005,param_2);\n local_50 = (char *)__nl_langinfo_l(0x40006,param_2);\n local_48 = (char *)__nl_langinfo_l(0x40001,param_2);\n pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n cVar2 = *pcVar9;\n if (*(int *)(lVar13 + 0x28) == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));\n *(size_t *)(lVar13 + 0x48) = sVar10;\n if (cVar2 == '\0') {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));\n *(size_t *)(lVar13 + 0x58) = sVar10;\n sVar10 = strlen(local_48);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));\n *(size_t *)(lVar13 + 0x38) = sVar10;\n pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);\n cVar4 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);\n *(undefined4 *)(lVar13 + 100) = uVar6;\n pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);\n *(undefined4 *)(lVar13 + 0x68) = uVar6;\n __uselocale(uVar7);\n return;\n }\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n *(char **)(*(long *)(param_1 + 0x10) + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n uVar6 = DAT_004025d8;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 100) = DAT_004025d8;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68) = uVar6;\n puVar5 = PTR_DAT_004ba838;\n lVar13 = 0;\n do {\n *(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];\n lVar13 = lVar13 + 1;\n } while (lVar13 != 0xb);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0037ca10(long param_1,long param_2)" (identifier "FUN_0037ca10") (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 ulong uVar1;\n char cVar2;\n char cVar3;\n char cVar4;\n undefined *puVar5;\n undefined4 uVar6;\n undefined8 uVar7;\n char *pcVar8;\n char *pcVar9;\n size_t sVar10;\n void *__dest;\n wchar_t *pwVar11;\n undefined8 *puVar12;\n long lVar13;\n char *local_58;\n char *local_50;\n char *local_48;\n mbstate_t local_40 [2];\n \n if (*(long *)(param_1 + 0x10) == 0) {\n puVar12 = (undefined8 *)FUN_00337280(0xa0);\n *(undefined4 *)(puVar12 + 1) = 0;\n puVar12[2] = 0;\n *puVar12 = &PTR_FUN_004b7360;\n puVar12[3] = 0;\n *(undefined1 *)(puVar12 + 4) = 0;\n *(undefined8 *)((long)puVar12 + 0x24) = 0;\n puVar12[6] = 0;\n puVar12[7] = 0;\n puVar12[8] = 0;\n puVar12[9] = 0;\n puVar12[10] = 0;\n puVar12[0xb] = 0;\n puVar12[0xc] = 0;\n *(undefined4 *)(puVar12 + 0xd) = 0;\n *(undefined1 *)(puVar12 + 0x13) = 0;\n *(undefined8 **)(param_1 + 0x10) = puVar12;\n }\n if (param_2 != 0) {\n uVar7 = __uselocale(param_2);\n uVar6 = __nl_langinfo_l(0x4002b,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;\n uVar6 = __nl_langinfo_l(0x4002c,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;\n if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }\n pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);\n local_58 = (char *)__nl_langinfo_l(0x40005,param_2);\n local_50 = (char *)__nl_langinfo_l(0x40006,param_2);\n local_48 = (char *)__nl_langinfo_l(0x40001,param_2);\n pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n cVar2 = *pcVar9;\n if (*(int *)(lVar13 + 0x28) == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));\n *(size_t *)(lVar13 + 0x48) = sVar10;\n if (cVar2 == '\0') {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));\n *(size_t *)(lVar13 + 0x58) = sVar10;\n sVar10 = strlen(local_48);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));\n *(size_t *)(lVar13 + 0x38) = sVar10;\n pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);\n cVar4 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);\n *(undefined4 *)(lVar13 + 100) = uVar6;\n pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);\n *(undefined4 *)(lVar13 + 0x68) = uVar6;\n __uselocale(uVar7);\n return;\n }\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n *(char **)(*(long *)(param_1 + 0x10) + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48) = 0;\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n uVar6 = DAT_004025d8;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 100) = DAT_004025d8;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68) = uVar6;\n puVar5 = PTR_DAT_004ba838;\n lVar13 = 0;\n do {\n *(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];\n lVar13 = lVar13 + 1;\n } while (lVar13 != 0xb);\n return;\n}" ({ "{") (declaration "ulong uVar1;" (type_identifier "ulong") (identifier "uVar1") (; ";")) (declaration "char cVar2;" (primitive_type "char") (identifier "cVar2") (; ";")) (declaration "char cVar3;" (primitive_type "char") (identifier "cVar3") (; ";")) (declaration "char cVar4;" (primitive_type "char") (identifier "cVar4") (; ";")) (declaration "undefined *puVar5;" (type_identifier "undefined") (pointer_declarator "*puVar5" (* "*") (identifier "puVar5")) (; ";")) (declaration "undefined4 uVar6;" (type_identifier "undefined4") (identifier "uVar6") (; ";")) (declaration "undefined8 uVar7;" (type_identifier "undefined8") (identifier "uVar7") (; ";")) (declaration "char *pcVar8;" (primitive_type "char") (pointer_declarator "*pcVar8" (* "*") (identifier "pcVar8")) (; ";")) (declaration "char *pcVar9;" (primitive_type "char") (pointer_declarator "*pcVar9" (* "*") (identifier "pcVar9")) (; ";")) (declaration "size_t sVar10;" (primitive_type "size_t") (identifier "sVar10") (; ";")) (declaration "void *__dest;" (primitive_type "void") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (declaration "wchar_t *pwVar11;" (type_identifier "wchar_t") (pointer_declarator "*pwVar11" (* "*") (identifier "pwVar11")) (; ";")) (declaration "undefined8 *puVar12;" (type_identifier "undefined8") (pointer_declarator "*puVar12" (* "*") (identifier "puVar12")) (; ";")) (declaration "long lVar13;" (sized_type_specifier "long" (long "long")) (identifier "lVar13") (; ";")) (declaration "char *local_58;" (primitive_type "char") (pointer_declarator "*local_58" (* "*") (identifier "local_58")) (; ";")) (declaration "char *local_50;" (primitive_type "char") (pointer_declarator "*local_50" (* "*") (identifier "local_50")) (; ";")) (declaration "char *local_48;" (primitive_type "char") (pointer_declarator "*local_48" (* "*") (identifier "local_48")) (; ";")) (declaration "mbstate_t local_40 [2];" (type_identifier "mbstate_t") (array_declarator "local_40 [2]" (identifier "local_40") ([ "[") (number_literal "2") (] "]")) (; ";")) (if_statement "if (*(long *)(param_1 + 0x10) == 0) {\n puVar12 = (undefined8 *)FUN_00337280(0xa0);\n *(undefined4 *)(puVar12 + 1) = 0;\n puVar12[2] = 0;\n *puVar12 = &PTR_FUN_004b7360;\n puVar12[3] = 0;\n *(undefined1 *)(puVar12 + 4) = 0;\n *(undefined8 *)((long)puVar12 + 0x24) = 0;\n puVar12[6] = 0;\n puVar12[7] = 0;\n puVar12[8] = 0;\n puVar12[9] = 0;\n puVar12[10] = 0;\n puVar12[0xb] = 0;\n puVar12[0xc] = 0;\n *(undefined4 *)(puVar12 + 0xd) = 0;\n *(undefined1 *)(puVar12 + 0x13) = 0;\n *(undefined8 **)(param_1 + 0x10) = puVar12;\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) == 0" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n puVar12 = (undefined8 *)FUN_00337280(0xa0);\n *(undefined4 *)(puVar12 + 1) = 0;\n puVar12[2] = 0;\n *puVar12 = &PTR_FUN_004b7360;\n puVar12[3] = 0;\n *(undefined1 *)(puVar12 + 4) = 0;\n *(undefined8 *)((long)puVar12 + 0x24) = 0;\n puVar12[6] = 0;\n puVar12[7] = 0;\n puVar12[8] = 0;\n puVar12[9] = 0;\n puVar12[10] = 0;\n puVar12[0xb] = 0;\n puVar12[0xc] = 0;\n *(undefined4 *)(puVar12 + 0xd) = 0;\n *(undefined1 *)(puVar12 + 0x13) = 0;\n *(undefined8 **)(param_1 + 0x10) = puVar12;\n }" ({ "{") (expression_statement "puVar12 = (undefined8 *)FUN_00337280(0xa0);" (assignment_expression "puVar12 = (undefined8 *)FUN_00337280(0xa0)" (identifier "puVar12") (= "=") (cast_expression "(undefined8 *)FUN_00337280(0xa0)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00337280(0xa0)" (identifier "FUN_00337280") (argument_list "(0xa0)" (( "(") (number_literal "0xa0") () ")"))))) (; ";")) (expression_statement "*(undefined4 *)(puVar12 + 1) = 0;" (assignment_expression "*(undefined4 *)(puVar12 + 1) = 0" (pointer_expression "*(undefined4 *)(puVar12 + 1)" (* "*") (cast_expression "(undefined4 *)(puVar12 + 1)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar12 + 1)" (( "(") (binary_expression "puVar12 + 1" (identifier "puVar12") (+ "+") (number_literal "1")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar12[2] = 0;" (assignment_expression "puVar12[2] = 0" (subscript_expression "puVar12[2]" (identifier "puVar12") ([ "[") (number_literal "2") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*puVar12 = &PTR_FUN_004b7360;" (assignment_expression "*puVar12 = &PTR_FUN_004b7360" (pointer_expression "*puVar12" (* "*") (identifier "puVar12")) (= "=") (pointer_expression "&PTR_FUN_004b7360" (& "&") (identifier "PTR_FUN_004b7360"))) (; ";")) (expression_statement "puVar12[3] = 0;" (assignment_expression "puVar12[3] = 0" (subscript_expression "puVar12[3]" (identifier "puVar12") ([ "[") (number_literal "3") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)(puVar12 + 4) = 0;" (assignment_expression "*(undefined1 *)(puVar12 + 4) = 0" (pointer_expression "*(undefined1 *)(puVar12 + 4)" (* "*") (cast_expression "(undefined1 *)(puVar12 + 4)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar12 + 4)" (( "(") (binary_expression "puVar12 + 4" (identifier "puVar12") (+ "+") (number_literal "4")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 *)((long)puVar12 + 0x24) = 0;" (assignment_expression "*(undefined8 *)((long)puVar12 + 0x24) = 0" (pointer_expression "*(undefined8 *)((long)puVar12 + 0x24)" (* "*") (cast_expression "(undefined8 *)((long)puVar12 + 0x24)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar12 + 0x24)" (( "(") (binary_expression "(long)puVar12 + 0x24" (cast_expression "(long)puVar12" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar12")) (+ "+") (number_literal "0x24")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar12[6] = 0;" (assignment_expression "puVar12[6] = 0" (subscript_expression "puVar12[6]" (identifier "puVar12") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar12[7] = 0;" (assignment_expression "puVar12[7] = 0" (subscript_expression "puVar12[7]" (identifier "puVar12") ([ "[") (number_literal "7") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar12[8] = 0;" (assignment_expression "puVar12[8] = 0" (subscript_expression "puVar12[8]" (identifier "puVar12") ([ "[") (number_literal "8") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar12[9] = 0;" (assignment_expression "puVar12[9] = 0" (subscript_expression "puVar12[9]" (identifier "puVar12") ([ "[") (number_literal "9") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar12[10] = 0;" (assignment_expression "puVar12[10] = 0" (subscript_expression "puVar12[10]" (identifier "puVar12") ([ "[") (number_literal "10") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar12[0xb] = 0;" (assignment_expression "puVar12[0xb] = 0" (subscript_expression "puVar12[0xb]" (identifier "puVar12") ([ "[") (number_literal "0xb") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar12[0xc] = 0;" (assignment_expression "puVar12[0xc] = 0" (subscript_expression "puVar12[0xc]" (identifier "puVar12") ([ "[") (number_literal "0xc") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(puVar12 + 0xd) = 0;" (assignment_expression "*(undefined4 *)(puVar12 + 0xd) = 0" (pointer_expression "*(undefined4 *)(puVar12 + 0xd)" (* "*") (cast_expression "(undefined4 *)(puVar12 + 0xd)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar12 + 0xd)" (( "(") (binary_expression "puVar12 + 0xd" (identifier "puVar12") (+ "+") (number_literal "0xd")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)(puVar12 + 0x13) = 0;" (assignment_expression "*(undefined1 *)(puVar12 + 0x13) = 0" (pointer_expression "*(undefined1 *)(puVar12 + 0x13)" (* "*") (cast_expression "(undefined1 *)(puVar12 + 0x13)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar12 + 0x13)" (( "(") (binary_expression "puVar12 + 0x13" (identifier "puVar12") (+ "+") (number_literal "0x13")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 **)(param_1 + 0x10) = puVar12;" (assignment_expression "*(undefined8 **)(param_1 + 0x10) = puVar12" (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")) () ")")))) (= "=") (identifier "puVar12")) (; ";")) (} "}"))) (if_statement "if (param_2 != 0) {\n uVar7 = __uselocale(param_2);\n uVar6 = __nl_langinfo_l(0x4002b,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;\n uVar6 = __nl_langinfo_l(0x4002c,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;\n if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }\n pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);\n local_58 = (char *)__nl_langinfo_l(0x40005,param_2);\n local_50 = (char *)__nl_langinfo_l(0x40006,param_2);\n local_48 = (char *)__nl_langinfo_l(0x40001,param_2);\n pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n cVar2 = *pcVar9;\n if (*(int *)(lVar13 + 0x28) == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));\n *(size_t *)(lVar13 + 0x48) = sVar10;\n if (cVar2 == '\0') {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));\n *(size_t *)(lVar13 + 0x58) = sVar10;\n sVar10 = strlen(local_48);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));\n *(size_t *)(lVar13 + 0x38) = sVar10;\n pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);\n cVar4 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);\n *(undefined4 *)(lVar13 + 100) = uVar6;\n pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);\n *(undefined4 *)(lVar13 + 0x68) = uVar6;\n __uselocale(uVar7);\n return;\n }" (if "if") (parenthesized_expression "(param_2 != 0)" (( "(") (binary_expression "param_2 != 0" (identifier "param_2") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar7 = __uselocale(param_2);\n uVar6 = __nl_langinfo_l(0x4002b,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;\n uVar6 = __nl_langinfo_l(0x4002c,param_2);\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;\n if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }\n pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);\n local_58 = (char *)__nl_langinfo_l(0x40005,param_2);\n local_50 = (char *)__nl_langinfo_l(0x40006,param_2);\n local_48 = (char *)__nl_langinfo_l(0x40001,param_2);\n pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n cVar2 = *pcVar9;\n if (*(int *)(lVar13 + 0x28) == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));\n *(size_t *)(lVar13 + 0x48) = sVar10;\n if (cVar2 == '\0') {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));\n *(size_t *)(lVar13 + 0x58) = sVar10;\n sVar10 = strlen(local_48);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }\n lVar13 = *(long *)(param_1 + 0x10);\n sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));\n *(size_t *)(lVar13 + 0x38) = sVar10;\n pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);\n cVar4 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);\n *(undefined4 *)(lVar13 + 100) = uVar6;\n pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);\n cVar3 = *pcVar8;\n pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);\n lVar13 = *(long *)(param_1 + 0x10);\n uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);\n *(undefined4 *)(lVar13 + 0x68) = uVar6;\n __uselocale(uVar7);\n return;\n }" ({ "{") (expression_statement "uVar7 = __uselocale(param_2);" (assignment_expression "uVar7 = __uselocale(param_2)" (identifier "uVar7") (= "=") (call_expression "__uselocale(param_2)" (identifier "__uselocale") (argument_list "(param_2)" (( "(") (identifier "param_2") () ")")))) (; ";")) (expression_statement "uVar6 = __nl_langinfo_l(0x4002b,param_2);" (assignment_expression "uVar6 = __nl_langinfo_l(0x4002b,param_2)" (identifier "uVar6") (= "=") (call_expression "__nl_langinfo_l(0x4002b,param_2)" (identifier "__nl_langinfo_l") (argument_list "(0x4002b,param_2)" (( "(") (number_literal "0x4002b") (, ",") (identifier "param_2") () ")")))) (; ";")) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" (* "*") (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x24)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x24" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x24")) () ")")))) (= "=") (identifier "uVar6")) (; ";")) (expression_statement "uVar6 = __nl_langinfo_l(0x4002c,param_2);" (assignment_expression "uVar6 = __nl_langinfo_l(0x4002c,param_2)" (identifier "uVar6") (= "=") (call_expression "__nl_langinfo_l(0x4002c,param_2)" (identifier "__nl_langinfo_l") (argument_list "(0x4002c,param_2)" (( "(") (number_literal "0x4002c") (, ",") (identifier "param_2") () ")")))) (; ";")) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" (* "*") (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x28)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x28" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x28")) () ")")))) (= "=") (identifier "uVar6")) (; ";")) (if_statement "if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }\n else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }" (if "if") (parenthesized_expression "(*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0)" (( "(") (binary_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0" (pointer_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x24)" (* "*") (cast_expression "(int *)(*(long *)(param_1 + 0x10) + 0x24)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x24)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x24" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x24")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;\n }" ({ "{") (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60)" (* "*") (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x60)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x60" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x60")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" (* "*") (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x24)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x24" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x24")) () ")")))) (= "=") (number_literal "0x2e")) (; ";")) (} "}")) (else_clause "else {\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }" (else "else") (compound_statement "{\n pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);\n *(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;\n }" ({ "{") (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2)" (identifier "pcVar8") (= "=") (cast_expression "(char *)__nl_langinfo_l(0x40008,param_2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "__nl_langinfo_l(0x40008,param_2)" (identifier "__nl_langinfo_l") (argument_list "(0x40008,param_2)" (( "(") (number_literal "0x40008") (, ",") (identifier "param_2") () ")"))))) (; ";")) (expression_statement "*(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;" (assignment_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8" (pointer_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x60)" (* "*") (cast_expression "(int *)(*(long *)(param_1 + 0x10) + 0x60)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x60)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x60" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x60")) () ")")))) (= "=") (cast_expression "(int)*pcVar8" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8")))) (; ";")) (} "}")))) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2)" (identifier "pcVar8") (= "=") (cast_expression "(char *)__nl_langinfo_l(0x40004,param_2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "__nl_langinfo_l(0x40004,param_2)" (identifier "__nl_langinfo_l") (argument_list "(0x40004,param_2)" (( "(") (number_literal "0x40004") (, ",") (identifier "param_2") () ")"))))) (; ";")) (expression_statement "local_58 = (char *)__nl_langinfo_l(0x40005,param_2);" (assignment_expression "local_58 = (char *)__nl_langinfo_l(0x40005,param_2)" (identifier "local_58") (= "=") (cast_expression "(char *)__nl_langinfo_l(0x40005,param_2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "__nl_langinfo_l(0x40005,param_2)" (identifier "__nl_langinfo_l") (argument_list "(0x40005,param_2)" (( "(") (number_literal "0x40005") (, ",") (identifier "param_2") () ")"))))) (; ";")) (expression_statement "local_50 = (char *)__nl_langinfo_l(0x40006,param_2);" (assignment_expression "local_50 = (char *)__nl_langinfo_l(0x40006,param_2)" (identifier "local_50") (= "=") (cast_expression "(char *)__nl_langinfo_l(0x40006,param_2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "__nl_langinfo_l(0x40006,param_2)" (identifier "__nl_langinfo_l") (argument_list "(0x40006,param_2)" (( "(") (number_literal "0x40006") (, ",") (identifier "param_2") () ")"))))) (; ";")) (expression_statement "local_48 = (char *)__nl_langinfo_l(0x40001,param_2);" (assignment_expression "local_48 = (char *)__nl_langinfo_l(0x40001,param_2)" (identifier "local_48") (= "=") (cast_expression "(char *)__nl_langinfo_l(0x40001,param_2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "__nl_langinfo_l(0x40001,param_2)" (identifier "__nl_langinfo_l") (argument_list "(0x40001,param_2)" (( "(") (number_literal "0x40001") (, ",") (identifier "param_2") () ")"))))) (; ";")) (expression_statement "pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);" (assignment_expression "pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2)" (identifier "pcVar9") (= "=") (cast_expression "(char *)__nl_langinfo_l(0x4000e,param_2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "__nl_langinfo_l(0x4000e,param_2)" (identifier "__nl_langinfo_l") (argument_list "(0x4000e,param_2)" (( "(") (number_literal "0x4000e") (, ",") (identifier "param_2") () ")"))))) (; ";")) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" (identifier "lVar13") (= "=") (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")) () ")"))))) (; ";")) (expression_statement "cVar2 = *pcVar9;" (assignment_expression "cVar2 = *pcVar9" (identifier "cVar2") (= "=") (pointer_expression "*pcVar9" (* "*") (identifier "pcVar9"))) (; ";")) (if_statement "if (*(int *)(lVar13 + 0x28) == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }\n else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }" (if "if") (parenthesized_expression "(*(int *)(lVar13 + 0x28) == 0)" (( "(") (binary_expression "*(int *)(lVar13 + 0x28) == 0" (pointer_expression "*(int *)(lVar13 + 0x28)" (* "*") (cast_expression "(int *)(lVar13 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x28)" (( "(") (binary_expression "lVar13 + 0x28" (identifier "lVar13") (+ "+") (number_literal "0x28")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(char **)(lVar13 + 0x10) = "";\n *(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n *(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;\n sVar10 = strlen(local_58);\n }" ({ "{") (expression_statement "*(char **)(lVar13 + 0x10) = "";" (assignment_expression "*(char **)(lVar13 + 0x10) = """ (pointer_expression "*(char **)(lVar13 + 0x10)" (* "*") (cast_expression "(char **)(lVar13 + 0x10)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar13 + 0x10)" (( "(") (binary_expression "lVar13 + 0x10" (identifier "lVar13") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (string_literal """" (" """) (" """))) (; ";")) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18)" (* "*") (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x18)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x18" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x18")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;" (assignment_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0" (pointer_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" (* "*") (cast_expression "(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x20)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x20" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x20")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" (* "*") (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x28)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x28" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x28")) () ")")))) (= "=") (number_literal "0x2c")) (; ";")) (expression_statement "sVar10 = strlen(local_58);" (assignment_expression "sVar10 = strlen(local_58)" (identifier "sVar10") (= "=") (call_expression "strlen(local_58)" (identifier "strlen") (argument_list "(local_58)" (( "(") (identifier "local_58") () ")")))) (; ";")) (} "}")) (else_clause "else {\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }" (else "else") (compound_statement "{\n sVar10 = strlen(pcVar8);\n if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }\n *(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;\n sVar10 = strlen(local_58);\n }" ({ "{") (expression_statement "sVar10 = strlen(pcVar8);" (assignment_expression "sVar10 = strlen(pcVar8)" (identifier "sVar10") (= "=") (call_expression "strlen(pcVar8)" (identifier "strlen") (argument_list "(pcVar8)" (( "(") (identifier "pcVar8") () ")")))) (; ";")) (if_statement "if (sVar10 == 0) {\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }\n else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }" (if "if") (parenthesized_expression "(sVar10 == 0)" (( "(") (binary_expression "sVar10 == 0" (identifier "sVar10") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(char **)(lVar13 + 0x10) = "";\n *(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;\n }" ({ "{") (expression_statement "*(char **)(lVar13 + 0x10) = "";" (assignment_expression "*(char **)(lVar13 + 0x10) = """ (pointer_expression "*(char **)(lVar13 + 0x10)" (* "*") (cast_expression "(char **)(lVar13 + 0x10)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar13 + 0x10)" (( "(") (binary_expression "lVar13 + 0x10" (identifier "lVar13") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (string_literal """" (" """) (" """))) (; ";")) (expression_statement "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;" (assignment_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0" (pointer_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" (* "*") (cast_expression "(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x20)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x20" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x20")) () ")")))) (= "=") (number_literal "0")) (; ";")) (} "}")) (else_clause "else {\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }" (else "else") (compound_statement "{\n \n __dest = (void *)thunk_FUN_00337280(sVar10 + 1);\n memcpy(__dest,pcVar8,sVar10 + 1);\n *(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;\n }" ({ "{") (expression_statement "__dest = (void *)thunk_FUN_00337280(sVar10 + 1);" (assignment_expression "__dest = (void *)thunk_FUN_00337280(sVar10 + 1)" (identifier "__dest") (= "=") (cast_expression "(void *)thunk_FUN_00337280(sVar10 + 1)" (( "(") (type_descriptor "void *" (primitive_type "void") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "thunk_FUN_00337280(sVar10 + 1)" (identifier "thunk_FUN_00337280") (argument_list "(sVar10 + 1)" (( "(") (binary_expression "sVar10 + 1" (identifier "sVar10") (+ "+") (number_literal "1")) () ")"))))) (; ";")) (expression_statement "memcpy(__dest,pcVar8,sVar10 + 1);" (call_expression "memcpy(__dest,pcVar8,sVar10 + 1)" (identifier "memcpy") (argument_list "(__dest,pcVar8,sVar10 + 1)" (( "(") (identifier "__dest") (, ",") (identifier "pcVar8") (, ",") (binary_expression "sVar10 + 1" (identifier "sVar10") (+ "+") (number_literal "1")) () ")"))) (; ";")) (expression_statement "*(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;" (assignment_expression "*(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest" (pointer_expression "*(void **)(*(long *)(param_1 + 0x10) + 0x10)" (* "*") (cast_expression "(void **)(*(long *)(param_1 + 0x10) + 0x10)" (( "(") (type_descriptor "void **" (primitive_type "void") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x10)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x10" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "__dest")) (; ";")) (} "}")))) (expression_statement "*(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;" (assignment_expression "*(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10" (pointer_expression "*(size_t *)(*(long *)(param_1 + 0x10) + 0x18)" (* "*") (cast_expression "(size_t *)(*(long *)(param_1 + 0x10) + 0x18)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x18)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x18" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x18")) () ")")))) (= "=") (identifier "sVar10")) (; ";")) (expression_statement "sVar10 = strlen(local_58);" (assignment_expression "sVar10 = strlen(local_58)" (identifier "sVar10") (= "=") (call_expression "strlen(local_58)" (identifier "strlen") (argument_list "(local_58)" (( "(") (identifier "local_58") () ")")))) (; ";")) (} "}")))) (if_statement "if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }" (if "if") (parenthesized_expression "(sVar10 == 0)" (( "(") (binary_expression "sVar10 == 0" (identifier "sVar10") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;\n }" ({ "{") (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40)" (* "*") (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x40)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x40)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x40" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x40")) () ")")))) (= "=") (pointer_expression "&DAT_004023ec" (& "&") (identifier "DAT_004023ec"))) (; ";")) (} "}")) (else_clause "else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }" (else "else") (compound_statement "{\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_58,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;\n }" ({ "{") (expression_statement "local_40[0].__count = 0;" (assignment_expression "local_40[0].__count = 0" (field_expression "local_40[0].__count" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (. ".") (field_identifier "__count")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_40[0].__value = (_union_27)0x0;" (assignment_expression "local_40[0].__value = (_union_27)0x0" (field_expression "local_40[0].__value" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (. ".") (field_identifier "__value")) (= "=") (cast_expression "(_union_27)0x0" (( "(") (type_descriptor "_union_27" (type_identifier "_union_27")) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "uVar1 = sVar10 + 1;" (assignment_expression "uVar1 = sVar10 + 1" (identifier "uVar1") (= "=") (binary_expression "sVar10 + 1" (identifier "sVar10") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "lVar13 = uVar1 * 4;" (assignment_expression "lVar13 = uVar1 * 4" (identifier "lVar13") (= "=") (binary_expression "uVar1 * 4" (identifier "uVar1") (* "*") (number_literal "4"))) (; ";")) (if_statement "if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }" (if "if") (parenthesized_expression "(0x1ffffffffffffffe < uVar1)" (( "(") (binary_expression "0x1ffffffffffffffe < uVar1" (number_literal "0x1ffffffffffffffe") (< "<") (identifier "uVar1")) () ")")) (compound_statement "{\n lVar13 = -1;\n }" ({ "{") (expression_statement "lVar13 = -1;" (assignment_expression "lVar13 = -1" (identifier "lVar13") (= "=") (number_literal "-1")) (; ";")) (} "}"))) (expression_statement "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);" (assignment_expression "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13)" (identifier "pwVar11") (= "=") (cast_expression "(wchar_t *)thunk_FUN_00337280(lVar13)" (( "(") (type_descriptor "wchar_t *" (type_identifier "wchar_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "thunk_FUN_00337280(lVar13)" (identifier "thunk_FUN_00337280") (argument_list "(lVar13)" (( "(") (identifier "lVar13") () ")"))))) (; ";")) (expression_statement "mbsrtowcs(pwVar11,&local_58,uVar1,local_40);" (call_expression "mbsrtowcs(pwVar11,&local_58,uVar1,local_40)" (identifier "mbsrtowcs") (argument_list "(pwVar11,&local_58,uVar1,local_40)" (( "(") (identifier "pwVar11") (, ",") (pointer_expression "&local_58" (& "&") (identifier "local_58")) (, ",") (identifier "uVar1") (, ",") (identifier "local_40") () ")"))) (; ";")) (expression_statement "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;" (assignment_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11" (pointer_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40)" (* "*") (cast_expression "(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40)" (( "(") (type_descriptor "wchar_t **" (type_identifier "wchar_t") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x40)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x40" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x40")) () ")")))) (= "=") (identifier "pwVar11")) (; ";")) (} "}")))) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" (identifier "lVar13") (= "=") (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")) () ")"))))) (; ";")) (expression_statement "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));" (assignment_expression "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40))" (identifier "sVar10") (= "=") (call_expression "wcslen(*(wchar_t **)(lVar13 + 0x40))" (identifier "wcslen") (argument_list "(*(wchar_t **)(lVar13 + 0x40))" (( "(") (pointer_expression "*(wchar_t **)(lVar13 + 0x40)" (* "*") (cast_expression "(wchar_t **)(lVar13 + 0x40)" (( "(") (type_descriptor "wchar_t **" (type_identifier "wchar_t") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar13 + 0x40)" (( "(") (binary_expression "lVar13 + 0x40" (identifier "lVar13") (+ "+") (number_literal "0x40")) () ")")))) () ")")))) (; ";")) (expression_statement "*(size_t *)(lVar13 + 0x48) = sVar10;" (assignment_expression "*(size_t *)(lVar13 + 0x48) = sVar10" (pointer_expression "*(size_t *)(lVar13 + 0x48)" (* "*") (cast_expression "(size_t *)(lVar13 + 0x48)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x48)" (( "(") (binary_expression "lVar13 + 0x48" (identifier "lVar13") (+ "+") (number_literal "0x48")) () ")")))) (= "=") (identifier "sVar10")) (; ";")) (if_statement "if (cVar2 == '\0') {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }\n else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }" (if "if") (parenthesized_expression "(cVar2 == '\0')" (( "(") (binary_expression "cVar2 == '\0'" (identifier "cVar2") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;\n }" ({ "{") (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" (* "*") (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x50)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x50" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x50")) () ")")))) (= "=") (pointer_expression "&DAT_004023e4" (& "&") (identifier "DAT_004023e4"))) (; ";")) (} "}")) (else_clause "else {\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }" (else "else") (compound_statement "{\n sVar10 = strlen(local_50);\n if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }\n }" ({ "{") (expression_statement "sVar10 = strlen(local_50);" (assignment_expression "sVar10 = strlen(local_50)" (identifier "sVar10") (= "=") (call_expression "strlen(local_50)" (identifier "strlen") (argument_list "(local_50)" (( "(") (identifier "local_50") () ")")))) (; ";")) (if_statement "if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }" (if "if") (parenthesized_expression "(sVar10 == 0)" (( "(") (binary_expression "sVar10 == 0" (identifier "sVar10") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;\n }" ({ "{") (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" (* "*") (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x50)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x50" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x50")) () ")")))) (= "=") (pointer_expression "&DAT_004023ec" (& "&") (identifier "DAT_004023ec"))) (; ";")) (} "}")) (else_clause "else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }" (else "else") (compound_statement "{\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_50,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;\n }" ({ "{") (expression_statement "local_40[0].__count = 0;" (assignment_expression "local_40[0].__count = 0" (field_expression "local_40[0].__count" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (. ".") (field_identifier "__count")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_40[0].__value = (_union_27)0x0;" (assignment_expression "local_40[0].__value = (_union_27)0x0" (field_expression "local_40[0].__value" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (. ".") (field_identifier "__value")) (= "=") (cast_expression "(_union_27)0x0" (( "(") (type_descriptor "_union_27" (type_identifier "_union_27")) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "uVar1 = sVar10 + 1;" (assignment_expression "uVar1 = sVar10 + 1" (identifier "uVar1") (= "=") (binary_expression "sVar10 + 1" (identifier "sVar10") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "lVar13 = uVar1 * 4;" (assignment_expression "lVar13 = uVar1 * 4" (identifier "lVar13") (= "=") (binary_expression "uVar1 * 4" (identifier "uVar1") (* "*") (number_literal "4"))) (; ";")) (if_statement "if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }" (if "if") (parenthesized_expression "(0x1ffffffffffffffe < uVar1)" (( "(") (binary_expression "0x1ffffffffffffffe < uVar1" (number_literal "0x1ffffffffffffffe") (< "<") (identifier "uVar1")) () ")")) (compound_statement "{\n lVar13 = -1;\n }" ({ "{") (expression_statement "lVar13 = -1;" (assignment_expression "lVar13 = -1" (identifier "lVar13") (= "=") (number_literal "-1")) (; ";")) (} "}"))) (expression_statement "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);" (assignment_expression "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13)" (identifier "pwVar11") (= "=") (cast_expression "(wchar_t *)thunk_FUN_00337280(lVar13)" (( "(") (type_descriptor "wchar_t *" (type_identifier "wchar_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "thunk_FUN_00337280(lVar13)" (identifier "thunk_FUN_00337280") (argument_list "(lVar13)" (( "(") (identifier "lVar13") () ")"))))) (; ";")) (expression_statement "mbsrtowcs(pwVar11,&local_50,uVar1,local_40);" (call_expression "mbsrtowcs(pwVar11,&local_50,uVar1,local_40)" (identifier "mbsrtowcs") (argument_list "(pwVar11,&local_50,uVar1,local_40)" (( "(") (identifier "pwVar11") (, ",") (pointer_expression "&local_50" (& "&") (identifier "local_50")) (, ",") (identifier "uVar1") (, ",") (identifier "local_40") () ")"))) (; ";")) (expression_statement "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;" (assignment_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11" (pointer_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50)" (* "*") (cast_expression "(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50)" (( "(") (type_descriptor "wchar_t **" (type_identifier "wchar_t") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x50)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x50" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x50")) () ")")))) (= "=") (identifier "pwVar11")) (; ";")) (} "}")))) (} "}")))) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" (identifier "lVar13") (= "=") (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")) () ")"))))) (; ";")) (expression_statement "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));" (assignment_expression "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50))" (identifier "sVar10") (= "=") (call_expression "wcslen(*(wchar_t **)(lVar13 + 0x50))" (identifier "wcslen") (argument_list "(*(wchar_t **)(lVar13 + 0x50))" (( "(") (pointer_expression "*(wchar_t **)(lVar13 + 0x50)" (* "*") (cast_expression "(wchar_t **)(lVar13 + 0x50)" (( "(") (type_descriptor "wchar_t **" (type_identifier "wchar_t") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar13 + 0x50)" (( "(") (binary_expression "lVar13 + 0x50" (identifier "lVar13") (+ "+") (number_literal "0x50")) () ")")))) () ")")))) (; ";")) (expression_statement "*(size_t *)(lVar13 + 0x58) = sVar10;" (assignment_expression "*(size_t *)(lVar13 + 0x58) = sVar10" (pointer_expression "*(size_t *)(lVar13 + 0x58)" (* "*") (cast_expression "(size_t *)(lVar13 + 0x58)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x58)" (( "(") (binary_expression "lVar13 + 0x58" (identifier "lVar13") (+ "+") (number_literal "0x58")) () ")")))) (= "=") (identifier "sVar10")) (; ";")) (expression_statement "sVar10 = strlen(local_48);" (assignment_expression "sVar10 = strlen(local_48)" (identifier "sVar10") (= "=") (call_expression "strlen(local_48)" (identifier "strlen") (argument_list "(local_48)" (( "(") (identifier "local_48") () ")")))) (; ";")) (if_statement "if (sVar10 == 0) {\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }\n else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }" (if "if") (parenthesized_expression "(sVar10 == 0)" (( "(") (binary_expression "sVar10 == 0" (identifier "sVar10") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;\n }" ({ "{") (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30)" (* "*") (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x30)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x30)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x30" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x30")) () ")")))) (= "=") (pointer_expression "&DAT_004023ec" (& "&") (identifier "DAT_004023ec"))) (; ";")) (} "}")) (else_clause "else {\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }" (else "else") (compound_statement "{\n local_40[0].__count = 0;\n local_40[0].__value = (_union_27)0x0;\n uVar1 = sVar10 + 1;\n lVar13 = uVar1 * 4;\n if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }\n \n pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);\n mbsrtowcs(pwVar11,&local_48,uVar1,local_40);\n *(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;\n }" ({ "{") (expression_statement "local_40[0].__count = 0;" (assignment_expression "local_40[0].__count = 0" (field_expression "local_40[0].__count" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (. ".") (field_identifier "__count")) (= "=") (number_literal "0")) (; ";")) (expression_statement "local_40[0].__value = (_union_27)0x0;" (assignment_expression "local_40[0].__value = (_union_27)0x0" (field_expression "local_40[0].__value" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (. ".") (field_identifier "__value")) (= "=") (cast_expression "(_union_27)0x0" (( "(") (type_descriptor "_union_27" (type_identifier "_union_27")) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "uVar1 = sVar10 + 1;" (assignment_expression "uVar1 = sVar10 + 1" (identifier "uVar1") (= "=") (binary_expression "sVar10 + 1" (identifier "sVar10") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "lVar13 = uVar1 * 4;" (assignment_expression "lVar13 = uVar1 * 4" (identifier "lVar13") (= "=") (binary_expression "uVar1 * 4" (identifier "uVar1") (* "*") (number_literal "4"))) (; ";")) (if_statement "if (0x1ffffffffffffffe < uVar1) {\n lVar13 = -1;\n }" (if "if") (parenthesized_expression "(0x1ffffffffffffffe < uVar1)" (( "(") (binary_expression "0x1ffffffffffffffe < uVar1" (number_literal "0x1ffffffffffffffe") (< "<") (identifier "uVar1")) () ")")) (compound_statement "{\n lVar13 = -1;\n }" ({ "{") (expression_statement "lVar13 = -1;" (assignment_expression "lVar13 = -1" (identifier "lVar13") (= "=") (number_literal "-1")) (; ";")) (} "}"))) (expression_statement "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);" (assignment_expression "pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13)" (identifier "pwVar11") (= "=") (cast_expression "(wchar_t *)thunk_FUN_00337280(lVar13)" (( "(") (type_descriptor "wchar_t *" (type_identifier "wchar_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "thunk_FUN_00337280(lVar13)" (identifier "thunk_FUN_00337280") (argument_list "(lVar13)" (( "(") (identifier "lVar13") () ")"))))) (; ";")) (expression_statement "mbsrtowcs(pwVar11,&local_48,uVar1,local_40);" (call_expression "mbsrtowcs(pwVar11,&local_48,uVar1,local_40)" (identifier "mbsrtowcs") (argument_list "(pwVar11,&local_48,uVar1,local_40)" (( "(") (identifier "pwVar11") (, ",") (pointer_expression "&local_48" (& "&") (identifier "local_48")) (, ",") (identifier "uVar1") (, ",") (identifier "local_40") () ")"))) (; ";")) (expression_statement "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;" (assignment_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11" (pointer_expression "*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30)" (* "*") (cast_expression "(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30)" (( "(") (type_descriptor "wchar_t **" (type_identifier "wchar_t") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x30)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x30" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x30")) () ")")))) (= "=") (identifier "pwVar11")) (; ";")) (} "}")))) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" (identifier "lVar13") (= "=") (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")) () ")"))))) (; ";")) (expression_statement "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));" (assignment_expression "sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30))" (identifier "sVar10") (= "=") (call_expression "wcslen(*(wchar_t **)(lVar13 + 0x30))" (identifier "wcslen") (argument_list "(*(wchar_t **)(lVar13 + 0x30))" (( "(") (pointer_expression "*(wchar_t **)(lVar13 + 0x30)" (* "*") (cast_expression "(wchar_t **)(lVar13 + 0x30)" (( "(") (type_descriptor "wchar_t **" (type_identifier "wchar_t") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(lVar13 + 0x30)" (( "(") (binary_expression "lVar13 + 0x30" (identifier "lVar13") (+ "+") (number_literal "0x30")) () ")")))) () ")")))) (; ";")) (expression_statement "*(size_t *)(lVar13 + 0x38) = sVar10;" (assignment_expression "*(size_t *)(lVar13 + 0x38) = sVar10" (pointer_expression "*(size_t *)(lVar13 + 0x38)" (* "*") (cast_expression "(size_t *)(lVar13 + 0x38)" (( "(") (type_descriptor "size_t *" (primitive_type "size_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x38)" (( "(") (binary_expression "lVar13 + 0x38" (identifier "lVar13") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (identifier "sVar10")) (; ";")) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2)" (identifier "pcVar8") (= "=") (cast_expression "(char *)__nl_langinfo_l(0x40009,param_2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "__nl_langinfo_l(0x40009,param_2)" (identifier "__nl_langinfo_l") (argument_list "(0x40009,param_2)" (( "(") (number_literal "0x40009") (, ",") (identifier "param_2") () ")"))))) (; ";")) (expression_statement "cVar3 = *pcVar8;" (assignment_expression "cVar3 = *pcVar8" (identifier "cVar3") (= "=") (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8"))) (; ";")) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2)" (identifier "pcVar8") (= "=") (cast_expression "(char *)__nl_langinfo_l(0x4000a,param_2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "__nl_langinfo_l(0x4000a,param_2)" (identifier "__nl_langinfo_l") (argument_list "(0x4000a,param_2)" (( "(") (number_literal "0x4000a") (, ",") (identifier "param_2") () ")"))))) (; ";")) (expression_statement "cVar4 = *pcVar8;" (assignment_expression "cVar4 = *pcVar8" (identifier "cVar4") (= "=") (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8"))) (; ";")) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2)" (identifier "pcVar8") (= "=") (cast_expression "(char *)__nl_langinfo_l(0x4000d,param_2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "__nl_langinfo_l(0x4000d,param_2)" (identifier "__nl_langinfo_l") (argument_list "(0x4000d,param_2)" (( "(") (number_literal "0x4000d") (, ",") (identifier "param_2") () ")"))))) (; ";")) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" (identifier "lVar13") (= "=") (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")) () ")"))))) (; ";")) (expression_statement "uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);" (assignment_expression "uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8)" (identifier "uVar6") (= "=") (call_expression "FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8)" (identifier "FUN_0037d8a0") (argument_list "((int)cVar3,(int)cVar4,(int)*pcVar8)" (( "(") (cast_expression "(int)cVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "cVar3")) (, ",") (cast_expression "(int)cVar4" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "cVar4")) (, ",") (cast_expression "(int)*pcVar8" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8"))) () ")")))) (; ";")) (expression_statement "*(undefined4 *)(lVar13 + 100) = uVar6;" (assignment_expression "*(undefined4 *)(lVar13 + 100) = uVar6" (pointer_expression "*(undefined4 *)(lVar13 + 100)" (* "*") (cast_expression "(undefined4 *)(lVar13 + 100)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 100)" (( "(") (binary_expression "lVar13 + 100" (identifier "lVar13") (+ "+") (number_literal "100")) () ")")))) (= "=") (identifier "uVar6")) (; ";")) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2)" (identifier "pcVar8") (= "=") (cast_expression "(char *)__nl_langinfo_l(0x4000b,param_2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "__nl_langinfo_l(0x4000b,param_2)" (identifier "__nl_langinfo_l") (argument_list "(0x4000b,param_2)" (( "(") (number_literal "0x4000b") (, ",") (identifier "param_2") () ")"))))) (; ";")) (expression_statement "cVar3 = *pcVar8;" (assignment_expression "cVar3 = *pcVar8" (identifier "cVar3") (= "=") (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8"))) (; ";")) (expression_statement "pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);" (assignment_expression "pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2)" (identifier "pcVar8") (= "=") (cast_expression "(char *)__nl_langinfo_l(0x4000c,param_2)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "__nl_langinfo_l(0x4000c,param_2)" (identifier "__nl_langinfo_l") (argument_list "(0x4000c,param_2)" (( "(") (number_literal "0x4000c") (, ",") (identifier "param_2") () ")"))))) (; ";")) (expression_statement "lVar13 = *(long *)(param_1 + 0x10);" (assignment_expression "lVar13 = *(long *)(param_1 + 0x10)" (identifier "lVar13") (= "=") (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")) () ")"))))) (; ";")) (expression_statement "uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);" (assignment_expression "uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2)" (identifier "uVar6") (= "=") (call_expression "FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2)" (identifier "FUN_0037d8a0") (argument_list "((int)cVar3,(int)*pcVar8,(int)cVar2)" (( "(") (cast_expression "(int)cVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "cVar3")) (, ",") (cast_expression "(int)*pcVar8" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (pointer_expression "*pcVar8" (* "*") (identifier "pcVar8"))) (, ",") (cast_expression "(int)cVar2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "cVar2")) () ")")))) (; ";")) (expression_statement "*(undefined4 *)(lVar13 + 0x68) = uVar6;" (assignment_expression "*(undefined4 *)(lVar13 + 0x68) = uVar6" (pointer_expression "*(undefined4 *)(lVar13 + 0x68)" (* "*") (cast_expression "(undefined4 *)(lVar13 + 0x68)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar13 + 0x68)" (( "(") (binary_expression "lVar13 + 0x68" (identifier "lVar13") (+ "+") (number_literal "0x68")) () ")")))) (= "=") (identifier "uVar6")) (; ";")) (expression_statement "__uselocale(uVar7);" (call_expression "__uselocale(uVar7)" (identifier "__uselocale") (argument_list "(uVar7)" (( "(") (identifier "uVar7") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" (* "*") (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x24)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x24" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x24")) () ")")))) (= "=") (number_literal "0x2e")) (; ";")) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" (* "*") (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x28)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x28" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x28")) () ")")))) (= "=") (number_literal "0x2c")) (; ";")) (expression_statement "*(char **)(*(long *)(param_1 + 0x10) + 0x10) = "";" (assignment_expression "*(char **)(*(long *)(param_1 + 0x10) + 0x10) = """ (pointer_expression "*(char **)(*(long *)(param_1 + 0x10) + 0x10)" (* "*") (cast_expression "(char **)(*(long *)(param_1 + 0x10) + 0x10)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x10)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x10" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x10")) () ")")))) (= "=") (string_literal """" (" """) (" """))) (; ";")) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18)" (* "*") (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x18)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x18" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x18")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;" (assignment_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0" (pointer_expression "*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" (* "*") (cast_expression "(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x20)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x20" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x20")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x30)" (* "*") (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x30)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x30)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x30" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x30")) () ")")))) (= "=") (pointer_expression "&DAT_004023ec" (& "&") (identifier "DAT_004023ec"))) (; ";")) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38) = 0;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38) = 0" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38)" (* "*") (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x38)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x38" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x38")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x40)" (* "*") (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x40)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x40)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x40" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x40")) () ")")))) (= "=") (pointer_expression "&DAT_004023ec" (& "&") (identifier "DAT_004023ec"))) (; ";")) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48) = 0;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48) = 0" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48)" (* "*") (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x48)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x48" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x48")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;" (assignment_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec" (pointer_expression "*(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" (* "*") (cast_expression "(undefined **)(*(long *)(param_1 + 0x10) + 0x50)" (( "(") (type_descriptor "undefined **" (type_identifier "undefined") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x50)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x50" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x50")) () ")")))) (= "=") (pointer_expression "&DAT_004023ec" (& "&") (identifier "DAT_004023ec"))) (; ";")) (expression_statement "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58) = 0;" (assignment_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58) = 0" (pointer_expression "*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58)" (* "*") (cast_expression "(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x58)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x58" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x58")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60)" (* "*") (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x60)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x60" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x60")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar6 = DAT_004025d8;" (assignment_expression "uVar6 = DAT_004025d8" (identifier "uVar6") (= "=") (identifier "DAT_004025d8")) (; ";")) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 100) = DAT_004025d8;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 100) = DAT_004025d8" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 100)" (* "*") (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 100)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 100)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 100" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "100")) () ")")))) (= "=") (identifier "DAT_004025d8")) (; ";")) (expression_statement "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68) = uVar6;" (assignment_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68) = uVar6" (pointer_expression "*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68)" (* "*") (cast_expression "(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x68)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x68" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x68")) () ")")))) (= "=") (identifier "uVar6")) (; ";")) (expression_statement "puVar5 = PTR_DAT_004ba838;" (assignment_expression "puVar5 = PTR_DAT_004ba838" (identifier "puVar5") (= "=") (identifier "PTR_DAT_004ba838")) (; ";")) (expression_statement "lVar13 = 0;" (assignment_expression "lVar13 = 0" (identifier "lVar13") (= "=") (number_literal "0")) (; ";")) (do_statement "do {\n *(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];\n lVar13 = lVar13 + 1;\n } while (lVar13 != 0xb);" (do "do") (compound_statement "{\n *(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];\n lVar13 = lVar13 + 1;\n }" ({ "{") (expression_statement "*(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];" (assignment_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13]" (pointer_expression "*(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4)" (* "*") (cast_expression "(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4)" (( "(") (binary_expression "*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4" (binary_expression "*(long *)(param_1 + 0x10) + 0x6c" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x6c")) (+ "+") (binary_expression "lVar13 * 4" (identifier "lVar13") (* "*") (number_literal "4"))) () ")")))) (= "=") (cast_expression "(int)(char)puVar5[lVar13]" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (cast_expression "(char)puVar5[lVar13]" (( "(") (type_descriptor "char" (primitive_type "char")) () ")") (subscript_expression "puVar5[lVar13]" (identifier "puVar5") ([ "[") (identifier "lVar13") (] "]"))))) (; ";")) (expression_statement "lVar13 = lVar13 + 1;" (assignment_expression "lVar13 = lVar13 + 1" (identifier "lVar13") (= "=") (binary_expression "lVar13 + 1" (identifier "lVar13") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(lVar13 != 0xb)" (( "(") (binary_expression "lVar13 != 0xb" (identifier "lVar13") (!= "!=") (number_literal "0xb")) () ")")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* std::moneypunct<wchar_t, false>::_M_initialize_moneypunct(__locale_struct*, char const*) */
void std::moneypunct<type_4,false>::_M_initialize_moneypunct
(__locale_struct *param_1,char *var_3)
{
type_6 var_10;
char var_13;
char cVar3;
char cVar4;
type_1 *puVar5;
type_2 uVar6;
type_3 uVar7;
char *pcVar8;
char *pcVar9;
size_t var_7;
long var_15;
void *__dest;
type_4 *pwVar12;
type_5 *var_2;
type_6 uVar14;
char *local_58;
char *local_50;
char *local_48;
type_7 local_40 [2];
if (param_1->__locales[2] == (type_5 *)0x0) {
var_2 = (type_5 *)var_1(0xa0);
*(type_2 *)(var_2 + 8) = 0;
*(type_3 *)(var_2 + 0x10) = 0;
*(type_1 ***)var_2 = &PTR____moneypunct_cache_004b7360;
*(type_3 *)(var_2 + 0x18) = 0;
var_2[0x20] = (type_5)0x0;
*(type_3 *)(var_2 + 0x24) = 0;
*(type_3 *)(var_2 + 0x30) = 0;
*(type_3 *)(var_2 + 0x38) = 0;
*(type_3 *)(var_2 + 0x40) = 0;
*(type_3 *)(var_2 + 0x48) = 0;
*(type_3 *)(var_2 + 0x50) = 0;
*(type_3 *)(var_2 + 0x58) = 0;
*(type_3 *)(var_2 + 0x60) = 0;
*(type_2 *)(var_2 + 0x68) = 0;
var_2[0x98] = (type_5)0x0;
param_1->__locales[2] = var_2;
}
if (var_3 != (char *)0x0) {
uVar7 = var_4(var_3);
uVar6 = var_5(0x4002b,var_3);
*(type_2 *)(param_1->__locales[2] + 0x24) = uVar6;
uVar6 = var_5(0x4002c,var_3);
*(type_2 *)(param_1->__locales[2] + 0x28) = uVar6;
if (*(int *)(param_1->__locales[2] + 0x24) == 0) {
*(type_2 *)(param_1->__locales[2] + 0x60) = 0;
*(type_2 *)(param_1->__locales[2] + 0x24) = 0x2e;
}
else {
pcVar8 = (char *)var_5(0x40008,var_3);
*(int *)(param_1->__locales[2] + 0x60) = (int)*pcVar8;
}
pcVar8 = (char *)var_5(0x40004,var_3);
local_58 = (char *)var_5(0x40005,var_3);
local_50 = (char *)var_5(0x40006,var_3);
local_48 = (char *)var_5(0x40001,var_3);
pcVar9 = (char *)var_5(0x4000e,var_3);
var_2 = param_1->__locales[2];
var_13 = *pcVar9;
if (*(int *)(var_2 + 0x28) == 0) {
*(char **)(var_2 + 0x10) = "";
*(type_3 *)(param_1->__locales[2] + 0x18) = 0;
param_1->__locales[2][0x20] = (type_5)0x0;
*(type_2 *)(param_1->__locales[2] + 0x28) = 0x2c;
var_7 = var_6(local_58);
}
else {
var_7 = var_6(pcVar8);
if (var_7 == 0) {
*(char **)(var_2 + 0x10) = "";
param_1->__locales[2][0x20] = (type_5)0x0;
}
else {
/* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */
__dest = var_8(var_7 + 1);
var_9(__dest,pcVar8,var_7 + 1);
*(void **)(param_1->__locales[2] + 0x10) = __dest;
}
*(size_t *)(param_1->__locales[2] + 0x18) = var_7;
var_7 = var_6(local_58);
}
if (var_7 == 0) {
*(type_1 **)(param_1->__locales[2] + 0x40) = &DAT_004023ec;
}
else {
local_40[0].__count = 0;
local_40[0].__value = (type_8)0x0;
var_10 = var_7 + 1;
uVar14 = var_10 * 4;
if (0x1ffffffffffffffe < var_10) {
uVar14 = 0xffffffffffffffff;
}
/* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */
pwVar12 = (type_4 *)var_8(uVar14);
var_11(pwVar12,&local_58,var_10,local_40);
*(type_4 **)(param_1->__locales[2] + 0x40) = pwVar12;
}
var_2 = param_1->__locales[2];
var_7 = var_12(*(type_4 **)(var_2 + 0x40));
*(size_t *)(var_2 + 0x48) = var_7;
if (var_13 == '\0') {
*(type_1 **)(param_1->__locales[2] + 0x50) = &DAT_004023e4;
}
else {
var_7 = var_6(local_50);
if (var_7 == 0) {
*(type_1 **)(param_1->__locales[2] + 0x50) = &DAT_004023ec;
}
else {
local_40[0].__count = 0;
local_40[0].__value = (type_8)0x0;
var_10 = var_7 + 1;
uVar14 = var_10 * 4;
if (0x1ffffffffffffffe < var_10) {
uVar14 = 0xffffffffffffffff;
}
/* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */
pwVar12 = (type_4 *)var_8(uVar14);
var_11(pwVar12,&local_50,var_10,local_40);
*(type_4 **)(param_1->__locales[2] + 0x50) = pwVar12;
}
}
var_2 = param_1->__locales[2];
var_7 = var_12(*(type_4 **)(var_2 + 0x50));
*(size_t *)(var_2 + 0x58) = var_7;
var_7 = var_6(local_48);
if (var_7 == 0) {
*(type_1 **)(param_1->__locales[2] + 0x30) = &DAT_004023ec;
}
else {
local_40[0].__count = 0;
local_40[0].__value = (type_8)0x0;
var_10 = var_7 + 1;
uVar14 = var_10 * 4;
if (0x1ffffffffffffffe < var_10) {
uVar14 = 0xffffffffffffffff;
}
/* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */
pwVar12 = (type_4 *)var_8(uVar14);
var_11(pwVar12,&local_48,var_10,local_40);
*(type_4 **)(param_1->__locales[2] + 0x30) = pwVar12;
}
var_2 = param_1->__locales[2];
var_7 = var_12(*(type_4 **)(var_2 + 0x30));
*(size_t *)(var_2 + 0x38) = var_7;
pcVar8 = (char *)var_5(0x40009,var_3);
cVar3 = *pcVar8;
pcVar8 = (char *)var_5(0x4000a,var_3);
cVar4 = *pcVar8;
pcVar8 = (char *)var_5(0x4000d,var_3);
var_2 = param_1->__locales[2];
uVar6 = money_base::var_14(cVar3,cVar4,*pcVar8);
*(type_2 *)(var_2 + 100) = uVar6;
pcVar8 = (char *)var_5(0x4000b,var_3);
cVar3 = *pcVar8;
pcVar8 = (char *)var_5(0x4000c,var_3);
var_2 = param_1->__locales[2];
uVar6 = money_base::var_14(cVar3,*pcVar8,var_13);
*(type_2 *)(var_2 + 0x68) = uVar6;
var_4(uVar7);
return;
}
*(type_2 *)(param_1->__locales[2] + 0x24) = 0x2e;
*(type_2 *)(param_1->__locales[2] + 0x28) = 0x2c;
*(char **)(param_1->__locales[2] + 0x10) = "";
*(type_3 *)(param_1->__locales[2] + 0x18) = 0;
param_1->__locales[2][0x20] = (type_5)0x0;
*(type_1 **)(param_1->__locales[2] + 0x30) = &DAT_004023ec;
*(type_3 *)(param_1->__locales[2] + 0x38) = 0;
*(type_1 **)(param_1->__locales[2] + 0x40) = &DAT_004023ec;
*(type_3 *)(param_1->__locales[2] + 0x48) = 0;
*(type_1 **)(param_1->__locales[2] + 0x50) = &DAT_004023ec;
*(type_3 *)(param_1->__locales[2] + 0x58) = 0;
*(type_2 *)(param_1->__locales[2] + 0x60) = 0;
uVar6 = money_base::_S_default_pattern;
*(type_2 *)(param_1->__locales[2] + 100) = money_base::_S_default_pattern;
*(type_2 *)(param_1->__locales[2] + 0x68) = uVar6;
puVar5 = money_base::_S_atoms;
var_15 = 0;
do {
*(int *)(param_1->__locales[2] + var_15 * 4 + 0x6c) = (int)(char)puVar5[var_15];
var_15 = var_15 + 1;
} while (var_15 != 0xb);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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: (pointer_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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (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 (number_literal) (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: (pointer_expression 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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (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: (pointer_expression 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: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal)))) 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 (number_literal) (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression 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: (cast_expression type: (type_descriptor type: (primitive_type)) 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: (call_expression function: (identifier) arguments: (argument_list (number_literal) (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) (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) (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) (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) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (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 declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (string_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (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: (string_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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)))) 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 (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (binary_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) 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: (pointer_expression 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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (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))))) right: (pointer_expression argument: (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (field_expression argument: (subscript_expression argument: (identifier) index: (number_literal)) field: (field_identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (field_expression argument: (subscript_expression argument: (identifier) index: (number_literal)) field: (field_identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (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: (pointer_expression 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: (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: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator 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: (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (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))))) right: (pointer_expression argument: (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (field_expression argument: (subscript_expression argument: (identifier) index: (number_literal)) field: (field_identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (field_expression argument: (subscript_expression argument: (identifier) index: (number_literal)) field: (field_identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (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: (pointer_expression 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: (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: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (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 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: (identifier))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (field_expression argument: (subscript_expression argument: (identifier) index: (number_literal)) field: (field_identifier)) right: (number_literal))) (expression_statement (assignment_expression left: (field_expression argument: (subscript_expression argument: (identifier) index: (number_literal)) field: (field_identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (number_literal) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (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: (pointer_expression 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: (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: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (pointer_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: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (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: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (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: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) (cast_expression type: (type_descriptor type: (primitive_type)) value: (pointer_expression argument: (identifier))) (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (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: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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))) (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: (pointer_expression 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: (string_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (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))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) (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: (pointer_expression 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: (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: (pointer_expression 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))) (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: (pointer_expression 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: (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: (pointer_expression 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))) (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: (pointer_expression 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: (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: (pointer_expression 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))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression 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: (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: (pointer_expression 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: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))))) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (cast_expression type: (type_descriptor type: (primitive_type)) value: (subscript_expression argument: (identifier) index: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (return_statement)))) | null |
void MASKED(long param_1,long param_2)
{
ulong uVar1;
char cVar2;
char cVar3;
char cVar4;
undefined *puVar5;
undefined4 uVar6;
undefined8 uVar7;
char *pcVar8;
char *pcVar9;
size_t sVar10;
void *__dest;
wchar_t *pwVar11;
undefined8 *puVar12;
long lVar13;
char *local_58;
char *local_50;
char *local_48;
mbstate_t local_40 [2];
if (*(long *)(param_1 + 0x10) == 0) {
puVar12 = (undefined8 *)FUN_00337280(0xa0);
*(undefined4 *)(puVar12 + 1) = 0;
puVar12[2] = 0;
*puVar12 = &PTR_FUN_004b7360;
puVar12[3] = 0;
*(undefined1 *)(puVar12 + 4) = 0;
*(undefined8 *)((long)puVar12 + 0x24) = 0;
puVar12[6] = 0;
puVar12[7] = 0;
puVar12[8] = 0;
puVar12[9] = 0;
puVar12[10] = 0;
puVar12[0xb] = 0;
puVar12[0xc] = 0;
*(undefined4 *)(puVar12 + 0xd) = 0;
*(undefined1 *)(puVar12 + 0x13) = 0;
*(undefined8 **)(param_1 + 0x10) = puVar12;
}
if (param_2 != 0) {
uVar7 = __uselocale(param_2);
uVar6 = __nl_langinfo_l(0x4002b,param_2);
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = uVar6;
uVar6 = __nl_langinfo_l(0x4002c,param_2);
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = uVar6;
if (*(int *)(*(long *)(param_1 + 0x10) + 0x24) == 0) {
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;
}
else {
pcVar8 = (char *)__nl_langinfo_l(0x40008,param_2);
*(int *)(*(long *)(param_1 + 0x10) + 0x60) = (int)*pcVar8;
}
pcVar8 = (char *)__nl_langinfo_l(0x40004,param_2);
local_58 = (char *)__nl_langinfo_l(0x40005,param_2);
local_50 = (char *)__nl_langinfo_l(0x40006,param_2);
local_48 = (char *)__nl_langinfo_l(0x40001,param_2);
pcVar9 = (char *)__nl_langinfo_l(0x4000e,param_2);
lVar13 = *(long *)(param_1 + 0x10);
cVar2 = *pcVar9;
if (*(int *)(lVar13 + 0x28) == 0) {
*(char **)(lVar13 + 0x10) = "";
*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;
*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;
sVar10 = strlen(local_58);
}
else {
sVar10 = strlen(pcVar8);
if (sVar10 == 0) {
*(char **)(lVar13 + 0x10) = "";
*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;
}
else {
/* try { // try from 0037ce3b to 0037ce3f has its CatchHandler @ 0037cfaa */
__dest = (void *)thunk_FUN_00337280(sVar10 + 1);
memcpy(__dest,pcVar8,sVar10 + 1);
*(void **)(*(long *)(param_1 + 0x10) + 0x10) = __dest;
}
*(size_t *)(*(long *)(param_1 + 0x10) + 0x18) = sVar10;
sVar10 = strlen(local_58);
}
if (sVar10 == 0) {
*(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;
}
else {
local_40[0].__count = 0;
local_40[0].__value = (_union_27)0x0;
uVar1 = sVar10 + 1;
lVar13 = uVar1 * 4;
if (0x1ffffffffffffffe < uVar1) {
lVar13 = -1;
}
/* try { // try from 0037cde0 to 0037cde4 has its CatchHandler @ 0037cfaf */
pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);
mbsrtowcs(pwVar11,&local_58,uVar1,local_40);
*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x40) = pwVar11;
}
lVar13 = *(long *)(param_1 + 0x10);
sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x40));
*(size_t *)(lVar13 + 0x48) = sVar10;
if (cVar2 == '\0') {
*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023e4;
}
else {
sVar10 = strlen(local_50);
if (sVar10 == 0) {
*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;
}
else {
local_40[0].__count = 0;
local_40[0].__value = (_union_27)0x0;
uVar1 = sVar10 + 1;
lVar13 = uVar1 * 4;
if (0x1ffffffffffffffe < uVar1) {
lVar13 = -1;
}
/* try { // try from 0037ce95 to 0037ce99 has its CatchHandler @ 0037cfb9 */
pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);
mbsrtowcs(pwVar11,&local_50,uVar1,local_40);
*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x50) = pwVar11;
}
}
lVar13 = *(long *)(param_1 + 0x10);
sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x50));
*(size_t *)(lVar13 + 0x58) = sVar10;
sVar10 = strlen(local_48);
if (sVar10 == 0) {
*(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;
}
else {
local_40[0].__count = 0;
local_40[0].__value = (_union_27)0x0;
uVar1 = sVar10 + 1;
lVar13 = uVar1 * 4;
if (0x1ffffffffffffffe < uVar1) {
lVar13 = -1;
}
/* try { // try from 0037cef5 to 0037cef9 has its CatchHandler @ 0037cfb4 */
pwVar11 = (wchar_t *)thunk_FUN_00337280(lVar13);
mbsrtowcs(pwVar11,&local_48,uVar1,local_40);
*(wchar_t **)(*(long *)(param_1 + 0x10) + 0x30) = pwVar11;
}
lVar13 = *(long *)(param_1 + 0x10);
sVar10 = wcslen(*(wchar_t **)(lVar13 + 0x30));
*(size_t *)(lVar13 + 0x38) = sVar10;
pcVar8 = (char *)__nl_langinfo_l(0x40009,param_2);
cVar3 = *pcVar8;
pcVar8 = (char *)__nl_langinfo_l(0x4000a,param_2);
cVar4 = *pcVar8;
pcVar8 = (char *)__nl_langinfo_l(0x4000d,param_2);
lVar13 = *(long *)(param_1 + 0x10);
uVar6 = FUN_0037d8a0((int)cVar3,(int)cVar4,(int)*pcVar8);
*(undefined4 *)(lVar13 + 100) = uVar6;
pcVar8 = (char *)__nl_langinfo_l(0x4000b,param_2);
cVar3 = *pcVar8;
pcVar8 = (char *)__nl_langinfo_l(0x4000c,param_2);
lVar13 = *(long *)(param_1 + 0x10);
uVar6 = FUN_0037d8a0((int)cVar3,(int)*pcVar8,(int)cVar2);
*(undefined4 *)(lVar13 + 0x68) = uVar6;
__uselocale(uVar7);
return;
}
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x24) = 0x2e;
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x28) = 0x2c;
*(char **)(*(long *)(param_1 + 0x10) + 0x10) = "";
*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x18) = 0;
*(undefined1 *)(*(long *)(param_1 + 0x10) + 0x20) = 0;
*(undefined **)(*(long *)(param_1 + 0x10) + 0x30) = &DAT_004023ec;
*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x38) = 0;
*(undefined **)(*(long *)(param_1 + 0x10) + 0x40) = &DAT_004023ec;
*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x48) = 0;
*(undefined **)(*(long *)(param_1 + 0x10) + 0x50) = &DAT_004023ec;
*(undefined8 *)(*(long *)(param_1 + 0x10) + 0x58) = 0;
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x60) = 0;
uVar6 = DAT_004025d8;
*(undefined4 *)(*(long *)(param_1 + 0x10) + 100) = DAT_004025d8;
*(undefined4 *)(*(long *)(param_1 + 0x10) + 0x68) = uVar6;
puVar5 = PTR_DAT_004ba838;
lVar13 = 0;
do {
*(int *)(*(long *)(param_1 + 0x10) + 0x6c + lVar13 * 4) = (int)(char)puVar5[lVar13];
lVar13 = lVar13 + 1;
} while (lVar13 != 0xb);
return;
}
|
2134_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | clear_view_cache_marks | FUN_0016aaa0 |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void clear_view_cache_marks(File_read * this) */
void __thiscall gold::File_read::clear_view_cache_marks(File_read *this)
{
_List_node_base *p_Var1;
_List_node_base *p_Var2;
_Rb_tree_node_base *p_Var3;
if (1 < this->object_count_) {
return;
}
for (p_Var3 = (this->views_)._M_t._M_impl.super__Rb_tree_header._M_header._M_left;
(_Rb_tree_header *)p_Var3 != &(this->views_)._M_t._M_impl.super__Rb_tree_header;
p_Var3 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var3)) {
*(undefined1 *)&p_Var3[1]._M_left[1]._M_color = _S_red;
}
p_Var2 = (this->saved_views_).
super__List_base<gold::File_read::View*,_std::allocator<gold::File_read::View*>_>._M_impl
._M_node.super__List_node_base._M_next;
while (p_Var2 != (_List_node_base *)&this->saved_views_) {
p_Var1 = p_Var2 + 1;
p_Var2 = p_Var2->_M_next;
*(undefined1 *)&p_Var1->_M_next[2]._M_next = 0;
}
return;
}
|
void FUN_0016aaa0(long param_1)
{
long *plVar1;
undefined8 *puVar2;
long lVar3;
if (1 < *(int *)(param_1 + 0x28)) {
return;
}
for (lVar3 = *(long *)(param_1 + 0x70); lVar3 != param_1 + 0x60; lVar3 = FUN_002780e0(lVar3)) {
*(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;
}
puVar2 = *(undefined8 **)(param_1 + 0x88);
while (puVar2 != (undefined8 *)(param_1 + 0x88)) {
plVar1 = puVar2 + 2;
puVar2 = (undefined8 *)*puVar2;
*(undefined1 *)(*plVar1 + 0x20) = 0;
}
return;
}
| CMP dword ptr [RDI + 0x28],0x1
JG 0x0016ab10
PUSH RBP
LEA RBP,[RDI + 0x60]
PUSH RBX
MOV RBX,RDI
SUB RSP,0x8
MOV RAX,qword ptr [RDI + 0x70]
CMP RAX,RBP
JZ 0x0016aad5
NOP dword ptr [RAX]
MOV RDX,qword ptr [RAX + 0x30]
MOV RDI,RAX
MOV byte ptr [RDX + 0x20],0x0
CALL 0x002780e0
CMP RAX,RBP
JNZ 0x0016aac0
MOV RAX,qword ptr [RBX + 0x88]
LEA RDI,[RBX + 0x88]
CMP RAX,RDI
JZ 0x0016ab00
NOP dword ptr [RAX + RAX*0x1]
MOV RDX,qword ptr [RAX + 0x10]
MOV RAX,qword ptr [RAX]
MOV byte ptr [RDX + 0x20],0x0
CMP RAX,RDI
JNZ 0x0016aaf0
ADD RSP,0x8
POP RBX
POP RBP
RET
RET | null | null | null | null | [(u'PTRSUB_-1207325658', u'PTRSUB_-1207325654'), (u'PTRSUB_-1207325708', u'PTRSUB_-1207325703'), (u'INT_NOTEQUAL_-1207325971', u'CBRANCH_-1207325970'), (u'LOAD_-1207325922', u'MULTIEQUAL_-1207325660'), (u'LOAD_-1207325965', u'PTRADD_-1207325692'), ('const-0', u'PTRSUB_-1207325622'), (u'MULTIEQUAL_-1207325720', u'PTRADD_-1207325701'), ('const-0', u'PTRSUB_-1207325694'), (u'CAST_-1207325654', u'MULTIEQUAL_-1207325720'), (u'PTRSUB_-1207325666', u'CAST_-1207325629'), ('const-0', u'PTRSUB_-1207325664'), ('const-433', u'LOAD_-1207326045'), ('tmp_358', u'PTRSUB_-1207325715'), (u'PTRSUB_-1207325729', u'PTRSUB_-1207325714'), ('const-433', u'LOAD_-1207325965'), (u'PTRSUB_-1207325699', u'LOAD_-1207325965'), ('const-433', u'LOAD_-1207325871'), ('const-1', u'PTRADD_-1207325692'), (u'PTRSUB_-1207325700', u'PTRSUB_-1207325694'), ('tmp_358', u'PTRSUB_-1207325729'), ('const-16', u'PTRSUB_-1207325699'), ('const-8', u'PTRSUB_-1207325703'), ('const-0', u'PTRSUB_-1207325708'), ('tmp_358', u'PTRSUB_-1207325737'), (u'PTRADD_-1207325701', u'PTRSUB_-1207325699'), ('tmp_358', u'PTRSUB_-1207325666'), ('const-88', u'PTRSUB_-1207325729'), ('const-0', u'PTRSUB_-1207325616'), ('const-0', u'PTRSUB_-1207325714'), ('const-0', u'RETURN_-1207325809'), (u'PTRSUB_-1207325611', u'CAST_-1207325608'), (u'PTRSUB_-1207325622', u'LOAD_-1207325877'), (u'PTRSUB_-1207325616', u'LOAD_-1207325871'), ('const-136', u'PTRSUB_-1207325675'), (u'PTRSUB_-1207325694', u'PTRSUB_-1207325690'), ('const-1', u'INT_SLESS_-1207326017'), ('const-0', u'PTRSUB_-1207325674'), ('const-32', u'PTRADD_-1207325701'), (u'CAST_-1207325659', u'STORE_-1207325952'), (u'CAST_-1207325676', u'INT_NOTEQUAL_-1207325971'), ('const-88', u'PTRSUB_-1207325715'), (u'PTRSUB_-1207325684', u'LOAD_-1207325992'), (u'MULTIEQUAL_-1207325720', u'CAST_-1207325676'), (u'MULTIEQUAL_-1207325660', u'PTRSUB_-1207325616'), (u'PTRADD_-1207325692', u'PTRSUB_-1207325690'), (u'PTRADD_-1207325613', u'PTRSUB_-1207325611'), (u'MULTIEQUAL_-1207325660', u'PTRADD_-1207325622'), ('tmp_129', u'CBRANCH_-1207325970'), (u'MULTIEQUAL_-1207325720', u'CALL_-1207325941'), (u'PTRSUB_-1207325664', u'PTRSUB_-1207325658'), ('const-0', u'PTRSUB_-1207325654'), (u'CAST_-1207325608', u'STORE_-1207325863'), ('const-433', u'LOAD_-1207325992'), ('const-433', u'STORE_-1207325863'), (u'INT_NOTEQUAL_-1207325889', u'CBRANCH_-1207325888'), ('const-0', u'STORE_-1207325952'), ('const-136', u'PTRSUB_-1207325666'), (u'PTRSUB_-1207325690', u'CAST_-1207325659'), ('const-433', u'STORE_-1207325952'), ('tmp_358', u'PTRSUB_-1207325675'), ('const-16', u'PTRADD_-1207325613'), (u'PTRSUB_-1207325715', u'PTRSUB_-1207325700'), (u'PTRSUB_-1207325674', u'PTRSUB_-1207325664'), (u'LOAD_-1207325871', u'MULTIEQUAL_-1207325660'), (u'PTRSUB_-1207325737', u'LOAD_-1207326045'), ('const-1', u'PTRADD_-1207325701'), (u'LOAD_-1207326045', u'INT_SLESS_-1207326017'), ('const-40', u'PTRSUB_-1207325737'), ('const-433', u'LOAD_-1207325877'), (u'PTRSUB_-1207325675', u'PTRSUB_-1207325674'), ('tmp_230', u'CBRANCH_-1207325888'), ('const-2', u'PTRADD_-1207325613'), ('const-0', u'PTRSUB_-1207325611'), ('const-0', u'PTRSUB_-1207325651'), (u'PTRSUB_-1207325651', u'LOAD_-1207325922'), ('const-16', u'PTRSUB_-1207325684'), ('tmp_42', u'CBRANCH_-1207326024'), ('const-16', u'PTRADD_-1207325622'), ('const-0', u'STORE_-1207325863'), (u'LOAD_-1207325877', u'PTRADD_-1207325613'), ('const-1', u'PTRADD_-1207325622'), ('const-8', u'PTRSUB_-1207325690'), (u'CALL_-1207325941', u'CAST_-1207325654'), (u'INT_SLESS_-1207326017', u'CBRANCH_-1207326024'), ('const-0', u'PTRSUB_-1207325687'), ('const-0', u'PTRSUB_-1207325658'), (u'MULTIEQUAL_-1207325660', u'INT_NOTEQUAL_-1207325889'), (u'PTRSUB_-1207325654', u'PTRSUB_-1207325651'), (u'PTRSUB_-1207325703', u'INT_NOTEQUAL_-1207325971'), ('const-433', u'LOAD_-1207325922'), ('const-0', u'RETURN_-1207325796'), (u'LOAD_-1207325992', u'MULTIEQUAL_-1207325720'), (u'PTRADD_-1207325622', u'PTRSUB_-1207325622'), (u'CAST_-1207325629', u'INT_NOTEQUAL_-1207325889'), ('const-0', u'PTRSUB_-1207325700'), ('const-32', u'PTRADD_-1207325692'), (u'PTRSUB_-1207325687', u'PTRSUB_-1207325684'), (u'PTRSUB_-1207325714', u'PTRSUB_-1207325708'), (u'PTRSUB_-1207325690', u'PTRSUB_-1207325687'), ('const-0', u'PTRSUB_-1207325690')] | [(u'INT_NOTEQUAL_-1207325971', u'CBRANCH_-1207325970'), (u'INT_ADD_-1207325976', u'CAST_-1207325714'), (u'CAST_-1207325714', u'LOAD_-1207325992'), ('const-433', u'LOAD_-1207325922'), ('tmp_624', u'INT_ADD_-1207325906'), (u'LOAD_-1207325965', u'INT_ADD_-1207325938'), (u'INT_NOTEQUAL_-1207325889', u'CBRANCH_-1207325888'), ('const-40', u'INT_ADD_-1207326029'), ('const-433', u'LOAD_-1207325871'), ('const-433', u'STORE_-1207325952'), ('const-136', u'INT_ADD_-1207325906'), (u'CALL_-1207325941', u'MULTIEQUAL_-1207325720'), (u'CAST_-1207325640', u'STORE_-1207325863'), ('const-32', u'INT_ADD_-1207325938'), (u'LOAD_-1207325877', u'INT_ADD_-1207325849'), ('const-96', u'INT_ADD_-1207326003'), (u'INT_ADD_-1207325906', u'CAST_-1207325677'), (u'LOAD_-1207325871', u'CAST_-1207325644'), (u'LOAD_-1207326045', u'INT_SLESS_-1207326017'), (u'PTRADD_-1207325658', u'LOAD_-1207325877'), (u'CAST_-1207325669', u'INT_NOTEQUAL_-1207325889'), ('const-0', u'STORE_-1207325863'), ('const-433', u'LOAD_-1207325965'), (u'INT_ADD_-1207326003', u'INT_NOTEQUAL_-1207325971'), ('tmp_230', u'CBRANCH_-1207325888'), (u'INT_ADD_-1207326029', u'CAST_-1207325734'), ('const-433', u'LOAD_-1207325992'), (u'INT_ADD_-1207325896', u'CAST_-1207325669'), ('const-433', u'STORE_-1207325863'), (u'INT_ADD_-1207325938', u'CAST_-1207325692'), (u'MULTIEQUAL_-1207325720', u'INT_ADD_-1207325949'), ('tmp_42', u'CBRANCH_-1207326024'), ('const-0', u'RETURN_-1207325809'), ('const-433', u'LOAD_-1207326045'), (u'INT_SLESS_-1207326017', u'CBRANCH_-1207326024'), (u'CAST_-1207325700', u'LOAD_-1207325965'), ('const-0', u'STORE_-1207325952'), ('tmp_624', u'INT_ADD_-1207325976'), ('tmp_624', u'INT_ADD_-1207326003'), (u'MULTIEQUAL_-1207325672', u'LOAD_-1207325871'), ('const-48', u'INT_ADD_-1207325949'), (u'CAST_-1207325692', u'STORE_-1207325952'), (u'MULTIEQUAL_-1207325672', u'INT_NOTEQUAL_-1207325889'), (u'CAST_-1207325734', u'LOAD_-1207326045'), ('const-1', u'INT_SLESS_-1207326017'), (u'CAST_-1207325677', u'LOAD_-1207325922'), ('const-136', u'INT_ADD_-1207325896'), (u'MULTIEQUAL_-1207325672', u'PTRADD_-1207325658'), ('tmp_624', u'INT_ADD_-1207325896'), ('const-0', u'RETURN_-1207325796'), (u'LOAD_-1207325992', u'MULTIEQUAL_-1207325720'), ('const-112', u'INT_ADD_-1207325976'), ('const-433', u'LOAD_-1207325877'), ('const-32', u'INT_ADD_-1207325849'), (u'MULTIEQUAL_-1207325720', u'INT_NOTEQUAL_-1207325971'), ('tmp_624', u'INT_ADD_-1207326029'), ('const-8', u'PTRADD_-1207325658'), (u'INT_ADD_-1207325849', u'CAST_-1207325640'), (u'INT_ADD_-1207325949', u'CAST_-1207325700'), ('tmp_129', u'CBRANCH_-1207325970'), (u'MULTIEQUAL_-1207325720', u'CALL_-1207325941'), (u'CAST_-1207325644', u'MULTIEQUAL_-1207325672'), ('const-2', u'PTRADD_-1207325658'), (u'LOAD_-1207325922', u'MULTIEQUAL_-1207325672')] | null | null | 0016aaa0 | x64 | O2 | (translation_unit "void FUN_0016aaa0(long param_1)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n \n if (1 < *(int *)(param_1 + 0x28)) {\n return;\n }\n for (lVar3 = *(long *)(param_1 + 0x70); lVar3 != param_1 + 0x60; lVar3 = FUN_002780e0(lVar3)) {\n *(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;\n }\n puVar2 = *(undefined8 **)(param_1 + 0x88);\n while (puVar2 != (undefined8 *)(param_1 + 0x88)) {\n plVar1 = puVar2 + 2;\n puVar2 = (undefined8 *)*puVar2;\n *(undefined1 *)(*plVar1 + 0x20) = 0;\n }\n return;\n}\n\n" (function_definition "void FUN_0016aaa0(long param_1)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n \n if (1 < *(int *)(param_1 + 0x28)) {\n return;\n }\n for (lVar3 = *(long *)(param_1 + 0x70); lVar3 != param_1 + 0x60; lVar3 = FUN_002780e0(lVar3)) {\n *(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;\n }\n puVar2 = *(undefined8 **)(param_1 + 0x88);\n while (puVar2 != (undefined8 *)(param_1 + 0x88)) {\n plVar1 = puVar2 + 2;\n puVar2 = (undefined8 *)*puVar2;\n *(undefined1 *)(*plVar1 + 0x20) = 0;\n }\n return;\n}" primitive_type (function_declarator "FUN_0016aaa0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n \n if (1 < *(int *)(param_1 + 0x28)) {\n return;\n }\n for (lVar3 = *(long *)(param_1 + 0x70); lVar3 != param_1 + 0x60; lVar3 = FUN_002780e0(lVar3)) {\n *(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;\n }\n puVar2 = *(undefined8 **)(param_1 + 0x88);\n while (puVar2 != (undefined8 *)(param_1 + 0x88)) {\n plVar1 = puVar2 + 2;\n puVar2 = (undefined8 *)*puVar2;\n *(undefined1 *)(*plVar1 + 0x20) = 0;\n }\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (1 < *(int *)(param_1 + 0x28)) {\n return;\n }" if (parenthesized_expression "(1 < *(int *)(param_1 + 0x28))" ( (binary_expression "1 < *(int *)(param_1 + 0x28)" number_literal < (pointer_expression "*(int *)(param_1 + 0x28)" * (cast_expression "(int *)(param_1 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (for_statement "for (lVar3 = *(long *)(param_1 + 0x70); lVar3 != param_1 + 0x60; lVar3 = FUN_002780e0(lVar3)) {\n *(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;\n }" for ( (assignment_expression "lVar3 = *(long *)(param_1 + 0x70)" identifier = (pointer_expression "*(long *)(param_1 + 0x70)" * (cast_expression "(long *)(param_1 + 0x70)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x70)" ( (binary_expression "param_1 + 0x70" identifier + number_literal) ))))) ; (binary_expression "lVar3 != param_1 + 0x60" identifier != (binary_expression "param_1 + 0x60" identifier + number_literal)) ; (assignment_expression "lVar3 = FUN_002780e0(lVar3)" identifier = (call_expression "FUN_002780e0(lVar3)" identifier (argument_list "(lVar3)" ( identifier )))) ) (compound_statement "{\n *(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;\n }" { (expression_statement "*(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;" (assignment_expression "*(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0" (pointer_expression "*(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20)" * (cast_expression "(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar3 + 0x30) + 0x20)" ( (binary_expression "*(long *)(lVar3 + 0x30) + 0x20" (pointer_expression "*(long *)(lVar3 + 0x30)" * (cast_expression "(long *)(lVar3 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x30)" ( (binary_expression "lVar3 + 0x30" identifier + number_literal) )))) + number_literal) )))) = number_literal) ;) })) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 0x88);" (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x88)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x88)" * (cast_expression "(undefined8 **)(param_1 + 0x88)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x88)" ( (binary_expression "param_1 + 0x88" identifier + number_literal) ))))) ;) (while_statement "while (puVar2 != (undefined8 *)(param_1 + 0x88)) {\n plVar1 = puVar2 + 2;\n puVar2 = (undefined8 *)*puVar2;\n *(undefined1 *)(*plVar1 + 0x20) = 0;\n }" while (parenthesized_expression "(puVar2 != (undefined8 *)(param_1 + 0x88))" ( (binary_expression "puVar2 != (undefined8 *)(param_1 + 0x88)" identifier != (cast_expression "(undefined8 *)(param_1 + 0x88)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x88)" ( (binary_expression "param_1 + 0x88" identifier + number_literal) )))) )) (compound_statement "{\n plVar1 = puVar2 + 2;\n puVar2 = (undefined8 *)*puVar2;\n *(undefined1 *)(*plVar1 + 0x20) = 0;\n }" { (expression_statement "plVar1 = puVar2 + 2;" (assignment_expression "plVar1 = puVar2 + 2" identifier = (binary_expression "puVar2 + 2" identifier + number_literal)) ;) (expression_statement "puVar2 = (undefined8 *)*puVar2;" (assignment_expression "puVar2 = (undefined8 *)*puVar2" identifier = (cast_expression "(undefined8 *)*puVar2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ;) (expression_statement "*(undefined1 *)(*plVar1 + 0x20) = 0;" (assignment_expression "*(undefined1 *)(*plVar1 + 0x20) = 0" (pointer_expression "*(undefined1 *)(*plVar1 + 0x20)" * (cast_expression "(undefined1 *)(*plVar1 + 0x20)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar1 + 0x20)" ( (binary_expression "*plVar1 + 0x20" (pointer_expression "*plVar1" * identifier) + number_literal) )))) = number_literal) ;) })) (return_statement "return;" return ;) }))) | (translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void clear_view_cache_marks(File_read * this) */\n\nvoid __thiscall gold::File_read::clear_view_cache_marks(File_read *this)\n\n{\n _List_node_base *p_Var1;\n _List_node_base *p_Var2;\n _Rb_tree_node_base *p_Var3;\n \n if (1 < this->object_count_) {\n return;\n }\n for (p_Var3 = (this->views_)._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n (_Rb_tree_header *)p_Var3 != &(this->views_)._M_t._M_impl.super__Rb_tree_header;\n p_Var3 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var3)) {\n *(undefined1 *)&p_Var3[1]._M_left[1]._M_color = _S_red;\n }\n p_Var2 = (this->saved_views_).\n super__List_base<gold::File_read::View*,_std::allocator<gold::File_read::View*>_>._M_impl\n ._M_node.super__List_node_base._M_next;\n while (p_Var2 != (_List_node_base *)&this->saved_views_) {\n p_Var1 = p_Var2 + 1;\n p_Var2 = p_Var2->_M_next;\n *(undefined1 *)&p_Var1->_M_next[2]._M_next = 0;\n }\n return;\n}\n\n" comment comment (function_definition "void __thiscall gold::File_read::clear_view_cache_marks(File_read *this)\n\n{\n _List_node_base *p_Var1;\n _List_node_base *p_Var2;\n _Rb_tree_node_base *p_Var3;\n \n if (1 < this->object_count_) {\n return;\n }\n for (p_Var3 = (this->views_)._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n (_Rb_tree_header *)p_Var3 != &(this->views_)._M_t._M_impl.super__Rb_tree_header;\n p_Var3 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var3)) {\n *(undefined1 *)&p_Var3[1]._M_left[1]._M_color = _S_red;\n }\n p_Var2 = (this->saved_views_).\n super__List_base<gold::File_read::View*,_std::allocator<gold::File_read::View*>_>._M_impl\n ._M_node.super__List_node_base._M_next;\n while (p_Var2 != (_List_node_base *)&this->saved_views_) {\n p_Var1 = p_Var2 + 1;\n p_Var2 = p_Var2->_M_next;\n *(undefined1 *)&p_Var1->_M_next[2]._M_next = 0;\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::File_read::" identifier : : identifier : :) (function_declarator "clear_view_cache_marks(File_read *this)" identifier (parameter_list "(File_read *this)" ( (parameter_declaration "File_read *this" type_identifier (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n _List_node_base *p_Var1;\n _List_node_base *p_Var2;\n _Rb_tree_node_base *p_Var3;\n \n if (1 < this->object_count_) {\n return;\n }\n for (p_Var3 = (this->views_)._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n (_Rb_tree_header *)p_Var3 != &(this->views_)._M_t._M_impl.super__Rb_tree_header;\n p_Var3 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var3)) {\n *(undefined1 *)&p_Var3[1]._M_left[1]._M_color = _S_red;\n }\n p_Var2 = (this->saved_views_).\n super__List_base<gold::File_read::View*,_std::allocator<gold::File_read::View*>_>._M_impl\n ._M_node.super__List_node_base._M_next;\n while (p_Var2 != (_List_node_base *)&this->saved_views_) {\n p_Var1 = p_Var2 + 1;\n p_Var2 = p_Var2->_M_next;\n *(undefined1 *)&p_Var1->_M_next[2]._M_next = 0;\n }\n return;\n}" { (declaration "_List_node_base *p_Var1;" type_identifier (pointer_declarator "*p_Var1" * identifier) ;) (declaration "_List_node_base *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "_Rb_tree_node_base *p_Var3;" type_identifier (pointer_declarator "*p_Var3" * identifier) ;) (if_statement "if (1 < this->object_count_) {\n return;\n }" if (parenthesized_expression "(1 < this->object_count_)" ( (binary_expression "1 < this->object_count_" number_literal < (field_expression "this->object_count_" identifier -> field_identifier)) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (for_statement "for (p_Var3 = (this->views_)._M_t._M_impl.super__Rb_tree_header._M_header._M_left;\n (_Rb_tree_header *)p_Var3 != &(this->views_)._M_t._M_impl.super__Rb_tree_header;\n p_Var3 = (_Rb_tree_node_base *)std::_Rb_tree_increment(p_Var3)) {\n *(undefined1 *)&p_Var3[1]._M_left[1]._M_color = _S_red;\n }" for ( (assignment_expression "p_Var3 = (this->views_)._M_t._M_impl.super__Rb_tree_header._M_header._M_left" identifier = (field_expression "(this->views_)._M_t._M_impl.super__Rb_tree_header._M_header._M_left" (field_expression "(this->views_)._M_t._M_impl.super__Rb_tree_header._M_header" (field_expression "(this->views_)._M_t._M_impl.super__Rb_tree_header" (field_expression "(this->views_)._M_t._M_impl" (field_expression "(this->views_)._M_t" (parenthesized_expression "(this->views_)" ( (field_expression "this->views_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ; (binary_expression "(_Rb_tree_header *)p_Var3 != &(this->views_)._M_t._M_impl.super__Rb_tree_header" (cast_expression "(_Rb_tree_header *)p_Var3" ( (type_descriptor "_Rb_tree_header *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) != (pointer_expression "&(this->views_)._M_t._M_impl.super__Rb_tree_header" & (field_expression "(this->views_)._M_t._M_impl.super__Rb_tree_header" (field_expression "(this->views_)._M_t._M_impl" (field_expression "(this->views_)._M_t" (parenthesized_expression "(this->views_)" ( (field_expression "this->views_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) ; (ERROR "p_Var3 = (_Rb_tree_node_base *)std::" (assignment_expression "p_Var3 = (_Rb_tree_node_base *)std" identifier = (cast_expression "(_Rb_tree_node_base *)std" ( (type_descriptor "_Rb_tree_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) : :) (call_expression "_Rb_tree_increment(p_Var3)" identifier (argument_list "(p_Var3)" ( identifier ))) ) (compound_statement "{\n *(undefined1 *)&p_Var3[1]._M_left[1]._M_color = _S_red;\n }" { (expression_statement "*(undefined1 *)&p_Var3[1]._M_left[1]._M_color = _S_red;" (assignment_expression "*(undefined1 *)&p_Var3[1]._M_left[1]._M_color = _S_red" (pointer_expression "*(undefined1 *)&p_Var3[1]._M_left[1]._M_color" * (cast_expression "(undefined1 *)&p_Var3[1]._M_left[1]._M_color" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&p_Var3[1]._M_left[1]._M_color" & (field_expression "p_Var3[1]._M_left[1]._M_color" (subscript_expression "p_Var3[1]._M_left[1]" (field_expression "p_Var3[1]._M_left" (subscript_expression "p_Var3[1]" identifier [ number_literal ]) . field_identifier) [ number_literal ]) . field_identifier)))) = identifier) ;) })) (ERROR "p_Var2 = (this->saved_views_).\n super__List_base<gold::File_read::View*,_std::allocator<gold::" (assignment_expression "p_Var2 = (this->saved_views_).\n super__List_base<gold" identifier = (binary_expression "(this->saved_views_).\n super__List_base<gold" (field_expression "(this->saved_views_).\n super__List_base" (parenthesized_expression "(this->saved_views_)" ( (field_expression "this->saved_views_" identifier -> field_identifier) )) . field_identifier) < identifier)) : : (comma_expression "File_read::View*,_std" identifier (ERROR "::View*" : : identifier *) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (expression_statement "File_read::View*>_>._M_impl\n ._M_node.super__List_node_base._M_next;" (field_expression "File_read::View*>_>._M_impl\n ._M_node.super__List_node_base._M_next" (field_expression "File_read::View*>_>._M_impl\n ._M_node.super__List_node_base" (field_expression "File_read::View*>_>._M_impl\n ._M_node" (field_expression "File_read::View*>_>._M_impl" (binary_expression "File_read::View*>_" identifier (ERROR "::View*" : : identifier *) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) . field_identifier) . field_identifier) ;) (while_statement "while (p_Var2 != (_List_node_base *)&this->saved_views_) {\n p_Var1 = p_Var2 + 1;\n p_Var2 = p_Var2->_M_next;\n *(undefined1 *)&p_Var1->_M_next[2]._M_next = 0;\n }" while (parenthesized_expression "(p_Var2 != (_List_node_base *)&this->saved_views_)" ( (binary_expression "p_Var2 != (_List_node_base *)&this->saved_views_" identifier != (cast_expression "(_List_node_base *)&this->saved_views_" ( (type_descriptor "_List_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&this->saved_views_" & (field_expression "this->saved_views_" identifier -> field_identifier)))) )) (compound_statement "{\n p_Var1 = p_Var2 + 1;\n p_Var2 = p_Var2->_M_next;\n *(undefined1 *)&p_Var1->_M_next[2]._M_next = 0;\n }" { (expression_statement "p_Var1 = p_Var2 + 1;" (assignment_expression "p_Var1 = p_Var2 + 1" identifier = (binary_expression "p_Var2 + 1" identifier + number_literal)) ;) (expression_statement "p_Var2 = p_Var2->_M_next;" (assignment_expression "p_Var2 = p_Var2->_M_next" identifier = (field_expression "p_Var2->_M_next" identifier -> field_identifier)) ;) (expression_statement "*(undefined1 *)&p_Var1->_M_next[2]._M_next = 0;" (assignment_expression "*(undefined1 *)&p_Var1->_M_next[2]._M_next = 0" (pointer_expression "*(undefined1 *)&p_Var1->_M_next[2]._M_next" * (cast_expression "(undefined1 *)&p_Var1->_M_next[2]._M_next" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&p_Var1->_M_next[2]._M_next" & (field_expression "p_Var1->_M_next[2]._M_next" (subscript_expression "p_Var1->_M_next[2]" (field_expression "p_Var1->_M_next" identifier -> field_identifier) [ number_literal ]) . field_identifier)))) = number_literal) ;) })) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_0016aaa0(long param_1)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n \n if (1 < *(int *)(param_1 + 0x28)) {\n return;\n }\n for (lVar3 = *(long *)(param_1 + 0x70); lVar3 != param_1 + 0x60; lVar3 = FUN_002780e0(lVar3)) {\n *(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;\n }\n puVar2 = *(undefined8 **)(param_1 + 0x88);\n while (puVar2 != (undefined8 *)(param_1 + 0x88)) {\n plVar1 = puVar2 + 2;\n puVar2 = (undefined8 *)*puVar2;\n *(undefined1 *)(*plVar1 + 0x20) = 0;\n }\n return;\n}\n\n" (function_definition "void FUN_0016aaa0(long param_1)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n \n if (1 < *(int *)(param_1 + 0x28)) {\n return;\n }\n for (lVar3 = *(long *)(param_1 + 0x70); lVar3 != param_1 + 0x60; lVar3 = FUN_002780e0(lVar3)) {\n *(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;\n }\n puVar2 = *(undefined8 **)(param_1 + 0x88);\n while (puVar2 != (undefined8 *)(param_1 + 0x88)) {\n plVar1 = puVar2 + 2;\n puVar2 = (undefined8 *)*puVar2;\n *(undefined1 *)(*plVar1 + 0x20) = 0;\n }\n return;\n}" primitive_type (function_declarator "FUN_0016aaa0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n \n if (1 < *(int *)(param_1 + 0x28)) {\n return;\n }\n for (lVar3 = *(long *)(param_1 + 0x70); lVar3 != param_1 + 0x60; lVar3 = FUN_002780e0(lVar3)) {\n *(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;\n }\n puVar2 = *(undefined8 **)(param_1 + 0x88);\n while (puVar2 != (undefined8 *)(param_1 + 0x88)) {\n plVar1 = puVar2 + 2;\n puVar2 = (undefined8 *)*puVar2;\n *(undefined1 *)(*plVar1 + 0x20) = 0;\n }\n return;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (1 < *(int *)(param_1 + 0x28)) {\n return;\n }" if (parenthesized_expression "(1 < *(int *)(param_1 + 0x28))" ( (binary_expression "1 < *(int *)(param_1 + 0x28)" number_literal < (pointer_expression "*(int *)(param_1 + 0x28)" * (cast_expression "(int *)(param_1 + 0x28)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x28)" ( (binary_expression "param_1 + 0x28" identifier + number_literal) ))))) )) (compound_statement "{\n return;\n }" { (return_statement "return;" return ;) })) (for_statement "for (lVar3 = *(long *)(param_1 + 0x70); lVar3 != param_1 + 0x60; lVar3 = FUN_002780e0(lVar3)) {\n *(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;\n }" for ( (assignment_expression "lVar3 = *(long *)(param_1 + 0x70)" identifier = (pointer_expression "*(long *)(param_1 + 0x70)" * (cast_expression "(long *)(param_1 + 0x70)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x70)" ( (binary_expression "param_1 + 0x70" identifier + number_literal) ))))) ; (binary_expression "lVar3 != param_1 + 0x60" identifier != (binary_expression "param_1 + 0x60" identifier + number_literal)) ; (assignment_expression "lVar3 = FUN_002780e0(lVar3)" identifier = (call_expression "FUN_002780e0(lVar3)" identifier (argument_list "(lVar3)" ( identifier )))) ) (compound_statement "{\n *(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;\n }" { (expression_statement "*(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;" (assignment_expression "*(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0" (pointer_expression "*(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20)" * (cast_expression "(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(lVar3 + 0x30) + 0x20)" ( (binary_expression "*(long *)(lVar3 + 0x30) + 0x20" (pointer_expression "*(long *)(lVar3 + 0x30)" * (cast_expression "(long *)(lVar3 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + 0x30)" ( (binary_expression "lVar3 + 0x30" identifier + number_literal) )))) + number_literal) )))) = number_literal) ;) })) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 0x88);" (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x88)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x88)" * (cast_expression "(undefined8 **)(param_1 + 0x88)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x88)" ( (binary_expression "param_1 + 0x88" identifier + number_literal) ))))) ;) (while_statement "while (puVar2 != (undefined8 *)(param_1 + 0x88)) {\n plVar1 = puVar2 + 2;\n puVar2 = (undefined8 *)*puVar2;\n *(undefined1 *)(*plVar1 + 0x20) = 0;\n }" while (parenthesized_expression "(puVar2 != (undefined8 *)(param_1 + 0x88))" ( (binary_expression "puVar2 != (undefined8 *)(param_1 + 0x88)" identifier != (cast_expression "(undefined8 *)(param_1 + 0x88)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x88)" ( (binary_expression "param_1 + 0x88" identifier + number_literal) )))) )) (compound_statement "{\n plVar1 = puVar2 + 2;\n puVar2 = (undefined8 *)*puVar2;\n *(undefined1 *)(*plVar1 + 0x20) = 0;\n }" { (expression_statement "plVar1 = puVar2 + 2;" (assignment_expression "plVar1 = puVar2 + 2" identifier = (binary_expression "puVar2 + 2" identifier + number_literal)) ;) (expression_statement "puVar2 = (undefined8 *)*puVar2;" (assignment_expression "puVar2 = (undefined8 *)*puVar2" identifier = (cast_expression "(undefined8 *)*puVar2" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar2" * identifier))) ;) (expression_statement "*(undefined1 *)(*plVar1 + 0x20) = 0;" (assignment_expression "*(undefined1 *)(*plVar1 + 0x20) = 0" (pointer_expression "*(undefined1 *)(*plVar1 + 0x20)" * (cast_expression "(undefined1 *)(*plVar1 + 0x20)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar1 + 0x20)" ( (binary_expression "*plVar1 + 0x20" (pointer_expression "*plVar1" * identifier) + number_literal) )))) = number_literal) ;) })) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (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 { (return_statement return ;) })) (for_statement for ( (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 != (binary_expression IDENT + LIT)) ; (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) = LIT) ;) })) (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 ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) = LIT) ;) })) (return_statement return ;) }))) | (function_definition "void FUN_0016aaa0(long param_1)\n\n{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n \n if (1 < *(int *)(param_1 + 0x28)) {\n return;\n }\n for (lVar3 = *(long *)(param_1 + 0x70); lVar3 != param_1 + 0x60; lVar3 = FUN_002780e0(lVar3)) {\n *(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;\n }\n puVar2 = *(undefined8 **)(param_1 + 0x88);\n while (puVar2 != (undefined8 *)(param_1 + 0x88)) {\n plVar1 = puVar2 + 2;\n puVar2 = (undefined8 *)*puVar2;\n *(undefined1 *)(*plVar1 + 0x20) = 0;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0016aaa0(long param_1)" (identifier "FUN_0016aaa0") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n long *plVar1;\n undefined8 *puVar2;\n long lVar3;\n \n if (1 < *(int *)(param_1 + 0x28)) {\n return;\n }\n for (lVar3 = *(long *)(param_1 + 0x70); lVar3 != param_1 + 0x60; lVar3 = FUN_002780e0(lVar3)) {\n *(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;\n }\n puVar2 = *(undefined8 **)(param_1 + 0x88);\n while (puVar2 != (undefined8 *)(param_1 + 0x88)) {\n plVar1 = puVar2 + 2;\n puVar2 = (undefined8 *)*puVar2;\n *(undefined1 *)(*plVar1 + 0x20) = 0;\n }\n return;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (if_statement "if (1 < *(int *)(param_1 + 0x28)) {\n return;\n }" (if "if") (parenthesized_expression "(1 < *(int *)(param_1 + 0x28))" (( "(") (binary_expression "1 < *(int *)(param_1 + 0x28)" (number_literal "1") (< "<") (pointer_expression "*(int *)(param_1 + 0x28)" (* "*") (cast_expression "(int *)(param_1 + 0x28)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x28)" (( "(") (binary_expression "param_1 + 0x28" (identifier "param_1") (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (compound_statement "{\n return;\n }" ({ "{") (return_statement "return;" (return "return") (; ";")) (} "}"))) (for_statement "for (lVar3 = *(long *)(param_1 + 0x70); lVar3 != param_1 + 0x60; lVar3 = FUN_002780e0(lVar3)) {\n *(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;\n }" (for "for") (( "(") (assignment_expression "lVar3 = *(long *)(param_1 + 0x70)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(param_1 + 0x70)" (* "*") (cast_expression "(long *)(param_1 + 0x70)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x70)" (( "(") (binary_expression "param_1 + 0x70" (identifier "param_1") (+ "+") (number_literal "0x70")) () ")"))))) (; ";") (binary_expression "lVar3 != param_1 + 0x60" (identifier "lVar3") (!= "!=") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60"))) (; ";") (assignment_expression "lVar3 = FUN_002780e0(lVar3)" (identifier "lVar3") (= "=") (call_expression "FUN_002780e0(lVar3)" (identifier "FUN_002780e0") (argument_list "(lVar3)" (( "(") (identifier "lVar3") () ")")))) () ")") (compound_statement "{\n *(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;\n }" ({ "{") (expression_statement "*(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;" (assignment_expression "*(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0" (pointer_expression "*(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20)" (* "*") (cast_expression "(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(lVar3 + 0x30) + 0x20)" (( "(") (binary_expression "*(long *)(lVar3 + 0x30) + 0x20" (pointer_expression "*(long *)(lVar3 + 0x30)" (* "*") (cast_expression "(long *)(lVar3 + 0x30)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + 0x30)" (( "(") (binary_expression "lVar3 + 0x30" (identifier "lVar3") (+ "+") (number_literal "0x30")) () ")")))) (+ "+") (number_literal "0x20")) () ")")))) (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 0x88);" (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x88)" (identifier "puVar2") (= "=") (pointer_expression "*(undefined8 **)(param_1 + 0x88)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x88)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x88)" (( "(") (binary_expression "param_1 + 0x88" (identifier "param_1") (+ "+") (number_literal "0x88")) () ")"))))) (; ";")) (while_statement "while (puVar2 != (undefined8 *)(param_1 + 0x88)) {\n plVar1 = puVar2 + 2;\n puVar2 = (undefined8 *)*puVar2;\n *(undefined1 *)(*plVar1 + 0x20) = 0;\n }" (while "while") (parenthesized_expression "(puVar2 != (undefined8 *)(param_1 + 0x88))" (( "(") (binary_expression "puVar2 != (undefined8 *)(param_1 + 0x88)" (identifier "puVar2") (!= "!=") (cast_expression "(undefined8 *)(param_1 + 0x88)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x88)" (( "(") (binary_expression "param_1 + 0x88" (identifier "param_1") (+ "+") (number_literal "0x88")) () ")")))) () ")")) (compound_statement "{\n plVar1 = puVar2 + 2;\n puVar2 = (undefined8 *)*puVar2;\n *(undefined1 *)(*plVar1 + 0x20) = 0;\n }" ({ "{") (expression_statement "plVar1 = puVar2 + 2;" (assignment_expression "plVar1 = puVar2 + 2" (identifier "plVar1") (= "=") (binary_expression "puVar2 + 2" (identifier "puVar2") (+ "+") (number_literal "2"))) (; ";")) (expression_statement "puVar2 = (undefined8 *)*puVar2;" (assignment_expression "puVar2 = (undefined8 *)*puVar2" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)*puVar2" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar2" (* "*") (identifier "puVar2")))) (; ";")) (expression_statement "*(undefined1 *)(*plVar1 + 0x20) = 0;" (assignment_expression "*(undefined1 *)(*plVar1 + 0x20) = 0" (pointer_expression "*(undefined1 *)(*plVar1 + 0x20)" (* "*") (cast_expression "(undefined1 *)(*plVar1 + 0x20)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*plVar1 + 0x20)" (( "(") (binary_expression "*plVar1 + 0x20" (pointer_expression "*plVar1" (* "*") (identifier "plVar1")) (+ "+") (number_literal "0x20")) () ")")))) (= "=") (number_literal "0")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void clear_view_cache_marks(File_read * this) */
void __thiscall gold::type_1::function_1(type_1 *this)
{
type_2 *p_Var1;
type_2 *var_3;
type_3 *p_Var3;
if (1 < this->object_count_) {
return;
}
for (p_Var3 = (this->views_)._M_t._M_impl.super__Rb_tree_header._M_header._M_left;
(type_4 *)p_Var3 != &(this->views_)._M_t._M_impl.super__Rb_tree_header;
p_Var3 = (type_3 *)std::var_1(p_Var3)) {
*(type_5 *)&p_Var3[1]._M_left[1]._M_color = _S_red;
}
var_3 = (this->saved_views_).
super__List_base<gold::type_1::View*,_std::allocator<gold::type_1::View*>var_2>._M_impl
._M_node.super__List_node_base._M_next;
while (var_3 != (type_2 *)&this->saved_views_) {
p_Var1 = var_3 + 1;
var_3 = var_3->_M_next;
*(type_5 *)&p_Var1->_M_next[2]._M_next = 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)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (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 (return_statement))) (for_statement initializer: (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: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))) update: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier)))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression 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))))) (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 (binary_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)))))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (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: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (number_literal))))) (return_statement)))) | null |
void MASKED(long param_1)
{
long *plVar1;
undefined8 *puVar2;
long lVar3;
if (1 < *(int *)(param_1 + 0x28)) {
return;
}
for (lVar3 = *(long *)(param_1 + 0x70); lVar3 != param_1 + 0x60; lVar3 = FUN_002780e0(lVar3)) {
*(undefined1 *)(*(long *)(lVar3 + 0x30) + 0x20) = 0;
}
puVar2 = *(undefined8 **)(param_1 + 0x88);
while (puVar2 != (undefined8 *)(param_1 + 0x88)) {
plVar1 = puVar2 + 2;
puVar2 = (undefined8 *)*puVar2;
*(undefined1 *)(*plVar1 + 0x20) = 0;
}
return;
}
|
2363_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | do_local_symbol_value | FUN_00175980 |
/* DWARF original prototype: uint64_t do_local_symbol_value(Sized_relobj_incr<32,_false> * this,
uint param_1, uint64_t param_2) */
uint64_t __thiscall
gold::Sized_relobj_incr<32,_false>::do_local_symbol_value
(Sized_relobj_incr<32,_false> *this,uint param_1,uint64_t param_2)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.h",0x7aa,"do_local_symbol_value");
}
|
void FUN_00175980(void)
{
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/incremental.h",0x7aa,"do_local_symbol_value");
}
| SUB RSP,0x8
LEA RDX,[0x30f7a0]
MOV ESI,0x7aa
LEA RDI,[0x30ea22]
CALL 0x0016cdf0 | null | null | null | null | [('const-1', u'RETURN_-1207412303'), (u'COPY_-1207412293', u'CALL_-1207412308'), ('const-3209120', u'COPY_-1207412292'), ('const-1962', u'CALL_-1207412308'), ('const-3205666', u'COPY_-1207412293'), (u'COPY_-1207412292', u'CALL_-1207412308')] | [('const-3209120', u'COPY_-1207412294'), ('const-1', u'RETURN_-1207412303'), ('const-1962', u'CALL_-1207412308'), (u'COPY_-1207412294', u'CALL_-1207412308'), ('const-3205666', u'COPY_-1207412295'), (u'COPY_-1207412295', u'CALL_-1207412308')] | null | null | 00175980 | x64 | O2 | (translation_unit "void FUN_00175980(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/incremental.h",0x7aa,"do_local_symbol_value");\n}\n\n" (function_definition "void FUN_00175980(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/incremental.h",0x7aa,"do_local_symbol_value");\n}" primitive_type (function_declarator "FUN_00175980(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/incremental.h",0x7aa,"do_local_symbol_value");\n}" { comment (expression_statement "FUN_0016cdf0("../../gold/incremental.h",0x7aa,"do_local_symbol_value");" (call_expression "FUN_0016cdf0("../../gold/incremental.h",0x7aa,"do_local_symbol_value")" identifier (argument_list "("../../gold/incremental.h",0x7aa,"do_local_symbol_value")" ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal , (string_literal ""do_local_symbol_value"" " string_content ") ))) ;) }))) | (translation_unit "/* DWARF original prototype: uint64_t do_local_symbol_value(Sized_relobj_incr<32,_false> * this,\n uint param_1, uint64_t param_2) */\n\nuint64_t __thiscall\ngold::Sized_relobj_incr<32,_false>::do_local_symbol_value\n (Sized_relobj_incr<32,_false> *this,uint param_1,uint64_t param_2)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.h",0x7aa,"do_local_symbol_value");\n}\n\n" comment (ERROR "uint64_t __thiscall\ngold::Sized_relobj_incr<32,_false>::do_local_symbol_value\n (Sized_relobj_incr<32,_false> *this,uint param_1,uint64_t param_2)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.h",0x7aa," primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_false>::do_local_symbol_value\n (Sized_relobj_incr<32,_false> *this,uint param_1,uint64_t param_2)\n\n{" identifier > : : (function_declarator "do_local_symbol_value\n (Sized_relobj_incr<32,_false> *this,uint param_1,uint64_t param_2)" identifier (parameter_list "(Sized_relobj_incr<32,_false> *this,uint param_1,uint64_t param_2)" ( (parameter_declaration "Sized_relobj_incr" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint param_1" type_identifier identifier) , (parameter_declaration "uint64_t param_2" primitive_type identifier) ))) {) comment identifier ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal ,) (expression_statement ""do_local_symbol_value");" (string_literal ""do_local_symbol_value"" " string_content ") (ERROR ")" )) ;) (ERROR "}" })) | (translation_unit "void FUN_00175980(void)\n\n{\n \n FUN_0016cdf0("../../gold/incremental.h",0x7aa,"do_local_symbol_value");\n}\n\n" (function_definition "void FUN_00175980(void)\n\n{\n \n FUN_0016cdf0("../../gold/incremental.h",0x7aa,"do_local_symbol_value");\n}" primitive_type (function_declarator "FUN_00175980(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_0016cdf0("../../gold/incremental.h",0x7aa,"do_local_symbol_value");\n}" { (expression_statement "FUN_0016cdf0("../../gold/incremental.h",0x7aa,"do_local_symbol_value");" (call_expression "FUN_0016cdf0("../../gold/incremental.h",0x7aa,"do_local_symbol_value")" identifier (argument_list "("../../gold/incremental.h",0x7aa,"do_local_symbol_value")" ( (string_literal ""../../gold/incremental.h"" " string_content ") , number_literal , (string_literal ""do_local_symbol_value"" " string_content ") ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) | (function_definition "void FUN_00175980(void)\n\n{\n \n FUN_0016cdf0("../../gold/incremental.h",0x7aa,"do_local_symbol_value");\n}" (primitive_type "void") (function_declarator "FUN_00175980(void)" (identifier "FUN_00175980") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_0016cdf0("../../gold/incremental.h",0x7aa,"do_local_symbol_value");\n}" ({ "{") (expression_statement "FUN_0016cdf0("../../gold/incremental.h",0x7aa,"do_local_symbol_value");" (call_expression "FUN_0016cdf0("../../gold/incremental.h",0x7aa,"do_local_symbol_value")" (identifier "FUN_0016cdf0") (argument_list "("../../gold/incremental.h",0x7aa,"do_local_symbol_value")" (( "(") (string_literal ""../../gold/incremental.h"" (" """) (string_content "../../gold/incremental.h") (" """)) (, ",") (number_literal "0x7aa") (, ",") (string_literal ""do_local_symbol_value"" (" """) (string_content "do_local_symbol_value") (" """)) () ")"))) (; ";")) (} "}"))) |
/* DWARF original prototype: uint64_t do_local_symbol_value(Sized_relobj_incr<32,_false> * this,
uint param_1, uint64_t param_2) */
uint64_t __thiscall
gold::Sized_relobj_incr<32,_false>::do_local_symbol_value
(Sized_relobj_incr<32,_false> *this,uint param_1,uint64_t param_2)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.h",0x7aa,"do_local_symbol_value");
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) | null |
void MASKED(void)
{
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/incremental.h",0x7aa,"do_local_symbol_value");
}
|
7770_x86_64-linux-gnux32-dwp_and_x86_64-linux-gnux32-dwp_strip.c | operator= | thunk_FUN_002aaef0 |
/* std::string::TEMPNAMEPLACEHOLDERVALUE(std::string const&) */
string * __thiscall std::string::operator=(string *this,string *param_1)
{
int *piVar1;
long lVar2;
long lVar3;
int iVar4;
allocator aStack_9;
lVar3 = *(long *)param_1;
if (*(long *)this != lVar3) {
if (*(int *)(lVar3 + -8) < 0) {
lVar3 = _Rep::_M_clone((_Rep *)(lVar3 + -0x18),&aStack_9,0);
}
else if ((_Rep *)(lVar3 + -0x18) != (_Rep *)&_Rep::_S_empty_rep_storage) {
if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {
*(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;
}
else {
LOCK();
*(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;
UNLOCK();
}
}
lVar2 = *(long *)this;
if ((allocator *)(lVar2 + -0x18) != (allocator *)&_Rep::_S_empty_rep_storage) {
if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {
iVar4 = *(int *)(lVar2 + -8);
*(int *)(lVar2 + -8) = iVar4 + -1;
}
else {
LOCK();
piVar1 = (int *)(lVar2 + -8);
iVar4 = *piVar1;
*piVar1 = *piVar1 + -1;
UNLOCK();
}
if (iVar4 < 1) {
_Rep::_M_destroy((allocator *)(lVar2 + -0x18));
}
}
*(long *)this = lVar3;
}
return this;
}
|
long * thunk_FUN_002aaef0(long *param_1,long *param_2)
{
int *piVar1;
int iVar2;
long lVar3;
long lVar4;
undefined1 uStack_9;
lVar4 = *param_2;
if (*param_1 != lVar4) {
if (*(int *)(lVar4 + -8) < 0) {
lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);
}
else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {
if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {
*(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;
}
else {
LOCK();
*(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;
UNLOCK();
}
}
lVar3 = *param_1;
if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {
if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {
iVar2 = *(int *)(lVar3 + -8);
*(int *)(lVar3 + -8) = iVar2 + -1;
}
else {
LOCK();
piVar1 = (int *)(lVar3 + -8);
iVar2 = *piVar1;
*piVar1 = *piVar1 + -1;
UNLOCK();
}
if (iVar2 < 1) {
thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);
}
}
*param_1 = lVar4;
}
return param_1;
}
| JMP 0x002aaef0 | null | null | null | null | [('const-433', u'LOAD_-1204441313'), (u'INT_ADD_-1204441297', u'CAST_-1204440829'), ('const-0', u'INT_SLESS_-1204441281'), ('const--9', u'PTRSUB_-1204440772'), (u'LOAD_-1204441336', u'INT_ADD_-1204441290'), (u'CAST_-1204440724', u'LOAD_-1204441135'), (u'INT_ADD_-1204441047', u'CAST_-1204440693'), (u'LOAD_-1204441011', u'INT_ADD_-1204440993'), ('const-1', u'INT_ADD_-1204440960'), (u'MULTIEQUAL_-1204440757', u'MULTIEQUAL_-1204440820'), (u'LOAD_-1204441256', u'INT_ADD_-1204441047'), (u'PTRSUB_-1204440772', u'CALL_-1204441051'), (u'CAST_-1204440693', u'LOAD_-1204441063'), ('const-4294967295', u'INT_ADD_-1204440780'), ('const-0', u'INT_EQUAL_-1204441023'), (u'LOAD_-1204440978', u'INT_ADD_-1204440960'), (u'CAST_-1204440793', u'INT_NOTEQUAL_-1204441230'), ('tmp_602', u'CAST_-1204440835'), (u'LOAD_-1204441336', u'INT_ADD_-1204440966'), ('tmp_361', u'CBRANCH_-1204441100'), (u'INT_ADD_-1204441284', u'CAST_-1204440820'), (u'CAST_-1204440657', u'STORE_-1204440975'), (u'LOAD_-1204441063', u'INT_ADD_-1204440780'), (u'LOAD_-1204441336', u'MULTIEQUAL_-1204440948'), ('const-433', u'LOAD_-1204441135'), ('const-0', u'PTRSUB_-1204440797'), (u'INDIRECT_-1204440691', u'MULTIEQUAL_-1204440831'), ('const-433', u'LOAD_-1204441011'), ('const-17', u'CALLOTHER_-1204441009'), (u'STORE_-1204441048', u'INDIRECT_-1204440727'), ('tmp_153', u'CBRANCH_-1204441256'), ('const-1', u'INT_ADD_-1204440993'), ('tmp_602', u'CAST_-1204440779'), ('tmp_603', u'CAST_-1204440839'), (u'INT_ADD_-1204441290', u'CAST_-1204440825'), ('const--8', u'INT_ADD_-1204441123'), (u'CAST_-1204440793', u'CALL_-1204441078'), ('const-433', u'LOAD_-1204440978'), ('const-0', u'CALL_-1204441051'), ('const--8', u'INT_ADD_-1204440966'), ('const-1', u'INT_SLESS_-1204441093'), (u'INT_NOTEQUAL_-1204441258', u'CBRANCH_-1204441256'), ('const-433', u'LOAD_-1204441336'), (u'CAST_-1204440804', u'INT_NOTEQUAL_-1204441258'), (u'STORE_-1204441129', u'INDIRECT_-1204440767'), (u'CAST_-1204440825', u'INT_NOTEQUAL_-1204441258'), (u'STORE_-1204440975', u'INDIRECT_-1204440691'), ('const-18', u'CALLOTHER_-1204440992'), ('const-3974464', u'PTRSUB_-1204440797'), (u'INDIRECT_-1204440803', u'MULTIEQUAL_-1204440831'), ('const-0', u'RETURN_-1204441191'), (u'INT_ADD_-1204440966', u'CAST_-1204440657'), (u'INDIRECT_-1204440706', u'MULTIEQUAL_-1204440831'), (u'LOAD_-1204441313', u'INT_SLESS_-1204441281'), (u'CAST_-1204440724', u'STORE_-1204441129'), (u'LOAD_-1204441133', u'MULTIEQUAL_-1204440772'), ('tmp_1360', u'MULTIEQUAL_-1204440814'), ('const-17', u'CALLOTHER_-1204441134'), (u'CAST_-1204440686', u'STORE_-1204441048'), (u'MULTIEQUAL_-1204440948', u'STORE_-1204441226'), (u'LOAD_-1204441331', u'INT_NOTEQUAL_-1204441315'), ('const-433', u'LOAD_-1204441256'), (u'PTRSUB_-1204440797', u'CAST_-1204440788'), ('const-18', u'CALLOTHER_-1204441116'), ('const-433', u'STORE_-1204440975'), (u'COPY_-1204441211', u'RETURN_-1204441191'), (u'MULTIEQUAL_-1204440814', u'COPY_-1204440874'), ('const-0', u'INT_EQUAL_-1204441154'), ('const-4294967295', u'INT_ADD_-1204441117'), (u'LOAD_-1204441336', u'INT_ADD_-1204441297'), ('tmp_550', u'BRANCH_-1204440960'), (u'INT_NOTEQUAL_-1204441230', u'CBRANCH_-1204441228'), (u'INDIRECT_-1204440751', u'MULTIEQUAL_-1204440820'), (u'INT_EQUAL_-1204441154', u'CBRANCH_-1204441147'), (u'INT_NOTEQUAL_-1204441315', u'CBRANCH_-1204441314'), ('const--8', u'INT_ADD_-1204441297'), (u'CAST_-1204440657', u'LOAD_-1204440978'), (u'LOAD_-1204441256', u'INT_ADD_-1204441034'), (u'INDIRECT_-1204440727', u'MULTIEQUAL_-1204440757'), ('tmp_1160', u'PTRSUB_-1204440772'), (u'LOAD_-1204441135', u'INT_ADD_-1204441117'), (u'PTRSUB_-1204440810', u'CAST_-1204440804'), ('const-0', u'PTRSUB_-1204440810'), ('tmp_392', u'BRANCH_-1204441067'), ('const-433', u'LOAD_-1204441063'), (u'MULTIEQUAL_-1204440831', u'MULTIEQUAL_-1204440820'), (u'LOAD_-1204441256', u'INT_ADD_-1204441234'), (u'CAST_-1204440797', u'LOAD_-1204441256'), ('tmp_195', u'CBRANCH_-1204441228'), ('tmp_1360', u'MULTIEQUAL_-1204440831'), ('const-433', u'LOAD_-1204441331'), (u'INT_ADD_-1204441034', u'CAST_-1204440686'), ('tmp_602', u'COPY_-1204441211'), (u'CALL_-1204441051', u'INDIRECT_-1204440803'), (u'INT_ADD_-1204440993', u'STORE_-1204441008'), (u'CAST_-1204440829', u'LOAD_-1204441313'), ('const-433', u'LOAD_-1204441133'), (u'CALL_-1204441078', u'INDIRECT_-1204440751'), (u'CAST_-1204440820', u'LOAD_-1204441011'), ('tmp_499', u'BRANCH_-1204440992'), (u'CAST_-1204440839', u'LOAD_-1204441336'), (u'CAST_-1204440825', u'CALL_-1204441051'), ('const-433', u'STORE_-1204441048'), (u'CALL_-1204441051', u'MULTIEQUAL_-1204440948'), (u'MULTIEQUAL_-1204440831', u'INT_EQUAL_-1204441154'), ('tmp_419', u'BRANCH_-1204441043'), ('const--8', u'INT_ADD_-1204441047'), (u'CAST_-1204440820', u'STORE_-1204441008'), (u'INT_SLESS_-1204441093', u'CBRANCH_-1204441100'), (u'STORE_-1204441008', u'INDIRECT_-1204440706'), (u'INT_ADD_-1204440960', u'STORE_-1204440975'), (u'CAST_-1204440788', u'INT_NOTEQUAL_-1204441230'), (u'MULTIEQUAL_-1204440772', u'INT_SLESS_-1204441093'), ('const-433', u'STORE_-1204441226'), (u'LOAD_-1204441256', u'INT_ADD_-1204441123'), ('tmp_73', u'CBRANCH_-1204441314'), (u'CAST_-1204440835', u'LOAD_-1204441331'), (u'LOAD_-1204441336', u'INT_ADD_-1204441284'), ('tmp_1360', u'INT_EQUAL_-1204441023'), ('const--24', u'INT_ADD_-1204441234'), (u'LOAD_-1204441336', u'INT_NOTEQUAL_-1204441315'), ('const--24', u'INT_ADD_-1204441290'), (u'INT_ADD_-1204440780', u'STORE_-1204441048'), ('tmp_592', u'BRANCH_-1204441040'), ('const-3974464', u'PTRSUB_-1204440810'), (u'INDIRECT_-1204440767', u'MULTIEQUAL_-1204440757'), (u'STORE_-1204441226', u'INDIRECT_-1204440824'), (u'INT_SLESS_-1204441281', u'CBRANCH_-1204441281'), ('tmp_119', u'CBRANCH_-1204441281'), ('tmp_602', u'CAST_-1204440797'), ('const--8', u'INT_ADD_-1204441034'), ('const-433', u'STORE_-1204441008'), (u'INT_EQUAL_-1204441023', u'CBRANCH_-1204441016'), (u'CAST_-1204440724', u'LOAD_-1204441133'), ('tmp_448', u'CBRANCH_-1204441016'), (u'INT_ADD_-1204441123', u'CAST_-1204440724'), ('const--8', u'INT_ADD_-1204441284'), ('tmp_275', u'CBRANCH_-1204441147'), (u'INT_ADD_-1204441234', u'CAST_-1204440793'), (u'INT_ADD_-1204441117', u'STORE_-1204441129'), (u'LOAD_-1204441063', u'MULTIEQUAL_-1204440772'), (u'CAST_-1204440779', u'STORE_-1204441226'), (u'INDIRECT_-1204440824', u'MULTIEQUAL_-1204440814'), ('const-433', u'STORE_-1204441129')] | [('const-433', u'STORE_-1204440975'), (u'LOAD_-1204441133', u'MULTIEQUAL_-1204440767'), (u'INT_ADD_-1204441297', u'CAST_-1204440829'), ('const-0', u'INT_SLESS_-1204441281'), (u'LOAD_-1204441336', u'INT_ADD_-1204441290'), (u'LOAD_-1204441011', u'INT_ADD_-1204440993'), ('const-1', u'INT_ADD_-1204440960'), (u'INDIRECT_-1204440750', u'MULTIEQUAL_-1204440819'), (u'PTRSUB_-1204440724', u'CALL_-1204441078'), (u'LOAD_-1204441256', u'INT_ADD_-1204441047'), ('const-1', u'INT_SLESS_-1204441093'), (u'LOAD_-1204440978', u'INT_ADD_-1204440960'), ('const-433', u'STORE_-1204441226'), (u'LOAD_-1204441063', u'MULTIEQUAL_-1204440767'), (u'INT_ADD_-1204441047', u'CAST_-1204440696'), ('const-0', u'PTRSUB_-1204440796'), (u'LOAD_-1204441336', u'INT_ADD_-1204440966'), ('tmp_361', u'CBRANCH_-1204441100'), (u'STORE_-1204441129', u'INDIRECT_-1204440766'), ('const-433', u'LOAD_-1204441256'), ('const-433', u'LOAD_-1204441135'), (u'INT_ADD_-1204441284', u'CAST_-1204440820'), ('const-433', u'LOAD_-1204440978'), ('const--9', u'PTRSUB_-1204440771'), (u'INDIRECT_-1204440705', u'MULTIEQUAL_-1204440830'), (u'LOAD_-1204441336', u'MULTIEQUAL_-1204440948'), (u'CAST_-1204440795', u'INT_NOTEQUAL_-1204441230'), ('const-433', u'LOAD_-1204441331'), ('tmp_1163', u'STORE_-1204441226'), ('const-433', u'LOAD_-1204441336'), ('tmp_1163', u'COPY_-1204441211'), ('const-433', u'STORE_-1204441129'), ('const-17', u'CALLOTHER_-1204441009'), ('const-433', u'STORE_-1204441048'), ('tmp_153', u'CBRANCH_-1204441256'), (u'STORE_-1204441226', u'INDIRECT_-1204440823'), (u'INDIRECT_-1204440766', u'MULTIEQUAL_-1204440756'), ('const-1', u'INT_ADD_-1204440993'), ('const-433', u'LOAD_-1204441133'), ('const-433', u'STORE_-1204441008'), (u'INT_ADD_-1204441290', u'CAST_-1204440825'), ('const--8', u'INT_ADD_-1204441123'), ('const--8', u'INT_ADD_-1204440966'), (u'INT_NOTEQUAL_-1204441258', u'CBRANCH_-1204441256'), (u'INDIRECT_-1204440690', u'MULTIEQUAL_-1204440830'), (u'CAST_-1204440727', u'LOAD_-1204441135'), ('tmp_1164', u'LOAD_-1204441336'), (u'STORE_-1204441048', u'INDIRECT_-1204440726'), (u'CAST_-1204440825', u'INT_NOTEQUAL_-1204441258'), ('const-18', u'CALLOTHER_-1204440992'), ('tmp_1162', u'PTRSUB_-1204440724'), ('const-0', u'RETURN_-1204441191'), (u'LOAD_-1204441313', u'INT_SLESS_-1204441281'), ('const-17', u'CALLOTHER_-1204441134'), (u'MULTIEQUAL_-1204440948', u'STORE_-1204441226'), ('tmp_1373', u'MULTIEQUAL_-1204440813'), (u'LOAD_-1204441331', u'INT_NOTEQUAL_-1204441315'), (u'PTRSUB_-1204440809', u'INT_NOTEQUAL_-1204441258'), ('const-4294967295', u'INT_ADD_-1204441117'), ('const-18', u'CALLOTHER_-1204441116'), (u'INT_ADD_-1204441234', u'CAST_-1204440795'), (u'CAST_-1204440658', u'LOAD_-1204440978'), (u'INDIRECT_-1204440726', u'MULTIEQUAL_-1204440756'), (u'PTRSUB_-1204440796', u'INT_NOTEQUAL_-1204441230'), ('const-0', u'PTRSUB_-1204440809'), (u'COPY_-1204441211', u'RETURN_-1204441191'), ('tmp_1163', u'LOAD_-1204441331'), (u'MULTIEQUAL_-1204440813', u'COPY_-1204440873'), ('const-433', u'LOAD_-1204441313'), (u'LOAD_-1204441336', u'INT_ADD_-1204441297'), (u'MULTIEQUAL_-1204440756', u'MULTIEQUAL_-1204440819'), ('tmp_550', u'BRANCH_-1204440960'), (u'INT_ADD_-1204440966', u'CAST_-1204440658'), (u'INT_NOTEQUAL_-1204441230', u'CBRANCH_-1204441228'), (u'INT_EQUAL_-1204441154', u'CBRANCH_-1204441147'), (u'INT_NOTEQUAL_-1204441315', u'CBRANCH_-1204441314'), ('const--8', u'INT_ADD_-1204441297'), (u'MULTIEQUAL_-1204440767', u'INT_SLESS_-1204441093'), (u'PTRSUB_-1204440771', u'CALL_-1204441051'), (u'LOAD_-1204441256', u'INT_ADD_-1204441034'), ('const-0', u'INT_EQUAL_-1204441154'), (u'CAST_-1204440689', u'STORE_-1204441048'), (u'LOAD_-1204441135', u'INT_ADD_-1204441117'), ('tmp_392', u'BRANCH_-1204441067'), (u'CAST_-1204440727', u'STORE_-1204441129'), (u'CALL_-1204441078', u'INDIRECT_-1204440750'), (u'CAST_-1204440696', u'LOAD_-1204441063'), ('const-3974464', u'PTRSUB_-1204440796'), (u'CAST_-1204440727', u'LOAD_-1204441133'), ('const-433', u'LOAD_-1204441063'), (u'LOAD_-1204441256', u'INT_ADD_-1204441234'), ('tmp_195', u'CBRANCH_-1204441228'), ('const-3974464', u'PTRSUB_-1204440809'), ('tmp_1163', u'LOAD_-1204441256'), (u'CAST_-1204440795', u'CALL_-1204441078'), (u'STORE_-1204440975', u'INDIRECT_-1204440690'), (u'INT_ADD_-1204441123', u'CAST_-1204440727'), (u'INT_ADD_-1204440993', u'STORE_-1204441008'), ('const--8', u'INT_ADD_-1204441284'), (u'CAST_-1204440829', u'LOAD_-1204441313'), ('const--9', u'PTRSUB_-1204440724'), (u'INT_ADD_-1204441040', u'STORE_-1204441048'), (u'STORE_-1204441008', u'INDIRECT_-1204440705'), (u'LOAD_-1204441063', u'INT_ADD_-1204441040'), ('tmp_1373', u'INT_EQUAL_-1204441023'), (u'CAST_-1204440820', u'LOAD_-1204441011'), ('tmp_499', u'BRANCH_-1204440992'), ('const-4294967295', u'INT_ADD_-1204441040'), (u'CAST_-1204440825', u'CALL_-1204441051'), (u'INDIRECT_-1204440802', u'MULTIEQUAL_-1204440830'), (u'CALL_-1204441051', u'MULTIEQUAL_-1204440948'), ('tmp_419', u'BRANCH_-1204441043'), ('const--8', u'INT_ADD_-1204441047'), (u'CAST_-1204440820', u'STORE_-1204441008'), (u'INT_SLESS_-1204441093', u'CBRANCH_-1204441100'), (u'INT_ADD_-1204440960', u'STORE_-1204440975'), (u'LOAD_-1204441256', u'INT_ADD_-1204441123'), ('tmp_73', u'CBRANCH_-1204441314'), (u'LOAD_-1204441336', u'INT_ADD_-1204441284'), (u'LOAD_-1204441336', u'INT_NOTEQUAL_-1204441315'), ('const--24', u'INT_ADD_-1204441234'), ('const-0', u'INT_EQUAL_-1204441023'), ('const--24', u'INT_ADD_-1204441290'), (u'MULTIEQUAL_-1204440830', u'MULTIEQUAL_-1204440819'), (u'CALL_-1204441051', u'INDIRECT_-1204440802'), ('tmp_592', u'BRANCH_-1204441040'), ('const-433', u'LOAD_-1204441011'), ('const-0', u'CALL_-1204441051'), (u'INDIRECT_-1204440823', u'MULTIEQUAL_-1204440813'), ('tmp_1162', u'PTRSUB_-1204440771'), (u'INT_SLESS_-1204441281', u'CBRANCH_-1204441281'), (u'INT_ADD_-1204441034', u'CAST_-1204440689'), ('tmp_119', u'CBRANCH_-1204441281'), ('const--8', u'INT_ADD_-1204441034'), ('tmp_1373', u'MULTIEQUAL_-1204440830'), (u'INT_EQUAL_-1204441023', u'CBRANCH_-1204441016'), (u'MULTIEQUAL_-1204440830', u'INT_EQUAL_-1204441154'), (u'CAST_-1204440658', u'STORE_-1204440975'), ('tmp_448', u'CBRANCH_-1204441016'), ('tmp_275', u'CBRANCH_-1204441147'), (u'INT_ADD_-1204441117', u'STORE_-1204441129')] | null | null | 002aafc0 | x64 | O2 | (translation_unit "long * thunk_FUN_002aaef0(long *param_1,long *param_2)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n long lVar4;\n undefined1 uStack_9;\n \n lVar4 = *param_2;\n if (*param_1 != lVar4) {\n if (*(int *)(lVar4 + -8) < 0) {\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }\n else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }\n lVar3 = *param_1;\n if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }\n *param_1 = lVar4;\n }\n return param_1;\n}\n\n" (function_definition "long * thunk_FUN_002aaef0(long *param_1,long *param_2)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n long lVar4;\n undefined1 uStack_9;\n \n lVar4 = *param_2;\n if (*param_1 != lVar4) {\n if (*(int *)(lVar4 + -8) < 0) {\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }\n else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }\n lVar3 = *param_1;\n if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }\n *param_1 = lVar4;\n }\n return param_1;\n}" (sized_type_specifier "long" long) (pointer_declarator "* thunk_FUN_002aaef0(long *param_1,long *param_2)" * (function_declarator "thunk_FUN_002aaef0(long *param_1,long *param_2)" identifier (parameter_list "(long *param_1,long *param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) )))) (compound_statement "{\n int *piVar1;\n int iVar2;\n long lVar3;\n long lVar4;\n undefined1 uStack_9;\n \n lVar4 = *param_2;\n if (*param_1 != lVar4) {\n if (*(int *)(lVar4 + -8) < 0) {\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }\n else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }\n lVar3 = *param_1;\n if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }\n *param_1 = lVar4;\n }\n return param_1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 uStack_9;" type_identifier identifier ;) (expression_statement "lVar4 = *param_2;" (assignment_expression "lVar4 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (if_statement "if (*param_1 != lVar4) {\n if (*(int *)(lVar4 + -8) < 0) {\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }\n else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }\n lVar3 = *param_1;\n if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }\n *param_1 = lVar4;\n }" if (parenthesized_expression "(*param_1 != lVar4)" ( (binary_expression "*param_1 != lVar4" (pointer_expression "*param_1" * identifier) != identifier) )) (compound_statement "{\n if (*(int *)(lVar4 + -8) < 0) {\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }\n else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }\n lVar3 = *param_1;\n if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }\n *param_1 = lVar4;\n }" { (if_statement "if (*(int *)(lVar4 + -8) < 0) {\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }\n else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }" if (parenthesized_expression "(*(int *)(lVar4 + -8) < 0)" ( (binary_expression "*(int *)(lVar4 + -8) < 0" (pointer_expression "*(int *)(lVar4 + -8)" * (cast_expression "(int *)(lVar4 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + -8)" ( (binary_expression "lVar4 + -8" identifier + number_literal) )))) < number_literal) )) (compound_statement "{\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }" { (expression_statement "lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);" (assignment_expression "lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0)" identifier = (call_expression "FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0)" identifier (argument_list "((undefined8 *)(lVar4 + -0x18),&uStack_9,0)" ( (cast_expression "(undefined8 *)(lVar4 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + -0x18)" ( (binary_expression "lVar4 + -0x18" identifier + number_literal) ))) , (pointer_expression "&uStack_9" & identifier) , number_literal )))) ;) }) (else_clause "else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }" else (if_statement "if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }" if (parenthesized_expression "((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540)" ( (binary_expression "(undefined8 *)(lVar4 + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(lVar4 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + -0x18)" ( (binary_expression "lVar4 + -0x18" identifier + number_literal) ))) != (pointer_expression "&DAT_003ca540" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }" { (expression_statement "*(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;" (assignment_expression "*(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1" (pointer_expression "*(int *)(lVar4 + -8)" * (cast_expression "(int *)(lVar4 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + -8)" ( (binary_expression "lVar4 + -8" identifier + number_literal) )))) = (binary_expression "*(int *)(lVar4 + -8) + 1" (pointer_expression "*(int *)(lVar4 + -8)" * (cast_expression "(int *)(lVar4 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + -8)" ( (binary_expression "lVar4 + -8" identifier + number_literal) )))) + number_literal)) ;) }) (else_clause "else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "*(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;" (assignment_expression "*(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1" (pointer_expression "*(int *)(lVar4 + -8)" * (cast_expression "(int *)(lVar4 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + -8)" ( (binary_expression "lVar4 + -8" identifier + number_literal) )))) = (binary_expression "*(int *)(lVar4 + -8) + 1" (pointer_expression "*(int *)(lVar4 + -8)" * (cast_expression "(int *)(lVar4 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + -8)" ( (binary_expression "lVar4 + -8" identifier + number_literal) )))) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) })))) (expression_statement "lVar3 = *param_1;" (assignment_expression "lVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }" if (parenthesized_expression "((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540)" ( (binary_expression "(undefined8 *)(lVar3 + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(lVar3 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -0x18)" ( (binary_expression "lVar3 + -0x18" identifier + number_literal) ))) != (pointer_expression "&DAT_003ca540" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(lVar3 + -8);" (assignment_expression "iVar2 = *(int *)(lVar3 + -8)" identifier = (pointer_expression "*(int *)(lVar3 + -8)" * (cast_expression "(int *)(lVar3 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -8)" ( (binary_expression "lVar3 + -8" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(lVar3 + -8) = iVar2 + -1;" (assignment_expression "*(int *)(lVar3 + -8) = iVar2 + -1" (pointer_expression "*(int *)(lVar3 + -8)" * (cast_expression "(int *)(lVar3 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -8)" ( (binary_expression "lVar3 + -8" identifier + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(lVar3 + -8);" (assignment_expression "piVar1 = (int *)(lVar3 + -8)" identifier = (cast_expression "(int *)(lVar3 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -8)" ( (binary_expression "lVar3 + -8" identifier + number_literal) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }" { (expression_statement "thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);" (call_expression "thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9)" identifier (argument_list "((undefined8 *)(lVar3 + -0x18),&uStack_9)" ( (cast_expression "(undefined8 *)(lVar3 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -0x18)" ( (binary_expression "lVar3 + -0x18" identifier + number_literal) ))) , (pointer_expression "&uStack_9" & identifier) ))) ;) })) })) (expression_statement "*param_1 = lVar4;" (assignment_expression "*param_1 = lVar4" (pointer_expression "*param_1" * identifier) = identifier) ;) })) (return_statement "return param_1;" return identifier ;) }))) | (translation_unit "/* std::string::TEMPNAMEPLACEHOLDERVALUE(std::string const&) */\n\nstring * __thiscall std::string::operator=(string *this,string *param_1)\n\n{\n int *piVar1;\n long lVar2;\n long lVar3;\n int iVar4;\n allocator aStack_9;\n \n lVar3 = *(long *)param_1;\n if (*(long *)this != lVar3) {\n if (*(int *)(lVar3 + -8) < 0) {\n lVar3 = _Rep::_M_clone((_Rep *)(lVar3 + -0x18),&aStack_9,0);\n }\n else if ((_Rep *)(lVar3 + -0x18) != (_Rep *)&_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n UNLOCK();\n }\n }\n lVar2 = *(long *)this;\n if ((allocator *)(lVar2 + -0x18) != (allocator *)&_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar4 = *(int *)(lVar2 + -8);\n *(int *)(lVar2 + -8) = iVar4 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar2 + -8);\n iVar4 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar4 < 1) {\n _Rep::_M_destroy((allocator *)(lVar2 + -0x18));\n }\n }\n *(long *)this = lVar3;\n }\n return this;\n}\n\n" comment (ERROR "string * __thiscall std::string::operator=(string *this,string *param_1)" (binary_expression "string * __thiscall std::string::operator=(string *this,string *param_1)" identifier * (assignment_expression "__thiscall std::string::operator=(string *this,string *param_1)" identifier (ERROR "std::string::operator" identifier : : identifier : : identifier) = (parenthesized_expression "(string *this,string *param_1)" ( (comma_expression "string *this,string *param_1" (binary_expression "string *this" identifier * identifier) , (binary_expression "string *param_1" identifier * identifier)) ))))) (compound_statement "{\n int *piVar1;\n long lVar2;\n long lVar3;\n int iVar4;\n allocator aStack_9;\n \n lVar3 = *(long *)param_1;\n if (*(long *)this != lVar3) {\n if (*(int *)(lVar3 + -8) < 0) {\n lVar3 = _Rep::_M_clone((_Rep *)(lVar3 + -0x18),&aStack_9,0);\n }\n else if ((_Rep *)(lVar3 + -0x18) != (_Rep *)&_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n UNLOCK();\n }\n }\n lVar2 = *(long *)this;\n if ((allocator *)(lVar2 + -0x18) != (allocator *)&_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar4 = *(int *)(lVar2 + -8);\n *(int *)(lVar2 + -8) = iVar4 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar2 + -8);\n iVar4 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar4 < 1) {\n _Rep::_M_destroy((allocator *)(lVar2 + -0x18));\n }\n }\n *(long *)this = lVar3;\n }\n return this;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "int iVar4;" primitive_type identifier ;) (declaration "allocator aStack_9;" type_identifier identifier ;) (expression_statement "lVar3 = *(long *)param_1;" (assignment_expression "lVar3 = *(long *)param_1" identifier = (pointer_expression "*(long *)param_1" * (cast_expression "(long *)param_1" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier))) ;) (if_statement "if (*(long *)this != lVar3) {\n if (*(int *)(lVar3 + -8) < 0) {\n lVar3 = _Rep::_M_clone((_Rep *)(lVar3 + -0x18),&aStack_9,0);\n }\n else if ((_Rep *)(lVar3 + -0x18) != (_Rep *)&_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n UNLOCK();\n }\n }\n lVar2 = *(long *)this;\n if ((allocator *)(lVar2 + -0x18) != (allocator *)&_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar4 = *(int *)(lVar2 + -8);\n *(int *)(lVar2 + -8) = iVar4 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar2 + -8);\n iVar4 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar4 < 1) {\n _Rep::_M_destroy((allocator *)(lVar2 + -0x18));\n }\n }\n *(long *)this = lVar3;\n }" if (parenthesized_expression "(*(long *)this != lVar3)" ( (binary_expression "*(long *)this != lVar3" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) != identifier) )) (compound_statement "{\n if (*(int *)(lVar3 + -8) < 0) {\n lVar3 = _Rep::_M_clone((_Rep *)(lVar3 + -0x18),&aStack_9,0);\n }\n else if ((_Rep *)(lVar3 + -0x18) != (_Rep *)&_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n UNLOCK();\n }\n }\n lVar2 = *(long *)this;\n if ((allocator *)(lVar2 + -0x18) != (allocator *)&_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar4 = *(int *)(lVar2 + -8);\n *(int *)(lVar2 + -8) = iVar4 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar2 + -8);\n iVar4 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar4 < 1) {\n _Rep::_M_destroy((allocator *)(lVar2 + -0x18));\n }\n }\n *(long *)this = lVar3;\n }" { (if_statement "if (*(int *)(lVar3 + -8) < 0) {\n lVar3 = _Rep::_M_clone((_Rep *)(lVar3 + -0x18),&aStack_9,0);\n }\n else if ((_Rep *)(lVar3 + -0x18) != (_Rep *)&_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n UNLOCK();\n }\n }" if (parenthesized_expression "(*(int *)(lVar3 + -8) < 0)" ( (binary_expression "*(int *)(lVar3 + -8) < 0" (pointer_expression "*(int *)(lVar3 + -8)" * (cast_expression "(int *)(lVar3 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -8)" ( (binary_expression "lVar3 + -8" identifier + number_literal) )))) < number_literal) )) (compound_statement "{\n lVar3 = _Rep::_M_clone((_Rep *)(lVar3 + -0x18),&aStack_9,0);\n }" { (ERROR "lVar3 = _Rep::" (assignment_expression "lVar3 = _Rep" identifier = identifier) : :) (expression_statement "_M_clone((_Rep *)(lVar3 + -0x18),&aStack_9,0);" (call_expression "_M_clone((_Rep *)(lVar3 + -0x18),&aStack_9,0)" identifier (argument_list "((_Rep *)(lVar3 + -0x18),&aStack_9,0)" ( (cast_expression "(_Rep *)(lVar3 + -0x18)" ( (type_descriptor "_Rep *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -0x18)" ( (binary_expression "lVar3 + -0x18" identifier + number_literal) ))) , (pointer_expression "&aStack_9" & identifier) , number_literal ))) ;) }) (else_clause "else if ((_Rep *)(lVar3 + -0x18) != (_Rep *)&_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n UNLOCK();\n }\n }" else (if_statement "if ((_Rep *)(lVar3 + -0x18) != (_Rep *)&_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n UNLOCK();\n }\n }" if (parenthesized_expression "((_Rep *)(lVar3 + -0x18) != (_Rep *)&_Rep::_S_empty_rep_storage)" ( (binary_expression "(_Rep *)(lVar3 + -0x18) != (_Rep *)&_Rep" (cast_expression "(_Rep *)(lVar3 + -0x18)" ( (type_descriptor "_Rep *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -0x18)" ( (binary_expression "lVar3 + -0x18" identifier + number_literal) ))) != (cast_expression "(_Rep *)&_Rep" ( (type_descriptor "_Rep *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&_Rep" & identifier))) (ERROR "::_S_empty_rep_storage" : : identifier) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n UNLOCK();\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n }" { (expression_statement "*(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;" (assignment_expression "*(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1" (pointer_expression "*(int *)(lVar3 + -8)" * (cast_expression "(int *)(lVar3 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -8)" ( (binary_expression "lVar3 + -8" identifier + number_literal) )))) = (binary_expression "*(int *)(lVar3 + -8) + 1" (pointer_expression "*(int *)(lVar3 + -8)" * (cast_expression "(int *)(lVar3 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -8)" ( (binary_expression "lVar3 + -8" identifier + number_literal) )))) + number_literal)) ;) }) (else_clause "else {\n LOCK();\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n *(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "*(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1;" (assignment_expression "*(int *)(lVar3 + -8) = *(int *)(lVar3 + -8) + 1" (pointer_expression "*(int *)(lVar3 + -8)" * (cast_expression "(int *)(lVar3 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -8)" ( (binary_expression "lVar3 + -8" identifier + number_literal) )))) = (binary_expression "*(int *)(lVar3 + -8) + 1" (pointer_expression "*(int *)(lVar3 + -8)" * (cast_expression "(int *)(lVar3 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -8)" ( (binary_expression "lVar3 + -8" identifier + number_literal) )))) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) })))) (expression_statement "lVar2 = *(long *)this;" (assignment_expression "lVar2 = *(long *)this" identifier = (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier))) ;) (if_statement "if ((allocator *)(lVar2 + -0x18) != (allocator *)&_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar4 = *(int *)(lVar2 + -8);\n *(int *)(lVar2 + -8) = iVar4 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar2 + -8);\n iVar4 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar4 < 1) {\n _Rep::_M_destroy((allocator *)(lVar2 + -0x18));\n }\n }" if (parenthesized_expression "((allocator *)(lVar2 + -0x18) != (allocator *)&_Rep::_S_empty_rep_storage)" ( (binary_expression "(allocator *)(lVar2 + -0x18) != (allocator *)&_Rep" (cast_expression "(allocator *)(lVar2 + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x18)" ( (binary_expression "lVar2 + -0x18" identifier + number_literal) ))) != (cast_expression "(allocator *)&_Rep" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&_Rep" & identifier))) (ERROR "::_S_empty_rep_storage" : : identifier) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar4 = *(int *)(lVar2 + -8);\n *(int *)(lVar2 + -8) = iVar4 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar2 + -8);\n iVar4 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar4 < 1) {\n _Rep::_M_destroy((allocator *)(lVar2 + -0x18));\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar4 = *(int *)(lVar2 + -8);\n *(int *)(lVar2 + -8) = iVar4 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar2 + -8);\n iVar4 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar4 = *(int *)(lVar2 + -8);\n *(int *)(lVar2 + -8) = iVar4 + -1;\n }" { (expression_statement "iVar4 = *(int *)(lVar2 + -8);" (assignment_expression "iVar4 = *(int *)(lVar2 + -8)" identifier = (pointer_expression "*(int *)(lVar2 + -8)" * (cast_expression "(int *)(lVar2 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -8)" ( (binary_expression "lVar2 + -8" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(lVar2 + -8) = iVar4 + -1;" (assignment_expression "*(int *)(lVar2 + -8) = iVar4 + -1" (pointer_expression "*(int *)(lVar2 + -8)" * (cast_expression "(int *)(lVar2 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -8)" ( (binary_expression "lVar2 + -8" identifier + number_literal) )))) = (binary_expression "iVar4 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(lVar2 + -8);\n iVar4 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(lVar2 + -8);\n iVar4 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(lVar2 + -8);" (assignment_expression "piVar1 = (int *)(lVar2 + -8)" identifier = (cast_expression "(int *)(lVar2 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -8)" ( (binary_expression "lVar2 + -8" identifier + number_literal) )))) ;) (expression_statement "iVar4 = *piVar1;" (assignment_expression "iVar4 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar4 < 1) {\n _Rep::_M_destroy((allocator *)(lVar2 + -0x18));\n }" if (parenthesized_expression "(iVar4 < 1)" ( (binary_expression "iVar4 < 1" identifier < number_literal) )) (compound_statement "{\n _Rep::_M_destroy((allocator *)(lVar2 + -0x18));\n }" { (labeled_statement "_Rep::_M_destroy((allocator *)(lVar2 + -0x18));" statement_identifier : (ERROR ":" :) (expression_statement "_M_destroy((allocator *)(lVar2 + -0x18));" (call_expression "_M_destroy((allocator *)(lVar2 + -0x18))" identifier (argument_list "((allocator *)(lVar2 + -0x18))" ( (cast_expression "(allocator *)(lVar2 + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -0x18)" ( (binary_expression "lVar2 + -0x18" identifier + number_literal) ))) ))) ;)) })) })) (expression_statement "*(long *)this = lVar3;" (assignment_expression "*(long *)this = lVar3" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) = identifier) ;) })) (return_statement "return this;" return identifier ;) })) | (translation_unit "long * thunk_FUN_002aaef0(long *param_1,long *param_2)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n long lVar4;\n undefined1 uStack_9;\n \n lVar4 = *param_2;\n if (*param_1 != lVar4) {\n if (*(int *)(lVar4 + -8) < 0) {\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }\n else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }\n lVar3 = *param_1;\n if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }\n *param_1 = lVar4;\n }\n return param_1;\n}\n\n" (function_definition "long * thunk_FUN_002aaef0(long *param_1,long *param_2)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n long lVar4;\n undefined1 uStack_9;\n \n lVar4 = *param_2;\n if (*param_1 != lVar4) {\n if (*(int *)(lVar4 + -8) < 0) {\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }\n else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }\n lVar3 = *param_1;\n if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }\n *param_1 = lVar4;\n }\n return param_1;\n}" (sized_type_specifier "long" long) (pointer_declarator "* thunk_FUN_002aaef0(long *param_1,long *param_2)" * (function_declarator "thunk_FUN_002aaef0(long *param_1,long *param_2)" identifier (parameter_list "(long *param_1,long *param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) )))) (compound_statement "{\n int *piVar1;\n int iVar2;\n long lVar3;\n long lVar4;\n undefined1 uStack_9;\n \n lVar4 = *param_2;\n if (*param_1 != lVar4) {\n if (*(int *)(lVar4 + -8) < 0) {\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }\n else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }\n lVar3 = *param_1;\n if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }\n *param_1 = lVar4;\n }\n return param_1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 uStack_9;" type_identifier identifier ;) (expression_statement "lVar4 = *param_2;" (assignment_expression "lVar4 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (if_statement "if (*param_1 != lVar4) {\n if (*(int *)(lVar4 + -8) < 0) {\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }\n else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }\n lVar3 = *param_1;\n if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }\n *param_1 = lVar4;\n }" if (parenthesized_expression "(*param_1 != lVar4)" ( (binary_expression "*param_1 != lVar4" (pointer_expression "*param_1" * identifier) != identifier) )) (compound_statement "{\n if (*(int *)(lVar4 + -8) < 0) {\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }\n else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }\n lVar3 = *param_1;\n if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }\n *param_1 = lVar4;\n }" { (if_statement "if (*(int *)(lVar4 + -8) < 0) {\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }\n else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }" if (parenthesized_expression "(*(int *)(lVar4 + -8) < 0)" ( (binary_expression "*(int *)(lVar4 + -8) < 0" (pointer_expression "*(int *)(lVar4 + -8)" * (cast_expression "(int *)(lVar4 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + -8)" ( (binary_expression "lVar4 + -8" identifier + number_literal) )))) < number_literal) )) (compound_statement "{\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }" { (expression_statement "lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);" (assignment_expression "lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0)" identifier = (call_expression "FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0)" identifier (argument_list "((undefined8 *)(lVar4 + -0x18),&uStack_9,0)" ( (cast_expression "(undefined8 *)(lVar4 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + -0x18)" ( (binary_expression "lVar4 + -0x18" identifier + number_literal) ))) , (pointer_expression "&uStack_9" & identifier) , number_literal )))) ;) }) (else_clause "else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }" else (if_statement "if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }" if (parenthesized_expression "((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540)" ( (binary_expression "(undefined8 *)(lVar4 + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(lVar4 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + -0x18)" ( (binary_expression "lVar4 + -0x18" identifier + number_literal) ))) != (pointer_expression "&DAT_003ca540" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }" { (expression_statement "*(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;" (assignment_expression "*(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1" (pointer_expression "*(int *)(lVar4 + -8)" * (cast_expression "(int *)(lVar4 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + -8)" ( (binary_expression "lVar4 + -8" identifier + number_literal) )))) = (binary_expression "*(int *)(lVar4 + -8) + 1" (pointer_expression "*(int *)(lVar4 + -8)" * (cast_expression "(int *)(lVar4 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + -8)" ( (binary_expression "lVar4 + -8" identifier + number_literal) )))) + number_literal)) ;) }) (else_clause "else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "*(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;" (assignment_expression "*(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1" (pointer_expression "*(int *)(lVar4 + -8)" * (cast_expression "(int *)(lVar4 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + -8)" ( (binary_expression "lVar4 + -8" identifier + number_literal) )))) = (binary_expression "*(int *)(lVar4 + -8) + 1" (pointer_expression "*(int *)(lVar4 + -8)" * (cast_expression "(int *)(lVar4 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar4 + -8)" ( (binary_expression "lVar4 + -8" identifier + number_literal) )))) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) })))) (expression_statement "lVar3 = *param_1;" (assignment_expression "lVar3 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (if_statement "if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }" if (parenthesized_expression "((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540)" ( (binary_expression "(undefined8 *)(lVar3 + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(lVar3 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -0x18)" ( (binary_expression "lVar3 + -0x18" identifier + number_literal) ))) != (pointer_expression "&DAT_003ca540" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(lVar3 + -8);" (assignment_expression "iVar2 = *(int *)(lVar3 + -8)" identifier = (pointer_expression "*(int *)(lVar3 + -8)" * (cast_expression "(int *)(lVar3 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -8)" ( (binary_expression "lVar3 + -8" identifier + number_literal) ))))) ;) (expression_statement "*(int *)(lVar3 + -8) = iVar2 + -1;" (assignment_expression "*(int *)(lVar3 + -8) = iVar2 + -1" (pointer_expression "*(int *)(lVar3 + -8)" * (cast_expression "(int *)(lVar3 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -8)" ( (binary_expression "lVar3 + -8" identifier + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(lVar3 + -8);" (assignment_expression "piVar1 = (int *)(lVar3 + -8)" identifier = (cast_expression "(int *)(lVar3 + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -8)" ( (binary_expression "lVar3 + -8" identifier + number_literal) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }" { (expression_statement "thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);" (call_expression "thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9)" identifier (argument_list "((undefined8 *)(lVar3 + -0x18),&uStack_9)" ( (cast_expression "(undefined8 *)(lVar3 + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar3 + -0x18)" ( (binary_expression "lVar3 + -0x18" identifier + number_literal) ))) , (pointer_expression "&uStack_9" & identifier) ))) ;) })) })) (expression_statement "*param_1 = lVar4;" (assignment_expression "*param_1 = lVar4" (pointer_expression "*param_1" * identifier) = 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 (sized_type_specifier long) (pointer_declarator * IDENT)) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != IDENT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , (pointer_expression & IDENT) , LIT )))) ;) }) (else_clause else (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) != (pointer_expression & IDENT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (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) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) })))) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) != (pointer_expression & IDENT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT + LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))) , (pointer_expression & IDENT) ))) ;) })) })) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) })) (return_statement return IDENT ;) }))) | (function_definition "long * thunk_FUN_002aaef0(long *param_1,long *param_2)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n long lVar4;\n undefined1 uStack_9;\n \n lVar4 = *param_2;\n if (*param_1 != lVar4) {\n if (*(int *)(lVar4 + -8) < 0) {\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }\n else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }\n lVar3 = *param_1;\n if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }\n *param_1 = lVar4;\n }\n return param_1;\n}" (sized_type_specifier "long" (long "long")) (pointer_declarator "* thunk_FUN_002aaef0(long *param_1,long *param_2)" (* "*") (function_declarator "thunk_FUN_002aaef0(long *param_1,long *param_2)" (identifier "thunk_FUN_002aaef0") (parameter_list "(long *param_1,long *param_2)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long *param_2" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")")))) (compound_statement "{\n int *piVar1;\n int iVar2;\n long lVar3;\n long lVar4;\n undefined1 uStack_9;\n \n lVar4 = *param_2;\n if (*param_1 != lVar4) {\n if (*(int *)(lVar4 + -8) < 0) {\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }\n else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }\n lVar3 = *param_1;\n if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }\n *param_1 = lVar4;\n }\n return param_1;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "undefined1 uStack_9;" (type_identifier "undefined1") (identifier "uStack_9") (; ";")) (expression_statement "lVar4 = *param_2;" (assignment_expression "lVar4 = *param_2" (identifier "lVar4") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (if_statement "if (*param_1 != lVar4) {\n if (*(int *)(lVar4 + -8) < 0) {\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }\n else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }\n lVar3 = *param_1;\n if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }\n *param_1 = lVar4;\n }" (if "if") (parenthesized_expression "(*param_1 != lVar4)" (( "(") (binary_expression "*param_1 != lVar4" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (!= "!=") (identifier "lVar4")) () ")")) (compound_statement "{\n if (*(int *)(lVar4 + -8) < 0) {\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }\n else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }\n lVar3 = *param_1;\n if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }\n *param_1 = lVar4;\n }" ({ "{") (if_statement "if (*(int *)(lVar4 + -8) < 0) {\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }\n else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }" (if "if") (parenthesized_expression "(*(int *)(lVar4 + -8) < 0)" (( "(") (binary_expression "*(int *)(lVar4 + -8) < 0" (pointer_expression "*(int *)(lVar4 + -8)" (* "*") (cast_expression "(int *)(lVar4 + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + -8)" (( "(") (binary_expression "lVar4 + -8" (identifier "lVar4") (+ "+") (number_literal "-8")) () ")")))) (< "<") (number_literal "0")) () ")")) (compound_statement "{\n lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);\n }" ({ "{") (expression_statement "lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);" (assignment_expression "lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0)" (identifier "lVar4") (= "=") (call_expression "FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0)" (identifier "FUN_002aa7c0") (argument_list "((undefined8 *)(lVar4 + -0x18),&uStack_9,0)" (( "(") (cast_expression "(undefined8 *)(lVar4 + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + -0x18)" (( "(") (binary_expression "lVar4 + -0x18" (identifier "lVar4") (+ "+") (number_literal "-0x18")) () ")"))) (, ",") (pointer_expression "&uStack_9" (& "&") (identifier "uStack_9")) (, ",") (number_literal "0") () ")")))) (; ";")) (} "}")) (else_clause "else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }" (else "else") (if_statement "if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }" (if "if") (parenthesized_expression "((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540)" (( "(") (binary_expression "(undefined8 *)(lVar4 + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(lVar4 + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + -0x18)" (( "(") (binary_expression "lVar4 + -0x18" (identifier "lVar4") (+ "+") (number_literal "-0x18")) () ")"))) (!= "!=") (pointer_expression "&DAT_003ca540" (& "&") (identifier "DAT_003ca540"))) () ")")) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }\n }" ({ "{") (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }\n else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }" (if "if") (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" (( "(") (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" (identifier "PTR___pthread_key_create_003bdee8") (== "==") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n }" ({ "{") (expression_statement "*(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;" (assignment_expression "*(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1" (pointer_expression "*(int *)(lVar4 + -8)" (* "*") (cast_expression "(int *)(lVar4 + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + -8)" (( "(") (binary_expression "lVar4 + -8" (identifier "lVar4") (+ "+") (number_literal "-8")) () ")")))) (= "=") (binary_expression "*(int *)(lVar4 + -8) + 1" (pointer_expression "*(int *)(lVar4 + -8)" (* "*") (cast_expression "(int *)(lVar4 + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + -8)" (( "(") (binary_expression "lVar4 + -8" (identifier "lVar4") (+ "+") (number_literal "-8")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (} "}")) (else_clause "else {\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }" (else "else") (compound_statement "{\n LOCK();\n *(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;\n UNLOCK();\n }" ({ "{") (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "*(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;" (assignment_expression "*(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1" (pointer_expression "*(int *)(lVar4 + -8)" (* "*") (cast_expression "(int *)(lVar4 + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + -8)" (( "(") (binary_expression "lVar4 + -8" (identifier "lVar4") (+ "+") (number_literal "-8")) () ")")))) (= "=") (binary_expression "*(int *)(lVar4 + -8) + 1" (pointer_expression "*(int *)(lVar4 + -8)" (* "*") (cast_expression "(int *)(lVar4 + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar4 + -8)" (( "(") (binary_expression "lVar4 + -8" (identifier "lVar4") (+ "+") (number_literal "-8")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" (identifier "UNLOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (} "}"))))) (expression_statement "lVar3 = *param_1;" (assignment_expression "lVar3 = *param_1" (identifier "lVar3") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (if_statement "if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }" (if "if") (parenthesized_expression "((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540)" (( "(") (binary_expression "(undefined8 *)(lVar3 + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(lVar3 + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + -0x18)" (( "(") (binary_expression "lVar3 + -0x18" (identifier "lVar3") (+ "+") (number_literal "-0x18")) () ")"))) (!= "!=") (pointer_expression "&DAT_003ca540" (& "&") (identifier "DAT_003ca540"))) () ")")) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }\n }" ({ "{") (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (if "if") (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" (( "(") (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" (identifier "PTR___pthread_key_create_003bdee8") (== "==") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar2 = *(int *)(lVar3 + -8);\n *(int *)(lVar3 + -8) = iVar2 + -1;\n }" ({ "{") (expression_statement "iVar2 = *(int *)(lVar3 + -8);" (assignment_expression "iVar2 = *(int *)(lVar3 + -8)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(lVar3 + -8)" (* "*") (cast_expression "(int *)(lVar3 + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + -8)" (( "(") (binary_expression "lVar3 + -8" (identifier "lVar3") (+ "+") (number_literal "-8")) () ")"))))) (; ";")) (expression_statement "*(int *)(lVar3 + -8) = iVar2 + -1;" (assignment_expression "*(int *)(lVar3 + -8) = iVar2 + -1" (pointer_expression "*(int *)(lVar3 + -8)" (* "*") (cast_expression "(int *)(lVar3 + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + -8)" (( "(") (binary_expression "lVar3 + -8" (identifier "lVar3") (+ "+") (number_literal "-8")) () ")")))) (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) (; ";")) (} "}")) (else_clause "else {\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (else "else") (compound_statement "{\n LOCK();\n piVar1 = (int *)(lVar3 + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" ({ "{") (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar1 = (int *)(lVar3 + -8);" (assignment_expression "piVar1 = (int *)(lVar3 + -8)" (identifier "piVar1") (= "=") (cast_expression "(int *)(lVar3 + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + -8)" (( "(") (binary_expression "lVar3 + -8" (identifier "lVar3") (+ "+") (number_literal "-8")) () ")")))) (; ";")) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" (identifier "iVar2") (= "=") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (; ";")) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" (identifier "UNLOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }" (if "if") (parenthesized_expression "(iVar2 < 1)" (( "(") (binary_expression "iVar2 < 1" (identifier "iVar2") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);\n }" ({ "{") (expression_statement "thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);" (call_expression "thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9)" (identifier "thunk_FUN_00276d20") (argument_list "((undefined8 *)(lVar3 + -0x18),&uStack_9)" (( "(") (cast_expression "(undefined8 *)(lVar3 + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar3 + -0x18)" (( "(") (binary_expression "lVar3 + -0x18" (identifier "lVar3") (+ "+") (number_literal "-0x18")) () ")"))) (, ",") (pointer_expression "&uStack_9" (& "&") (identifier "uStack_9")) () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "*param_1 = lVar4;" (assignment_expression "*param_1 = lVar4" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "lVar4")) (; ";")) (} "}"))) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) |
/* std::string::TEMPNAMEPLACEHOLDERVALUE(std::string const&) */
string * __thiscall std::string::operator=(string *this,string *param_1)
{
int *piVar1;
long var_6;
long var_1;
int var_7;
type_1 aStack_9;
var_1 = *(long *)param_1;
if (*(long *)this != var_1) {
if (*(int *)(var_1 + -8) < 0) {
var_1 = type_2::var_2((type_2 *)(var_1 + -0x18),&aStack_9,0);
}
else if ((type_2 *)(var_1 + -0x18) != (type_2 *)&type_2::_S_empty_rep_storage) {
if (var_3 == (type_3 *)0x0) {
*(int *)(var_1 + -8) = *(int *)(var_1 + -8) + 1;
}
else {
var_4();
*(int *)(var_1 + -8) = *(int *)(var_1 + -8) + 1;
var_5();
}
}
var_6 = *(long *)this;
if ((type_1 *)(var_6 + -0x18) != (type_1 *)&type_2::_S_empty_rep_storage) {
if (var_3 == (type_3 *)0x0) {
var_7 = *(int *)(var_6 + -8);
*(int *)(var_6 + -8) = var_7 + -1;
}
else {
var_4();
piVar1 = (int *)(var_6 + -8);
var_7 = *piVar1;
*piVar1 = *piVar1 + -1;
var_5();
}
if (var_7 < 1) {
_Rep::var_8((type_1 *)(var_6 + -0x18));
}
}
*(long *)this = var_1;
}
return this;
}
| null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier)))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (identifier))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (pointer_expression argument: (identifier)) (number_literal)))))) alternative: (else_clause (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))) (pointer_expression argument: (identifier))))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))))) (return_statement (identifier))))) | null |
long * MASKED(long *param_1,long *param_2)
{
int *piVar1;
int iVar2;
long lVar3;
long lVar4;
undefined1 uStack_9;
lVar4 = *param_2;
if (*param_1 != lVar4) {
if (*(int *)(lVar4 + -8) < 0) {
lVar4 = FUN_002aa7c0((undefined8 *)(lVar4 + -0x18),&uStack_9,0);
}
else if ((undefined8 *)(lVar4 + -0x18) != &DAT_003ca540) {
if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {
*(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;
}
else {
LOCK();
*(int *)(lVar4 + -8) = *(int *)(lVar4 + -8) + 1;
UNLOCK();
}
}
lVar3 = *param_1;
if ((undefined8 *)(lVar3 + -0x18) != &DAT_003ca540) {
if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {
iVar2 = *(int *)(lVar3 + -8);
*(int *)(lVar3 + -8) = iVar2 + -1;
}
else {
LOCK();
piVar1 = (int *)(lVar3 + -8);
iVar2 = *piVar1;
*piVar1 = *piVar1 + -1;
UNLOCK();
}
if (iVar2 < 1) {
thunk_FUN_00276d20((undefined8 *)(lVar3 + -0x18),&uStack_9);
}
}
*param_1 = lVar4;
}
return param_1;
}
|
83_libcurl.so.4.5_and_libcurl.so.4.5_strip.c | DSA_get0_pqg | DSA_get0_pqg |
void DSA_get0_pqg(void)
{
(*(code *)PTR_DSA_get0_pqg_0018f2b8)();
return;
}
|
void DSA_get0_pqg(void)
{
(*(code *)PTR_DSA_get0_pqg_0018f2b8)();
return;
}
| JMP qword ptr [0x0018f2b8] | null | null | null | null | [(u'CALLIND_-1206921928', u'INDIRECT_-1206921868'), (u'CAST_-1206921863', u'CALLIND_-1206921928'), ('const-0', u'RETURN_-1206921925'), (u'INDIRECT_-1206921868', u'COPY_-1206921927'), ('tmp_22', u'CAST_-1206921863')] | [(u'CALLIND_-1206921928', u'INDIRECT_-1206921868'), (u'CAST_-1206921863', u'CALLIND_-1206921928'), ('const-0', u'RETURN_-1206921925'), (u'INDIRECT_-1206921868', u'COPY_-1206921927'), ('tmp_22', u'CAST_-1206921863')] | null | null | 0010d530 | x64 | O2 | (translation_unit "void DSA_get0_pqg(void)\n\n{\n (*(code *)PTR_DSA_get0_pqg_0018f2b8)();\n return;\n}\n\n" (function_definition "void DSA_get0_pqg(void)\n\n{\n (*(code *)PTR_DSA_get0_pqg_0018f2b8)();\n return;\n}" primitive_type (function_declarator "DSA_get0_pqg(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_DSA_get0_pqg_0018f2b8)();\n return;\n}" { (expression_statement "(*(code *)PTR_DSA_get0_pqg_0018f2b8)();" (call_expression "(*(code *)PTR_DSA_get0_pqg_0018f2b8)()" (parenthesized_expression "(*(code *)PTR_DSA_get0_pqg_0018f2b8)" ( (pointer_expression "*(code *)PTR_DSA_get0_pqg_0018f2b8" * (cast_expression "(code *)PTR_DSA_get0_pqg_0018f2b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void DSA_get0_pqg(void)\n\n{\n (*(code *)PTR_DSA_get0_pqg_0018f2b8)();\n return;\n}\n\n" (function_definition "void DSA_get0_pqg(void)\n\n{\n (*(code *)PTR_DSA_get0_pqg_0018f2b8)();\n return;\n}" primitive_type (function_declarator "DSA_get0_pqg(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_DSA_get0_pqg_0018f2b8)();\n return;\n}" { (expression_statement "(*(code *)PTR_DSA_get0_pqg_0018f2b8)();" (call_expression "(*(code *)PTR_DSA_get0_pqg_0018f2b8)()" (parenthesized_expression "(*(code *)PTR_DSA_get0_pqg_0018f2b8)" ( (pointer_expression "*(code *)PTR_DSA_get0_pqg_0018f2b8" * (cast_expression "(code *)PTR_DSA_get0_pqg_0018f2b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void DSA_get0_pqg(void)\n\n{\n (*(code *)PTR_DSA_get0_pqg_0018f2b8)();\n return;\n}\n\n" (function_definition "void DSA_get0_pqg(void)\n\n{\n (*(code *)PTR_DSA_get0_pqg_0018f2b8)();\n return;\n}" primitive_type (function_declarator "DSA_get0_pqg(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_DSA_get0_pqg_0018f2b8)();\n return;\n}" { (expression_statement "(*(code *)PTR_DSA_get0_pqg_0018f2b8)();" (call_expression "(*(code *)PTR_DSA_get0_pqg_0018f2b8)()" (parenthesized_expression "(*(code *)PTR_DSA_get0_pqg_0018f2b8)" ( (pointer_expression "*(code *)PTR_DSA_get0_pqg_0018f2b8" * (cast_expression "(code *)PTR_DSA_get0_pqg_0018f2b8" ( (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 DSA_get0_pqg(void)\n\n{\n (*(code *)PTR_DSA_get0_pqg_0018f2b8)();\n return;\n}" (primitive_type "void") (function_declarator "DSA_get0_pqg(void)" (identifier "DSA_get0_pqg") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_DSA_get0_pqg_0018f2b8)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_DSA_get0_pqg_0018f2b8)();" (call_expression "(*(code *)PTR_DSA_get0_pqg_0018f2b8)()" (parenthesized_expression "(*(code *)PTR_DSA_get0_pqg_0018f2b8)" (( "(") (pointer_expression "*(code *)PTR_DSA_get0_pqg_0018f2b8" (* "*") (cast_expression "(code *)PTR_DSA_get0_pqg_0018f2b8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_DSA_get0_pqg_0018f2b8"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(void)
{
(*(type_1 *)PTR_DSA_get0_pqg_0018f2b8)();
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_0018f2b8)();
return;
}
|
4491_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | locks | FUN_001f94b0 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void locks(Gc_process_relocs * this, Task_locker * tl) */
void __thiscall gold::Gc_process_relocs::locks(Gc_process_relocs *this,Task_locker *tl)
{
bool bVar1;
int iVar2;
Task_token *pTVar3;
Input_file *pIVar4;
pIVar4 = (this->object_->super_Object).input_file_;
if (pIVar4 != (Input_file *)0x0) {
pIVar4 = (Input_file *)&(pIVar4->file_).token_;
}
iVar2 = tl->count_;
if (iVar2 < 4) {
bVar1 = *(bool *)&pIVar4->input_argument_;
tl->tokens_[iVar2] = (Task_token *)pIVar4;
tl->count_ = iVar2 + 1;
if (bVar1 == false) {
if ((Task *)(pIVar4->found_name_)._M_dataplus._M_p != (Task *)0x0) goto LAB_001f9530;
(pIVar4->found_name_)._M_dataplus._M_p = (pointer)this;
}
pTVar3 = this->next_blocker_;
if (iVar2 + 1 != 4) {
bVar1 = pTVar3->is_blocker_;
tl->tokens_[(long)iVar2 + 1] = pTVar3;
tl->count_ = iVar2 + 2;
if (bVar1 == false) {
if (pTVar3->writer_ != (Task *)0x0) {
LAB_001f9530:
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/token.h",0x7c,"add_writer");
}
pTVar3->writer_ = &this->super_Task;
}
return;
}
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/token.h",0x12e,"add");
}
|
void FUN_001f94b0(long param_1,int *param_2)
{
char cVar1;
int iVar2;
char *pcVar3;
pcVar3 = *(char **)(*(long *)(param_1 + 0x48) + 0x28);
if (pcVar3 != (char *)0x0) {
pcVar3 = pcVar3 + 0x60;
}
iVar2 = *param_2;
if (iVar2 < 4) {
cVar1 = *pcVar3;
*(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;
*param_2 = iVar2 + 1;
if (cVar1 == '\0') {
if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;
*(long *)(pcVar3 + 8) = param_1;
}
pcVar3 = *(char **)(param_1 + 0x60);
if (iVar2 + 1 != 4) {
cVar1 = *pcVar3;
*(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;
*param_2 = iVar2 + 2;
if (cVar1 == '\0') {
if (*(long *)(pcVar3 + 8) != 0) {
LAB_001f9530:
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");
}
*(long *)(pcVar3 + 8) = param_1;
}
return;
}
}
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/token.h",0x12e,&DAT_0031c68b);
}
| SUB RSP,0x8
MOV RAX,qword ptr [RDI + 0x48]
MOV RAX,qword ptr [RAX + 0x28]
LEA RDX,[RAX + 0x60]
TEST RAX,RAX
CMOVNZ RAX,RDX
MOV EDX,dword ptr [RSI]
CMP EDX,0x3
JG 0x001f9518
MOVSXD RCX,EDX
LEA R8D,[RDX + 0x1]
CMP byte ptr [RAX],0x0
LEA RCX,[RSI + RCX*0x8]
MOV qword ptr [RCX + 0x8],RAX
MOV dword ptr [RSI],R8D
JNZ 0x001f94f0
CMP qword ptr [RAX + 0x8],0x0
JNZ 0x001f9530
MOV qword ptr [RAX + 0x8],RDI
MOV RAX,qword ptr [RDI + 0x60]
CMP R8D,0x4
JZ 0x001f9518
ADD EDX,0x2
CMP byte ptr [RAX],0x0
MOV qword ptr [RCX + 0x10],RAX
MOV dword ptr [RSI],EDX
JNZ 0x001f9513
CMP qword ptr [RAX + 0x8],0x0
JNZ 0x001f9530
MOV qword ptr [RAX + 0x8],RDI
ADD RSP,0x8
RET
LEA RDX,[0x31c68b]
MOV ESI,0x12e
LEA RDI,[0x3075e5]
CALL 0x0016cdf0
LEA RDX,[0x31c680]
MOV ESI,0x7c
LEA RDI,[0x3075e5]
CALL 0x0016cdf0 | null | null | null | null | [(u'PTRSUB_-1207920957', u'LOAD_-1207921265'), (u'CAST_-1207920990', u'STORE_-1207921373'), (u'PTRSUB_-1207920993', u'PTRSUB_-1207920992'), (u'LOAD_-1207921331', u'STORE_-1207921278'), ('const-433', u'LOAD_-1207921472'), (u'PTRSUB_-1207920992', u'PTRSUB_-1207920979'), ('const-3175909', u'COPY_-1207921018'), (u'INT_SLESS_-1207921401', u'CBRANCH_-1207921408'), (u'PTRADD_-1207920998', u'STORE_-1207921373'), (u'INT_EQUAL_-1207921382', u'CBRANCH_-1207921360'), ('tmp_472', u'CAST_-1207920972'), ('const-4', u'INT_NOTEQUAL_-1207921310'), (u'CAST_-1207920980', u'INT_NOTEQUAL_-1207921343'), ('const-0', u'PTRSUB_-1207921001'), (u'PTRSUB_-1207920987', u'LOAD_-1207921331'), (u'LOAD_-1207921432', u'INT_ADD_-1207921108'), (u'LOAD_-1207921465', u'COPY_-1207921082'), ('const-0', u'PTRSUB_-1207920934'), (u'INT_NOTEQUAL_-1207921249', u'CBRANCH_-1207921245'), ('const-433', u'LOAD_-1207921295'), (u'INT_EQUAL_-1207921280', u'CBRANCH_-1207921266'), ('const-0', u'INT_EQUAL_-1207921382'), ('const-1', u'INT_ADD_-1207921108'), ('const-4', u'INT_SLESS_-1207921401'), ('const-8', u'PTRADD_-1207920998'), ('const-433', u'STORE_-1207921242'), (u'PTRSUB_-1207921068', u'LOAD_-1207921472'), (u'PTRSUB_-1207920979', u'STORE_-1207921336'), ('tmp_473', u'PTRSUB_-1207920962'), ('tmp_473', u'PTRSUB_-1207920968'), ('const-2', u'INT_ADD_-1207921289'), (u'LOAD_-1207921265', u'INT_NOTEQUAL_-1207921249'), ('const-8', u'PTRSUB_-1207921014'), ('const-302', u'CALL_-1207921184'), (u'PTRSUB_-1207921002', u'PTRSUB_-1207921001'), (u'LOAD_-1207921432', u'INT_ADD_-1207921289'), ('tmp_77', u'CBRANCH_-1207921435'), ('const-433', u'LOAD_-1207921465'), ('const-3262091', u'COPY_-1207921015'), (u'LOAD_-1207921465', u'INT_NOTEQUAL_-1207921439'), ('const-3262080', u'COPY_-1207920992'), (u'PTRSUB_-1207920973', u'LOAD_-1207921295'), ('const-8', u'PTRSUB_-1207920968'), (u'COPY_-1207920992', u'CALL_-1207921168'), ('const-8', u'PTRSUB_-1207920957'), ('tmp_472', u'PTRSUB_-1207921068'), (u'LOAD_-1207921331', u'PTRSUB_-1207920957'), (u'LOAD_-1207921295', u'INT_EQUAL_-1207921280'), (u'LOAD_-1207921432', u'INT_SLESS_-1207921401'), (u'INT_NOTEQUAL_-1207921343', u'CBRANCH_-1207921339'), (u'COPY_-1207921018', u'CALL_-1207921184'), ('const-1', u'RETURN_-1207921179'), ('const-0', u'PTRSUB_-1207921029'), (u'LOAD_-1207921432', u'INT_SEXT_-1207921078'), (u'PTRSUB_-1207920987', u'LOAD_-1207921359'), ('tmp_350', u'CBRANCH_-1207921266'), (u'INT_ADD_-1207921108', u'STORE_-1207921367'), (u'PTRSUB_-1207920968', u'PTRADD_-1207920958'), (u'PTRSUB_-1207920949', u'STORE_-1207921242'), ('const-8', u'PTRSUB_-1207920993'), (u'INT_SEXT_-1207921078', u'INT_ADD_-1207921005'), (u'LOAD_-1207921465', u'PTRSUB_-1207921057'), (u'COPY_-1207921081', u'MULTIEQUAL_-1207921150'), (u'COPY_-1207921015', u'CALL_-1207921184'), ('const-40', u'PTRSUB_-1207921057'), ('const-0', u'INT_NOTEQUAL_-1207921343'), (u'LOAD_-1207921359', u'CAST_-1207920980'), ('tmp_473', u'PTRSUB_-1207921008'), (u'LOAD_-1207921331', u'PTRSUB_-1207920949'), ('const-3175909', u'COPY_-1207920993'), ('const-0', u'INT_NOTEQUAL_-1207921249'), (u'CAST_-1207920998', u'LOAD_-1207921397'), ('const-0', u'PTRSUB_-1207920979'), ('const-56', u'PTRSUB_-1207921030'), ('const-433', u'LOAD_-1207921265'), (u'CAST_-1207921017', u'COPY_-1207921081'), ('const-0', u'PTRSUB_-1207921008'), (u'MULTIEQUAL_-1207921150', u'PTRSUB_-1207921002'), ('const-124', u'CALL_-1207921168'), ('const-8', u'PTRSUB_-1207920949'), ('const-433', u'LOAD_-1207921331'), (u'PTRSUB_-1207920934', u'STORE_-1207921242'), ('tmp_228', u'CBRANCH_-1207921339'), ('const-433', u'STORE_-1207921336'), ('const-0', u'INT_EQUAL_-1207921280'), ('const-8', u'PTRSUB_-1207921002'), (u'INT_NOTEQUAL_-1207921310', u'CBRANCH_-1207921308'), (u'MULTIEQUAL_-1207921150', u'CAST_-1207920990'), ('const-1', u'RETURN_-1207921163'), (u'PTRSUB_-1207921057', u'PTRSUB_-1207921030'), (u'PTRSUB_-1207921044', u'LOAD_-1207921432'), (u'PTRSUB_-1207921029', u'CAST_-1207920998'), ('const-8', u'PTRADD_-1207920958'), (u'PTRSUB_-1207921001', u'PTRSUB_-1207920987'), ('const-0', u'RETURN_-1207921215'), (u'PTRSUB_-1207921014', u'PTRADD_-1207920998'), (u'COPY_-1207920993', u'CALL_-1207921168'), ('const-0', u'PTRSUB_-1207920987'), (u'PTRADD_-1207920958', u'STORE_-1207921278'), ('const-0', u'PTRSUB_-1207920992'), (u'CAST_-1207920972', u'STORE_-1207921336'), ('const-433', u'STORE_-1207921272'), ('tmp_124', u'CBRANCH_-1207921408'), ('const-0', u'PTRSUB_-1207921044'), (u'COPY_-1207921082', u'MULTIEQUAL_-1207921150'), ('const-40', u'PTRSUB_-1207921035'), (u'MULTIEQUAL_-1207921150', u'PTRSUB_-1207921029'), (u'INT_ADD_-1207921005', u'PTRADD_-1207920958'), ('const-0', u'INT_NOTEQUAL_-1207921439'), ('tmp_473', u'PTRSUB_-1207921014'), (u'INT_ADD_-1207921108', u'INT_NOTEQUAL_-1207921310'), ('const-0', u'PTRSUB_-1207921063'), (u'INT_ADD_-1207921289', u'STORE_-1207921272'), (u'MULTIEQUAL_-1207921150', u'PTRSUB_-1207920993'), (u'LOAD_-1207921472', u'PTRSUB_-1207921063'), (u'PTRSUB_-1207921030', u'CAST_-1207921017'), (u'INT_SEXT_-1207921079', u'PTRADD_-1207920998'), ('const-433', u'LOAD_-1207921359'), (u'PTRSUB_-1207921035', u'LOAD_-1207921465'), (u'LOAD_-1207921397', u'INT_EQUAL_-1207921382'), (u'LOAD_-1207921432', u'INT_SEXT_-1207921079'), (u'LOAD_-1207921331', u'PTRSUB_-1207920973'), ('const-433', u'STORE_-1207921373'), ('const-0', u'PTRSUB_-1207920973'), ('const-433', u'STORE_-1207921278'), ('tmp_190', u'CBRANCH_-1207921360'), ('const-72', u'PTRSUB_-1207921068'), (u'PTRSUB_-1207921008', u'STORE_-1207921367'), ('const-96', u'PTRSUB_-1207920987'), ('tmp_473', u'PTRSUB_-1207921044'), ('const-1', u'INT_ADD_-1207921005'), (u'PTRSUB_-1207920962', u'STORE_-1207921272'), ('tmp_388', u'CBRANCH_-1207921245'), ('const-433', u'LOAD_-1207921432'), ('const-0', u'PTRSUB_-1207920962'), ('const-433', u'LOAD_-1207921397'), ('tmp_472', u'PTRSUB_-1207920987'), ('const-433', u'STORE_-1207921367'), (u'PTRSUB_-1207921063', u'PTRSUB_-1207921035'), ('tmp_472', u'PTRSUB_-1207920934'), (u'INT_NOTEQUAL_-1207921439', u'CBRANCH_-1207921435'), ('tmp_274', u'CBRANCH_-1207921308')] | [('const-433', u'LOAD_-1207921397'), ('const-433', u'LOAD_-1207921295'), ('const-3262080', u'COPY_-1207920994'), (u'LOAD_-1207921331', u'STORE_-1207921278'), ('tmp_877', u'STORE_-1207921242'), (u'INT_SLESS_-1207921401', u'CBRANCH_-1207921408'), (u'INT_EQUAL_-1207921382', u'CBRANCH_-1207921360'), ('const-4', u'INT_NOTEQUAL_-1207921310'), ('const-1', u'PTRADD_-1207921203'), (u'CAST_-1207920998', u'STORE_-1207921336'), (u'INT_ADD_-1207921315', u'CAST_-1207920993'), ('const-433', u'STORE_-1207921242'), (u'PTRADD_-1207921297', u'CAST_-1207921006'), ('tmp_878', u'PTRADD_-1207921023'), ('const-1', u'PTRADD_-1207921396'), ('const-2', u'INT_MULT_-1207921058'), (u'LOAD_-1207921359', u'INT_NOTEQUAL_-1207921343'), ('tmp_878', u'STORE_-1207921272'), ('const-2', u'INT_ADD_-1207921070'), (u'CAST_-1207920993', u'LOAD_-1207921331'), (u'INT_SEXT_-1207921087', u'INT_MULT_-1207921019'), (u'INT_NOTEQUAL_-1207921249', u'CBRANCH_-1207921245'), (u'INT_EQUAL_-1207921280', u'CBRANCH_-1207921266'), ('const-0', u'INT_EQUAL_-1207921382'), (u'PTRADD_-1207921023', u'CAST_-1207921016'), ('const-433', u'STORE_-1207921367'), (u'MULTIEQUAL_-1207921150', u'PTRADD_-1207921297'), ('const-8', u'PTRADD_-1207921182'), ('const-2', u'INT_ADD_-1207921289'), (u'LOAD_-1207921265', u'INT_NOTEQUAL_-1207921249'), (u'LOAD_-1207921432', u'INT_ADD_-1207921289'), (u'LOAD_-1207921432', u'INT_SEXT_-1207921088'), (u'INT_MULT_-1207921019', u'INT_ADD_-1207921031'), (u'INT_ADD_-1207921456', u'CAST_-1207921058'), ('tmp_77', u'CBRANCH_-1207921435'), (u'LOAD_-1207921465', u'INT_NOTEQUAL_-1207921439'), (u'CAST_-1207921016', u'STORE_-1207921373'), ('const-4', u'PTRADD_-1207920984'), (u'COPY_-1207920994', u'CALL_-1207921168'), ('tmp_877', u'INT_ADD_-1207921456'), (u'LOAD_-1207921295', u'INT_EQUAL_-1207921280'), ('const-3175909', u'COPY_-1207921020'), ('tmp_878', u'PTRADD_-1207920984'), (u'LOAD_-1207921432', u'INT_SLESS_-1207921401'), ('const-40', u'INT_ADD_-1207921449'), (u'INT_NOTEQUAL_-1207921343', u'CBRANCH_-1207921339'), ('const-433', u'STORE_-1207921336'), ('tmp_877', u'INT_ADD_-1207921315'), ('const-1', u'RETURN_-1207921179'), ('tmp_878', u'LOAD_-1207921432'), ('tmp_350', u'CBRANCH_-1207921266'), (u'LOAD_-1207921331', u'PTRADD_-1207921182'), ('const-4', u'PTRADD_-1207921023'), ('tmp_877', u'STORE_-1207921336'), (u'INT_ADD_-1207921110', u'STORE_-1207921367'), ('const-8', u'PTRADD_-1207921297'), ('const-433', u'LOAD_-1207921432'), ('const-72', u'INT_ADD_-1207921456'), (u'LOAD_-1207921472', u'INT_ADD_-1207921449'), ('const-433', u'LOAD_-1207921472'), ('const-124', u'CALL_-1207921168'), ('tmp_878', u'STORE_-1207921367'), ('const-433', u'STORE_-1207921278'), ('const-0', u'INT_NOTEQUAL_-1207921343'), (u'CAST_-1207921006', u'LOAD_-1207921359'), ('const-0', u'INT_NOTEQUAL_-1207921249'), (u'MULTIEQUAL_-1207921150', u'PTRADD_-1207921276'), ('const-433', u'LOAD_-1207921465'), (u'PTRSUB_-1207920952', u'CALL_-1207921184'), ('const-433', u'LOAD_-1207921359'), ('const-96', u'INT_ADD_-1207921315'), (u'CAST_-1207921058', u'LOAD_-1207921472'), (u'LOAD_-1207921465', u'COPY_-1207921108'), (u'LOAD_-1207921432', u'INT_SEXT_-1207921087'), (u'LOAD_-1207921331', u'LOAD_-1207921295'), ('const-1', u'INT_ADD_-1207921110'), (u'PTRADD_-1207920984', u'CAST_-1207920976'), (u'INT_ADD_-1207921070', u'PTRADD_-1207921023'), ('tmp_228', u'CBRANCH_-1207921339'), ('const-302', u'CALL_-1207921184'), (u'COPY_-1207921108', u'MULTIEQUAL_-1207921150'), ('const-0', u'INT_EQUAL_-1207921280'), ('const-433', u'STORE_-1207921373'), (u'INT_NOTEQUAL_-1207921310', u'CBRANCH_-1207921308'), (u'INT_MULT_-1207921058', u'INT_ADD_-1207921070'), ('const-3262091', u'PTRSUB_-1207920952'), (u'LOAD_-1207921465', u'PTRADD_-1207921396'), ('const-1', u'RETURN_-1207921163'), (u'PTRADD_-1207921396', u'COPY_-1207921107'), ('const-433', u'LOAD_-1207921331'), ('const-0', u'RETURN_-1207921215'), (u'CAST_-1207920959', u'STORE_-1207921242'), (u'PTRADD_-1207921203', u'CAST_-1207920967'), (u'INT_ADD_-1207921110', u'INT_NOTEQUAL_-1207921310'), ('tmp_124', u'CBRANCH_-1207921408'), ('const-433', u'STORE_-1207921272'), (u'INT_ADD_-1207921449', u'CAST_-1207921053'), (u'INT_SEXT_-1207921088', u'INT_MULT_-1207921058'), ('const-433', u'LOAD_-1207921265'), (u'CAST_-1207921053', u'LOAD_-1207921465'), (u'PTRADD_-1207921182', u'CAST_-1207920959'), ('const-96', u'PTRADD_-1207921396'), (u'INT_ADD_-1207921031', u'PTRADD_-1207920984'), ('const-0', u'INT_NOTEQUAL_-1207921439'), ('const-8', u'PTRADD_-1207921203'), ('const-1', u'PTRADD_-1207921297'), ('const-1', u'PTRADD_-1207921276'), ('const-2', u'INT_MULT_-1207921019'), (u'INT_ADD_-1207921289', u'STORE_-1207921272'), ('const-4', u'INT_SLESS_-1207921401'), ('const-8', u'PTRADD_-1207921276'), ('const-0', u'PTRSUB_-1207920952'), (u'COPY_-1207920995', u'CALL_-1207921168'), (u'MULTIEQUAL_-1207921150', u'STORE_-1207921373'), (u'LOAD_-1207921397', u'INT_EQUAL_-1207921382'), (u'CAST_-1207920976', u'STORE_-1207921278'), (u'LOAD_-1207921432', u'INT_ADD_-1207921110'), ('tmp_190', u'CBRANCH_-1207921360'), ('const-1', u'PTRADD_-1207921182'), (u'COPY_-1207921107', u'MULTIEQUAL_-1207921150'), (u'CAST_-1207920967', u'LOAD_-1207921265'), (u'PTRADD_-1207921276', u'CAST_-1207920998'), (u'LOAD_-1207921331', u'PTRADD_-1207921203'), ('const-3175909', u'COPY_-1207920995'), ('tmp_388', u'CBRANCH_-1207921245'), (u'MULTIEQUAL_-1207921150', u'LOAD_-1207921397'), (u'COPY_-1207921020', u'CALL_-1207921184'), ('const-4', u'INT_ADD_-1207921031'), (u'INT_NOTEQUAL_-1207921439', u'CBRANCH_-1207921435'), ('tmp_274', u'CBRANCH_-1207921308')] | null | null | 001f94b0 | x64 | O2 | (translation_unit "void FUN_001f94b0(long param_1,int *param_2)\n\n{\n char cVar1;\n int iVar2;\n char *pcVar3;\n \n pcVar3 = *(char **)(*(long *)(param_1 + 0x48) + 0x28);\n if (pcVar3 != (char *)0x0) {\n pcVar3 = pcVar3 + 0x60;\n }\n iVar2 = *param_2;\n if (iVar2 < 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;\n *param_2 = iVar2 + 1;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }\n pcVar3 = *(char **)(param_1 + 0x60);\n if (iVar2 + 1 != 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/token.h",0x12e,&DAT_0031c68b);\n}\n\n" (function_definition "void FUN_001f94b0(long param_1,int *param_2)\n\n{\n char cVar1;\n int iVar2;\n char *pcVar3;\n \n pcVar3 = *(char **)(*(long *)(param_1 + 0x48) + 0x28);\n if (pcVar3 != (char *)0x0) {\n pcVar3 = pcVar3 + 0x60;\n }\n iVar2 = *param_2;\n if (iVar2 < 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;\n *param_2 = iVar2 + 1;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }\n pcVar3 = *(char **)(param_1 + 0x60);\n if (iVar2 + 1 != 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/token.h",0x12e,&DAT_0031c68b);\n}" primitive_type (function_declarator "FUN_001f94b0(long param_1,int *param_2)" identifier (parameter_list "(long param_1,int *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n char cVar1;\n int iVar2;\n char *pcVar3;\n \n pcVar3 = *(char **)(*(long *)(param_1 + 0x48) + 0x28);\n if (pcVar3 != (char *)0x0) {\n pcVar3 = pcVar3 + 0x60;\n }\n iVar2 = *param_2;\n if (iVar2 < 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;\n *param_2 = iVar2 + 1;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }\n pcVar3 = *(char **)(param_1 + 0x60);\n if (iVar2 + 1 != 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }\n }\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/token.h",0x12e,&DAT_0031c68b);\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (expression_statement "pcVar3 = *(char **)(*(long *)(param_1 + 0x48) + 0x28);" (assignment_expression "pcVar3 = *(char **)(*(long *)(param_1 + 0x48) + 0x28)" identifier = (pointer_expression "*(char **)(*(long *)(param_1 + 0x48) + 0x28)" * (cast_expression "(char **)(*(long *)(param_1 + 0x48) + 0x28)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x48) + 0x28)" ( (binary_expression "*(long *)(param_1 + 0x48) + 0x28" (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 (pcVar3 != (char *)0x0) {\n pcVar3 = pcVar3 + 0x60;\n }" if (parenthesized_expression "(pcVar3 != (char *)0x0)" ( (binary_expression "pcVar3 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar3 = pcVar3 + 0x60;\n }" { (expression_statement "pcVar3 = pcVar3 + 0x60;" (assignment_expression "pcVar3 = pcVar3 + 0x60" identifier = (binary_expression "pcVar3 + 0x60" identifier + number_literal)) ;) })) (expression_statement "iVar2 = *param_2;" (assignment_expression "iVar2 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (if_statement "if (iVar2 < 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;\n *param_2 = iVar2 + 1;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }\n pcVar3 = *(char **)(param_1 + 0x60);\n if (iVar2 + 1 != 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }\n }" if (parenthesized_expression "(iVar2 < 4)" ( (binary_expression "iVar2 < 4" identifier < number_literal) )) (compound_statement "{\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;\n *param_2 = iVar2 + 1;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }\n pcVar3 = *(char **)(param_1 + 0x60);\n if (iVar2 + 1 != 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }\n }" { (expression_statement "cVar1 = *pcVar3;" (assignment_expression "cVar1 = *pcVar3" identifier = (pointer_expression "*pcVar3" * identifier)) ;) (expression_statement "*(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;" (assignment_expression "*(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3" (pointer_expression "*(char **)(param_2 + (long)iVar2 * 2 + 2)" * (cast_expression "(char **)(param_2 + (long)iVar2 * 2 + 2)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + (long)iVar2 * 2 + 2)" ( (binary_expression "param_2 + (long)iVar2 * 2 + 2" (binary_expression "param_2 + (long)iVar2 * 2" identifier + (binary_expression "(long)iVar2 * 2" (cast_expression "(long)iVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) + number_literal) )))) = identifier) ;) (expression_statement "*param_2 = iVar2 + 1;" (assignment_expression "*param_2 = iVar2 + 1" (pointer_expression "*param_2" * identifier) = (binary_expression "iVar2 + 1" identifier + number_literal)) ;) (if_statement "if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }" if (parenthesized_expression "(cVar1 == '\0')" ( (binary_expression "cVar1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }" { (if_statement "if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;" if (parenthesized_expression "(*(long *)(pcVar3 + 8) != 0)" ( (binary_expression "*(long *)(pcVar3 + 8) != 0" (pointer_expression "*(long *)(pcVar3 + 8)" * (cast_expression "(long *)(pcVar3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar3 + 8)" ( (binary_expression "pcVar3 + 8" identifier + number_literal) )))) != number_literal) )) (goto_statement "goto LAB_001f9530;" goto statement_identifier ;)) (expression_statement "*(long *)(pcVar3 + 8) = param_1;" (assignment_expression "*(long *)(pcVar3 + 8) = param_1" (pointer_expression "*(long *)(pcVar3 + 8)" * (cast_expression "(long *)(pcVar3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar3 + 8)" ( (binary_expression "pcVar3 + 8" identifier + number_literal) )))) = identifier) ;) })) (expression_statement "pcVar3 = *(char **)(param_1 + 0x60);" (assignment_expression "pcVar3 = *(char **)(param_1 + 0x60)" identifier = (pointer_expression "*(char **)(param_1 + 0x60)" * (cast_expression "(char **)(param_1 + 0x60)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) ;) (if_statement "if (iVar2 + 1 != 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }" if (parenthesized_expression "(iVar2 + 1 != 4)" ( (binary_expression "iVar2 + 1 != 4" (binary_expression "iVar2 + 1" identifier + number_literal) != number_literal) )) (compound_statement "{\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }" { (expression_statement "cVar1 = *pcVar3;" (assignment_expression "cVar1 = *pcVar3" identifier = (pointer_expression "*pcVar3" * identifier)) ;) (expression_statement "*(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;" (assignment_expression "*(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3" (pointer_expression "*(char **)(param_2 + (long)iVar2 * 2 + 4)" * (cast_expression "(char **)(param_2 + (long)iVar2 * 2 + 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + (long)iVar2 * 2 + 4)" ( (binary_expression "param_2 + (long)iVar2 * 2 + 4" (binary_expression "param_2 + (long)iVar2 * 2" identifier + (binary_expression "(long)iVar2 * 2" (cast_expression "(long)iVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) + number_literal) )))) = identifier) ;) (expression_statement "*param_2 = iVar2 + 2;" (assignment_expression "*param_2 = iVar2 + 2" (pointer_expression "*param_2" * identifier) = (binary_expression "iVar2 + 2" identifier + number_literal)) ;) (if_statement "if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }" if (parenthesized_expression "(cVar1 == '\0')" ( (binary_expression "cVar1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }" { (if_statement "if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }" if (parenthesized_expression "(*(long *)(pcVar3 + 8) != 0)" ( (binary_expression "*(long *)(pcVar3 + 8) != 0" (pointer_expression "*(long *)(pcVar3 + 8)" * (cast_expression "(long *)(pcVar3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar3 + 8)" ( (binary_expression "pcVar3 + 8" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }" { (labeled_statement "LAB_001f9530:\n /* WARNING: Subroutine does not return */\n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");" statement_identifier : comment (expression_statement "FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");" (call_expression "FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer")" identifier (argument_list "("../../gold/token.h",0x7c,"add_writer")" ( (string_literal ""../../gold/token.h"" " string_content ") , number_literal , (string_literal ""add_writer"" " string_content ") ))) ;)) })) (expression_statement "*(long *)(pcVar3 + 8) = param_1;" (assignment_expression "*(long *)(pcVar3 + 8) = param_1" (pointer_expression "*(long *)(pcVar3 + 8)" * (cast_expression "(long *)(pcVar3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar3 + 8)" ( (binary_expression "pcVar3 + 8" identifier + number_literal) )))) = identifier) ;) })) (return_statement "return;" return ;) })) })) comment (expression_statement "FUN_0016cdf0("../../gold/token.h",0x12e,&DAT_0031c68b);" (call_expression "FUN_0016cdf0("../../gold/token.h",0x12e,&DAT_0031c68b)" identifier (argument_list "("../../gold/token.h",0x12e,&DAT_0031c68b)" ( (string_literal ""../../gold/token.h"" " string_content ") , number_literal , (pointer_expression "&DAT_0031c68b" & identifier) ))) ;) }))) | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: void locks(Gc_process_relocs * this, Task_locker * tl) */\n\nvoid __thiscall gold::Gc_process_relocs::locks(Gc_process_relocs *this,Task_locker *tl)\n\n{\n bool bVar1;\n int iVar2;\n Task_token *pTVar3;\n Input_file *pIVar4;\n \n pIVar4 = (this->object_->super_Object).input_file_;\n if (pIVar4 != (Input_file *)0x0) {\n pIVar4 = (Input_file *)&(pIVar4->file_).token_;\n }\n iVar2 = tl->count_;\n if (iVar2 < 4) {\n bVar1 = *(bool *)&pIVar4->input_argument_;\n tl->tokens_[iVar2] = (Task_token *)pIVar4;\n tl->count_ = iVar2 + 1;\n if (bVar1 == false) {\n if ((Task *)(pIVar4->found_name_)._M_dataplus._M_p != (Task *)0x0) goto LAB_001f9530;\n (pIVar4->found_name_)._M_dataplus._M_p = (pointer)this;\n }\n pTVar3 = this->next_blocker_;\n if (iVar2 + 1 != 4) {\n bVar1 = pTVar3->is_blocker_;\n tl->tokens_[(long)iVar2 + 1] = pTVar3;\n tl->count_ = iVar2 + 2;\n if (bVar1 == false) {\n if (pTVar3->writer_ != (Task *)0x0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x7c,"add_writer");\n }\n pTVar3->writer_ = &this->super_Task;\n }\n return;\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x12e,"add");\n}\n\n" comment comment (function_definition "void __thiscall gold::Gc_process_relocs::locks(Gc_process_relocs *this,Task_locker *tl)\n\n{\n bool bVar1;\n int iVar2;\n Task_token *pTVar3;\n Input_file *pIVar4;\n \n pIVar4 = (this->object_->super_Object).input_file_;\n if (pIVar4 != (Input_file *)0x0) {\n pIVar4 = (Input_file *)&(pIVar4->file_).token_;\n }\n iVar2 = tl->count_;\n if (iVar2 < 4) {\n bVar1 = *(bool *)&pIVar4->input_argument_;\n tl->tokens_[iVar2] = (Task_token *)pIVar4;\n tl->count_ = iVar2 + 1;\n if (bVar1 == false) {\n if ((Task *)(pIVar4->found_name_)._M_dataplus._M_p != (Task *)0x0) goto LAB_001f9530;\n (pIVar4->found_name_)._M_dataplus._M_p = (pointer)this;\n }\n pTVar3 = this->next_blocker_;\n if (iVar2 + 1 != 4) {\n bVar1 = pTVar3->is_blocker_;\n tl->tokens_[(long)iVar2 + 1] = pTVar3;\n tl->count_ = iVar2 + 2;\n if (bVar1 == false) {\n if (pTVar3->writer_ != (Task *)0x0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x7c,"add_writer");\n }\n pTVar3->writer_ = &this->super_Task;\n }\n return;\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x12e,"add");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Gc_process_relocs::" identifier : : identifier : :) (function_declarator "locks(Gc_process_relocs *this,Task_locker *tl)" identifier (parameter_list "(Gc_process_relocs *this,Task_locker *tl)" ( (parameter_declaration "Gc_process_relocs *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Task_locker *tl" type_identifier (pointer_declarator "*tl" * identifier)) ))) (compound_statement "{\n bool bVar1;\n int iVar2;\n Task_token *pTVar3;\n Input_file *pIVar4;\n \n pIVar4 = (this->object_->super_Object).input_file_;\n if (pIVar4 != (Input_file *)0x0) {\n pIVar4 = (Input_file *)&(pIVar4->file_).token_;\n }\n iVar2 = tl->count_;\n if (iVar2 < 4) {\n bVar1 = *(bool *)&pIVar4->input_argument_;\n tl->tokens_[iVar2] = (Task_token *)pIVar4;\n tl->count_ = iVar2 + 1;\n if (bVar1 == false) {\n if ((Task *)(pIVar4->found_name_)._M_dataplus._M_p != (Task *)0x0) goto LAB_001f9530;\n (pIVar4->found_name_)._M_dataplus._M_p = (pointer)this;\n }\n pTVar3 = this->next_blocker_;\n if (iVar2 + 1 != 4) {\n bVar1 = pTVar3->is_blocker_;\n tl->tokens_[(long)iVar2 + 1] = pTVar3;\n tl->count_ = iVar2 + 2;\n if (bVar1 == false) {\n if (pTVar3->writer_ != (Task *)0x0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x7c,"add_writer");\n }\n pTVar3->writer_ = &this->super_Task;\n }\n return;\n }\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x12e,"add");\n}" { (declaration "bool bVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "Task_token *pTVar3;" type_identifier (pointer_declarator "*pTVar3" * identifier) ;) (declaration "Input_file *pIVar4;" type_identifier (pointer_declarator "*pIVar4" * identifier) ;) (expression_statement "pIVar4 = (this->object_->super_Object).input_file_;" (assignment_expression "pIVar4 = (this->object_->super_Object).input_file_" identifier = (field_expression "(this->object_->super_Object).input_file_" (parenthesized_expression "(this->object_->super_Object)" ( (field_expression "this->object_->super_Object" (field_expression "this->object_" identifier -> field_identifier) -> field_identifier) )) . field_identifier)) ;) (if_statement "if (pIVar4 != (Input_file *)0x0) {\n pIVar4 = (Input_file *)&(pIVar4->file_).token_;\n }" if (parenthesized_expression "(pIVar4 != (Input_file *)0x0)" ( (binary_expression "pIVar4 != (Input_file *)0x0" identifier != (cast_expression "(Input_file *)0x0" ( (type_descriptor "Input_file *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pIVar4 = (Input_file *)&(pIVar4->file_).token_;\n }" { (expression_statement "pIVar4 = (Input_file *)&(pIVar4->file_).token_;" (assignment_expression "pIVar4 = (Input_file *)&(pIVar4->file_).token_" identifier = (cast_expression "(Input_file *)&(pIVar4->file_).token_" ( (type_descriptor "Input_file *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(pIVar4->file_).token_" & (field_expression "(pIVar4->file_).token_" (parenthesized_expression "(pIVar4->file_)" ( (field_expression "pIVar4->file_" identifier -> field_identifier) )) . field_identifier)))) ;) })) (expression_statement "iVar2 = tl->count_;" (assignment_expression "iVar2 = tl->count_" identifier = (field_expression "tl->count_" identifier -> field_identifier)) ;) (if_statement "if (iVar2 < 4) {\n bVar1 = *(bool *)&pIVar4->input_argument_;\n tl->tokens_[iVar2] = (Task_token *)pIVar4;\n tl->count_ = iVar2 + 1;\n if (bVar1 == false) {\n if ((Task *)(pIVar4->found_name_)._M_dataplus._M_p != (Task *)0x0) goto LAB_001f9530;\n (pIVar4->found_name_)._M_dataplus._M_p = (pointer)this;\n }\n pTVar3 = this->next_blocker_;\n if (iVar2 + 1 != 4) {\n bVar1 = pTVar3->is_blocker_;\n tl->tokens_[(long)iVar2 + 1] = pTVar3;\n tl->count_ = iVar2 + 2;\n if (bVar1 == false) {\n if (pTVar3->writer_ != (Task *)0x0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x7c,"add_writer");\n }\n pTVar3->writer_ = &this->super_Task;\n }\n return;\n }\n }" if (parenthesized_expression "(iVar2 < 4)" ( (binary_expression "iVar2 < 4" identifier < number_literal) )) (compound_statement "{\n bVar1 = *(bool *)&pIVar4->input_argument_;\n tl->tokens_[iVar2] = (Task_token *)pIVar4;\n tl->count_ = iVar2 + 1;\n if (bVar1 == false) {\n if ((Task *)(pIVar4->found_name_)._M_dataplus._M_p != (Task *)0x0) goto LAB_001f9530;\n (pIVar4->found_name_)._M_dataplus._M_p = (pointer)this;\n }\n pTVar3 = this->next_blocker_;\n if (iVar2 + 1 != 4) {\n bVar1 = pTVar3->is_blocker_;\n tl->tokens_[(long)iVar2 + 1] = pTVar3;\n tl->count_ = iVar2 + 2;\n if (bVar1 == false) {\n if (pTVar3->writer_ != (Task *)0x0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x7c,"add_writer");\n }\n pTVar3->writer_ = &this->super_Task;\n }\n return;\n }\n }" { (expression_statement "bVar1 = *(bool *)&pIVar4->input_argument_;" (assignment_expression "bVar1 = *(bool *)&pIVar4->input_argument_" identifier = (pointer_expression "*(bool *)&pIVar4->input_argument_" * (cast_expression "(bool *)&pIVar4->input_argument_" ( (type_descriptor "bool *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "&pIVar4->input_argument_" & (field_expression "pIVar4->input_argument_" identifier -> field_identifier))))) ;) (expression_statement "tl->tokens_[iVar2] = (Task_token *)pIVar4;" (assignment_expression "tl->tokens_[iVar2] = (Task_token *)pIVar4" (subscript_expression "tl->tokens_[iVar2]" (field_expression "tl->tokens_" identifier -> field_identifier) [ identifier ]) = (cast_expression "(Task_token *)pIVar4" ( (type_descriptor "Task_token *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "tl->count_ = iVar2 + 1;" (assignment_expression "tl->count_ = iVar2 + 1" (field_expression "tl->count_" identifier -> field_identifier) = (binary_expression "iVar2 + 1" identifier + number_literal)) ;) (if_statement "if (bVar1 == false) {\n if ((Task *)(pIVar4->found_name_)._M_dataplus._M_p != (Task *)0x0) goto LAB_001f9530;\n (pIVar4->found_name_)._M_dataplus._M_p = (pointer)this;\n }" if (parenthesized_expression "(bVar1 == false)" ( (binary_expression "bVar1 == false" identifier == false) )) (compound_statement "{\n if ((Task *)(pIVar4->found_name_)._M_dataplus._M_p != (Task *)0x0) goto LAB_001f9530;\n (pIVar4->found_name_)._M_dataplus._M_p = (pointer)this;\n }" { (if_statement "if ((Task *)(pIVar4->found_name_)._M_dataplus._M_p != (Task *)0x0) goto LAB_001f9530;" if (parenthesized_expression "((Task *)(pIVar4->found_name_)._M_dataplus._M_p != (Task *)0x0)" ( (binary_expression "(Task *)(pIVar4->found_name_)._M_dataplus._M_p != (Task *)0x0" (cast_expression "(Task *)(pIVar4->found_name_)._M_dataplus._M_p" ( (type_descriptor "Task *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(pIVar4->found_name_)._M_dataplus._M_p" (field_expression "(pIVar4->found_name_)._M_dataplus" (parenthesized_expression "(pIVar4->found_name_)" ( (field_expression "pIVar4->found_name_" identifier -> field_identifier) )) . field_identifier) . field_identifier)) != (cast_expression "(Task *)0x0" ( (type_descriptor "Task *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_001f9530;" goto statement_identifier ;)) (expression_statement "(pIVar4->found_name_)._M_dataplus._M_p = (pointer)this;" (assignment_expression "(pIVar4->found_name_)._M_dataplus._M_p = (pointer)this" (field_expression "(pIVar4->found_name_)._M_dataplus._M_p" (field_expression "(pIVar4->found_name_)._M_dataplus" (parenthesized_expression "(pIVar4->found_name_)" ( (field_expression "pIVar4->found_name_" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(pointer)this" ( (type_descriptor "pointer" type_identifier) ) identifier)) ;) })) (expression_statement "pTVar3 = this->next_blocker_;" (assignment_expression "pTVar3 = this->next_blocker_" identifier = (field_expression "this->next_blocker_" identifier -> field_identifier)) ;) (if_statement "if (iVar2 + 1 != 4) {\n bVar1 = pTVar3->is_blocker_;\n tl->tokens_[(long)iVar2 + 1] = pTVar3;\n tl->count_ = iVar2 + 2;\n if (bVar1 == false) {\n if (pTVar3->writer_ != (Task *)0x0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x7c,"add_writer");\n }\n pTVar3->writer_ = &this->super_Task;\n }\n return;\n }" if (parenthesized_expression "(iVar2 + 1 != 4)" ( (binary_expression "iVar2 + 1 != 4" (binary_expression "iVar2 + 1" identifier + number_literal) != number_literal) )) (compound_statement "{\n bVar1 = pTVar3->is_blocker_;\n tl->tokens_[(long)iVar2 + 1] = pTVar3;\n tl->count_ = iVar2 + 2;\n if (bVar1 == false) {\n if (pTVar3->writer_ != (Task *)0x0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x7c,"add_writer");\n }\n pTVar3->writer_ = &this->super_Task;\n }\n return;\n }" { (expression_statement "bVar1 = pTVar3->is_blocker_;" (assignment_expression "bVar1 = pTVar3->is_blocker_" identifier = (field_expression "pTVar3->is_blocker_" identifier -> field_identifier)) ;) (expression_statement "tl->tokens_[(long)iVar2 + 1] = pTVar3;" (assignment_expression "tl->tokens_[(long)iVar2 + 1] = pTVar3" (subscript_expression "tl->tokens_[(long)iVar2 + 1]" (field_expression "tl->tokens_" identifier -> field_identifier) [ (binary_expression "(long)iVar2 + 1" (cast_expression "(long)iVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ]) = identifier) ;) (expression_statement "tl->count_ = iVar2 + 2;" (assignment_expression "tl->count_ = iVar2 + 2" (field_expression "tl->count_" identifier -> field_identifier) = (binary_expression "iVar2 + 2" identifier + number_literal)) ;) (if_statement "if (bVar1 == false) {\n if (pTVar3->writer_ != (Task *)0x0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x7c,"add_writer");\n }\n pTVar3->writer_ = &this->super_Task;\n }" if (parenthesized_expression "(bVar1 == false)" ( (binary_expression "bVar1 == false" identifier == false) )) (compound_statement "{\n if (pTVar3->writer_ != (Task *)0x0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x7c,"add_writer");\n }\n pTVar3->writer_ = &this->super_Task;\n }" { (if_statement "if (pTVar3->writer_ != (Task *)0x0) {\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x7c,"add_writer");\n }" if (parenthesized_expression "(pTVar3->writer_ != (Task *)0x0)" ( (binary_expression "pTVar3->writer_ != (Task *)0x0" (field_expression "pTVar3->writer_" identifier -> field_identifier) != (cast_expression "(Task *)0x0" ( (type_descriptor "Task *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_001f9530:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x7c,"add_writer");\n }" { (labeled_statement "LAB_001f9530:\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/token.h",0x7c,"add_writer");" statement_identifier : comment (expression_statement "do_gold_unreachable("../../gold/token.h",0x7c,"add_writer");" (call_expression "do_gold_unreachable("../../gold/token.h",0x7c,"add_writer")" identifier (argument_list "("../../gold/token.h",0x7c,"add_writer")" ( (string_literal ""../../gold/token.h"" " string_content ") , number_literal , (string_literal ""add_writer"" " string_content ") ))) ;)) })) (expression_statement "pTVar3->writer_ = &this->super_Task;" (assignment_expression "pTVar3->writer_ = &this->super_Task" (field_expression "pTVar3->writer_" identifier -> field_identifier) = (pointer_expression "&this->super_Task" & (field_expression "this->super_Task" identifier -> field_identifier))) ;) })) (return_statement "return;" return ;) })) })) comment (expression_statement "do_gold_unreachable("../../gold/token.h",0x12e,"add");" (call_expression "do_gold_unreachable("../../gold/token.h",0x12e,"add")" identifier (argument_list "("../../gold/token.h",0x12e,"add")" ( (string_literal ""../../gold/token.h"" " string_content ") , number_literal , (string_literal ""add"" " string_content ") ))) ;) }))) | (translation_unit "void FUN_001f94b0(long param_1,int *param_2)\n\n{\n char cVar1;\n int iVar2;\n char *pcVar3;\n \n pcVar3 = *(char **)(*(long *)(param_1 + 0x48) + 0x28);\n if (pcVar3 != (char *)0x0) {\n pcVar3 = pcVar3 + 0x60;\n }\n iVar2 = *param_2;\n if (iVar2 < 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;\n *param_2 = iVar2 + 1;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }\n pcVar3 = *(char **)(param_1 + 0x60);\n if (iVar2 + 1 != 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }\n }\n \n FUN_0016cdf0("../../gold/token.h",0x12e,&DAT_0031c68b);\n}\n\n" (function_definition "void FUN_001f94b0(long param_1,int *param_2)\n\n{\n char cVar1;\n int iVar2;\n char *pcVar3;\n \n pcVar3 = *(char **)(*(long *)(param_1 + 0x48) + 0x28);\n if (pcVar3 != (char *)0x0) {\n pcVar3 = pcVar3 + 0x60;\n }\n iVar2 = *param_2;\n if (iVar2 < 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;\n *param_2 = iVar2 + 1;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }\n pcVar3 = *(char **)(param_1 + 0x60);\n if (iVar2 + 1 != 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }\n }\n \n FUN_0016cdf0("../../gold/token.h",0x12e,&DAT_0031c68b);\n}" primitive_type (function_declarator "FUN_001f94b0(long param_1,int *param_2)" identifier (parameter_list "(long param_1,int *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "int *param_2" primitive_type (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n char cVar1;\n int iVar2;\n char *pcVar3;\n \n pcVar3 = *(char **)(*(long *)(param_1 + 0x48) + 0x28);\n if (pcVar3 != (char *)0x0) {\n pcVar3 = pcVar3 + 0x60;\n }\n iVar2 = *param_2;\n if (iVar2 < 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;\n *param_2 = iVar2 + 1;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }\n pcVar3 = *(char **)(param_1 + 0x60);\n if (iVar2 + 1 != 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }\n }\n \n FUN_0016cdf0("../../gold/token.h",0x12e,&DAT_0031c68b);\n}" { (declaration "char cVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (expression_statement "pcVar3 = *(char **)(*(long *)(param_1 + 0x48) + 0x28);" (assignment_expression "pcVar3 = *(char **)(*(long *)(param_1 + 0x48) + 0x28)" identifier = (pointer_expression "*(char **)(*(long *)(param_1 + 0x48) + 0x28)" * (cast_expression "(char **)(*(long *)(param_1 + 0x48) + 0x28)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)(param_1 + 0x48) + 0x28)" ( (binary_expression "*(long *)(param_1 + 0x48) + 0x28" (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 (pcVar3 != (char *)0x0) {\n pcVar3 = pcVar3 + 0x60;\n }" if (parenthesized_expression "(pcVar3 != (char *)0x0)" ( (binary_expression "pcVar3 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar3 = pcVar3 + 0x60;\n }" { (expression_statement "pcVar3 = pcVar3 + 0x60;" (assignment_expression "pcVar3 = pcVar3 + 0x60" identifier = (binary_expression "pcVar3 + 0x60" identifier + number_literal)) ;) })) (expression_statement "iVar2 = *param_2;" (assignment_expression "iVar2 = *param_2" identifier = (pointer_expression "*param_2" * identifier)) ;) (if_statement "if (iVar2 < 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;\n *param_2 = iVar2 + 1;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }\n pcVar3 = *(char **)(param_1 + 0x60);\n if (iVar2 + 1 != 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }\n }" if (parenthesized_expression "(iVar2 < 4)" ( (binary_expression "iVar2 < 4" identifier < number_literal) )) (compound_statement "{\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;\n *param_2 = iVar2 + 1;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }\n pcVar3 = *(char **)(param_1 + 0x60);\n if (iVar2 + 1 != 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }\n }" { (expression_statement "cVar1 = *pcVar3;" (assignment_expression "cVar1 = *pcVar3" identifier = (pointer_expression "*pcVar3" * identifier)) ;) (expression_statement "*(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;" (assignment_expression "*(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3" (pointer_expression "*(char **)(param_2 + (long)iVar2 * 2 + 2)" * (cast_expression "(char **)(param_2 + (long)iVar2 * 2 + 2)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + (long)iVar2 * 2 + 2)" ( (binary_expression "param_2 + (long)iVar2 * 2 + 2" (binary_expression "param_2 + (long)iVar2 * 2" identifier + (binary_expression "(long)iVar2 * 2" (cast_expression "(long)iVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) + number_literal) )))) = identifier) ;) (expression_statement "*param_2 = iVar2 + 1;" (assignment_expression "*param_2 = iVar2 + 1" (pointer_expression "*param_2" * identifier) = (binary_expression "iVar2 + 1" identifier + number_literal)) ;) (if_statement "if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }" if (parenthesized_expression "(cVar1 == '\0')" ( (binary_expression "cVar1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }" { (if_statement "if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;" if (parenthesized_expression "(*(long *)(pcVar3 + 8) != 0)" ( (binary_expression "*(long *)(pcVar3 + 8) != 0" (pointer_expression "*(long *)(pcVar3 + 8)" * (cast_expression "(long *)(pcVar3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar3 + 8)" ( (binary_expression "pcVar3 + 8" identifier + number_literal) )))) != number_literal) )) (goto_statement "goto LAB_001f9530;" goto statement_identifier ;)) (expression_statement "*(long *)(pcVar3 + 8) = param_1;" (assignment_expression "*(long *)(pcVar3 + 8) = param_1" (pointer_expression "*(long *)(pcVar3 + 8)" * (cast_expression "(long *)(pcVar3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar3 + 8)" ( (binary_expression "pcVar3 + 8" identifier + number_literal) )))) = identifier) ;) })) (expression_statement "pcVar3 = *(char **)(param_1 + 0x60);" (assignment_expression "pcVar3 = *(char **)(param_1 + 0x60)" identifier = (pointer_expression "*(char **)(param_1 + 0x60)" * (cast_expression "(char **)(param_1 + 0x60)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x60)" ( (binary_expression "param_1 + 0x60" identifier + number_literal) ))))) ;) (if_statement "if (iVar2 + 1 != 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }" if (parenthesized_expression "(iVar2 + 1 != 4)" ( (binary_expression "iVar2 + 1 != 4" (binary_expression "iVar2 + 1" identifier + number_literal) != number_literal) )) (compound_statement "{\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }" { (expression_statement "cVar1 = *pcVar3;" (assignment_expression "cVar1 = *pcVar3" identifier = (pointer_expression "*pcVar3" * identifier)) ;) (expression_statement "*(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;" (assignment_expression "*(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3" (pointer_expression "*(char **)(param_2 + (long)iVar2 * 2 + 4)" * (cast_expression "(char **)(param_2 + (long)iVar2 * 2 + 4)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + (long)iVar2 * 2 + 4)" ( (binary_expression "param_2 + (long)iVar2 * 2 + 4" (binary_expression "param_2 + (long)iVar2 * 2" identifier + (binary_expression "(long)iVar2 * 2" (cast_expression "(long)iVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) * number_literal)) + number_literal) )))) = identifier) ;) (expression_statement "*param_2 = iVar2 + 2;" (assignment_expression "*param_2 = iVar2 + 2" (pointer_expression "*param_2" * identifier) = (binary_expression "iVar2 + 2" identifier + number_literal)) ;) (if_statement "if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }" if (parenthesized_expression "(cVar1 == '\0')" ( (binary_expression "cVar1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }" { (if_statement "if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }" if (parenthesized_expression "(*(long *)(pcVar3 + 8) != 0)" ( (binary_expression "*(long *)(pcVar3 + 8) != 0" (pointer_expression "*(long *)(pcVar3 + 8)" * (cast_expression "(long *)(pcVar3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar3 + 8)" ( (binary_expression "pcVar3 + 8" identifier + number_literal) )))) != number_literal) )) (compound_statement "{\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }" { (labeled_statement "LAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");" statement_identifier : (expression_statement "FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");" (call_expression "FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer")" identifier (argument_list "("../../gold/token.h",0x7c,"add_writer")" ( (string_literal ""../../gold/token.h"" " string_content ") , number_literal , (string_literal ""add_writer"" " string_content ") ))) ;)) })) (expression_statement "*(long *)(pcVar3 + 8) = param_1;" (assignment_expression "*(long *)(pcVar3 + 8) = param_1" (pointer_expression "*(long *)(pcVar3 + 8)" * (cast_expression "(long *)(pcVar3 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(pcVar3 + 8)" ( (binary_expression "pcVar3 + 8" identifier + number_literal) )))) = identifier) ;) })) (return_statement "return;" return ;) })) })) (expression_statement "FUN_0016cdf0("../../gold/token.h",0x12e,&DAT_0031c68b);" (call_expression "FUN_0016cdf0("../../gold/token.h",0x12e,&DAT_0031c68b)" identifier (argument_list "("../../gold/token.h",0x12e,&DAT_0031c68b)" ( (string_literal ""../../gold/token.h"" " string_content ") , number_literal , (pointer_expression "&DAT_0031c68b" & identifier) ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (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 (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) })) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT)) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) (goto_statement goto statement_identifier ;)) (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 = (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 (binary_expression IDENT + LIT) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) * LIT)) + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (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 { (labeled_statement statement_identifier : (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 (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) })) (return_statement return ;) })) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (pointer_expression & IDENT) ))) ;) }))) | (function_definition "void FUN_001f94b0(long param_1,int *param_2)\n\n{\n char cVar1;\n int iVar2;\n char *pcVar3;\n \n pcVar3 = *(char **)(*(long *)(param_1 + 0x48) + 0x28);\n if (pcVar3 != (char *)0x0) {\n pcVar3 = pcVar3 + 0x60;\n }\n iVar2 = *param_2;\n if (iVar2 < 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;\n *param_2 = iVar2 + 1;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }\n pcVar3 = *(char **)(param_1 + 0x60);\n if (iVar2 + 1 != 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }\n }\n \n FUN_0016cdf0("../../gold/token.h",0x12e,&DAT_0031c68b);\n}" (primitive_type "void") (function_declarator "FUN_001f94b0(long param_1,int *param_2)" (identifier "FUN_001f94b0") (parameter_list "(long param_1,int *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "int *param_2" (primitive_type "int") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n char cVar1;\n int iVar2;\n char *pcVar3;\n \n pcVar3 = *(char **)(*(long *)(param_1 + 0x48) + 0x28);\n if (pcVar3 != (char *)0x0) {\n pcVar3 = pcVar3 + 0x60;\n }\n iVar2 = *param_2;\n if (iVar2 < 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;\n *param_2 = iVar2 + 1;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }\n pcVar3 = *(char **)(param_1 + 0x60);\n if (iVar2 + 1 != 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }\n }\n \n FUN_0016cdf0("../../gold/token.h",0x12e,&DAT_0031c68b);\n}" ({ "{") (declaration "char cVar1;" (primitive_type "char") (identifier "cVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "char *pcVar3;" (primitive_type "char") (pointer_declarator "*pcVar3" (* "*") (identifier "pcVar3")) (; ";")) (expression_statement "pcVar3 = *(char **)(*(long *)(param_1 + 0x48) + 0x28);" (assignment_expression "pcVar3 = *(char **)(*(long *)(param_1 + 0x48) + 0x28)" (identifier "pcVar3") (= "=") (pointer_expression "*(char **)(*(long *)(param_1 + 0x48) + 0x28)" (* "*") (cast_expression "(char **)(*(long *)(param_1 + 0x48) + 0x28)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*(long *)(param_1 + 0x48) + 0x28)" (( "(") (binary_expression "*(long *)(param_1 + 0x48) + 0x28" (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 "0x28")) () ")"))))) (; ";")) (if_statement "if (pcVar3 != (char *)0x0) {\n pcVar3 = pcVar3 + 0x60;\n }" (if "if") (parenthesized_expression "(pcVar3 != (char *)0x0)" (( "(") (binary_expression "pcVar3 != (char *)0x0" (identifier "pcVar3") (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n pcVar3 = pcVar3 + 0x60;\n }" ({ "{") (expression_statement "pcVar3 = pcVar3 + 0x60;" (assignment_expression "pcVar3 = pcVar3 + 0x60" (identifier "pcVar3") (= "=") (binary_expression "pcVar3 + 0x60" (identifier "pcVar3") (+ "+") (number_literal "0x60"))) (; ";")) (} "}"))) (expression_statement "iVar2 = *param_2;" (assignment_expression "iVar2 = *param_2" (identifier "iVar2") (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (if_statement "if (iVar2 < 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;\n *param_2 = iVar2 + 1;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }\n pcVar3 = *(char **)(param_1 + 0x60);\n if (iVar2 + 1 != 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }\n }" (if "if") (parenthesized_expression "(iVar2 < 4)" (( "(") (binary_expression "iVar2 < 4" (identifier "iVar2") (< "<") (number_literal "4")) () ")")) (compound_statement "{\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;\n *param_2 = iVar2 + 1;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }\n pcVar3 = *(char **)(param_1 + 0x60);\n if (iVar2 + 1 != 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }\n }" ({ "{") (expression_statement "cVar1 = *pcVar3;" (assignment_expression "cVar1 = *pcVar3" (identifier "cVar1") (= "=") (pointer_expression "*pcVar3" (* "*") (identifier "pcVar3"))) (; ";")) (expression_statement "*(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;" (assignment_expression "*(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3" (pointer_expression "*(char **)(param_2 + (long)iVar2 * 2 + 2)" (* "*") (cast_expression "(char **)(param_2 + (long)iVar2 * 2 + 2)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + (long)iVar2 * 2 + 2)" (( "(") (binary_expression "param_2 + (long)iVar2 * 2 + 2" (binary_expression "param_2 + (long)iVar2 * 2" (identifier "param_2") (+ "+") (binary_expression "(long)iVar2 * 2" (cast_expression "(long)iVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar2")) (* "*") (number_literal "2"))) (+ "+") (number_literal "2")) () ")")))) (= "=") (identifier "pcVar3")) (; ";")) (expression_statement "*param_2 = iVar2 + 1;" (assignment_expression "*param_2 = iVar2 + 1" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (binary_expression "iVar2 + 1" (identifier "iVar2") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }" (if "if") (parenthesized_expression "(cVar1 == '\0')" (( "(") (binary_expression "cVar1 == '\0'" (identifier "cVar1") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;\n *(long *)(pcVar3 + 8) = param_1;\n }" ({ "{") (if_statement "if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;" (if "if") (parenthesized_expression "(*(long *)(pcVar3 + 8) != 0)" (( "(") (binary_expression "*(long *)(pcVar3 + 8) != 0" (pointer_expression "*(long *)(pcVar3 + 8)" (* "*") (cast_expression "(long *)(pcVar3 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pcVar3 + 8)" (( "(") (binary_expression "pcVar3 + 8" (identifier "pcVar3") (+ "+") (number_literal "8")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (goto_statement "goto LAB_001f9530;" (goto "goto") (statement_identifier "LAB_001f9530") (; ";"))) (expression_statement "*(long *)(pcVar3 + 8) = param_1;" (assignment_expression "*(long *)(pcVar3 + 8) = param_1" (pointer_expression "*(long *)(pcVar3 + 8)" (* "*") (cast_expression "(long *)(pcVar3 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pcVar3 + 8)" (( "(") (binary_expression "pcVar3 + 8" (identifier "pcVar3") (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "param_1")) (; ";")) (} "}"))) (expression_statement "pcVar3 = *(char **)(param_1 + 0x60);" (assignment_expression "pcVar3 = *(char **)(param_1 + 0x60)" (identifier "pcVar3") (= "=") (pointer_expression "*(char **)(param_1 + 0x60)" (* "*") (cast_expression "(char **)(param_1 + 0x60)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x60)" (( "(") (binary_expression "param_1 + 0x60" (identifier "param_1") (+ "+") (number_literal "0x60")) () ")"))))) (; ";")) (if_statement "if (iVar2 + 1 != 4) {\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }" (if "if") (parenthesized_expression "(iVar2 + 1 != 4)" (( "(") (binary_expression "iVar2 + 1 != 4" (binary_expression "iVar2 + 1" (identifier "iVar2") (+ "+") (number_literal "1")) (!= "!=") (number_literal "4")) () ")")) (compound_statement "{\n cVar1 = *pcVar3;\n *(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;\n *param_2 = iVar2 + 2;\n if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }\n return;\n }" ({ "{") (expression_statement "cVar1 = *pcVar3;" (assignment_expression "cVar1 = *pcVar3" (identifier "cVar1") (= "=") (pointer_expression "*pcVar3" (* "*") (identifier "pcVar3"))) (; ";")) (expression_statement "*(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;" (assignment_expression "*(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3" (pointer_expression "*(char **)(param_2 + (long)iVar2 * 2 + 4)" (* "*") (cast_expression "(char **)(param_2 + (long)iVar2 * 2 + 4)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + (long)iVar2 * 2 + 4)" (( "(") (binary_expression "param_2 + (long)iVar2 * 2 + 4" (binary_expression "param_2 + (long)iVar2 * 2" (identifier "param_2") (+ "+") (binary_expression "(long)iVar2 * 2" (cast_expression "(long)iVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "iVar2")) (* "*") (number_literal "2"))) (+ "+") (number_literal "4")) () ")")))) (= "=") (identifier "pcVar3")) (; ";")) (expression_statement "*param_2 = iVar2 + 2;" (assignment_expression "*param_2 = iVar2 + 2" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (= "=") (binary_expression "iVar2 + 2" (identifier "iVar2") (+ "+") (number_literal "2"))) (; ";")) (if_statement "if (cVar1 == '\0') {\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }" (if "if") (parenthesized_expression "(cVar1 == '\0')" (( "(") (binary_expression "cVar1 == '\0'" (identifier "cVar1") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }\n *(long *)(pcVar3 + 8) = param_1;\n }" ({ "{") (if_statement "if (*(long *)(pcVar3 + 8) != 0) {\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }" (if "if") (parenthesized_expression "(*(long *)(pcVar3 + 8) != 0)" (( "(") (binary_expression "*(long *)(pcVar3 + 8) != 0" (pointer_expression "*(long *)(pcVar3 + 8)" (* "*") (cast_expression "(long *)(pcVar3 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pcVar3 + 8)" (( "(") (binary_expression "pcVar3 + 8" (identifier "pcVar3") (+ "+") (number_literal "8")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\nLAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");\n }" ({ "{") (labeled_statement "LAB_001f9530:\n \n FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");" (statement_identifier "LAB_001f9530") (: ":") (expression_statement "FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");" (call_expression "FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer")" (identifier "FUN_0016cdf0") (argument_list "("../../gold/token.h",0x7c,"add_writer")" (( "(") (string_literal ""../../gold/token.h"" (" """) (string_content "../../gold/token.h") (" """)) (, ",") (number_literal "0x7c") (, ",") (string_literal ""add_writer"" (" """) (string_content "add_writer") (" """)) () ")"))) (; ";"))) (} "}"))) (expression_statement "*(long *)(pcVar3 + 8) = param_1;" (assignment_expression "*(long *)(pcVar3 + 8) = param_1" (pointer_expression "*(long *)(pcVar3 + 8)" (* "*") (cast_expression "(long *)(pcVar3 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(pcVar3 + 8)" (( "(") (binary_expression "pcVar3 + 8" (identifier "pcVar3") (+ "+") (number_literal "8")) () ")")))) (= "=") (identifier "param_1")) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (} "}"))) (expression_statement "FUN_0016cdf0("../../gold/token.h",0x12e,&DAT_0031c68b);" (call_expression "FUN_0016cdf0("../../gold/token.h",0x12e,&DAT_0031c68b)" (identifier "FUN_0016cdf0") (argument_list "("../../gold/token.h",0x12e,&DAT_0031c68b)" (( "(") (string_literal ""../../gold/token.h"" (" """) (string_content "../../gold/token.h") (" """)) (, ",") (number_literal "0x12e") (, ",") (pointer_expression "&DAT_0031c68b" (& "&") (identifier "DAT_0031c68b")) () ")"))) (; ";")) (} "}"))) |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: void locks(Gc_process_relocs * this, Task_locker * tl) */
void __thiscall gold::type_1::function_1(type_1 *this,type_2 *tl)
{
bool var_3;
int var_2;
type_3 *pTVar3;
type_4 *var_1;
var_1 = (this->object_->super_Object).input_file_;
if (var_1 != (type_4 *)0x0) {
var_1 = (type_4 *)&(var_1->file_).token_;
}
var_2 = tl->count_;
if (var_2 < 4) {
var_3 = *(bool *)&var_1->input_argument_;
tl->tokens_[var_2] = (type_3 *)var_1;
tl->count_ = var_2 + 1;
if (var_3 == false) {
if ((type_5 *)(var_1->found_name_)._M_dataplus._M_p != (type_5 *)0x0) goto LAB_001f9530;
(var_1->found_name_)._M_dataplus._M_p = (type_6)this;
}
pTVar3 = this->next_blocker_;
if (var_2 + 1 != 4) {
var_3 = pTVar3->is_blocker_;
tl->tokens_[(long)var_2 + 1] = pTVar3;
tl->count_ = var_2 + 2;
if (var_3 == false) {
if (pTVar3->writer_ != (type_5 *)0x0) {
LAB_001f9530:
/* WARNING: Subroutine does not return */
var_4("../../gold/token.h",0x7c,"add_writer");
}
pTVar3->writer_ = &this->super_Task;
}
return;
}
}
/* WARNING: Subroutine does not return */
var_4("../../gold/token.h",0x12e,"add");
}
| 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: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (goto_statement label: (statement_identifier))) (expression_statement (assignment_expression left: (pointer_expression 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: (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: (binary_expression left: (identifier) 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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (number_literal))) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) (expression_statement (assignment_expression left: (pointer_expression 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))))) (return_statement))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (pointer_expression argument: (identifier)))))))) | null |
void MASKED(long param_1,int *param_2)
{
char cVar1;
int iVar2;
char *pcVar3;
pcVar3 = *(char **)(*(long *)(param_1 + 0x48) + 0x28);
if (pcVar3 != (char *)0x0) {
pcVar3 = pcVar3 + 0x60;
}
iVar2 = *param_2;
if (iVar2 < 4) {
cVar1 = *pcVar3;
*(char **)(param_2 + (long)iVar2 * 2 + 2) = pcVar3;
*param_2 = iVar2 + 1;
if (cVar1 == '\0') {
if (*(long *)(pcVar3 + 8) != 0) goto LAB_001f9530;
*(long *)(pcVar3 + 8) = param_1;
}
pcVar3 = *(char **)(param_1 + 0x60);
if (iVar2 + 1 != 4) {
cVar1 = *pcVar3;
*(char **)(param_2 + (long)iVar2 * 2 + 4) = pcVar3;
*param_2 = iVar2 + 2;
if (cVar1 == '\0') {
if (*(long *)(pcVar3 + 8) != 0) {
LAB_001f9530:
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/token.h",0x7c,"add_writer");
}
*(long *)(pcVar3 + 8) = param_1;
}
return;
}
}
/* WARNING: Subroutine does not return */
FUN_0016cdf0("../../gold/token.h",0x12e,&DAT_0031c68b);
}
|
57_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c | sysconf | sysconf |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long sysconf(int __name)
{
long lVar1;
lVar1 = (*(code *)PTR_sysconf_0043e1c8)();
return lVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long sysconf(int __name)
{
long lVar1;
lVar1 = (*(code *)PTR_sysconf_0043e1c8)();
return lVar1;
}
| JMP qword ptr [0x0043e1c8] | null | null | null | null | [(u'CALLIND_-1207209064', u'INDIRECT_-1207209002'), ('tmp_32', u'CAST_-1207208997'), (u'CALLIND_-1207209064', u'RETURN_-1207209061'), (u'CAST_-1207208997', u'CALLIND_-1207209064'), ('const-0', u'RETURN_-1207209061'), (u'INDIRECT_-1207209002', u'COPY_-1207209061')] | [(u'CALLIND_-1207209064', u'INDIRECT_-1207209002'), ('tmp_32', u'CAST_-1207208997'), (u'CALLIND_-1207209064', u'RETURN_-1207209061'), (u'CAST_-1207208997', u'CALLIND_-1207209064'), ('const-0', u'RETURN_-1207209061'), (u'INDIRECT_-1207209002', u'COPY_-1207209061')] | null | null | 00147390 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nlong sysconf(int __name)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_0043e1c8)();\n return lVar1;\n}\n\n" comment (function_definition "long sysconf(int __name)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_0043e1c8)();\n return lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "sysconf(int __name)" identifier (parameter_list "(int __name)" ( (parameter_declaration "int __name" primitive_type identifier) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_0043e1c8)();\n return lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = (*(code *)PTR_sysconf_0043e1c8)();" (assignment_expression "lVar1 = (*(code *)PTR_sysconf_0043e1c8)()" identifier = (call_expression "(*(code *)PTR_sysconf_0043e1c8)()" (parenthesized_expression "(*(code *)PTR_sysconf_0043e1c8)" ( (pointer_expression "*(code *)PTR_sysconf_0043e1c8" * (cast_expression "(code *)PTR_sysconf_0043e1c8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return lVar1;" return identifier ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nlong sysconf(int __name)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_0043e1c8)();\n return lVar1;\n}\n\n" comment (function_definition "long sysconf(int __name)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_0043e1c8)();\n return lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "sysconf(int __name)" identifier (parameter_list "(int __name)" ( (parameter_declaration "int __name" primitive_type identifier) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_0043e1c8)();\n return lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = (*(code *)PTR_sysconf_0043e1c8)();" (assignment_expression "lVar1 = (*(code *)PTR_sysconf_0043e1c8)()" identifier = (call_expression "(*(code *)PTR_sysconf_0043e1c8)()" (parenthesized_expression "(*(code *)PTR_sysconf_0043e1c8)" ( (pointer_expression "*(code *)PTR_sysconf_0043e1c8" * (cast_expression "(code *)PTR_sysconf_0043e1c8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return lVar1;" return identifier ;) }))) | (translation_unit "long sysconf(int __name)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_0043e1c8)();\n return lVar1;\n}\n\n" (function_definition "long sysconf(int __name)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_0043e1c8)();\n return lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "sysconf(int __name)" identifier (parameter_list "(int __name)" ( (parameter_declaration "int __name" primitive_type identifier) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_0043e1c8)();\n return lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = (*(code *)PTR_sysconf_0043e1c8)();" (assignment_expression "lVar1 = (*(code *)PTR_sysconf_0043e1c8)()" identifier = (call_expression "(*(code *)PTR_sysconf_0043e1c8)()" (parenthesized_expression "(*(code *)PTR_sysconf_0043e1c8)" ( (pointer_expression "*(code *)PTR_sysconf_0043e1c8" * (cast_expression "(code *)PTR_sysconf_0043e1c8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return lVar1;" return identifier ;) }))) | (translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) 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 "long sysconf(int __name)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_0043e1c8)();\n return lVar1;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "sysconf(int __name)" (identifier "sysconf") (parameter_list "(int __name)" (( "(") (parameter_declaration "int __name" (primitive_type "int") (identifier "__name")) () ")"))) (compound_statement "{\n long lVar1;\n \n lVar1 = (*(code *)PTR_sysconf_0043e1c8)();\n return lVar1;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (expression_statement "lVar1 = (*(code *)PTR_sysconf_0043e1c8)();" (assignment_expression "lVar1 = (*(code *)PTR_sysconf_0043e1c8)()" (identifier "lVar1") (= "=") (call_expression "(*(code *)PTR_sysconf_0043e1c8)()" (parenthesized_expression "(*(code *)PTR_sysconf_0043e1c8)" (( "(") (pointer_expression "*(code *)PTR_sysconf_0043e1c8" (* "*") (cast_expression "(code *)PTR_sysconf_0043e1c8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_sysconf_0043e1c8"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return lVar1;" (return "return") (identifier "lVar1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long function_1(int __name)
{
long lVar1;
lVar1 = (*(type_1 *)PTR_sysconf_0043e1c8)();
return lVar1;
}
| null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (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 */
long MASKED(int __name)
{
long lVar1;
lVar1 = (*(code *)PTR_MASKED_0043e1c8)();
return lVar1;
}
|
6929_i686-gnu-dwp_and_i686-gnu-dwp_strip.c | _M_find_before_node | FUN_002a7040 |
/* DWARF original prototype: __node_base *
_M_find_before_node(_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>
* this, size_type __n, key_type * __k, __hash_code __code) */
__node_base * __thiscall
std::
_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>
::_M_find_before_node
(_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>
*this,size_type __n,key_type *__k,__hash_code __code)
{
_Hash_node_base *p_Var1;
_Hash_node_base *p_Var2;
__node_base *p_Var3;
__node_base *p_Var4;
p_Var4 = this->_M_buckets[__n];
if (p_Var4 != (__node_base *)0x0) {
p_Var2 = p_Var4->_M_nxt[4]._M_nxt;
p_Var1 = p_Var4->_M_nxt;
while (((p_Var3 = p_Var1, p_Var2 != (_Hash_node_base *)__code ||
(p_Var3[1]._M_nxt != (_Hash_node_base *)__k->first)) ||
((_Hash_node_base *)__k->second != p_Var3[2]._M_nxt))) {
p_Var1 = p_Var3->_M_nxt;
if ((p_Var1 == (_Hash_node_base *)0x0) ||
(p_Var2 = p_Var1[4]._M_nxt, p_Var4 = p_Var3, __n != (ulong)p_Var2 % this->_M_bucket_count))
{
return (__node_base *)0x0;
}
}
}
return p_Var4;
}
|
long * FUN_002a7040(long *param_1,ulong param_2,long *param_3,ulong param_4)
{
long *plVar1;
ulong uVar2;
long *plVar3;
long *plVar4;
plVar4 = *(long **)(*param_1 + param_2 * 8);
if (plVar4 != (long *)0x0) {
uVar2 = ((long *)*plVar4)[4];
plVar1 = (long *)*plVar4;
while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||
(param_3[1] != plVar3[2]))) {
plVar1 = (long *)*plVar3;
if ((plVar1 == (long *)0x0) ||
(uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {
return (long *)0x0;
}
}
}
return plVar4;
}
| MOV RAX,qword ptr [RDI]
MOV R11,RDX
MOV R10,qword ptr [RAX + RSI*0x8]
TEST R10,R10
JZ 0x002a7098
MOV R9,qword ptr [R10]
MOV R8,qword ptr [R9 + 0x20]
JMP 0x002a7080
MOV RAX,qword ptr [R9]
TEST RAX,RAX
JZ 0x002a70a0
MOV R8,qword ptr [RAX + 0x20]
MOV R10,R9
XOR EDX,EDX
MOV R9,RAX
MOV RAX,R8
DIV qword ptr [RDI + 0x8]
CMP RSI,RDX
JNZ 0x002a70a0
CMP R8,RCX
JNZ 0x002a7060
MOV RAX,qword ptr [R11]
CMP qword ptr [R9 + 0x8],RAX
JNZ 0x002a7060
MOV RAX,qword ptr [R9 + 0x10]
CMP qword ptr [R11 + 0x8],RAX
JNZ 0x002a7060
MOV RAX,R10
RET
XOR R10D,R10D
MOV RAX,R10
RET | null | null | null | null | [(u'PTRSUB_-1204457036', u'LOAD_-1204457281'), (u'LOAD_-1204457281', u'CAST_-1204457006'), ('const-1', u'PTRADD_-1204457002'), ('const-8', u'PTRADD_-1204456994'), (u'LOAD_-1204457406', u'PTRADD_-1204457063'), (u'PTRSUB_-1204457082', u'LOAD_-1204457406'), ('const-0', u'PTRSUB_-1204457005'), (u'COPY_-1204457066', u'MULTIEQUAL_-1204457056'), (u'PTRSUB_-1204457000', u'LOAD_-1204457296'), ('tmp_131', u'CBRANCH_-1204457277'), ('const-8', u'PTRADD_-1204457063'), (u'LOAD_-1204457276', u'INT_NOTEQUAL_-1204457253'), (u'COPY_-1204457066', u'COPY_-1204457066'), (u'LOAD_-1204457395', u'MULTIEQUAL_-1204457030'), (u'LOAD_-1204457302', u'CAST_-1204456994'), (u'LOAD_-1204457281', u'MULTIEQUAL_-1204457070'), ('const-433', u'LOAD_-1204457368'), ('const-433', u'LOAD_-1204457281'), ('const-8', u'PTRSUB_-1204457020'), ('tmp_364', u'PTRSUB_-1204457005'), ('const-433', u'LOAD_-1204457296'), ('const-8', u'PTRSUB_-1204456987'), ('const-0', u'PTRSUB_-1204457082'), ('tmp_365', u'CAST_-1204457000'), (u'COPY_-1204457107', u'MULTIEQUAL_-1204457056'), (u'COPY_-1204457251', u'RETURN_-1204457236'), ('const-4', u'PTRADD_-1204457038'), (u'COPY_-1204457066', u'PTRADD_-1204457002'), ('tmp_319', u'CBRANCH_-1204457219'), (u'MULTIEQUAL_-1204457067', u'COPY_-1204457066'), (u'COPY_-1204457175', u'RETURN_-1204457160'), (u'COPY_-1204457069', u'MULTIEQUAL_-1204457067'), ('tmp_88', u'CBRANCH_-1204457302'), (u'LOAD_-1204457302', u'PTRADD_-1204457038'), (u'INT_EQUAL_-1204457284', u'CBRANCH_-1204457282'), ('const-433', u'LOAD_-1204457250'), (u'LOAD_-1204457395', u'INT_NOTEQUAL_-1204457375'), (u'PTRADD_-1204457002', u'PTRSUB_-1204457000'), ('tmp_363', u'PTRADD_-1204457063'), ('tmp_57', u'BRANCH_-1204457360'), ('const-433', u'LOAD_-1204457406'), (u'LOAD_-1204457395', u'COPY_-1204457107'), ('tmp_362', u'PTRSUB_-1204457082'), (u'PTRADD_-1204457063', u'LOAD_-1204457395'), (u'PTRSUB_-1204457061', u'LOAD_-1204457368'), (u'COPY_-1204457066', u'PTRADD_-1204456994'), (u'PTRADD_-1204457063', u'PTRSUB_-1204457061'), ('const-433', u'LOAD_-1204457374'), ('const-0', u'RETURN_-1204457236'), (u'INT_NOTEQUAL_-1204457253', u'CBRANCH_-1204457250'), ('const-8', u'PTRADD_-1204457038'), (u'PTRSUB_-1204456992', u'LOAD_-1204457276'), ('tmp_363', u'INT_NOTEQUAL_-1204457221'), (u'PTRSUB_-1204457066', u'LOAD_-1204457374'), (u'INT_NOTEQUAL_-1204457304', u'CBRANCH_-1204457302'), ('tmp_364', u'PTRSUB_-1204456987'), (u'COPY_-1204457066', u'PTRSUB_-1204457046'), (u'MULTIEQUAL_-1204457030', u'COPY_-1204457251'), ('tmp_217', u'CBRANCH_-1204457282'), ('const-0', u'PTRSUB_-1204457061'), ('const-8', u'PTRADD_-1204457002'), (u'LOAD_-1204457296', u'INT_NOTEQUAL_-1204457280'), ('const-4', u'PTRADD_-1204457063'), (u'INT_NOTEQUAL_-1204457221', u'CBRANCH_-1204457219'), (u'CAST_-1204456980', u'INT_NOTEQUAL_-1204457253'), (u'PTRSUB_-1204457005', u'LOAD_-1204457302'), (u'INT_NOTEQUAL_-1204457280', u'CBRANCH_-1204457277'), (u'CAST_-1204457000', u'INT_NOTEQUAL_-1204457304'), ('const-2', u'PTRADD_-1204456994'), (u'LOAD_-1204457302', u'INT_EQUAL_-1204457284'), (u'CAST_-1204457006', u'INT_REM_-1204457209'), (u'INT_REM_-1204457209', u'INT_NOTEQUAL_-1204457221'), ('const-0', u'COPY_-1204457175'), (u'LOAD_-1204457374', u'COPY_-1204457110'), ('const-433', u'LOAD_-1204457276'), (u'LOAD_-1204457374', u'PTRADD_-1204457063'), (u'PTRSUB_-1204457020', u'LOAD_-1204457250'), (u'MULTIEQUAL_-1204457056', u'MULTIEQUAL_-1204457030'), (u'COPY_-1204457110', u'MULTIEQUAL_-1204457067'), (u'LOAD_-1204457269', u'CAST_-1204456980'), ('const-0', u'PTRSUB_-1204456992'), ('const-433', u'LOAD_-1204457395'), ('const-0', u'PTRSUB_-1204457036'), (u'PTRADD_-1204456994', u'PTRSUB_-1204456992'), ('const-0', u'RETURN_-1204457160'), ('const-433', u'LOAD_-1204457269'), ('tmp_42', u'CBRANCH_-1204457374'), (u'LOAD_-1204457395', u'PTRSUB_-1204457066'), ('const-0', u'PTRSUB_-1204457046'), (u'LOAD_-1204457368', u'MULTIEQUAL_-1204457070'), ('const-433', u'LOAD_-1204457302'), (u'PTRADD_-1204457038', u'PTRSUB_-1204457036'), ('const-0', u'INT_NOTEQUAL_-1204457375'), (u'INT_NOTEQUAL_-1204457375', u'CBRANCH_-1204457374'), (u'LOAD_-1204457250', u'INT_REM_-1204457209'), ('const-433', u'LOAD_-1204457302'), ('tmp_177', u'CBRANCH_-1204457250'), (u'LOAD_-1204457302', u'COPY_-1204457069'), ('const-0', u'PTRSUB_-1204457066'), ('const-0', u'INT_EQUAL_-1204457284'), ('tmp_362', u'PTRSUB_-1204457020'), (u'PTRSUB_-1204456987', u'LOAD_-1204457269'), (u'CAST_-1204456994', u'INT_NOTEQUAL_-1204457280'), ('const-8', u'PTRADD_-1204457063'), (u'PTRSUB_-1204457046', u'LOAD_-1204457302'), ('const-0', u'PTRSUB_-1204457000'), (u'MULTIEQUAL_-1204457070', u'INT_NOTEQUAL_-1204457304')] | [('const-0', u'COPY_-1204457175'), ('const-433', u'LOAD_-1204457302'), ('const-8', u'PTRADD_-1204457042'), (u'PTRADD_-1204457026', u'LOAD_-1204457250'), ('tmp_697', u'INT_MULT_-1204457367'), (u'PTRADD_-1204457008', u'LOAD_-1204457296'), ('tmp_711', u'INT_NOTEQUAL_-1204457304'), (u'CAST_-1204457067', u'LOAD_-1204457395'), ('const-1', u'PTRADD_-1204457026'), (u'COPY_-1204457078', u'MULTIEQUAL_-1204457067'), (u'INT_NOTEQUAL_-1204457304', u'CBRANCH_-1204457302'), ('const-433', u'LOAD_-1204457374'), (u'CAST_-1204457039', u'INT_EQUAL_-1204457284'), (u'PTRADD_-1204456996', u'LOAD_-1204457269'), (u'MULTIEQUAL_-1204457030', u'COPY_-1204457251'), (u'CAST_-1204457015', u'INT_REM_-1204457209'), ('const-433', u'LOAD_-1204457276'), (u'INT_ADD_-1204457379', u'CAST_-1204457067'), ('const-8', u'PTRADD_-1204457026'), (u'LOAD_-1204457406', u'INT_ADD_-1204457379'), (u'COPY_-1204457075', u'PTRADD_-1204457008'), (u'PTRADD_-1204457065', u'LOAD_-1204457368'), ('tmp_695', u'LOAD_-1204457406'), ('tmp_217', u'CBRANCH_-1204457282'), (u'LOAD_-1204457302', u'INT_NOTEQUAL_-1204457280'), ('tmp_131', u'CBRANCH_-1204457277'), (u'LOAD_-1204457281', u'INT_REM_-1204457209'), (u'LOAD_-1204457296', u'INT_NOTEQUAL_-1204457280'), (u'LOAD_-1204457276', u'INT_NOTEQUAL_-1204457253'), (u'INT_MULT_-1204457367', u'INT_ADD_-1204457379'), (u'CAST_-1204457039', u'PTRADD_-1204457042'), (u'CAST_-1204457057', u'COPY_-1204457119'), ('tmp_697', u'INT_NOTEQUAL_-1204457221'), (u'LOAD_-1204457395', u'MULTIEQUAL_-1204457030'), (u'LOAD_-1204457395', u'COPY_-1204457116'), (u'INT_NOTEQUAL_-1204457221', u'CBRANCH_-1204457219'), ('const-1', u'PTRADD_-1204457008'), (u'INT_NOTEQUAL_-1204457280', u'CBRANCH_-1204457277'), (u'LOAD_-1204457269', u'INT_NOTEQUAL_-1204457253'), ('const-433', u'LOAD_-1204457368'), (u'LOAD_-1204457281', u'MULTIEQUAL_-1204457070'), ('const-433', u'LOAD_-1204457269'), ('const-433', u'LOAD_-1204457281'), (u'LOAD_-1204457302', u'CAST_-1204457039'), (u'INT_REM_-1204457209', u'INT_NOTEQUAL_-1204457221'), (u'CAST_-1204457057', u'PTRADD_-1204457065'), (u'COPY_-1204457075', u'PTRADD_-1204457001'), (u'MULTIEQUAL_-1204457056', u'MULTIEQUAL_-1204457030'), (u'COPY_-1204457251', u'RETURN_-1204457236'), ('tmp_695', u'PTRADD_-1204457026'), (u'PTRADD_-1204457042', u'LOAD_-1204457281'), (u'PTRADD_-1204457001', u'LOAD_-1204457276'), (u'LOAD_-1204457374', u'CAST_-1204457057'), ('const-2', u'PTRADD_-1204457001'), ('const-433', u'LOAD_-1204457296'), ('tmp_319', u'CBRANCH_-1204457219'), ('const-0', u'RETURN_-1204457160'), (u'LOAD_-1204457250', u'CAST_-1204457015'), ('tmp_42', u'CBRANCH_-1204457374'), ('const-1', u'PTRADD_-1204456996'), (u'COPY_-1204457175', u'RETURN_-1204457160'), (u'COPY_-1204457075', u'MULTIEQUAL_-1204457056'), ('const-8', u'PTRADD_-1204457001'), ('tmp_88', u'CBRANCH_-1204457302'), (u'LOAD_-1204457368', u'MULTIEQUAL_-1204457070'), ('const-433', u'LOAD_-1204457250'), ('const-8', u'PTRADD_-1204457065'), ('const-4', u'PTRADD_-1204457065'), ('const-0', u'INT_NOTEQUAL_-1204457375'), ('const-8', u'PTRADD_-1204456996'), (u'INT_EQUAL_-1204457284', u'CBRANCH_-1204457282'), ('tmp_696', u'PTRADD_-1204456996'), (u'INT_NOTEQUAL_-1204457375', u'CBRANCH_-1204457374'), (u'LOAD_-1204457395', u'INT_NOTEQUAL_-1204457375'), ('tmp_177', u'CBRANCH_-1204457250'), ('tmp_57', u'BRANCH_-1204457360'), ('const-0', u'INT_EQUAL_-1204457284'), ('const-4', u'PTRADD_-1204457042'), ('tmp_696', u'LOAD_-1204457302'), (u'LOAD_-1204457395', u'LOAD_-1204457374'), ('const-8', u'INT_MULT_-1204457367'), (u'MULTIEQUAL_-1204457067', u'COPY_-1204457075'), ('const-0', u'RETURN_-1204457236'), (u'COPY_-1204457075', u'COPY_-1204457075'), (u'INT_NOTEQUAL_-1204457253', u'CBRANCH_-1204457250'), (u'COPY_-1204457116', u'MULTIEQUAL_-1204457056'), ('const-433', u'LOAD_-1204457406'), ('const-433', u'LOAD_-1204457302'), ('const-8', u'PTRADD_-1204457008'), (u'COPY_-1204457075', u'LOAD_-1204457302'), (u'CAST_-1204457039', u'COPY_-1204457078'), (u'MULTIEQUAL_-1204457070', u'INT_NOTEQUAL_-1204457304'), ('const-433', u'LOAD_-1204457395'), (u'COPY_-1204457119', u'MULTIEQUAL_-1204457067')] | null | null | 002a7040 | x64 | O2 | (translation_unit "long * FUN_002a7040(long *param_1,ulong param_2,long *param_3,ulong param_4)\n\n{\n long *plVar1;\n ulong uVar2;\n long *plVar3;\n long *plVar4;\n \n plVar4 = *(long **)(*param_1 + param_2 * 8);\n if (plVar4 != (long *)0x0) {\n uVar2 = ((long *)*plVar4)[4];\n plVar1 = (long *)*plVar4;\n while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))) {\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }\n }\n return plVar4;\n}\n\n" (function_definition "long * FUN_002a7040(long *param_1,ulong param_2,long *param_3,ulong param_4)\n\n{\n long *plVar1;\n ulong uVar2;\n long *plVar3;\n long *plVar4;\n \n plVar4 = *(long **)(*param_1 + param_2 * 8);\n if (plVar4 != (long *)0x0) {\n uVar2 = ((long *)*plVar4)[4];\n plVar1 = (long *)*plVar4;\n while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))) {\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }\n }\n return plVar4;\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_002a7040(long *param_1,ulong param_2,long *param_3,ulong param_4)" * (function_declarator "FUN_002a7040(long *param_1,ulong param_2,long *param_3,ulong param_4)" identifier (parameter_list "(long *param_1,ulong param_2,long *param_3,ulong param_4)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulong param_2" type_identifier identifier) , (parameter_declaration "long *param_3" (sized_type_specifier "long" long) (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "ulong param_4" type_identifier identifier) )))) (compound_statement "{\n long *plVar1;\n ulong uVar2;\n long *plVar3;\n long *plVar4;\n \n plVar4 = *(long **)(*param_1 + param_2 * 8);\n if (plVar4 != (long *)0x0) {\n uVar2 = ((long *)*plVar4)[4];\n plVar1 = (long *)*plVar4;\n while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))) {\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }\n }\n return plVar4;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (expression_statement "plVar4 = *(long **)(*param_1 + param_2 * 8);" (assignment_expression "plVar4 = *(long **)(*param_1 + param_2 * 8)" identifier = (pointer_expression "*(long **)(*param_1 + param_2 * 8)" * (cast_expression "(long **)(*param_1 + param_2 * 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + param_2 * 8)" ( (binary_expression "*param_1 + param_2 * 8" (pointer_expression "*param_1" * identifier) + (binary_expression "param_2 * 8" identifier * number_literal)) ))))) ;) (if_statement "if (plVar4 != (long *)0x0) {\n uVar2 = ((long *)*plVar4)[4];\n plVar1 = (long *)*plVar4;\n while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))) {\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }\n }" if (parenthesized_expression "(plVar4 != (long *)0x0)" ( (binary_expression "plVar4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar2 = ((long *)*plVar4)[4];\n plVar1 = (long *)*plVar4;\n while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))) {\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }\n }" { (expression_statement "uVar2 = ((long *)*plVar4)[4];" (assignment_expression "uVar2 = ((long *)*plVar4)[4]" identifier = (subscript_expression "((long *)*plVar4)[4]" (parenthesized_expression "((long *)*plVar4)" ( (cast_expression "(long *)*plVar4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar4" * identifier)) )) [ number_literal ])) ;) (expression_statement "plVar1 = (long *)*plVar4;" (assignment_expression "plVar1 = (long *)*plVar4" identifier = (cast_expression "(long *)*plVar4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar4" * identifier))) ;) (while_statement "while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))) {\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }" while (parenthesized_expression "(((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2])))" ( (parenthesized_expression "((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))" ( (binary_expression "(plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2])" (parenthesized_expression "(plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3))" ( (comma_expression "plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)" (assignment_expression "plVar3 = plVar1" identifier = identifier) , (binary_expression "uVar2 != param_4 || (plVar3[1] != *param_3)" (binary_expression "uVar2 != param_4" identifier != identifier) || (parenthesized_expression "(plVar3[1] != *param_3)" ( (binary_expression "plVar3[1] != *param_3" (subscript_expression "plVar3[1]" identifier [ number_literal ]) != (pointer_expression "*param_3" * identifier)) )))) )) || (parenthesized_expression "(param_3[1] != plVar3[2])" ( (binary_expression "param_3[1] != plVar3[2]" (subscript_expression "param_3[1]" identifier [ number_literal ]) != (subscript_expression "plVar3[2]" identifier [ number_literal ])) ))) )) )) (compound_statement "{\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }" { (expression_statement "plVar1 = (long *)*plVar3;" (assignment_expression "plVar1 = (long *)*plVar3" identifier = (cast_expression "(long *)*plVar3" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar3" * identifier))) ;) (if_statement "if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }" if (parenthesized_expression "((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1]))" ( (binary_expression "(plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])" (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)) )) || (parenthesized_expression "(uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])" ( (comma_expression "uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1]" (assignment_expression "uVar2 = plVar1[4]" identifier = (subscript_expression "plVar1[4]" identifier [ number_literal ])) , (comma_expression "plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1]" (assignment_expression "plVar4 = plVar3" identifier = identifier) , (binary_expression "param_2 != uVar2 % (ulong)param_1[1]" identifier != (binary_expression "uVar2 % (ulong)param_1[1]" identifier % (cast_expression "(ulong)param_1[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ])))))) ))) )) (compound_statement "{\n return (long *)0x0;\n }" { (return_statement "return (long *)0x0;" return (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) })) })) (return_statement "return plVar4;" return identifier ;) }))) | (translation_unit "/* DWARF original prototype: __node_base *\n _M_find_before_node(_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_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, size_type __n, key_type * __k, __hash_code __code) */\n\n__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n::_M_find_before_node\n (_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_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,size_type __n,key_type *__k,__hash_code __code)\n\n{\n _Hash_node_base *p_Var1;\n _Hash_node_base *p_Var2;\n __node_base *p_Var3;\n __node_base *p_Var4;\n \n p_Var4 = this->_M_buckets[__n];\n if (p_Var4 != (__node_base *)0x0) {\n p_Var2 = p_Var4->_M_nxt[4]._M_nxt;\n p_Var1 = p_Var4->_M_nxt;\n while (((p_Var3 = p_Var1, p_Var2 != (_Hash_node_base *)__code ||\n (p_Var3[1]._M_nxt != (_Hash_node_base *)__k->first)) ||\n ((_Hash_node_base *)__k->second != p_Var3[2]._M_nxt))) {\n p_Var1 = p_Var3->_M_nxt;\n if ((p_Var1 == (_Hash_node_base *)0x0) ||\n (p_Var2 = p_Var1[4]._M_nxt, p_Var4 = p_Var3, __n != (ulong)p_Var2 % this->_M_bucket_count))\n {\n return (__node_base *)0x0;\n }\n }\n }\n return p_Var4;\n}\n\n" comment (expression_statement "__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n::_M_find_before_node\n (_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_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,size_type __n,key_type *__k,__hash_code __code)\n\n{\n _Hash_node_base *p_Var1;" (update_expression "__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n::_M_find_before_node\n (_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_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,size_type __n,key_type *__k,__hash_code __code)\n\n{\n _Hash_node_base *p_Var1" (binary_expression "__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>\n::_M_find_before_node\n (_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_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,size_type __n,key_type *__k,__hash_code __code)\n\n{\n _Hash_node_base *p_Var1" (binary_expression "__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_" (binary_expression "__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true" (binary_expression "__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std" (binary_expression "__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_" (binary_expression "__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold" (binary_expression "__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int" (binary_expression "__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std" (binary_expression "__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std" (binary_expression "__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std" (binary_expression "__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold" (binary_expression "__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int" (binary_expression "__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std" (binary_expression "__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std" (binary_expression "__node_base * __thiscall\nstd::\n_Hashtable<std::pair<long_unsigned_int" (binary_expression "__node_base * __thiscall\nstd::\n_Hashtable<std" (binary_expression "__node_base * __thiscall" identifier * identifier) (ERROR "std::\n_Hashtable" identifier : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR ",_long_unsigned_int" , identifier) > (ERROR "," ,) identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR ",_long_unsigned_int" , identifier) > (ERROR "," ,) identifier) (ERROR "::Version_base" : : identifier) * (ERROR ">," > ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR ",_long_unsigned_int" , identifier) > (ERROR "," ,) identifier) (ERROR "::Version_base" : : identifier) * (ERROR ">" >) identifier) > (ERROR "," ,) identifier) (ERROR "::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits" : : identifier : : identifier , identifier : : identifier : : identifier , identifier : : identifier : : identifier , identifier : : identifier : : identifier , identifier : : identifier : : identifier , identifier : : identifier : : identifier , identifier : : identifier : : identifier) < true) (ERROR ",_false,_true" , identifier , identifier) > identifier) > (ERROR "::" : :) (binary_expression "_M_find_before_node\n (_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_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,size_type __n,key_type *__k,__hash_code __code)\n\n{\n _Hash_node_base *p_Var1" (call_expression "_M_find_before_node\n (_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_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,size_type __n,key_type *__k,__hash_code __code)" identifier (argument_list "(_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_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,size_type __n,key_type *__k,__hash_code __code)" ( (binary_expression "_Hashtable<std::pair<long_unsigned_int" (binary_expression "_Hashtable<std" identifier < identifier) (ERROR "::pair" : : identifier) < identifier) , identifier (ERROR ">" >) , (ERROR "_std::pair<const_std::" identifier : : (binary_expression "pair<const_std" identifier < identifier) : :) (binary_expression "pair<long_unsigned_int" identifier < identifier) , identifier (ERROR ">" >) , (ERROR "_gold::" identifier : :) identifier (ERROR "*>" * >) , (ERROR "_std::allocator<std::pair<const_std::" identifier : : (binary_expression "allocator<std" identifier < identifier) : : (binary_expression "pair<const_std" identifier < identifier) : :) (binary_expression "pair<long_unsigned_int" identifier < identifier) , identifier (ERROR ">" >) , (ERROR "_gold::" identifier : :) (binary_expression "Version_base*>_" identifier * (ERROR ">" >) identifier) (ERROR ">" >) , (ERROR "_std::__detail::" identifier : : identifier : :) identifier , (ERROR "_gold::Versions::" identifier : : identifier : :) identifier , (ERROR "_gold::Versions::" identifier : : identifier : :) identifier , (ERROR "_std::__detail::" identifier : : identifier : :) identifier , (ERROR "_std::__detail::" identifier : : identifier : :) identifier , (ERROR "_std::__detail::" identifier : : identifier : :) identifier , (ERROR "_std::__detail::" identifier : : identifier : :) (binary_expression "_Hashtable_traits<true" identifier < true) , identifier , (binary_expression "_true>_>\n *this" (binary_expression "_true>_" identifier > identifier) > (pointer_expression "*this" * identifier)) , identifier (ERROR "__n" identifier) , (binary_expression "key_type *__k" identifier * identifier) , identifier (ERROR "__code" identifier) ))) (ERROR "{\n _Hash_node_base" { identifier) * identifier)) --) ;) (declaration "_Hash_node_base *p_Var2;" type_identifier (pointer_declarator "*p_Var2" * identifier) ;) (declaration "__node_base *p_Var3;" type_identifier (pointer_declarator "*p_Var3" * identifier) ;) (declaration "__node_base *p_Var4;" type_identifier (pointer_declarator "*p_Var4" * identifier) ;) (expression_statement "p_Var4 = this->_M_buckets[__n];" (assignment_expression "p_Var4 = this->_M_buckets[__n]" identifier = (subscript_expression "this->_M_buckets[__n]" (field_expression "this->_M_buckets" identifier -> field_identifier) [ identifier ])) ;) (if_statement "if (p_Var4 != (__node_base *)0x0) {\n p_Var2 = p_Var4->_M_nxt[4]._M_nxt;\n p_Var1 = p_Var4->_M_nxt;\n while (((p_Var3 = p_Var1, p_Var2 != (_Hash_node_base *)__code ||\n (p_Var3[1]._M_nxt != (_Hash_node_base *)__k->first)) ||\n ((_Hash_node_base *)__k->second != p_Var3[2]._M_nxt))) {\n p_Var1 = p_Var3->_M_nxt;\n if ((p_Var1 == (_Hash_node_base *)0x0) ||\n (p_Var2 = p_Var1[4]._M_nxt, p_Var4 = p_Var3, __n != (ulong)p_Var2 % this->_M_bucket_count))\n {\n return (__node_base *)0x0;\n }\n }\n }" if (parenthesized_expression "(p_Var4 != (__node_base *)0x0)" ( (binary_expression "p_Var4 != (__node_base *)0x0" identifier != (cast_expression "(__node_base *)0x0" ( (type_descriptor "__node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n p_Var2 = p_Var4->_M_nxt[4]._M_nxt;\n p_Var1 = p_Var4->_M_nxt;\n while (((p_Var3 = p_Var1, p_Var2 != (_Hash_node_base *)__code ||\n (p_Var3[1]._M_nxt != (_Hash_node_base *)__k->first)) ||\n ((_Hash_node_base *)__k->second != p_Var3[2]._M_nxt))) {\n p_Var1 = p_Var3->_M_nxt;\n if ((p_Var1 == (_Hash_node_base *)0x0) ||\n (p_Var2 = p_Var1[4]._M_nxt, p_Var4 = p_Var3, __n != (ulong)p_Var2 % this->_M_bucket_count))\n {\n return (__node_base *)0x0;\n }\n }\n }" { (expression_statement "p_Var2 = p_Var4->_M_nxt[4]._M_nxt;" (assignment_expression "p_Var2 = p_Var4->_M_nxt[4]._M_nxt" identifier = (field_expression "p_Var4->_M_nxt[4]._M_nxt" (subscript_expression "p_Var4->_M_nxt[4]" (field_expression "p_Var4->_M_nxt" identifier -> field_identifier) [ number_literal ]) . field_identifier)) ;) (expression_statement "p_Var1 = p_Var4->_M_nxt;" (assignment_expression "p_Var1 = p_Var4->_M_nxt" identifier = (field_expression "p_Var4->_M_nxt" identifier -> field_identifier)) ;) (while_statement "while (((p_Var3 = p_Var1, p_Var2 != (_Hash_node_base *)__code ||\n (p_Var3[1]._M_nxt != (_Hash_node_base *)__k->first)) ||\n ((_Hash_node_base *)__k->second != p_Var3[2]._M_nxt))) {\n p_Var1 = p_Var3->_M_nxt;\n if ((p_Var1 == (_Hash_node_base *)0x0) ||\n (p_Var2 = p_Var1[4]._M_nxt, p_Var4 = p_Var3, __n != (ulong)p_Var2 % this->_M_bucket_count))\n {\n return (__node_base *)0x0;\n }\n }" while (parenthesized_expression "(((p_Var3 = p_Var1, p_Var2 != (_Hash_node_base *)__code ||\n (p_Var3[1]._M_nxt != (_Hash_node_base *)__k->first)) ||\n ((_Hash_node_base *)__k->second != p_Var3[2]._M_nxt)))" ( (parenthesized_expression "((p_Var3 = p_Var1, p_Var2 != (_Hash_node_base *)__code ||\n (p_Var3[1]._M_nxt != (_Hash_node_base *)__k->first)) ||\n ((_Hash_node_base *)__k->second != p_Var3[2]._M_nxt))" ( (binary_expression "(p_Var3 = p_Var1, p_Var2 != (_Hash_node_base *)__code ||\n (p_Var3[1]._M_nxt != (_Hash_node_base *)__k->first)) ||\n ((_Hash_node_base *)__k->second != p_Var3[2]._M_nxt)" (parenthesized_expression "(p_Var3 = p_Var1, p_Var2 != (_Hash_node_base *)__code ||\n (p_Var3[1]._M_nxt != (_Hash_node_base *)__k->first))" ( (comma_expression "p_Var3 = p_Var1, p_Var2 != (_Hash_node_base *)__code ||\n (p_Var3[1]._M_nxt != (_Hash_node_base *)__k->first)" (assignment_expression "p_Var3 = p_Var1" identifier = identifier) , (binary_expression "p_Var2 != (_Hash_node_base *)__code ||\n (p_Var3[1]._M_nxt != (_Hash_node_base *)__k->first)" (binary_expression "p_Var2 != (_Hash_node_base *)__code" identifier != (cast_expression "(_Hash_node_base *)__code" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) || (parenthesized_expression "(p_Var3[1]._M_nxt != (_Hash_node_base *)__k->first)" ( (binary_expression "p_Var3[1]._M_nxt != (_Hash_node_base *)__k->first" (field_expression "p_Var3[1]._M_nxt" (subscript_expression "p_Var3[1]" identifier [ number_literal ]) . field_identifier) != (cast_expression "(_Hash_node_base *)__k->first" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "__k->first" identifier -> field_identifier))) )))) )) || (parenthesized_expression "((_Hash_node_base *)__k->second != p_Var3[2]._M_nxt)" ( (binary_expression "(_Hash_node_base *)__k->second != p_Var3[2]._M_nxt" (cast_expression "(_Hash_node_base *)__k->second" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "__k->second" identifier -> field_identifier)) != (field_expression "p_Var3[2]._M_nxt" (subscript_expression "p_Var3[2]" identifier [ number_literal ]) . field_identifier)) ))) )) )) (compound_statement "{\n p_Var1 = p_Var3->_M_nxt;\n if ((p_Var1 == (_Hash_node_base *)0x0) ||\n (p_Var2 = p_Var1[4]._M_nxt, p_Var4 = p_Var3, __n != (ulong)p_Var2 % this->_M_bucket_count))\n {\n return (__node_base *)0x0;\n }\n }" { (expression_statement "p_Var1 = p_Var3->_M_nxt;" (assignment_expression "p_Var1 = p_Var3->_M_nxt" identifier = (field_expression "p_Var3->_M_nxt" identifier -> field_identifier)) ;) (if_statement "if ((p_Var1 == (_Hash_node_base *)0x0) ||\n (p_Var2 = p_Var1[4]._M_nxt, p_Var4 = p_Var3, __n != (ulong)p_Var2 % this->_M_bucket_count))\n {\n return (__node_base *)0x0;\n }" if (parenthesized_expression "((p_Var1 == (_Hash_node_base *)0x0) ||\n (p_Var2 = p_Var1[4]._M_nxt, p_Var4 = p_Var3, __n != (ulong)p_Var2 % this->_M_bucket_count))" ( (binary_expression "(p_Var1 == (_Hash_node_base *)0x0) ||\n (p_Var2 = p_Var1[4]._M_nxt, p_Var4 = p_Var3, __n != (ulong)p_Var2 % this->_M_bucket_count)" (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)) )) || (parenthesized_expression "(p_Var2 = p_Var1[4]._M_nxt, p_Var4 = p_Var3, __n != (ulong)p_Var2 % this->_M_bucket_count)" ( (comma_expression "p_Var2 = p_Var1[4]._M_nxt, p_Var4 = p_Var3, __n != (ulong)p_Var2 % this->_M_bucket_count" (assignment_expression "p_Var2 = p_Var1[4]._M_nxt" identifier = (field_expression "p_Var1[4]._M_nxt" (subscript_expression "p_Var1[4]" identifier [ number_literal ]) . field_identifier)) , (comma_expression "p_Var4 = p_Var3, __n != (ulong)p_Var2 % this->_M_bucket_count" (assignment_expression "p_Var4 = p_Var3" identifier = identifier) , (binary_expression "__n != (ulong)p_Var2 % this->_M_bucket_count" identifier != (binary_expression "(ulong)p_Var2 % this->_M_bucket_count" (cast_expression "(ulong)p_Var2" ( (type_descriptor "ulong" type_identifier) ) identifier) % (field_expression "this->_M_bucket_count" identifier -> field_identifier))))) ))) )) (compound_statement "{\n return (__node_base *)0x0;\n }" { (return_statement "return (__node_base *)0x0;" return (cast_expression "(__node_base *)0x0" ( (type_descriptor "__node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) })) })) (return_statement "return p_Var4;" return identifier ;) (ERROR "}" })) | (translation_unit "long * FUN_002a7040(long *param_1,ulong param_2,long *param_3,ulong param_4)\n\n{\n long *plVar1;\n ulong uVar2;\n long *plVar3;\n long *plVar4;\n \n plVar4 = *(long **)(*param_1 + param_2 * 8);\n if (plVar4 != (long *)0x0) {\n uVar2 = ((long *)*plVar4)[4];\n plVar1 = (long *)*plVar4;\n while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))) {\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }\n }\n return plVar4;\n}\n\n" (function_definition "long * FUN_002a7040(long *param_1,ulong param_2,long *param_3,ulong param_4)\n\n{\n long *plVar1;\n ulong uVar2;\n long *plVar3;\n long *plVar4;\n \n plVar4 = *(long **)(*param_1 + param_2 * 8);\n if (plVar4 != (long *)0x0) {\n uVar2 = ((long *)*plVar4)[4];\n plVar1 = (long *)*plVar4;\n while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))) {\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }\n }\n return plVar4;\n}" (sized_type_specifier "long" long) (pointer_declarator "* FUN_002a7040(long *param_1,ulong param_2,long *param_3,ulong param_4)" * (function_declarator "FUN_002a7040(long *param_1,ulong param_2,long *param_3,ulong param_4)" identifier (parameter_list "(long *param_1,ulong param_2,long *param_3,ulong param_4)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "ulong param_2" type_identifier identifier) , (parameter_declaration "long *param_3" (sized_type_specifier "long" long) (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "ulong param_4" type_identifier identifier) )))) (compound_statement "{\n long *plVar1;\n ulong uVar2;\n long *plVar3;\n long *plVar4;\n \n plVar4 = *(long **)(*param_1 + param_2 * 8);\n if (plVar4 != (long *)0x0) {\n uVar2 = ((long *)*plVar4)[4];\n plVar1 = (long *)*plVar4;\n while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))) {\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }\n }\n return plVar4;\n}" { (declaration "long *plVar1;" (sized_type_specifier "long" long) (pointer_declarator "*plVar1" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (expression_statement "plVar4 = *(long **)(*param_1 + param_2 * 8);" (assignment_expression "plVar4 = *(long **)(*param_1 + param_2 * 8)" identifier = (pointer_expression "*(long **)(*param_1 + param_2 * 8)" * (cast_expression "(long **)(*param_1 + param_2 * 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + param_2 * 8)" ( (binary_expression "*param_1 + param_2 * 8" (pointer_expression "*param_1" * identifier) + (binary_expression "param_2 * 8" identifier * number_literal)) ))))) ;) (if_statement "if (plVar4 != (long *)0x0) {\n uVar2 = ((long *)*plVar4)[4];\n plVar1 = (long *)*plVar4;\n while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))) {\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }\n }" if (parenthesized_expression "(plVar4 != (long *)0x0)" ( (binary_expression "plVar4 != (long *)0x0" identifier != (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n uVar2 = ((long *)*plVar4)[4];\n plVar1 = (long *)*plVar4;\n while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))) {\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }\n }" { (expression_statement "uVar2 = ((long *)*plVar4)[4];" (assignment_expression "uVar2 = ((long *)*plVar4)[4]" identifier = (subscript_expression "((long *)*plVar4)[4]" (parenthesized_expression "((long *)*plVar4)" ( (cast_expression "(long *)*plVar4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar4" * identifier)) )) [ number_literal ])) ;) (expression_statement "plVar1 = (long *)*plVar4;" (assignment_expression "plVar1 = (long *)*plVar4" identifier = (cast_expression "(long *)*plVar4" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar4" * identifier))) ;) (while_statement "while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))) {\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }" while (parenthesized_expression "(((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2])))" ( (parenthesized_expression "((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))" ( (binary_expression "(plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2])" (parenthesized_expression "(plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3))" ( (comma_expression "plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)" (assignment_expression "plVar3 = plVar1" identifier = identifier) , (binary_expression "uVar2 != param_4 || (plVar3[1] != *param_3)" (binary_expression "uVar2 != param_4" identifier != identifier) || (parenthesized_expression "(plVar3[1] != *param_3)" ( (binary_expression "plVar3[1] != *param_3" (subscript_expression "plVar3[1]" identifier [ number_literal ]) != (pointer_expression "*param_3" * identifier)) )))) )) || (parenthesized_expression "(param_3[1] != plVar3[2])" ( (binary_expression "param_3[1] != plVar3[2]" (subscript_expression "param_3[1]" identifier [ number_literal ]) != (subscript_expression "plVar3[2]" identifier [ number_literal ])) ))) )) )) (compound_statement "{\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }" { (expression_statement "plVar1 = (long *)*plVar3;" (assignment_expression "plVar1 = (long *)*plVar3" identifier = (cast_expression "(long *)*plVar3" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*plVar3" * identifier))) ;) (if_statement "if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }" if (parenthesized_expression "((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1]))" ( (binary_expression "(plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])" (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)) )) || (parenthesized_expression "(uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])" ( (comma_expression "uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1]" (assignment_expression "uVar2 = plVar1[4]" identifier = (subscript_expression "plVar1[4]" identifier [ number_literal ])) , (comma_expression "plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1]" (assignment_expression "plVar4 = plVar3" identifier = identifier) , (binary_expression "param_2 != uVar2 % (ulong)param_1[1]" identifier != (binary_expression "uVar2 % (ulong)param_1[1]" identifier % (cast_expression "(ulong)param_1[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ])))))) ))) )) (compound_statement "{\n return (long *)0x0;\n }" { (return_statement "return (long *)0x0;" return (cast_expression "(long *)0x0" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) number_literal) ;) })) })) })) (return_statement "return plVar4;" return identifier ;) }))) | (translation_unit (function_definition (sized_type_specifier long) (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * 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 (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 (pointer_expression * IDENT) + (binary_expression IDENT * LIT)) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression (parenthesized_expression ( (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) )) [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (while_statement while (parenthesized_expression ( (parenthesized_expression ( (binary_expression (parenthesized_expression ( (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression (binary_expression IDENT != IDENT) || (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != (pointer_expression * IDENT)) )))) )) || (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) != (subscript_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 (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT)) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) , (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT != (binary_expression IDENT % (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])))))) ))) )) (compound_statement { (return_statement return (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) LIT) ;) })) })) })) (return_statement return IDENT ;) }))) | (function_definition "long * FUN_002a7040(long *param_1,ulong param_2,long *param_3,ulong param_4)\n\n{\n long *plVar1;\n ulong uVar2;\n long *plVar3;\n long *plVar4;\n \n plVar4 = *(long **)(*param_1 + param_2 * 8);\n if (plVar4 != (long *)0x0) {\n uVar2 = ((long *)*plVar4)[4];\n plVar1 = (long *)*plVar4;\n while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))) {\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }\n }\n return plVar4;\n}" (sized_type_specifier "long" (long "long")) (pointer_declarator "* FUN_002a7040(long *param_1,ulong param_2,long *param_3,ulong param_4)" (* "*") (function_declarator "FUN_002a7040(long *param_1,ulong param_2,long *param_3,ulong param_4)" (identifier "FUN_002a7040") (parameter_list "(long *param_1,ulong param_2,long *param_3,ulong param_4)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "ulong param_2" (type_identifier "ulong") (identifier "param_2")) (, ",") (parameter_declaration "long *param_3" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) (, ",") (parameter_declaration "ulong param_4" (type_identifier "ulong") (identifier "param_4")) () ")")))) (compound_statement "{\n long *plVar1;\n ulong uVar2;\n long *plVar3;\n long *plVar4;\n \n plVar4 = *(long **)(*param_1 + param_2 * 8);\n if (plVar4 != (long *)0x0) {\n uVar2 = ((long *)*plVar4)[4];\n plVar1 = (long *)*plVar4;\n while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))) {\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }\n }\n return plVar4;\n}" ({ "{") (declaration "long *plVar1;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar1" (* "*") (identifier "plVar1")) (; ";")) (declaration "ulong uVar2;" (type_identifier "ulong") (identifier "uVar2") (; ";")) (declaration "long *plVar3;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar3" (* "*") (identifier "plVar3")) (; ";")) (declaration "long *plVar4;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar4" (* "*") (identifier "plVar4")) (; ";")) (expression_statement "plVar4 = *(long **)(*param_1 + param_2 * 8);" (assignment_expression "plVar4 = *(long **)(*param_1 + param_2 * 8)" (identifier "plVar4") (= "=") (pointer_expression "*(long **)(*param_1 + param_2 * 8)" (* "*") (cast_expression "(long **)(*param_1 + param_2 * 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + param_2 * 8)" (( "(") (binary_expression "*param_1 + param_2 * 8" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (binary_expression "param_2 * 8" (identifier "param_2") (* "*") (number_literal "8"))) () ")"))))) (; ";")) (if_statement "if (plVar4 != (long *)0x0) {\n uVar2 = ((long *)*plVar4)[4];\n plVar1 = (long *)*plVar4;\n while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))) {\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }\n }" (if "if") (parenthesized_expression "(plVar4 != (long *)0x0)" (( "(") (binary_expression "plVar4 != (long *)0x0" (identifier "plVar4") (!= "!=") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n uVar2 = ((long *)*plVar4)[4];\n plVar1 = (long *)*plVar4;\n while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))) {\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }\n }" ({ "{") (expression_statement "uVar2 = ((long *)*plVar4)[4];" (assignment_expression "uVar2 = ((long *)*plVar4)[4]" (identifier "uVar2") (= "=") (subscript_expression "((long *)*plVar4)[4]" (parenthesized_expression "((long *)*plVar4)" (( "(") (cast_expression "(long *)*plVar4" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar4" (* "*") (identifier "plVar4"))) () ")")) ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "plVar1 = (long *)*plVar4;" (assignment_expression "plVar1 = (long *)*plVar4" (identifier "plVar1") (= "=") (cast_expression "(long *)*plVar4" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar4" (* "*") (identifier "plVar4")))) (; ";")) (while_statement "while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))) {\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }" (while "while") (parenthesized_expression "(((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2])))" (( "(") (parenthesized_expression "((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2]))" (( "(") (binary_expression "(plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||\n (param_3[1] != plVar3[2])" (parenthesized_expression "(plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3))" (( "(") (comma_expression "plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)" (assignment_expression "plVar3 = plVar1" (identifier "plVar3") (= "=") (identifier "plVar1")) (, ",") (binary_expression "uVar2 != param_4 || (plVar3[1] != *param_3)" (binary_expression "uVar2 != param_4" (identifier "uVar2") (!= "!=") (identifier "param_4")) (|| "||") (parenthesized_expression "(plVar3[1] != *param_3)" (( "(") (binary_expression "plVar3[1] != *param_3" (subscript_expression "plVar3[1]" (identifier "plVar3") ([ "[") (number_literal "1") (] "]")) (!= "!=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) () ")")))) () ")")) (|| "||") (parenthesized_expression "(param_3[1] != plVar3[2])" (( "(") (binary_expression "param_3[1] != plVar3[2]" (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]")) (!= "!=") (subscript_expression "plVar3[2]" (identifier "plVar3") ([ "[") (number_literal "2") (] "]"))) () ")"))) () ")")) () ")")) (compound_statement "{\n plVar1 = (long *)*plVar3;\n if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }\n }" ({ "{") (expression_statement "plVar1 = (long *)*plVar3;" (assignment_expression "plVar1 = (long *)*plVar3" (identifier "plVar1") (= "=") (cast_expression "(long *)*plVar3" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*plVar3" (* "*") (identifier "plVar3")))) (; ";")) (if_statement "if ((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {\n return (long *)0x0;\n }" (if "if") (parenthesized_expression "((plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1]))" (( "(") (binary_expression "(plVar1 == (long *)0x0) ||\n (uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])" (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"))) () ")")) (|| "||") (parenthesized_expression "(uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])" (( "(") (comma_expression "uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1]" (assignment_expression "uVar2 = plVar1[4]" (identifier "uVar2") (= "=") (subscript_expression "plVar1[4]" (identifier "plVar1") ([ "[") (number_literal "4") (] "]"))) (, ",") (comma_expression "plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1]" (assignment_expression "plVar4 = plVar3" (identifier "plVar4") (= "=") (identifier "plVar3")) (, ",") (binary_expression "param_2 != uVar2 % (ulong)param_1[1]" (identifier "param_2") (!= "!=") (binary_expression "uVar2 % (ulong)param_1[1]" (identifier "uVar2") (% "%") (cast_expression "(ulong)param_1[1]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))))))) () ")"))) () ")")) (compound_statement "{\n return (long *)0x0;\n }" ({ "{") (return_statement "return (long *)0x0;" (return "return") (cast_expression "(long *)0x0" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0")) (; ";")) (} "}"))) (} "}"))) (} "}"))) (return_statement "return plVar4;" (return "return") (identifier "plVar4") (; ";")) (} "}"))) |
/* DWARF original prototype: __node_base *
_M_find_before_node(_Hashtable<std::pair<long_unsigned_int,_long_unsigned_int>,_std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>,_std::allocator<std::pair<const_std::pair<long_unsigned_int,_long_unsigned_int>,_gold::Version_base*>_>,_std::__detail::_Select1st,_gold::Versions::Version_table_eq,_gold::Versions::Version_table_hash,_std::__detail::_Mod_range_hashing,_std::__detail::_Default_ranged_hash,_std::__detail::_Prime_rehash_policy,_std::__detail::_Hashtable_traits<true,_false,_true>_>
* this, size_type __n, key_type * __k, __hash_code __code) */
var_1 * var_2
var_3::
var_10<var_3::var_11<var_4,_long_unsigned_int>,var_5::var_11<var_6::var_11<var_4,_long_unsigned_int>,var_7::var_12*>,var_5::allocator<var_3::var_11<var_6::var_11<var_4,_long_unsigned_int>,var_7::var_12*>var_8>,var_5::__detail::_Select1st,var_7::Versions::Version_table_eq,var_7::Versions::Version_table_hash,var_5::__detail::_Mod_range_hashing,var_5::__detail::_Default_ranged_hash,var_5::__detail::_Prime_rehash_policy,var_5::__detail::var_13<true,_false,var_14>var_8>
::var_9
(var_10<var_3::var_11<var_4,_long_unsigned_int>,var_5::var_11<var_6::var_11<var_4,_long_unsigned_int>,var_7::var_12*>,var_5::allocator<var_3::var_11<var_6::var_11<var_4,_long_unsigned_int>,var_7::var_12*>var_8>,var_5::__detail::_Select1st,var_7::Versions::Version_table_eq,var_7::Versions::Version_table_hash,var_5::__detail::_Mod_range_hashing,var_5::__detail::_Default_ranged_hash,var_5::__detail::_Prime_rehash_policy,var_5::__detail::var_13<true,_false,var_14>var_8>
*this,size_type var_20,var_15 *var_16,__hash_code __code)
{
type_1 *var_17;
type_1 *var_19;
var_1 *p_Var3;
var_1 *var_18;
var_18 = this->_M_buckets[var_20];
if (var_18 != (var_1 *)0x0) {
var_19 = var_18->_M_nxt[4]._M_nxt;
var_17 = var_18->_M_nxt;
while (((p_Var3 = var_17, var_19 != (type_1 *)__code ||
(p_Var3[1]._M_nxt != (type_1 *)var_16->first)) ||
((type_1 *)var_16->second != p_Var3[2]._M_nxt))) {
var_17 = p_Var3->_M_nxt;
if ((var_17 == (type_1 *)0x0) ||
(var_19 = var_17[4]._M_nxt, var_18 = p_Var3, var_20 != (type_2)var_19 % this->_M_bucket_count))
{
return (var_1 *)0x0;
}
}
}
return var_18;
}
| null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (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: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (identifier) right: (number_literal)))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (parenthesized_expression (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_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))))) (while_statement condition: (parenthesized_expression (parenthesized_expression (binary_expression left: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (identifier))))))) right: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal))))))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))) right: (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal)))))))))) consequence: (compound_statement (return_statement (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))))))) (return_statement (identifier))))) | null |
long * MASKED(long *param_1,ulong param_2,long *param_3,ulong param_4)
{
long *plVar1;
ulong uVar2;
long *plVar3;
long *plVar4;
plVar4 = *(long **)(*param_1 + param_2 * 8);
if (plVar4 != (long *)0x0) {
uVar2 = ((long *)*plVar4)[4];
plVar1 = (long *)*plVar4;
while (((plVar3 = plVar1, uVar2 != param_4 || (plVar3[1] != *param_3)) ||
(param_3[1] != plVar3[2]))) {
plVar1 = (long *)*plVar3;
if ((plVar1 == (long *)0x0) ||
(uVar2 = plVar1[4], plVar4 = plVar3, param_2 != uVar2 % (ulong)param_1[1])) {
return (long *)0x0;
}
}
}
return plVar4;
}
|
637_bison_and_bison_strip.c | bitset_and_or_ | FUN_001395c0 |
void bitset_and_or_(bitset_conflict dst,bitset_conflict src1,bitset_conflict src2,
bitset_conflict src3)
{
_Bool _Var1;
bitset_type type;
bitset_conflict bset;
_Var1 = bitset_stats_enabled;
bitset_stats_enabled = false;
type = ((dst->b).vtable)->type;
if (type == BITSET_STATS) {
type = bitset_stats_type_get(dst);
}
bset = bitset_alloc(0,type);
bitset_stats_enabled = _Var1;
(*((src1->b).vtable)->and_)(bset,src1,src2);
(*((src3->b).vtable)->or_cmp)(dst,src3,bset);
bitset_free(bset);
return;
}
|
void FUN_001395c0(long *param_1,long *param_2,undefined8 param_3,long *param_4)
{
undefined1 uVar1;
int iVar2;
undefined8 uVar3;
uVar1 = DAT_00168888;
DAT_00168888 = 0;
iVar2 = *(int *)(*param_1 + 0x100);
if (iVar2 == 5) {
iVar2 = FUN_0013b3f0();
}
uVar3 = FUN_00138ef0(0,iVar2);
DAT_00168888 = uVar1;
(**(code **)(*param_2 + 0x78))(uVar3,param_2,param_3);
(**(code **)(*param_4 + 0xa0))(param_1,param_4,uVar3);
FUN_00139020(uVar3);
return;
}
| PUSH R15
MOV R15,RDX
PUSH R14
PUSH R13
MOV R13,RSI
PUSH R12
MOV R12,RCX
PUSH RBP
MOV RBP,RDI
PUSH RBX
SUB RSP,0x8
MOV RAX,qword ptr [RDI]
MOVZX R14D,byte ptr [0x00168888]
MOV byte ptr [0x00168888],0x0
MOV ESI,dword ptr [RAX + 0x100]
CMP ESI,0x5
JZ 0x00139648
XOR EDI,EDI
CALL 0x00138ef0
MOV RDX,R15
MOV RSI,R13
MOV byte ptr [0x00168888],R14B
MOV RBX,RAX
MOV RAX,qword ptr [R13]
MOV RDI,RBX
CALL qword ptr [RAX + 0x78]
MOV RAX,qword ptr [R12]
MOV RDI,RBP
MOV RDX,RBX
MOV RSI,R12
CALL qword ptr [RAX + 0xa0]
ADD RSP,0x8
MOV RDI,RBX
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
JMP 0x00139020
CALL 0x0013b3f0
MOV ESI,EAX
JMP 0x001395f7 | null | null | null | null | [('const-256', u'PTRSUB_-1207134360'), (u'CALL_-1207134515', u'MULTIEQUAL_-1207134417'), ('const-433', u'LOAD_-1207134625'), (u'PTRSUB_-1207134317', u'LOAD_-1207134617'), ('const-433', u'LOAD_-1207134701'), ('const-433', u'LOAD_-1207134725'), (u'LOAD_-1207134701', u'INT_EQUAL_-1207134678'), (u'PTRSUB_-1207134320', u'PTRSUB_-1207134328'), ('tmp_346', u'CALLIND_-1207134615'), (u'LOAD_-1207134701', u'MULTIEQUAL_-1207134417'), ('const-160', u'PTRSUB_-1207134301'), (u'LOAD_-1207134625', u'CALLIND_-1207134615'), ('const-0', u'PTRSUB_-1207134320'), (u'CALL_-1207134531', u'INDIRECT_-1207134334'), ('const-0', u'RETURN_-1207134527'), (u'INT_EQUAL_-1207134678', u'CBRANCH_-1207134676'), ('const-5', u'INT_EQUAL_-1207134678'), ('tmp_347', u'PTRSUB_-1207134309'), (u'CALL_-1207134657', u'CALLIND_-1207134588'), ('const-433', u'LOAD_-1207134636'), (u'PTRSUB_-1207134301', u'LOAD_-1207134598'), (u'PTRSUB_-1207134328', u'LOAD_-1207134636'), ('tmp_344', u'CALL_-1207134515'), (u'CALL_-1207134515', u'INDIRECT_-1207134326'), ('tmp_924', u'COPY_-1207134466'), ('const-433', u'LOAD_-1207134598'), (u'INDIRECT_-1207134334', u'COPY_-1207134393'), ('tmp_345', u'PTRSUB_-1207134320'), (u'CALLIND_-1207134588', u'INDIRECT_-1207134358'), ('const-120', u'PTRSUB_-1207134318'), ('tmp_326', u'BRANCH_-1207134508'), ('const-0', u'COPY_-1207134711'), ('tmp_131', u'CBRANCH_-1207134676'), (u'CALLIND_-1207134615', u'INDIRECT_-1207134375'), (u'PTRSUB_-1207134381', u'LOAD_-1207134725'), ('tmp_344', u'PTRSUB_-1207134373'), ('const-0', u'PTRSUB_-1207134317'), (u'PTRSUB_-1207134373', u'PTRSUB_-1207134381'), (u'PTRSUB_-1207134360', u'LOAD_-1207134701'), (u'LOAD_-1207134725', u'PTRSUB_-1207134360'), (u'COPY_-1207134711', u'MULTIEQUAL_-1207134402'), (u'MULTIEQUAL_-1207134417', u'CALL_-1207134657'), (u'PTRSUB_-1207134318', u'LOAD_-1207134625'), (u'LOAD_-1207134617', u'PTRSUB_-1207134301'), ('const-0', u'PTRSUB_-1207134328'), (u'PTRSUB_-1207134309', u'PTRSUB_-1207134317'), (u'CALL_-1207134657', u'CALL_-1207134531'), ('const-433', u'LOAD_-1207134617'), ('const-0', u'PTRSUB_-1207134381'), (u'CALL_-1207134657', u'CALLIND_-1207134615'), ('const-0', u'PTRSUB_-1207134373'), ('const-0', u'PTRSUB_-1207134309'), (u'INDIRECT_-1207134326', u'MULTIEQUAL_-1207134402'), (u'COPY_-1207134466', u'COPY_-1207134380'), ('tmp_344', u'CALLIND_-1207134588'), (u'LOAD_-1207134598', u'CALLIND_-1207134588'), ('tmp_347', u'CALLIND_-1207134588'), (u'CALL_-1207134657', u'INDIRECT_-1207134404'), ('const-0', u'CALL_-1207134657'), (u'LOAD_-1207134636', u'PTRSUB_-1207134318'), ('tmp_345', u'CALLIND_-1207134615')] | [('const-433', u'LOAD_-1207134625'), ('tmp_649', u'LOAD_-1207134636'), (u'COPY_-1207134475', u'COPY_-1207134389'), ('const-433', u'LOAD_-1207134636'), ('tmp_938', u'COPY_-1207134475'), (u'LOAD_-1207134701', u'INT_EQUAL_-1207134678'), (u'CALL_-1207134531', u'INDIRECT_-1207134340'), (u'LOAD_-1207134636', u'INT_ADD_-1207134609'), (u'LOAD_-1207134725', u'INT_ADD_-1207134685'), (u'LOAD_-1207134625', u'CALLIND_-1207134615'), ('const-0', u'RETURN_-1207134527'), (u'LOAD_-1207134701', u'MULTIEQUAL_-1207134363'), (u'CAST_-1207134324', u'LOAD_-1207134625'), ('const-433', u'LOAD_-1207134725'), (u'COPY_-1207134711', u'MULTIEQUAL_-1207134408'), (u'CALLIND_-1207134615', u'INDIRECT_-1207134381'), (u'LOAD_-1207134617', u'INT_ADD_-1207134582'), ('const-0', u'CALL_-1207134657'), (u'INT_EQUAL_-1207134678', u'CBRANCH_-1207134676'), ('const-433', u'LOAD_-1207134701'), (u'CALL_-1207134657', u'CALLIND_-1207134588'), (u'INDIRECT_-1207134340', u'COPY_-1207134399'), ('tmp_653', u'LOAD_-1207134725'), ('const-433', u'LOAD_-1207134617'), (u'INT_ADD_-1207134609', u'CAST_-1207134324'), (u'INT_ADD_-1207134685', u'CAST_-1207134366'), ('tmp_326', u'BRANCH_-1207134508'), ('const-0', u'COPY_-1207134711'), ('tmp_131', u'CBRANCH_-1207134676'), ('const-5', u'INT_EQUAL_-1207134678'), ('tmp_651', u'LOAD_-1207134617'), ('const-256', u'INT_ADD_-1207134685'), (u'CALL_-1207134657', u'CALL_-1207134531'), (u'INT_ADD_-1207134582', u'CAST_-1207134307'), (u'CALL_-1207134657', u'INDIRECT_-1207134410'), (u'CALL_-1207134657', u'CALLIND_-1207134615'), ('const-160', u'INT_ADD_-1207134582'), (u'CALLIND_-1207134588', u'INDIRECT_-1207134364'), (u'CAST_-1207134366', u'LOAD_-1207134701'), ('const-433', u'LOAD_-1207134598'), (u'CAST_-1207134307', u'LOAD_-1207134598'), (u'INDIRECT_-1207134332', u'MULTIEQUAL_-1207134408'), (u'CALL_-1207134515', u'MULTIEQUAL_-1207134363'), ('tmp_649', u'CALLIND_-1207134615'), ('tmp_646', u'CALLIND_-1207134615'), (u'LOAD_-1207134598', u'CALLIND_-1207134588'), ('tmp_651', u'CALLIND_-1207134588'), (u'CALL_-1207134515', u'INDIRECT_-1207134332'), ('tmp_653', u'CALLIND_-1207134588'), (u'MULTIEQUAL_-1207134363', u'CALL_-1207134657'), ('const-120', u'INT_ADD_-1207134609')] | null | null | 001395c0 | x64 | O2 | (translation_unit "void FUN_001395c0(long *param_1,long *param_2,undefined8 param_3,long *param_4)\n\n{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n \n uVar1 = DAT_00168888;\n DAT_00168888 = 0;\n iVar2 = *(int *)(*param_1 + 0x100);\n if (iVar2 == 5) {\n iVar2 = FUN_0013b3f0();\n }\n uVar3 = FUN_00138ef0(0,iVar2);\n DAT_00168888 = uVar1;\n (**(code **)(*param_2 + 0x78))(uVar3,param_2,param_3);\n (**(code **)(*param_4 + 0xa0))(param_1,param_4,uVar3);\n FUN_00139020(uVar3);\n return;\n}\n\n" (function_definition "void FUN_001395c0(long *param_1,long *param_2,undefined8 param_3,long *param_4)\n\n{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n \n uVar1 = DAT_00168888;\n DAT_00168888 = 0;\n iVar2 = *(int *)(*param_1 + 0x100);\n if (iVar2 == 5) {\n iVar2 = FUN_0013b3f0();\n }\n uVar3 = FUN_00138ef0(0,iVar2);\n DAT_00168888 = uVar1;\n (**(code **)(*param_2 + 0x78))(uVar3,param_2,param_3);\n (**(code **)(*param_4 + 0xa0))(param_1,param_4,uVar3);\n FUN_00139020(uVar3);\n return;\n}" primitive_type (function_declarator "FUN_001395c0(long *param_1,long *param_2,undefined8 param_3,long *param_4)" identifier (parameter_list "(long *param_1,long *param_2,undefined8 param_3,long *param_4)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "long *param_4" (sized_type_specifier "long" long) (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n \n uVar1 = DAT_00168888;\n DAT_00168888 = 0;\n iVar2 = *(int *)(*param_1 + 0x100);\n if (iVar2 == 5) {\n iVar2 = FUN_0013b3f0();\n }\n uVar3 = FUN_00138ef0(0,iVar2);\n DAT_00168888 = uVar1;\n (**(code **)(*param_2 + 0x78))(uVar3,param_2,param_3);\n (**(code **)(*param_4 + 0xa0))(param_1,param_4,uVar3);\n FUN_00139020(uVar3);\n return;\n}" { (declaration "undefined1 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (expression_statement "uVar1 = DAT_00168888;" (assignment_expression "uVar1 = DAT_00168888" identifier = identifier) ;) (expression_statement "DAT_00168888 = 0;" (assignment_expression "DAT_00168888 = 0" identifier = number_literal) ;) (expression_statement "iVar2 = *(int *)(*param_1 + 0x100);" (assignment_expression "iVar2 = *(int *)(*param_1 + 0x100)" identifier = (pointer_expression "*(int *)(*param_1 + 0x100)" * (cast_expression "(int *)(*param_1 + 0x100)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x100)" ( (binary_expression "*param_1 + 0x100" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (iVar2 == 5) {\n iVar2 = FUN_0013b3f0();\n }" if (parenthesized_expression "(iVar2 == 5)" ( (binary_expression "iVar2 == 5" identifier == number_literal) )) (compound_statement "{\n iVar2 = FUN_0013b3f0();\n }" { (expression_statement "iVar2 = FUN_0013b3f0();" (assignment_expression "iVar2 = FUN_0013b3f0()" identifier = (call_expression "FUN_0013b3f0()" identifier (argument_list "()" ( )))) ;) })) (expression_statement "uVar3 = FUN_00138ef0(0,iVar2);" (assignment_expression "uVar3 = FUN_00138ef0(0,iVar2)" identifier = (call_expression "FUN_00138ef0(0,iVar2)" identifier (argument_list "(0,iVar2)" ( number_literal , identifier )))) ;) (expression_statement "DAT_00168888 = uVar1;" (assignment_expression "DAT_00168888 = uVar1" identifier = identifier) ;) (expression_statement "(**(code **)(*param_2 + 0x78))(uVar3,param_2,param_3);" (call_expression "(**(code **)(*param_2 + 0x78))(uVar3,param_2,param_3)" (parenthesized_expression "(**(code **)(*param_2 + 0x78))" ( (pointer_expression "**(code **)(*param_2 + 0x78)" * (pointer_expression "*(code **)(*param_2 + 0x78)" * (cast_expression "(code **)(*param_2 + 0x78)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x78)" ( (binary_expression "*param_2 + 0x78" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(uVar3,param_2,param_3)" ( identifier , identifier , identifier ))) ;) (expression_statement "(**(code **)(*param_4 + 0xa0))(param_1,param_4,uVar3);" (call_expression "(**(code **)(*param_4 + 0xa0))(param_1,param_4,uVar3)" (parenthesized_expression "(**(code **)(*param_4 + 0xa0))" ( (pointer_expression "**(code **)(*param_4 + 0xa0)" * (pointer_expression "*(code **)(*param_4 + 0xa0)" * (cast_expression "(code **)(*param_4 + 0xa0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_4 + 0xa0)" ( (binary_expression "*param_4 + 0xa0" (pointer_expression "*param_4" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_4,uVar3)" ( identifier , identifier , identifier ))) ;) (expression_statement "FUN_00139020(uVar3);" (call_expression "FUN_00139020(uVar3)" identifier (argument_list "(uVar3)" ( identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void bitset_and_or_(bitset_conflict dst,bitset_conflict src1,bitset_conflict src2,\n bitset_conflict src3)\n\n{\n _Bool _Var1;\n bitset_type type;\n bitset_conflict bset;\n \n _Var1 = bitset_stats_enabled;\n bitset_stats_enabled = false;\n type = ((dst->b).vtable)->type;\n if (type == BITSET_STATS) {\n type = bitset_stats_type_get(dst);\n }\n bset = bitset_alloc(0,type);\n bitset_stats_enabled = _Var1;\n (*((src1->b).vtable)->and_)(bset,src1,src2);\n (*((src3->b).vtable)->or_cmp)(dst,src3,bset);\n bitset_free(bset);\n return;\n}\n\n" (function_definition "void bitset_and_or_(bitset_conflict dst,bitset_conflict src1,bitset_conflict src2,\n bitset_conflict src3)\n\n{\n _Bool _Var1;\n bitset_type type;\n bitset_conflict bset;\n \n _Var1 = bitset_stats_enabled;\n bitset_stats_enabled = false;\n type = ((dst->b).vtable)->type;\n if (type == BITSET_STATS) {\n type = bitset_stats_type_get(dst);\n }\n bset = bitset_alloc(0,type);\n bitset_stats_enabled = _Var1;\n (*((src1->b).vtable)->and_)(bset,src1,src2);\n (*((src3->b).vtable)->or_cmp)(dst,src3,bset);\n bitset_free(bset);\n return;\n}" primitive_type (function_declarator "bitset_and_or_(bitset_conflict dst,bitset_conflict src1,bitset_conflict src2,\n bitset_conflict src3)" identifier (parameter_list "(bitset_conflict dst,bitset_conflict src1,bitset_conflict src2,\n bitset_conflict src3)" ( (parameter_declaration "bitset_conflict dst" type_identifier identifier) , (parameter_declaration "bitset_conflict src1" type_identifier identifier) , (parameter_declaration "bitset_conflict src2" type_identifier identifier) , (parameter_declaration "bitset_conflict src3" type_identifier identifier) ))) (compound_statement "{\n _Bool _Var1;\n bitset_type type;\n bitset_conflict bset;\n \n _Var1 = bitset_stats_enabled;\n bitset_stats_enabled = false;\n type = ((dst->b).vtable)->type;\n if (type == BITSET_STATS) {\n type = bitset_stats_type_get(dst);\n }\n bset = bitset_alloc(0,type);\n bitset_stats_enabled = _Var1;\n (*((src1->b).vtable)->and_)(bset,src1,src2);\n (*((src3->b).vtable)->or_cmp)(dst,src3,bset);\n bitset_free(bset);\n return;\n}" { (declaration "_Bool _Var1;" type_identifier identifier ;) (declaration "bitset_type type;" type_identifier identifier ;) (declaration "bitset_conflict bset;" type_identifier identifier ;) (expression_statement "_Var1 = bitset_stats_enabled;" (assignment_expression "_Var1 = bitset_stats_enabled" identifier = identifier) ;) (expression_statement "bitset_stats_enabled = false;" (assignment_expression "bitset_stats_enabled = false" identifier = false) ;) (expression_statement "type = ((dst->b).vtable)->type;" (assignment_expression "type = ((dst->b).vtable)->type" identifier = (field_expression "((dst->b).vtable)->type" (parenthesized_expression "((dst->b).vtable)" ( (field_expression "(dst->b).vtable" (parenthesized_expression "(dst->b)" ( (field_expression "dst->b" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier)) ;) (if_statement "if (type == BITSET_STATS) {\n type = bitset_stats_type_get(dst);\n }" if (parenthesized_expression "(type == BITSET_STATS)" ( (binary_expression "type == BITSET_STATS" identifier == identifier) )) (compound_statement "{\n type = bitset_stats_type_get(dst);\n }" { (expression_statement "type = bitset_stats_type_get(dst);" (assignment_expression "type = bitset_stats_type_get(dst)" identifier = (call_expression "bitset_stats_type_get(dst)" identifier (argument_list "(dst)" ( identifier )))) ;) })) (expression_statement "bset = bitset_alloc(0,type);" (assignment_expression "bset = bitset_alloc(0,type)" identifier = (call_expression "bitset_alloc(0,type)" identifier (argument_list "(0,type)" ( number_literal , identifier )))) ;) (expression_statement "bitset_stats_enabled = _Var1;" (assignment_expression "bitset_stats_enabled = _Var1" identifier = identifier) ;) (expression_statement "(*((src1->b).vtable)->and_)(bset,src1,src2);" (call_expression "(*((src1->b).vtable)->and_)(bset,src1,src2)" (parenthesized_expression "(*((src1->b).vtable)->and_)" ( (pointer_expression "*((src1->b).vtable)->and_" * (field_expression "((src1->b).vtable)->and_" (parenthesized_expression "((src1->b).vtable)" ( (field_expression "(src1->b).vtable" (parenthesized_expression "(src1->b)" ( (field_expression "src1->b" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier)) )) (argument_list "(bset,src1,src2)" ( identifier , identifier , identifier ))) ;) (expression_statement "(*((src3->b).vtable)->or_cmp)(dst,src3,bset);" (call_expression "(*((src3->b).vtable)->or_cmp)(dst,src3,bset)" (parenthesized_expression "(*((src3->b).vtable)->or_cmp)" ( (pointer_expression "*((src3->b).vtable)->or_cmp" * (field_expression "((src3->b).vtable)->or_cmp" (parenthesized_expression "((src3->b).vtable)" ( (field_expression "(src3->b).vtable" (parenthesized_expression "(src3->b)" ( (field_expression "src3->b" identifier -> field_identifier) )) . field_identifier) )) -> field_identifier)) )) (argument_list "(dst,src3,bset)" ( identifier , identifier , identifier ))) ;) (expression_statement "bitset_free(bset);" (call_expression "bitset_free(bset)" identifier (argument_list "(bset)" ( identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_001395c0(long *param_1,long *param_2,undefined8 param_3,long *param_4)\n\n{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n \n uVar1 = DAT_00168888;\n DAT_00168888 = 0;\n iVar2 = *(int *)(*param_1 + 0x100);\n if (iVar2 == 5) {\n iVar2 = FUN_0013b3f0();\n }\n uVar3 = FUN_00138ef0(0,iVar2);\n DAT_00168888 = uVar1;\n (**(code **)(*param_2 + 0x78))(uVar3,param_2,param_3);\n (**(code **)(*param_4 + 0xa0))(param_1,param_4,uVar3);\n FUN_00139020(uVar3);\n return;\n}\n\n" (function_definition "void FUN_001395c0(long *param_1,long *param_2,undefined8 param_3,long *param_4)\n\n{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n \n uVar1 = DAT_00168888;\n DAT_00168888 = 0;\n iVar2 = *(int *)(*param_1 + 0x100);\n if (iVar2 == 5) {\n iVar2 = FUN_0013b3f0();\n }\n uVar3 = FUN_00138ef0(0,iVar2);\n DAT_00168888 = uVar1;\n (**(code **)(*param_2 + 0x78))(uVar3,param_2,param_3);\n (**(code **)(*param_4 + 0xa0))(param_1,param_4,uVar3);\n FUN_00139020(uVar3);\n return;\n}" primitive_type (function_declarator "FUN_001395c0(long *param_1,long *param_2,undefined8 param_3,long *param_4)" identifier (parameter_list "(long *param_1,long *param_2,undefined8 param_3,long *param_4)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "long *param_4" (sized_type_specifier "long" long) (pointer_declarator "*param_4" * identifier)) ))) (compound_statement "{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n \n uVar1 = DAT_00168888;\n DAT_00168888 = 0;\n iVar2 = *(int *)(*param_1 + 0x100);\n if (iVar2 == 5) {\n iVar2 = FUN_0013b3f0();\n }\n uVar3 = FUN_00138ef0(0,iVar2);\n DAT_00168888 = uVar1;\n (**(code **)(*param_2 + 0x78))(uVar3,param_2,param_3);\n (**(code **)(*param_4 + 0xa0))(param_1,param_4,uVar3);\n FUN_00139020(uVar3);\n return;\n}" { (declaration "undefined1 uVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (expression_statement "uVar1 = DAT_00168888;" (assignment_expression "uVar1 = DAT_00168888" identifier = identifier) ;) (expression_statement "DAT_00168888 = 0;" (assignment_expression "DAT_00168888 = 0" identifier = number_literal) ;) (expression_statement "iVar2 = *(int *)(*param_1 + 0x100);" (assignment_expression "iVar2 = *(int *)(*param_1 + 0x100)" identifier = (pointer_expression "*(int *)(*param_1 + 0x100)" * (cast_expression "(int *)(*param_1 + 0x100)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x100)" ( (binary_expression "*param_1 + 0x100" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (iVar2 == 5) {\n iVar2 = FUN_0013b3f0();\n }" if (parenthesized_expression "(iVar2 == 5)" ( (binary_expression "iVar2 == 5" identifier == number_literal) )) (compound_statement "{\n iVar2 = FUN_0013b3f0();\n }" { (expression_statement "iVar2 = FUN_0013b3f0();" (assignment_expression "iVar2 = FUN_0013b3f0()" identifier = (call_expression "FUN_0013b3f0()" identifier (argument_list "()" ( )))) ;) })) (expression_statement "uVar3 = FUN_00138ef0(0,iVar2);" (assignment_expression "uVar3 = FUN_00138ef0(0,iVar2)" identifier = (call_expression "FUN_00138ef0(0,iVar2)" identifier (argument_list "(0,iVar2)" ( number_literal , identifier )))) ;) (expression_statement "DAT_00168888 = uVar1;" (assignment_expression "DAT_00168888 = uVar1" identifier = identifier) ;) (expression_statement "(**(code **)(*param_2 + 0x78))(uVar3,param_2,param_3);" (call_expression "(**(code **)(*param_2 + 0x78))(uVar3,param_2,param_3)" (parenthesized_expression "(**(code **)(*param_2 + 0x78))" ( (pointer_expression "**(code **)(*param_2 + 0x78)" * (pointer_expression "*(code **)(*param_2 + 0x78)" * (cast_expression "(code **)(*param_2 + 0x78)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_2 + 0x78)" ( (binary_expression "*param_2 + 0x78" (pointer_expression "*param_2" * identifier) + number_literal) ))))) )) (argument_list "(uVar3,param_2,param_3)" ( identifier , identifier , identifier ))) ;) (expression_statement "(**(code **)(*param_4 + 0xa0))(param_1,param_4,uVar3);" (call_expression "(**(code **)(*param_4 + 0xa0))(param_1,param_4,uVar3)" (parenthesized_expression "(**(code **)(*param_4 + 0xa0))" ( (pointer_expression "**(code **)(*param_4 + 0xa0)" * (pointer_expression "*(code **)(*param_4 + 0xa0)" * (cast_expression "(code **)(*param_4 + 0xa0)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_4 + 0xa0)" ( (binary_expression "*param_4 + 0xa0" (pointer_expression "*param_4" * identifier) + number_literal) ))))) )) (argument_list "(param_1,param_4,uVar3)" ( identifier , identifier , identifier ))) ;) (expression_statement "FUN_00139020(uVar3);" (call_expression "FUN_00139020(uVar3)" identifier (argument_list "(uVar3)" ( identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , IDENT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_001395c0(long *param_1,long *param_2,undefined8 param_3,long *param_4)\n\n{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n \n uVar1 = DAT_00168888;\n DAT_00168888 = 0;\n iVar2 = *(int *)(*param_1 + 0x100);\n if (iVar2 == 5) {\n iVar2 = FUN_0013b3f0();\n }\n uVar3 = FUN_00138ef0(0,iVar2);\n DAT_00168888 = uVar1;\n (**(code **)(*param_2 + 0x78))(uVar3,param_2,param_3);\n (**(code **)(*param_4 + 0xa0))(param_1,param_4,uVar3);\n FUN_00139020(uVar3);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001395c0(long *param_1,long *param_2,undefined8 param_3,long *param_4)" (identifier "FUN_001395c0") (parameter_list "(long *param_1,long *param_2,undefined8 param_3,long *param_4)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long *param_2" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "long *param_4" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_4" (* "*") (identifier "param_4"))) () ")"))) (compound_statement "{\n undefined1 uVar1;\n int iVar2;\n undefined8 uVar3;\n \n uVar1 = DAT_00168888;\n DAT_00168888 = 0;\n iVar2 = *(int *)(*param_1 + 0x100);\n if (iVar2 == 5) {\n iVar2 = FUN_0013b3f0();\n }\n uVar3 = FUN_00138ef0(0,iVar2);\n DAT_00168888 = uVar1;\n (**(code **)(*param_2 + 0x78))(uVar3,param_2,param_3);\n (**(code **)(*param_4 + 0xa0))(param_1,param_4,uVar3);\n FUN_00139020(uVar3);\n return;\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") (; ";")) (expression_statement "uVar1 = DAT_00168888;" (assignment_expression "uVar1 = DAT_00168888" (identifier "uVar1") (= "=") (identifier "DAT_00168888")) (; ";")) (expression_statement "DAT_00168888 = 0;" (assignment_expression "DAT_00168888 = 0" (identifier "DAT_00168888") (= "=") (number_literal "0")) (; ";")) (expression_statement "iVar2 = *(int *)(*param_1 + 0x100);" (assignment_expression "iVar2 = *(int *)(*param_1 + 0x100)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(*param_1 + 0x100)" (* "*") (cast_expression "(int *)(*param_1 + 0x100)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 0x100)" (( "(") (binary_expression "*param_1 + 0x100" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x100")) () ")"))))) (; ";")) (if_statement "if (iVar2 == 5) {\n iVar2 = FUN_0013b3f0();\n }" (if "if") (parenthesized_expression "(iVar2 == 5)" (( "(") (binary_expression "iVar2 == 5" (identifier "iVar2") (== "==") (number_literal "5")) () ")")) (compound_statement "{\n iVar2 = FUN_0013b3f0();\n }" ({ "{") (expression_statement "iVar2 = FUN_0013b3f0();" (assignment_expression "iVar2 = FUN_0013b3f0()" (identifier "iVar2") (= "=") (call_expression "FUN_0013b3f0()" (identifier "FUN_0013b3f0") (argument_list "()" (( "(") () ")")))) (; ";")) (} "}"))) (expression_statement "uVar3 = FUN_00138ef0(0,iVar2);" (assignment_expression "uVar3 = FUN_00138ef0(0,iVar2)" (identifier "uVar3") (= "=") (call_expression "FUN_00138ef0(0,iVar2)" (identifier "FUN_00138ef0") (argument_list "(0,iVar2)" (( "(") (number_literal "0") (, ",") (identifier "iVar2") () ")")))) (; ";")) (expression_statement "DAT_00168888 = uVar1;" (assignment_expression "DAT_00168888 = uVar1" (identifier "DAT_00168888") (= "=") (identifier "uVar1")) (; ";")) (expression_statement "(**(code **)(*param_2 + 0x78))(uVar3,param_2,param_3);" (call_expression "(**(code **)(*param_2 + 0x78))(uVar3,param_2,param_3)" (parenthesized_expression "(**(code **)(*param_2 + 0x78))" (( "(") (pointer_expression "**(code **)(*param_2 + 0x78)" (* "*") (pointer_expression "*(code **)(*param_2 + 0x78)" (* "*") (cast_expression "(code **)(*param_2 + 0x78)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_2 + 0x78)" (( "(") (binary_expression "*param_2 + 0x78" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (+ "+") (number_literal "0x78")) () ")"))))) () ")")) (argument_list "(uVar3,param_2,param_3)" (( "(") (identifier "uVar3") (, ",") (identifier "param_2") (, ",") (identifier "param_3") () ")"))) (; ";")) (expression_statement "(**(code **)(*param_4 + 0xa0))(param_1,param_4,uVar3);" (call_expression "(**(code **)(*param_4 + 0xa0))(param_1,param_4,uVar3)" (parenthesized_expression "(**(code **)(*param_4 + 0xa0))" (( "(") (pointer_expression "**(code **)(*param_4 + 0xa0)" (* "*") (pointer_expression "*(code **)(*param_4 + 0xa0)" (* "*") (cast_expression "(code **)(*param_4 + 0xa0)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_4 + 0xa0)" (( "(") (binary_expression "*param_4 + 0xa0" (pointer_expression "*param_4" (* "*") (identifier "param_4")) (+ "+") (number_literal "0xa0")) () ")"))))) () ")")) (argument_list "(param_1,param_4,uVar3)" (( "(") (identifier "param_1") (, ",") (identifier "param_4") (, ",") (identifier "uVar3") () ")"))) (; ";")) (expression_statement "FUN_00139020(uVar3);" (call_expression "FUN_00139020(uVar3)" (identifier "FUN_00139020") (argument_list "(uVar3)" (( "(") (identifier "uVar3") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(type_1 dst,type_1 src1,type_1 src2,
type_1 src3)
{
type_2 _Var1;
type_3 var_1;
type_1 bset;
_Var1 = bitset_stats_enabled;
bitset_stats_enabled = false;
var_1 = ((dst->b).vtable)->var_1;
if (var_1 == var_2) {
var_1 = var_3(dst);
}
bset = var_4(0,var_1);
bitset_stats_enabled = _Var1;
(*((src1->b).vtable)->and_)(bset,src1,src2);
(*((src3->b).vtable)->or_cmp)(dst,src3,bset);
var_5(bset);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (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))))))) (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)))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement)))) | null |
void MASKED(long *param_1,long *param_2,undefined8 param_3,long *param_4)
{
undefined1 uVar1;
int iVar2;
undefined8 uVar3;
uVar1 = DAT_00168888;
DAT_00168888 = 0;
iVar2 = *(int *)(*param_1 + 0x100);
if (iVar2 == 5) {
iVar2 = FUN_0013b3f0();
}
uVar3 = FUN_00138ef0(0,iVar2);
DAT_00168888 = uVar1;
(**(code **)(*param_2 + 0x78))(uVar3,param_2,param_3);
(**(code **)(*param_4 + 0xa0))(param_1,param_4,uVar3);
FUN_00139020(uVar3);
return;
}
|
293_aarch64-linux-gnu-objdump_and_aarch64-linux-gnu-objdump_strip.c | tg_struct_field | FUN_00126dc0 |
bfd_boolean
tg_struct_field(void *p,char *name,bfd_vma bitpos,bfd_vma bitsize,debug_visibility visibility)
{
bfd_boolean bVar1;
char *pcVar2;
char *pcVar3;
pr_handle *info;
pcVar2 = pop_type((pr_handle *)((long)p + 0x10));
if ((pcVar2 != (char *)0x0) &&
(bVar1 = tg_fix_visibility(*(pr_handle **)((long)p + 0x10),visibility), bVar1 != 0)) {
if (*name == '\0') {
return 1;
}
pcVar3 = visibility_name(visibility);
/* WARNING: Load size is inaccurate */
fprintf(*p,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",name,
*(undefined8 *)((long)p + 0x20),pcVar2,*(undefined8 *)(*(long *)((long)p + 0x10) + 0x20)
,*(undefined8 *)(*(long *)((long)p + 0x10) + 8),pcVar3);
return 1;
}
return 0;
}
|
undefined1 [16]
FUN_00126dc0(undefined8 *param_1,char *param_2,undefined8 param_3,undefined8 param_4,
undefined4 param_5)
{
int iVar1;
undefined8 uVar2;
undefined8 extraout_RDX;
undefined8 uVar3;
undefined1 auVar4 [16];
undefined1 auVar5 [16];
auVar4 = FUN_00126930(param_1 + 2);
uVar2 = auVar4._8_8_;
if (auVar4._0_8_ != 0) {
iVar1 = FUN_00126d60(param_1[2],param_5);
uVar2 = extraout_RDX;
if (iVar1 != 0) {
uVar3 = 1;
if (*param_2 != '\0') {
uVar2 = FUN_00126820(param_5);
fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,
param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),
*(undefined8 *)(param_1[2] + 8));
auVar5._8_8_ = uVar2;
auVar5._0_8_ = 1;
return auVar5;
}
goto LAB_00126e43;
}
}
uVar3 = 0;
LAB_00126e43:
auVar4._8_8_ = uVar2;
auVar4._0_8_ = uVar3;
return auVar4;
}
| PUSH R14
MOV R14,RSI
PUSH R13
MOV R13D,R8D
PUSH R12
PUSH RBP
PUSH RBX
MOV RBX,RDI
ADD RDI,0x10
CALL 0x00126930
TEST RAX,RAX
JZ 0x00126e40
MOV RDI,qword ptr [RBX + 0x10]
MOV ESI,R13D
MOV RBP,RAX
CALL 0x00126d60
TEST EAX,EAX
JZ 0x00126e40
CMP byte ptr [R14],0x0
MOV R12D,0x1
JZ 0x00126e43
MOV EDI,R13D
CALL 0x00126820
MOV RDX,qword ptr [RBX + 0x10]
MOV RCX,qword ptr [RBX + 0x20]
MOV R8,RBP
MOV RDI,qword ptr [RBX]
LEA RSI,[0x145b40]
MOV R9,qword ptr [RDX + 0x20]
PUSH RAX
XOR EAX,EAX
PUSH qword ptr [RDX + 0x8]
MOV RDX,R14
CALL 0x00107850
POP RAX
MOV EAX,R12D
POP RDX
POP RBX
POP RBP
POP R12
POP R13
POP R14
RET
XOR R12D,R12D
POP RBX
MOV EAX,R12D
POP RBP
POP R12
POP R13
POP R14
RET | null | null | null | null | [(u'INT_EQUAL_-1207079361', u'CBRANCH_-1207079351'), (u'LOAD_-1207079413', u'CALL_-1207079391'), ('const-16', u'INT_ADD_-1207079321'), (u'COPY_-1207079134', u'RETURN_-1207079211'), ('tmp_154', u'CBRANCH_-1207079376'), ('const-0', u'INT_EQUAL_-1207079361'), (u'CAST_-1207078951', u'LOAD_-1207079413'), ('const-16', u'INT_ADD_-1207079431'), ('const-433', u'LOAD_-1207079376'), (u'INT_ADD_-1207079290', u'CAST_-1207078886'), (u'CALL_-1207079339', u'CALL_-1207079265'), (u'CAST_-1207078905', u'INT_ADD_-1207079314'), (u'LOAD_-1207079337', u'INT_ADD_-1207079290'), ('const-32', u'INT_ADD_-1207079314'), (u'LOAD_-1207079320', u'CALL_-1207079265'), (u'CALL_-1207079391', u'INT_NOTEQUAL_-1207079376'), ('tmp_481', u'LOAD_-1207079376'), ('const-0', u'RETURN_-1207079166'), ('const-0', u'INT_NOTEQUAL_-1207079415'), (u'LOAD_-1207079337', u'INT_ADD_-1207079267'), ('tmp_106', u'CBRANCH_-1207079414'), ('tmp_484', u'CALL_-1207079339'), (u'LOAD_-1207079376', u'INT_EQUAL_-1207079361'), ('const-0', u'COPY_-1207079113'), (u'CALL_-1207079430', u'INT_NOTEQUAL_-1207079415'), ('tmp_480', u'LOAD_-1207079320'), ('const-433', u'LOAD_-1207079283'), (u'INT_ADD_-1207079397', u'CAST_-1207078951'), (u'CAST_-1207078904', u'LOAD_-1207079330'), (u'INT_ADD_-1207079314', u'CAST_-1207078904'), ('const-8', u'INT_ADD_-1207079267'), ('tmp_189', u'CBRANCH_-1207079351'), (u'INT_NOTEQUAL_-1207079415', u'CBRANCH_-1207079414'), ('const-433', u'LOAD_-1207079337'), ('const-433', u'LOAD_-1207079413'), (u'CAST_-1207078967', u'CALL_-1207079430'), (u'INT_ADD_-1207079267', u'CAST_-1207078878'), ('const-1', u'COPY_-1207079134'), ('const-32', u'INT_ADD_-1207079290'), ('const-16', u'INT_ADD_-1207079397'), ('tmp_480', u'CAST_-1207078905'), (u'COPY_-1207079113', u'RETURN_-1207079166'), (u'COPY_-1207078910', u'RETURN_-1207078900'), (u'INT_ADD_-1207079321', u'CAST_-1207078910'), (u'CAST_-1207078968', u'INT_ADD_-1207079431'), (u'INT_NOTEQUAL_-1207079376', u'CBRANCH_-1207079376'), ('const-433', u'LOAD_-1207079330'), ('const-1', u'COPY_-1207078910'), (u'CAST_-1207078910', u'LOAD_-1207079337'), (u'COPY_-1207078946', u'CALL_-1207079265'), (u'CAST_-1207078878', u'LOAD_-1207079283'), (u'CAST_-1207078911', u'INT_ADD_-1207079321'), (u'CAST_-1207078952', u'INT_ADD_-1207079397'), (u'LOAD_-1207079330', u'CALL_-1207079265'), ('tmp_480', u'CAST_-1207078968'), (u'INT_ADD_-1207079431', u'CAST_-1207078967'), ('tmp_481', u'CALL_-1207079265'), (u'LOAD_-1207079283', u'CALL_-1207079265'), ('const-1334080', u'COPY_-1207078946'), ('const-433', u'LOAD_-1207079320'), (u'CAST_-1207078886', u'LOAD_-1207079306'), (u'CALL_-1207079430', u'CALL_-1207079265'), ('const-433', u'LOAD_-1207079306'), ('tmp_480', u'CAST_-1207078952'), ('const-0', u'RETURN_-1207078900'), ('const-0', u'RETURN_-1207079211'), ('tmp_480', u'CAST_-1207078911'), (u'LOAD_-1207079306', u'CALL_-1207079265'), ('tmp_484', u'CALL_-1207079391'), ('const-0', u'INT_NOTEQUAL_-1207079376')] | [('const-0', u'COPY_-1207079058'), (u'LOAD_-1207079413', u'CALL_-1207079391'), (u'COPY_-1207079058', u'MULTIEQUAL_-1207078995'), (u'PTRADD_-1207078969', u'LOAD_-1207079413'), (u'COPY_-1207078916', u'PIECE_-1207078933'), ('tmp_154', u'CBRANCH_-1207079376'), ('const-2', u'PTRADD_-1207078984'), ('tmp_1288', u'CALL_-1207079339'), (u'MULTIEQUAL_-1207079045', u'MULTIEQUAL_-1207079041'), ('const-1', u'COPY_-1207078938'), (u'CAST_-1207078900', u'LOAD_-1207079306'), (u'PTRADD_-1207078984', u'CALL_-1207079430'), (u'CALL_-1207079391', u'INDIRECT_-1207079134'), (u'SUBPIECE_-1207078984', u'MULTIEQUAL_-1207079045'), (u'MULTIEQUAL_-1207078995', u'COPY_-1207078916'), (u'LOAD_-1207079337', u'INT_ADD_-1207079290'), (u'CALL_-1207079339', u'COPY_-1207078939'), ('const-2', u'PTRADD_-1207078969'), ('tmp_945', u'LOAD_-1207079376'), (u'INT_ADD_-1207079290', u'CAST_-1207078900'), (u'CALL_-1207079391', u'INT_NOTEQUAL_-1207079376'), ('const-0', u'INT_NOTEQUAL_-1207079360'), ('const-8', u'PTRADD_-1207078984'), ('const-8', u'PTRADD_-1207078924'), ('const-0', u'RETURN_-1207079166'), ('const-0', u'INT_NOTEQUAL_-1207079415'), (u'PIECE_-1207078933', u'RETURN_-1207079166'), (u'LOAD_-1207079337', u'INT_ADD_-1207079267'), ('tmp_951', u'PTRADD_-1207078969'), (u'COPY_-1207078962', u'CALL_-1207079265'), ('tmp_106', u'CBRANCH_-1207079414'), ('const-8', u'PTRADD_-1207078929'), (u'CALL_-1207079430', u'SUBPIECE_-1207078984'), ('const-2', u'PTRADD_-1207078929'), (u'PIECE_-1207078954', u'RETURN_-1207079211'), (u'LOAD_-1207079320', u'CAST_-1207078911'), ('const-433', u'LOAD_-1207079413'), (u'COPY_-1207079009', u'MULTIEQUAL_-1207079045'), (u'CALL_-1207079430', u'SUBPIECE_-1207078985'), ('const-433', u'LOAD_-1207079337'), ('const-1334080', u'COPY_-1207078962'), ('const-433', u'LOAD_-1207079376'), ('const-8', u'INT_ADD_-1207079267'), (u'COPY_-1207078938', u'PIECE_-1207078954'), ('tmp_189', u'CBRANCH_-1207079351'), ('const-8', u'SUBPIECE_-1207078984'), (u'INT_NOTEQUAL_-1207079415', u'CBRANCH_-1207079414'), (u'CAST_-1207078892', u'LOAD_-1207079283'), ('tmp_951', u'LOAD_-1207079320'), ('const-1', u'COPY_-1207079362'), (u'SUBPIECE_-1207078985', u'INT_NOTEQUAL_-1207079415'), (u'MULTIEQUAL_-1207079041', u'COPY_-1207078917'), ('const-32', u'INT_ADD_-1207079290'), ('tmp_945', u'CALL_-1207079265'), ('const-0', u'SUBPIECE_-1207078985'), ('const-433', u'LOAD_-1207079330'), (u'INT_ADD_-1207079267', u'CAST_-1207078892'), (u'COPY_-1207078939', u'PIECE_-1207078954'), (u'INT_NOTEQUAL_-1207079360', u'CBRANCH_-1207079351'), (u'INT_NOTEQUAL_-1207079376', u'CBRANCH_-1207079376'), (u'PTRADD_-1207078929', u'LOAD_-1207079337'), ('tmp_1288', u'CALL_-1207079391'), ('tmp_951', u'PTRADD_-1207078929'), (u'CAST_-1207078911', u'CALL_-1207079265'), (u'INDIRECT_-1207079134', u'COPY_-1207079009'), ('const-433', u'LOAD_-1207079306'), ('tmp_951', u'PTRADD_-1207078984'), (u'LOAD_-1207079330', u'CALL_-1207079265'), (u'LOAD_-1207079376', u'INT_NOTEQUAL_-1207079360'), (u'COPY_-1207079362', u'MULTIEQUAL_-1207078995'), (u'LOAD_-1207079283', u'CALL_-1207079265'), (u'COPY_-1207078917', u'PIECE_-1207078933'), (u'COPY_-1207079009', u'MULTIEQUAL_-1207079041'), ('const-4', u'PTRADD_-1207078924'), ('tmp_951', u'PTRADD_-1207078924'), (u'SUBPIECE_-1207078985', u'CALL_-1207079265'), ('const-8', u'PTRADD_-1207078969'), ('const-0', u'RETURN_-1207079211'), (u'LOAD_-1207079306', u'CALL_-1207079265'), ('const-0', u'INT_NOTEQUAL_-1207079376'), (u'PTRADD_-1207078924', u'LOAD_-1207079330'), ('const-433', u'LOAD_-1207079320'), ('const-433', u'LOAD_-1207079283')] | null | null | 00126dc0 | x64 | O2 | (translation_unit "undefined1 [16]\nFUN_00126dc0(undefined8 *param_1,char *param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined8 extraout_RDX;\n undefined8 uVar3;\n undefined1 auVar4 [16];\n undefined1 auVar5 [16];\n \n auVar4 = FUN_00126930(param_1 + 2);\n uVar2 = auVar4._8_8_;\n if (auVar4._0_8_ != 0) {\n iVar1 = FUN_00126d60(param_1[2],param_5);\n uVar2 = extraout_RDX;\n if (iVar1 != 0) {\n uVar3 = 1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }\n goto LAB_00126e43;\n }\n }\n uVar3 = 0;\nLAB_00126e43:\n auVar4._8_8_ = uVar2;\n auVar4._0_8_ = uVar3;\n return auVar4;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (expression_statement "FUN_00126dc0(undefined8 *param_1,char *param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5)" (call_expression "FUN_00126dc0(undefined8 *param_1,char *param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5)" identifier (argument_list "(undefined8 *param_1,char *param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5)" ( (binary_expression "undefined8 *param_1" identifier * identifier) , (binary_expression "char *param_2" identifier * identifier) , identifier (ERROR "param_3" identifier) , identifier (ERROR "param_4" identifier) , identifier (ERROR "param_5" identifier) ))) ;) (compound_statement "{\n int iVar1;\n undefined8 uVar2;\n undefined8 extraout_RDX;\n undefined8 uVar3;\n undefined1 auVar4 [16];\n undefined1 auVar5 [16];\n \n auVar4 = FUN_00126930(param_1 + 2);\n uVar2 = auVar4._8_8_;\n if (auVar4._0_8_ != 0) {\n iVar1 = FUN_00126d60(param_1[2],param_5);\n uVar2 = extraout_RDX;\n if (iVar1 != 0) {\n uVar3 = 1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }\n goto LAB_00126e43;\n }\n }\n uVar3 = 0;\nLAB_00126e43:\n auVar4._8_8_ = uVar2;\n auVar4._0_8_ = uVar3;\n return auVar4;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "undefined8 extraout_RDX;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined1 auVar4 [16];" type_identifier (array_declarator "auVar4 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 auVar5 [16];" type_identifier (array_declarator "auVar5 [16]" identifier [ number_literal ]) ;) (expression_statement "auVar4 = FUN_00126930(param_1 + 2);" (assignment_expression "auVar4 = FUN_00126930(param_1 + 2)" identifier = (call_expression "FUN_00126930(param_1 + 2)" identifier (argument_list "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "uVar2 = auVar4._8_8_;" (assignment_expression "uVar2 = auVar4._8_8_" identifier = (field_expression "auVar4._8_8_" identifier . field_identifier)) ;) (if_statement "if (auVar4._0_8_ != 0) {\n iVar1 = FUN_00126d60(param_1[2],param_5);\n uVar2 = extraout_RDX;\n if (iVar1 != 0) {\n uVar3 = 1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }\n goto LAB_00126e43;\n }\n }" if (parenthesized_expression "(auVar4._0_8_ != 0)" ( (binary_expression "auVar4._0_8_ != 0" (field_expression "auVar4._0_8_" identifier . field_identifier) != number_literal) )) (compound_statement "{\n iVar1 = FUN_00126d60(param_1[2],param_5);\n uVar2 = extraout_RDX;\n if (iVar1 != 0) {\n uVar3 = 1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }\n goto LAB_00126e43;\n }\n }" { (expression_statement "iVar1 = FUN_00126d60(param_1[2],param_5);" (assignment_expression "iVar1 = FUN_00126d60(param_1[2],param_5)" identifier = (call_expression "FUN_00126d60(param_1[2],param_5)" identifier (argument_list "(param_1[2],param_5)" ( (subscript_expression "param_1[2]" identifier [ number_literal ]) , identifier )))) ;) (expression_statement "uVar2 = extraout_RDX;" (assignment_expression "uVar2 = extraout_RDX" identifier = identifier) ;) (if_statement "if (iVar1 != 0) {\n uVar3 = 1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }\n goto LAB_00126e43;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n uVar3 = 1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }\n goto LAB_00126e43;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) (if_statement "if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }" if (parenthesized_expression "(*param_2 != '\0')" ( (binary_expression "*param_2 != '\0'" (pointer_expression "*param_2" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }" { (expression_statement "uVar2 = FUN_00126820(param_5);" (assignment_expression "uVar2 = FUN_00126820(param_5)" identifier = (call_expression "FUN_00126820(param_5)" identifier (argument_list "(param_5)" ( identifier )))) ;) (expression_statement "fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));" (call_expression "fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8))" identifier (argument_list "((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8))" ( (cast_expression "(FILE *)*param_1" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) , (string_literal ""%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , identifier , (subscript_expression "param_1[4]" identifier [ number_literal ]) , (field_expression "auVar4._0_8_" identifier . field_identifier) , (pointer_expression "*(undefined8 *)(param_1[2] + 0x20)" * (cast_expression "(undefined8 *)(param_1[2] + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[2] + 0x20)" ( (binary_expression "param_1[2] + 0x20" (subscript_expression "param_1[2]" identifier [ number_literal ]) + number_literal) )))) , (pointer_expression "*(undefined8 *)(param_1[2] + 8)" * (cast_expression "(undefined8 *)(param_1[2] + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[2] + 8)" ( (binary_expression "param_1[2] + 8" (subscript_expression "param_1[2]" identifier [ number_literal ]) + number_literal) )))) ))) ;) (expression_statement "auVar5._8_8_ = uVar2;" (assignment_expression "auVar5._8_8_ = uVar2" (field_expression "auVar5._8_8_" identifier . field_identifier) = identifier) ;) (expression_statement "auVar5._0_8_ = 1;" (assignment_expression "auVar5._0_8_ = 1" (field_expression "auVar5._0_8_" identifier . field_identifier) = number_literal) ;) (return_statement "return auVar5;" return identifier ;) })) (goto_statement "goto LAB_00126e43;" goto statement_identifier ;) })) })) (expression_statement "uVar3 = 0;" (assignment_expression "uVar3 = 0" identifier = number_literal) ;) (labeled_statement "LAB_00126e43:\n auVar4._8_8_ = uVar2;" statement_identifier : (expression_statement "auVar4._8_8_ = uVar2;" (assignment_expression "auVar4._8_8_ = uVar2" (field_expression "auVar4._8_8_" identifier . field_identifier) = identifier) ;)) (expression_statement "auVar4._0_8_ = uVar3;" (assignment_expression "auVar4._0_8_ = uVar3" (field_expression "auVar4._0_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar4;" return identifier ;) })) | (translation_unit "bfd_boolean\ntg_struct_field(void *p,char *name,bfd_vma bitpos,bfd_vma bitsize,debug_visibility visibility)\n\n{\n bfd_boolean bVar1;\n char *pcVar2;\n char *pcVar3;\n pr_handle *info;\n \n pcVar2 = pop_type((pr_handle *)((long)p + 0x10));\n if ((pcVar2 != (char *)0x0) &&\n (bVar1 = tg_fix_visibility(*(pr_handle **)((long)p + 0x10),visibility), bVar1 != 0)) {\n if (*name == '\0') {\n return 1;\n }\n pcVar3 = visibility_name(visibility);\n /* WARNING: Load size is inaccurate */\n fprintf(*p,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",name,\n *(undefined8 *)((long)p + 0x20),pcVar2,*(undefined8 *)(*(long *)((long)p + 0x10) + 0x20)\n ,*(undefined8 *)(*(long *)((long)p + 0x10) + 8),pcVar3);\n return 1;\n }\n return 0;\n}\n\n" (function_definition "bfd_boolean\ntg_struct_field(void *p,char *name,bfd_vma bitpos,bfd_vma bitsize,debug_visibility visibility)\n\n{\n bfd_boolean bVar1;\n char *pcVar2;\n char *pcVar3;\n pr_handle *info;\n \n pcVar2 = pop_type((pr_handle *)((long)p + 0x10));\n if ((pcVar2 != (char *)0x0) &&\n (bVar1 = tg_fix_visibility(*(pr_handle **)((long)p + 0x10),visibility), bVar1 != 0)) {\n if (*name == '\0') {\n return 1;\n }\n pcVar3 = visibility_name(visibility);\n /* WARNING: Load size is inaccurate */\n fprintf(*p,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",name,\n *(undefined8 *)((long)p + 0x20),pcVar2,*(undefined8 *)(*(long *)((long)p + 0x10) + 0x20)\n ,*(undefined8 *)(*(long *)((long)p + 0x10) + 8),pcVar3);\n return 1;\n }\n return 0;\n}" type_identifier (function_declarator "tg_struct_field(void *p,char *name,bfd_vma bitpos,bfd_vma bitsize,debug_visibility visibility)" identifier (parameter_list "(void *p,char *name,bfd_vma bitpos,bfd_vma bitsize,debug_visibility visibility)" ( (parameter_declaration "void *p" primitive_type (pointer_declarator "*p" * identifier)) , (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) , (parameter_declaration "bfd_vma bitpos" type_identifier identifier) , (parameter_declaration "bfd_vma bitsize" type_identifier identifier) , (parameter_declaration "debug_visibility visibility" type_identifier identifier) ))) (compound_statement "{\n bfd_boolean bVar1;\n char *pcVar2;\n char *pcVar3;\n pr_handle *info;\n \n pcVar2 = pop_type((pr_handle *)((long)p + 0x10));\n if ((pcVar2 != (char *)0x0) &&\n (bVar1 = tg_fix_visibility(*(pr_handle **)((long)p + 0x10),visibility), bVar1 != 0)) {\n if (*name == '\0') {\n return 1;\n }\n pcVar3 = visibility_name(visibility);\n /* WARNING: Load size is inaccurate */\n fprintf(*p,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",name,\n *(undefined8 *)((long)p + 0x20),pcVar2,*(undefined8 *)(*(long *)((long)p + 0x10) + 0x20)\n ,*(undefined8 *)(*(long *)((long)p + 0x10) + 8),pcVar3);\n return 1;\n }\n return 0;\n}" { (declaration "bfd_boolean bVar1;" type_identifier identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "char *pcVar3;" primitive_type (pointer_declarator "*pcVar3" * identifier) ;) (declaration "pr_handle *info;" type_identifier (pointer_declarator "*info" * identifier) ;) (expression_statement "pcVar2 = pop_type((pr_handle *)((long)p + 0x10));" (assignment_expression "pcVar2 = pop_type((pr_handle *)((long)p + 0x10))" identifier = (call_expression "pop_type((pr_handle *)((long)p + 0x10))" identifier (argument_list "((pr_handle *)((long)p + 0x10))" ( (cast_expression "(pr_handle *)((long)p + 0x10)" ( (type_descriptor "pr_handle *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 0x10)" ( (binary_expression "(long)p + 0x10" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))) )))) ;) (if_statement "if ((pcVar2 != (char *)0x0) &&\n (bVar1 = tg_fix_visibility(*(pr_handle **)((long)p + 0x10),visibility), bVar1 != 0)) {\n if (*name == '\0') {\n return 1;\n }\n pcVar3 = visibility_name(visibility);\n /* WARNING: Load size is inaccurate */\n fprintf(*p,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",name,\n *(undefined8 *)((long)p + 0x20),pcVar2,*(undefined8 *)(*(long *)((long)p + 0x10) + 0x20)\n ,*(undefined8 *)(*(long *)((long)p + 0x10) + 8),pcVar3);\n return 1;\n }" if (parenthesized_expression "((pcVar2 != (char *)0x0) &&\n (bVar1 = tg_fix_visibility(*(pr_handle **)((long)p + 0x10),visibility), bVar1 != 0))" ( (binary_expression "(pcVar2 != (char *)0x0) &&\n (bVar1 = tg_fix_visibility(*(pr_handle **)((long)p + 0x10),visibility), bVar1 != 0)" (parenthesized_expression "(pcVar2 != (char *)0x0)" ( (binary_expression "pcVar2 != (char *)0x0" identifier != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(bVar1 = tg_fix_visibility(*(pr_handle **)((long)p + 0x10),visibility), bVar1 != 0)" ( (comma_expression "bVar1 = tg_fix_visibility(*(pr_handle **)((long)p + 0x10),visibility), bVar1 != 0" (assignment_expression "bVar1 = tg_fix_visibility(*(pr_handle **)((long)p + 0x10),visibility)" identifier = (call_expression "tg_fix_visibility(*(pr_handle **)((long)p + 0x10),visibility)" identifier (argument_list "(*(pr_handle **)((long)p + 0x10),visibility)" ( (pointer_expression "*(pr_handle **)((long)p + 0x10)" * (cast_expression "(pr_handle **)((long)p + 0x10)" ( (type_descriptor "pr_handle **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "((long)p + 0x10)" ( (binary_expression "(long)p + 0x10" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) , identifier )))) , (binary_expression "bVar1 != 0" identifier != number_literal)) ))) )) (compound_statement "{\n if (*name == '\0') {\n return 1;\n }\n pcVar3 = visibility_name(visibility);\n /* WARNING: Load size is inaccurate */\n fprintf(*p,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",name,\n *(undefined8 *)((long)p + 0x20),pcVar2,*(undefined8 *)(*(long *)((long)p + 0x10) + 0x20)\n ,*(undefined8 *)(*(long *)((long)p + 0x10) + 8),pcVar3);\n return 1;\n }" { (if_statement "if (*name == '\0') {\n return 1;\n }" if (parenthesized_expression "(*name == '\0')" ( (binary_expression "*name == '\0'" (pointer_expression "*name" * identifier) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "pcVar3 = visibility_name(visibility);" (assignment_expression "pcVar3 = visibility_name(visibility)" identifier = (call_expression "visibility_name(visibility)" identifier (argument_list "(visibility)" ( identifier )))) ;) comment (expression_statement "fprintf(*p,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",name,\n *(undefined8 *)((long)p + 0x20),pcVar2,*(undefined8 *)(*(long *)((long)p + 0x10) + 0x20)\n ,*(undefined8 *)(*(long *)((long)p + 0x10) + 8),pcVar3);" (call_expression "fprintf(*p,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",name,\n *(undefined8 *)((long)p + 0x20),pcVar2,*(undefined8 *)(*(long *)((long)p + 0x10) + 0x20)\n ,*(undefined8 *)(*(long *)((long)p + 0x10) + 8),pcVar3)" identifier (argument_list "(*p,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",name,\n *(undefined8 *)((long)p + 0x20),pcVar2,*(undefined8 *)(*(long *)((long)p + 0x10) + 0x20)\n ,*(undefined8 *)(*(long *)((long)p + 0x10) + 8),pcVar3)" ( (pointer_expression "*p" * identifier) , (string_literal ""%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , identifier , (pointer_expression "*(undefined8 *)((long)p + 0x20)" * (cast_expression "(undefined8 *)((long)p + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 0x20)" ( (binary_expression "(long)p + 0x20" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) , identifier , (pointer_expression "*(undefined8 *)(*(long *)((long)p + 0x10) + 0x20)" * (cast_expression "(undefined8 *)(*(long *)((long)p + 0x10) + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)p + 0x10) + 0x20)" ( (binary_expression "*(long *)((long)p + 0x10) + 0x20" (pointer_expression "*(long *)((long)p + 0x10)" * (cast_expression "(long *)((long)p + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 0x10)" ( (binary_expression "(long)p + 0x10" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal) )))) , (pointer_expression "*(undefined8 *)(*(long *)((long)p + 0x10) + 8)" * (cast_expression "(undefined8 *)(*(long *)((long)p + 0x10) + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)((long)p + 0x10) + 8)" ( (binary_expression "*(long *)((long)p + 0x10) + 8" (pointer_expression "*(long *)((long)p + 0x10)" * (cast_expression "(long *)((long)p + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)p + 0x10)" ( (binary_expression "(long)p + 0x10" (cast_expression "(long)p" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) + number_literal) )))) , identifier ))) ;) (return_statement "return 1;" return number_literal ;) })) (return_statement "return 0;" return number_literal ;) }))) | (translation_unit "undefined1 [16]\nFUN_00126dc0(undefined8 *param_1,char *param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5)\n\n{\n int iVar1;\n undefined8 uVar2;\n undefined8 extraout_RDX;\n undefined8 uVar3;\n undefined1 auVar4 [16];\n undefined1 auVar5 [16];\n \n auVar4 = FUN_00126930(param_1 + 2);\n uVar2 = auVar4._8_8_;\n if (auVar4._0_8_ != 0) {\n iVar1 = FUN_00126d60(param_1[2],param_5);\n uVar2 = extraout_RDX;\n if (iVar1 != 0) {\n uVar3 = 1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }\n goto LAB_00126e43;\n }\n }\n uVar3 = 0;\nLAB_00126e43:\n auVar4._8_8_ = uVar2;\n auVar4._0_8_ = uVar3;\n return auVar4;\n}\n\n" (expression_statement "undefined1 [16]" (subscript_expression "undefined1 [16]" identifier [ number_literal ]) ;) (expression_statement "FUN_00126dc0(undefined8 *param_1,char *param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5)" (call_expression "FUN_00126dc0(undefined8 *param_1,char *param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5)" identifier (argument_list "(undefined8 *param_1,char *param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5)" ( (binary_expression "undefined8 *param_1" identifier * identifier) , (binary_expression "char *param_2" identifier * identifier) , identifier (ERROR "param_3" identifier) , identifier (ERROR "param_4" identifier) , identifier (ERROR "param_5" identifier) ))) ;) (compound_statement "{\n int iVar1;\n undefined8 uVar2;\n undefined8 extraout_RDX;\n undefined8 uVar3;\n undefined1 auVar4 [16];\n undefined1 auVar5 [16];\n \n auVar4 = FUN_00126930(param_1 + 2);\n uVar2 = auVar4._8_8_;\n if (auVar4._0_8_ != 0) {\n iVar1 = FUN_00126d60(param_1[2],param_5);\n uVar2 = extraout_RDX;\n if (iVar1 != 0) {\n uVar3 = 1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }\n goto LAB_00126e43;\n }\n }\n uVar3 = 0;\nLAB_00126e43:\n auVar4._8_8_ = uVar2;\n auVar4._0_8_ = uVar3;\n return auVar4;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "undefined8 extraout_RDX;" type_identifier identifier ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "undefined1 auVar4 [16];" type_identifier (array_declarator "auVar4 [16]" identifier [ number_literal ]) ;) (declaration "undefined1 auVar5 [16];" type_identifier (array_declarator "auVar5 [16]" identifier [ number_literal ]) ;) (expression_statement "auVar4 = FUN_00126930(param_1 + 2);" (assignment_expression "auVar4 = FUN_00126930(param_1 + 2)" identifier = (call_expression "FUN_00126930(param_1 + 2)" identifier (argument_list "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) ;) (expression_statement "uVar2 = auVar4._8_8_;" (assignment_expression "uVar2 = auVar4._8_8_" identifier = (field_expression "auVar4._8_8_" identifier . field_identifier)) ;) (if_statement "if (auVar4._0_8_ != 0) {\n iVar1 = FUN_00126d60(param_1[2],param_5);\n uVar2 = extraout_RDX;\n if (iVar1 != 0) {\n uVar3 = 1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }\n goto LAB_00126e43;\n }\n }" if (parenthesized_expression "(auVar4._0_8_ != 0)" ( (binary_expression "auVar4._0_8_ != 0" (field_expression "auVar4._0_8_" identifier . field_identifier) != number_literal) )) (compound_statement "{\n iVar1 = FUN_00126d60(param_1[2],param_5);\n uVar2 = extraout_RDX;\n if (iVar1 != 0) {\n uVar3 = 1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }\n goto LAB_00126e43;\n }\n }" { (expression_statement "iVar1 = FUN_00126d60(param_1[2],param_5);" (assignment_expression "iVar1 = FUN_00126d60(param_1[2],param_5)" identifier = (call_expression "FUN_00126d60(param_1[2],param_5)" identifier (argument_list "(param_1[2],param_5)" ( (subscript_expression "param_1[2]" identifier [ number_literal ]) , identifier )))) ;) (expression_statement "uVar2 = extraout_RDX;" (assignment_expression "uVar2 = extraout_RDX" identifier = identifier) ;) (if_statement "if (iVar1 != 0) {\n uVar3 = 1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }\n goto LAB_00126e43;\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n uVar3 = 1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }\n goto LAB_00126e43;\n }" { (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" identifier = number_literal) ;) (if_statement "if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }" if (parenthesized_expression "(*param_2 != '\0')" ( (binary_expression "*param_2 != '\0'" (pointer_expression "*param_2" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }" { (expression_statement "uVar2 = FUN_00126820(param_5);" (assignment_expression "uVar2 = FUN_00126820(param_5)" identifier = (call_expression "FUN_00126820(param_5)" identifier (argument_list "(param_5)" ( identifier )))) ;) (expression_statement "fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));" (call_expression "fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8))" identifier (argument_list "((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8))" ( (cast_expression "(FILE *)*param_1" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_1" * identifier)) , (string_literal ""%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , identifier , (subscript_expression "param_1[4]" identifier [ number_literal ]) , (field_expression "auVar4._0_8_" identifier . field_identifier) , (pointer_expression "*(undefined8 *)(param_1[2] + 0x20)" * (cast_expression "(undefined8 *)(param_1[2] + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[2] + 0x20)" ( (binary_expression "param_1[2] + 0x20" (subscript_expression "param_1[2]" identifier [ number_literal ]) + number_literal) )))) , (pointer_expression "*(undefined8 *)(param_1[2] + 8)" * (cast_expression "(undefined8 *)(param_1[2] + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[2] + 8)" ( (binary_expression "param_1[2] + 8" (subscript_expression "param_1[2]" identifier [ number_literal ]) + number_literal) )))) ))) ;) (expression_statement "auVar5._8_8_ = uVar2;" (assignment_expression "auVar5._8_8_ = uVar2" (field_expression "auVar5._8_8_" identifier . field_identifier) = identifier) ;) (expression_statement "auVar5._0_8_ = 1;" (assignment_expression "auVar5._0_8_ = 1" (field_expression "auVar5._0_8_" identifier . field_identifier) = number_literal) ;) (return_statement "return auVar5;" return identifier ;) })) (goto_statement "goto LAB_00126e43;" goto statement_identifier ;) })) })) (expression_statement "uVar3 = 0;" (assignment_expression "uVar3 = 0" identifier = number_literal) ;) (labeled_statement "LAB_00126e43:\n auVar4._8_8_ = uVar2;" statement_identifier : (expression_statement "auVar4._8_8_ = uVar2;" (assignment_expression "auVar4._8_8_ = uVar2" (field_expression "auVar4._8_8_" identifier . field_identifier) = identifier) ;)) (expression_statement "auVar4._0_8_ = uVar3;" (assignment_expression "auVar4._0_8_ = uVar3" (field_expression "auVar4._0_8_" identifier . field_identifier) = identifier) ;) (return_statement "return auVar4;" return identifier ;) })) | (translation_unit (expression_statement (subscript_expression IDENT [ LIT ]) ;) (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT * IDENT) , (binary_expression IDENT * IDENT) , IDENT (ERROR IDENT) , IDENT (ERROR IDENT) , IDENT (ERROR IDENT) ))) ;) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (field_expression IDENT . field_identifier)) ;) (if_statement if (parenthesized_expression ( (binary_expression (field_expression IDENT . field_identifier) != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (subscript_expression IDENT [ LIT ]) , IDENT )))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT )))) ;) (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT)) , (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , IDENT , (subscript_expression IDENT [ LIT ]) , (field_expression IDENT . field_identifier) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) ))) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = IDENT) ;) (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = LIT) ;) (return_statement return IDENT ;) })) (goto_statement goto statement_identifier ;) })) })) (expression_statement (assignment_expression IDENT = LIT) ;) (labeled_statement statement_identifier : (expression_statement (assignment_expression (field_expression IDENT . field_identifier) = 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") (] "]")) (; "")) (expression_statement "FUN_00126dc0(undefined8 *param_1,char *param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5)" (call_expression "FUN_00126dc0(undefined8 *param_1,char *param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5)" (identifier "FUN_00126dc0") (argument_list "(undefined8 *param_1,char *param_2,undefined8 param_3,undefined8 param_4,\n undefined4 param_5)" (( "(") (binary_expression "undefined8 *param_1" (identifier "undefined8") (* "*") (identifier "param_1")) (, ",") (binary_expression "char *param_2" (identifier "char") (* "*") (identifier "param_2")) (, ",") (identifier "undefined8") (ERROR "param_3" (identifier "param_3")) (, ",") (identifier "undefined8") (ERROR "param_4" (identifier "param_4")) (, ",") (identifier "undefined4") (ERROR "param_5" (identifier "param_5")) () ")"))) (; "")) (compound_statement "{\n int iVar1;\n undefined8 uVar2;\n undefined8 extraout_RDX;\n undefined8 uVar3;\n undefined1 auVar4 [16];\n undefined1 auVar5 [16];\n \n auVar4 = FUN_00126930(param_1 + 2);\n uVar2 = auVar4._8_8_;\n if (auVar4._0_8_ != 0) {\n iVar1 = FUN_00126d60(param_1[2],param_5);\n uVar2 = extraout_RDX;\n if (iVar1 != 0) {\n uVar3 = 1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }\n goto LAB_00126e43;\n }\n }\n uVar3 = 0;\nLAB_00126e43:\n auVar4._8_8_ = uVar2;\n auVar4._0_8_ = uVar3;\n return auVar4;\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (declaration "undefined8 extraout_RDX;" (type_identifier "undefined8") (identifier "extraout_RDX") (; ";")) (declaration "undefined8 uVar3;" (type_identifier "undefined8") (identifier "uVar3") (; ";")) (declaration "undefined1 auVar4 [16];" (type_identifier "undefined1") (array_declarator "auVar4 [16]" (identifier "auVar4") ([ "[") (number_literal "16") (] "]")) (; ";")) (declaration "undefined1 auVar5 [16];" (type_identifier "undefined1") (array_declarator "auVar5 [16]" (identifier "auVar5") ([ "[") (number_literal "16") (] "]")) (; ";")) (expression_statement "auVar4 = FUN_00126930(param_1 + 2);" (assignment_expression "auVar4 = FUN_00126930(param_1 + 2)" (identifier "auVar4") (= "=") (call_expression "FUN_00126930(param_1 + 2)" (identifier "FUN_00126930") (argument_list "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (; ";")) (expression_statement "uVar2 = auVar4._8_8_;" (assignment_expression "uVar2 = auVar4._8_8_" (identifier "uVar2") (= "=") (field_expression "auVar4._8_8_" (identifier "auVar4") (. ".") (field_identifier "_8_8_"))) (; ";")) (if_statement "if (auVar4._0_8_ != 0) {\n iVar1 = FUN_00126d60(param_1[2],param_5);\n uVar2 = extraout_RDX;\n if (iVar1 != 0) {\n uVar3 = 1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }\n goto LAB_00126e43;\n }\n }" (if "if") (parenthesized_expression "(auVar4._0_8_ != 0)" (( "(") (binary_expression "auVar4._0_8_ != 0" (field_expression "auVar4._0_8_" (identifier "auVar4") (. ".") (field_identifier "_0_8_")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n iVar1 = FUN_00126d60(param_1[2],param_5);\n uVar2 = extraout_RDX;\n if (iVar1 != 0) {\n uVar3 = 1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }\n goto LAB_00126e43;\n }\n }" ({ "{") (expression_statement "iVar1 = FUN_00126d60(param_1[2],param_5);" (assignment_expression "iVar1 = FUN_00126d60(param_1[2],param_5)" (identifier "iVar1") (= "=") (call_expression "FUN_00126d60(param_1[2],param_5)" (identifier "FUN_00126d60") (argument_list "(param_1[2],param_5)" (( "(") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (, ",") (identifier "param_5") () ")")))) (; ";")) (expression_statement "uVar2 = extraout_RDX;" (assignment_expression "uVar2 = extraout_RDX" (identifier "uVar2") (= "=") (identifier "extraout_RDX")) (; ";")) (if_statement "if (iVar1 != 0) {\n uVar3 = 1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }\n goto LAB_00126e43;\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n uVar3 = 1;\n if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }\n goto LAB_00126e43;\n }" ({ "{") (expression_statement "uVar3 = 1;" (assignment_expression "uVar3 = 1" (identifier "uVar3") (= "=") (number_literal "1")) (; ";")) (if_statement "if (*param_2 != '\0') {\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }" (if "if") (parenthesized_expression "(*param_2 != '\0')" (( "(") (binary_expression "*param_2 != '\0'" (pointer_expression "*param_2" (* "*") (identifier "param_2")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n uVar2 = FUN_00126820(param_5);\n fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));\n auVar5._8_8_ = uVar2;\n auVar5._0_8_ = 1;\n return auVar5;\n }" ({ "{") (expression_statement "uVar2 = FUN_00126820(param_5);" (assignment_expression "uVar2 = FUN_00126820(param_5)" (identifier "uVar2") (= "=") (call_expression "FUN_00126820(param_5)" (identifier "FUN_00126820") (argument_list "(param_5)" (( "(") (identifier "param_5") () ")")))) (; ";")) (expression_statement "fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8));" (call_expression "fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8))" (identifier "fprintf") (argument_list "((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,\n param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),\n *(undefined8 *)(param_1[2] + 8))" (( "(") (cast_expression "(FILE *)*param_1" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (, ",") (string_literal ""%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n"" (" """) (string_content "%s") (escape_sequence "\t") (string_content "%s") (escape_sequence "\t") (string_content "0;") (escape_sequence "\"") (escape_sequence "\t") (string_content "kind:m") (escape_sequence "\t") (string_content "type:%s") (escape_sequence "\t") (string_content "%s:%s") (escape_sequence "\t") (string_content "access:%s") (escape_sequence "\n") (" """)) (, ",") (identifier "param_2") (, ",") (subscript_expression "param_1[4]" (identifier "param_1") ([ "[") (number_literal "4") (] "]")) (, ",") (field_expression "auVar4._0_8_" (identifier "auVar4") (. ".") (field_identifier "_0_8_")) (, ",") (pointer_expression "*(undefined8 *)(param_1[2] + 0x20)" (* "*") (cast_expression "(undefined8 *)(param_1[2] + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[2] + 0x20)" (( "(") (binary_expression "param_1[2] + 0x20" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (+ "+") (number_literal "0x20")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(param_1[2] + 8)" (* "*") (cast_expression "(undefined8 *)(param_1[2] + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[2] + 8)" (( "(") (binary_expression "param_1[2] + 8" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (+ "+") (number_literal "8")) () ")")))) () ")"))) (; ";")) (expression_statement "auVar5._8_8_ = uVar2;" (assignment_expression "auVar5._8_8_ = uVar2" (field_expression "auVar5._8_8_" (identifier "auVar5") (. ".") (field_identifier "_8_8_")) (= "=") (identifier "uVar2")) (; ";")) (expression_statement "auVar5._0_8_ = 1;" (assignment_expression "auVar5._0_8_ = 1" (field_expression "auVar5._0_8_" (identifier "auVar5") (. ".") (field_identifier "_0_8_")) (= "=") (number_literal "1")) (; ";")) (return_statement "return auVar5;" (return "return") (identifier "auVar5") (; ";")) (} "}"))) (goto_statement "goto LAB_00126e43;" (goto "goto") (statement_identifier "LAB_00126e43") (; ";")) (} "}"))) (} "}"))) (expression_statement "uVar3 = 0;" (assignment_expression "uVar3 = 0" (identifier "uVar3") (= "=") (number_literal "0")) (; ";")) (labeled_statement "LAB_00126e43:\n auVar4._8_8_ = uVar2;" (statement_identifier "LAB_00126e43") (: ":") (expression_statement "auVar4._8_8_ = uVar2;" (assignment_expression "auVar4._8_8_ = uVar2" (field_expression "auVar4._8_8_" (identifier "auVar4") (. ".") (field_identifier "_8_8_")) (= "=") (identifier "uVar2")) (; ";"))) (expression_statement "auVar4._0_8_ = uVar3;" (assignment_expression "auVar4._0_8_ = uVar3" (field_expression "auVar4._0_8_" (identifier "auVar4") (. ".") (field_identifier "_0_8_")) (= "=") (identifier "uVar3")) (; ";")) (return_statement "return auVar4;" (return "return") (identifier "auVar4") (; ";")) (} "}")) |
type_1
function_1(void *p,char *name,type_2 bitpos,type_2 bitsize,type_3 visibility)
{
type_1 var_4;
char *var_2;
char *pcVar3;
type_4 *info;
var_2 = var_1((type_4 *)((long)p + 0x10));
if ((var_2 != (char *)0x0) &&
(var_4 = var_3(*(type_4 **)((long)p + 0x10),visibility), var_4 != 0)) {
if (*name == '\0') {
return 1;
}
pcVar3 = var_5(visibility);
/* WARNING: Load size is inaccurate */
var_6(*p,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",name,
*(type_5 *)((long)p + 0x20),var_2,*(type_5 *)(*(long *)((long)p + 0x10) + 0x20)
,*(type_5 *)(*(long *)((long)p + 0x10) + 8),pcVar3);
return 1;
}
return 0;
}
| null | (translation_unit (expression_statement (subscript_expression argument: (identifier) index: (number_literal)) (MISSING ";")) (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (identifier)) (binary_expression left: (identifier) right: (identifier)) (identifier) (ERROR (identifier)) (identifier) (ERROR (identifier)) (identifier) (ERROR (identifier)))) (MISSING ";")) (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (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: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (field_expression argument: (identifier) field: (field_identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (subscript_expression argument: (identifier) index: (number_literal)) (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (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: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))) (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence)) (identifier) (subscript_expression argument: (identifier) index: (number_literal)) (field_expression argument: (identifier) field: (field_identifier)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (identifier))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (number_literal))) (return_statement (identifier)))) (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (identifier)))) (expression_statement (assignment_expression left: (field_expression argument: (identifier) field: (field_identifier)) right: (identifier))) (return_statement (identifier)))) | null |
undefined1 [16]
MASKED(undefined8 *param_1,char *param_2,undefined8 param_3,undefined8 param_4,
undefined4 param_5)
{
int iVar1;
undefined8 uVar2;
undefined8 extraout_RDX;
undefined8 uVar3;
undefined1 auVar4 [16];
undefined1 auVar5 [16];
auVar4 = FUN_00126930(param_1 + 2);
uVar2 = auVar4._8_8_;
if (auVar4._0_8_ != 0) {
iVar1 = FUN_00126d60(param_1[2],param_5);
uVar2 = extraout_RDX;
if (iVar1 != 0) {
uVar3 = 1;
if (*param_2 != '\0') {
uVar2 = FUN_00126820(param_5);
fprintf((FILE *)*param_1,"%s\t%s\t0;\"\tkind:m\ttype:%s\t%s:%s\taccess:%s\n",param_2,
param_1[4],auVar4._0_8_,*(undefined8 *)(param_1[2] + 0x20),
*(undefined8 *)(param_1[2] + 8));
auVar5._8_8_ = uVar2;
auVar5._0_8_ = 1;
return auVar5;
}
goto LAB_00126e43;
}
}
uVar3 = 0;
LAB_00126e43:
auVar4._8_8_ = uVar2;
auVar4._0_8_ = uVar3;
return auVar4;
}
|
349_x86_64-linux-gnu-ld_and_x86_64-linux-gnu-ld_strip.c | lang_memory_region_alias | FUN_0011ae20 |
void lang_memory_region_alias(char *alias,char *region_name)
{
int iVar1;
char *pcVar2;
memory_region_name_struct *pmVar3;
long lVar4;
memory_region_struct *pmVar5;
lang_memory_region_type *plVar6;
byte *pbVar7;
byte *pbVar8;
lang_memory_region_type *plVar9;
bool bVar10;
bool bVar11;
bool bVar12;
lVar4 = 10;
bVar10 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;
bVar12 = &stack0x00000000 == (undefined1 *)0x48;
pbVar7 = (byte *)region_name;
pbVar8 = (byte *)"*default*";
do {
if (lVar4 == 0) break;
lVar4 = lVar4 + -1;
bVar10 = *pbVar7 < *pbVar8;
bVar12 = *pbVar7 == *pbVar8;
pbVar7 = pbVar7 + 1;
pbVar8 = pbVar8 + 1;
} while (bVar12);
bVar11 = false;
bVar10 = (!bVar10 && !bVar12) == bVar10;
if (bVar10) {
LAB_0011af24:
pcVar2 = (char *)dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);
einfo(pcVar2,0);
if (lang_memory_region_list != (lang_memory_region_type *)0x0) {
LAB_0011ae7e:
plVar6 = (lang_memory_region_type *)0x0;
pmVar5 = lang_memory_region_list;
plVar9 = lang_memory_region_list;
do {
pcVar2 = (pmVar5->name_list).name;
if ((plVar6 == (lang_memory_region_type *)0x0) &&
(iVar1 = strcmp(pcVar2,region_name), iVar1 == 0)) {
plVar6 = plVar9;
}
iVar1 = strcmp(pcVar2,alias);
if (iVar1 == 0) {
pcVar2 = (char *)dcgettext(0,
"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",
5);
einfo(pcVar2,0,alias);
pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;
}
else {
pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;
}
} while ((pmVar5 != (memory_region_struct *)0x0) ||
(pmVar5 = plVar9->next, plVar9 = pmVar5, pmVar5 != (memory_region_struct *)0x0));
if (plVar6 != (lang_memory_region_type *)0x0) goto LAB_0011aef1;
}
}
else {
lVar4 = 10;
pbVar7 = (byte *)alias;
pbVar8 = (byte *)"*default*";
do {
if (lVar4 == 0) break;
lVar4 = lVar4 + -1;
bVar11 = *pbVar7 < *pbVar8;
bVar10 = *pbVar7 == *pbVar8;
pbVar7 = pbVar7 + 1;
pbVar8 = pbVar8 + 1;
} while (bVar10);
if ((!bVar11 && !bVar10) == bVar11) goto LAB_0011af24;
if (lang_memory_region_list != (lang_memory_region_type *)0x0) goto LAB_0011ae7e;
}
plVar6 = (lang_memory_region_type *)0x0;
pcVar2 = (char *)dcgettext(0,
"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n"
,5);
einfo(pcVar2,0,region_name,alias);
LAB_0011aef1:
pmVar3 = (memory_region_name_struct *)stat_alloc(0x10);
pcVar2 = (char *)xstrdup(alias);
pmVar3->name = pcVar2;
pmVar3->next = (plVar6->name_list).next;
(plVar6->name_list).next = pmVar3;
return;
}
|
void FUN_0011ae20(byte *param_1,byte *param_2)
{
char *__s1;
int iVar1;
undefined8 uVar2;
undefined8 *puVar3;
long lVar4;
undefined8 *puVar5;
byte *pbVar6;
byte *pbVar7;
undefined8 *puVar8;
bool bVar9;
bool bVar10;
bool bVar11;
lVar4 = 10;
bVar9 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;
bVar11 = &stack0x00000000 == (undefined1 *)0x48;
pbVar6 = param_2;
pbVar7 = (byte *)"*default*";
do {
if (lVar4 == 0) break;
lVar4 = lVar4 + -1;
bVar9 = *pbVar6 < *pbVar7;
bVar11 = *pbVar6 == *pbVar7;
pbVar6 = pbVar6 + 1;
pbVar7 = pbVar7 + 1;
} while (bVar11);
bVar10 = false;
bVar9 = (!bVar9 && !bVar11) == bVar9;
if (bVar9) {
LAB_0011af24:
uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);
FUN_00129380(uVar2,0);
if (DAT_002b4cf8 != (undefined8 *)0x0) {
LAB_0011ae7e:
puVar5 = (undefined8 *)0x0;
puVar3 = DAT_002b4cf8;
puVar8 = DAT_002b4cf8;
do {
__s1 = (char *)*puVar3;
if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {
puVar5 = puVar8;
}
iVar1 = strcmp(__s1,(char *)param_1);
if (iVar1 == 0) {
uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);
FUN_00129380(uVar2,0,param_1);
puVar3 = (undefined8 *)puVar3[1];
}
else {
puVar3 = (undefined8 *)puVar3[1];
}
} while ((puVar3 != (undefined8 *)0x0) ||
(puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));
if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;
}
}
else {
lVar4 = 10;
pbVar6 = param_1;
pbVar7 = (byte *)"*default*";
do {
if (lVar4 == 0) break;
lVar4 = lVar4 + -1;
bVar10 = *pbVar6 < *pbVar7;
bVar9 = *pbVar6 == *pbVar7;
pbVar6 = pbVar6 + 1;
pbVar7 = pbVar7 + 1;
} while (bVar9);
if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;
if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;
}
puVar5 = (undefined8 *)0x0;
uVar2 = dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5);
FUN_00129380(uVar2,0,param_2,param_1);
LAB_0011aef1:
puVar3 = (undefined8 *)FUN_00119720(0x10);
uVar2 = xstrdup(param_1);
*puVar3 = uVar2;
puVar3[1] = puVar5[1];
puVar5[1] = puVar3;
return;
}
| PUSH R15
LEA RDX,[0x15d0ef]
MOV ECX,0xa
PUSH R14
PUSH R13
PUSH R12
MOV R12,RDI
MOV RDI,RDX
PUSH RBP
PUSH RBX
SUB RSP,0x18
MOV qword ptr [RSP + 0x8],RSI
CMPSB.REPE RDI,RSI
SETA AL
SBB AL,0x0
TEST AL,AL
JZ 0x0011af24
MOV ECX,0xa
MOV RSI,R12
MOV RDI,RDX
CMPSB.REPE RDI,RSI
SETA AL
SBB AL,0x0
TEST AL,AL
JZ 0x0011af24
MOV R13,qword ptr [0x002b4cf8]
TEST R13,R13
JZ 0x0011af53
XOR EBP,EBP
LEA R14,[0x16c828]
NOP word ptr [RAX + RAX*0x1]
MOV RBX,R13
JMP 0x0011aea1
MOV RBX,qword ptr [RBX + 0x8]
TEST RBX,RBX
JZ 0x0011aee3
MOV R15,qword ptr [RBX]
TEST RBP,RBP
JZ 0x0011af88
MOV RSI,R12
MOV RDI,R15
CALL 0x0010d6a0
TEST EAX,EAX
JNZ 0x0011ae98
MOV EDX,0x5
MOV RSI,R14
XOR EDI,EDI
CALL 0x0010d300
MOV RDX,R12
XOR ESI,ESI
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00129380
MOV RBX,qword ptr [RBX + 0x8]
TEST RBX,RBX
JNZ 0x0011aea1
MOV R13,qword ptr [R13 + 0x10]
TEST R13,R13
JNZ 0x0011ae90
TEST RBP,RBP
JZ 0x0011af53
MOV EDI,0x10
CALL 0x00119720
MOV RDI,R12
MOV RBX,RAX
CALL 0x0010d510
MOV qword ptr [RBX],RAX
MOV RAX,qword ptr [RBP + 0x8]
MOV qword ptr [RBX + 0x8],RAX
MOV qword ptr [RBP + 0x8],RBX
ADD RSP,0x18
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV EDX,0x5
LEA RSI,[0x16c7f0]
XOR EDI,EDI
CALL 0x0010d300
XOR ESI,ESI
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00129380
MOV R13,qword ptr [0x002b4cf8]
TEST R13,R13
JNZ 0x0011ae7e
MOV EDX,0x5
LEA RSI,[0x16c868]
XOR EDI,EDI
XOR EBP,EBP
CALL 0x0010d300
MOV RDX,qword ptr [RSP + 0x8]
MOV RCX,R12
XOR ESI,ESI
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00129380
JMP 0x0011aef1
MOV RSI,qword ptr [RSP + 0x8]
MOV RDI,R15
CALL 0x0010d6a0
TEST EAX,EAX
CMOVZ RBP,R13
JMP 0x0011aead | null | null | null | null | [('tmp_247', u'CBRANCH_-1206997311'), ('const-1', u'PTRADD_-1206997243'), (u'CAST_-1206995705', u'CALL_-1206996718'), (u'CALL_-1206996953', u'CAST_-1206995748'), (u'INT_LESS_-1206997285', u'MULTIEQUAL_-1206996299'), (u'MULTIEQUAL_-1206995877', u'MULTIEQUAL_-1206996049'), (u'MULTIEQUAL_-1206996078', u'COPY_-1206995945'), ('tmp_1257', u'CALL_-1206997044'), ('const-433', u'STORE_-1206996930'), (u'LOAD_-1206997168', u'CALL_-1206996689'), ('tmp_526', u'CBRANCH_-1206997113'), (u'MULTIEQUAL_-1206996404', u'LOAD_-1206997384'), ('const-1429743', u'COPY_-1206997320'), ('tmp_1257', u'CAST_-1206995921'), ('tmp_93', u'CBRANCH_-1206997395'), (u'PTRSUB_-1206995875', u'LOAD_-1206997168'), (u'COPY_-1206997348', u'MULTIEQUAL_-1206996302'), (u'CALL_-1206996689', u'INDIRECT_-1206995821'), (u'MULTIEQUAL_-1206996282', u'MULTIEQUAL_-1206996279'), (u'INT_NOTEQUAL_-1206996983', u'CBRANCH_-1206996982'), (u'PTRSUB_-1206995778', u'PTRSUB_-1206995769'), ('const-433', u'LOAD_-1206997386'), ('const-10', u'COPY_-1206997330'), ('const-0', u'PTRSUB_-1206995898'), ('const-0', u'CALL_-1206997084'), ('const-433', u'LOAD_-1206996960'), (u'CAST_-1206995858', u'MULTIEQUAL_-1206995879'), (u'MULTIEQUAL_-1206996078', u'MULTIEQUAL_-1206996049'), (u'CAST_-1206995748', u'STORE_-1206996950'), ('tmp_4112', u'MULTIEQUAL_-1206996078'), (u'PTRSUB_-1206995769', u'LOAD_-1206996946'), (u'CALL_-1206996689', u'INT_EQUAL_-1206996675'), ('tmp_726', u'CBRANCH_-1206996982'), ('const-0', u'CALL_-1206996754'), (u'PTRADD_-1206997243', u'COPY_-1206995993'), (u'INDIRECT_-1206995821', u'MULTIEQUAL_-1206996032'), ('const-433', u'STORE_-1206996950'), ('const-0', u'INT_EQUAL_-1206997150'), (u'PTRSUB_-1206995995', u'INT_EQUAL_-1206997407'), ('const-1493032', u'COPY_-1206995920'), ('const-0', u'PTRSUB_-1206995782'), (u'BOOL_AND_-1206997332', u'INT_EQUAL_-1206997334'), ('tmp_1041', u'CBRANCH_-1206996939'), (u'CAST_-1206995950', u'COPY_-1206996019'), ('const--48', u'PTRSUB_-1206995992'), ('const-0', u'PTRSUB_-1206995778'), (u'INT_EQUAL_-1206996675', u'CBRANCH_-1206996672'), (u'COPY_-1206996459', u'MULTIEQUAL_-1206996360'), ('const-16', u'CALL_-1206996969'), (u'STORE_-1206996950', u'INDIRECT_-1206995950'), ('tmp_4112', u'MULTIEQUAL_-1206995868'), (u'INDIRECT_-1206995841', u'MULTIEQUAL_-1206995965'), ('const-433', u'LOAD_-1206997019'), (u'INT_EQUAL_-1206997369', u'MULTIEQUAL_-1206996282'), (u'CALL_-1206996783', u'INDIRECT_-1206995862'), (u'COPY_-1206997433', u'CAST_-1206995950'), ('const-433', u'LOAD_-1206997168'), ('const-0', u'INT_EQUAL_-1206997306'), (u'INT_LESS_-1206997369', u'MULTIEQUAL_-1206996326'), (u'LOAD_-1206997019', u'COPY_-1206995845'), ('tmp_3251', u'PTRSUB_-1206995992'), (u'LOAD_-1206997300', u'INT_LESS_-1206997285'), (u'LOAD_-1206997300', u'INT_EQUAL_-1206997285'), (u'COPY_-1206995925', u'MULTIEQUAL_-1206996349'), ('tmp_1008', u'BRANCH_-1206996732'), (u'INT_EQUAL_-1206997369', u'CBRANCH_-1206997370'), (u'MULTIEQUAL_-1206996277', u'PTRSUB_-1206995778'), (u'CALL_-1206996754', u'INDIRECT_-1206995917'), (u'INDIRECT_-1206995937', u'COPY_-1206995982'), (u'MULTIEQUAL_-1206996049', u'MULTIEQUAL_-1206996032'), (u'MULTIEQUAL_-1206996323', u'BOOL_NEGATE_-1206996212'), (u'INT_NOTEQUAL_-1206996695', u'CBRANCH_-1206996693'), ('const-8', u'PTRSUB_-1206995772'), ('const-5', u'CALL_-1206997084'), (u'INT_LESS_-1206997407', u'MULTIEQUAL_-1206996326'), ('const-1', u'PTRADD_-1206997332'), (u'CAST_-1206995811', u'CALL_-1206997044'), ('tmp_1257', u'CALL_-1206996735'), (u'LOAD_-1206996946', u'STORE_-1206996937'), ('const-8', u'PTRSUB_-1206995817'), ('tmp_236', u'CBRANCH_-1206997333'), (u'CALL_-1206997084', u'CAST_-1206995811'), (u'INT_EQUAL_-1206997369', u'MULTIEQUAL_-1206996279'), (u'LOAD_-1206997019', u'INT_NOTEQUAL_-1206996999'), (u'PTRADD_-1206997248', u'COPY_-1206995989'), ('const-1', u'PTRADD_-1206997327'), ('const-433', u'LOAD_-1206997302'), ('const-8', u'PTRSUB_-1206995760'), (u'INT_EQUAL_-1206997285', u'CBRANCH_-1206997286'), ('const-0', u'INT_NOTEQUAL_-1206996940'), (u'INT_ADD_-1206997380', u'MULTIEQUAL_-1206996501'), (u'MULTIEQUAL_-1206996390', u'PTRSUB_-1206995887'), ('tmp_486', u'CBRANCH_-1206997148'), (u'COPY_-1206995935', u'MULTIEQUAL_-1206996390'), (u'INDIRECT_-1206996005', u'MULTIEQUAL_-1206995877'), (u'COPY_-1206995993', u'MULTIEQUAL_-1206996336'), ('const-1429743', u'COPY_-1206997433'), ('const-0', u'INT_NOTEQUAL_-1206996983'), ('const-433', u'LOAD_-1206997042'), ('const-433', u'STORE_-1206996937'), ('const-433', u'LOAD_-1206997384'), (u'LOAD_-1206997042', u'CAST_-1206995790'), (u'MULTIEQUAL_-1206996382', u'PTRADD_-1206997243'), (u'MULTIEQUAL_-1206995879', u'COPY_-1206995935'), (u'PTRADD_-1206997327', u'COPY_-1206996017'), ('tmp_418', u'CBRANCH_-1206997222'), ('const-0', u'INT_EQUAL_-1206997115'), ('const-5', u'CALL_-1206996783'), ('const-0', u'INT_NOTEQUAL_-1206997223'), (u'CALL_-1206996735', u'INDIRECT_-1206995841'), ('tmp_1222', u'CBRANCH_-1206996693'), (u'INT_EQUAL_-1206997285', u'MULTIEQUAL_-1206996255'), (u'COPY_-1206995993', u'MULTIEQUAL_-1206996382'), (u'CAST_-1206995760', u'PTRSUB_-1206995772'), (u'PTRSUB_-1206995992', u'INT_LESS_-1206997407'), (u'LOAD_-1206996960', u'CAST_-1206995858'), (u'MULTIEQUAL_-1206996299', u'BOOL_NEGATE_-1206996176'), (u'COPY_-1206995683', u'MULTIEQUAL_-1206996349'), (u'MULTIEQUAL_-1206996349', u'INT_NOTEQUAL_-1206996983'), ('const-0', u'PTRSUB_-1206995995'), (u'MULTIEQUAL_-1206996501', u'INT_ADD_-1206997380'), ('const-0', u'RETURN_-1206996869'), (u'BOOL_NEGATE_-1206996211', u'BOOL_AND_-1206997332'), ('const-0', u'CALL_-1206996783'), (u'COPY_-1206996013', u'MULTIEQUAL_-1206996358'), (u'BOOL_NEGATE_-1206996176', u'BOOL_AND_-1206997248'), ('tmp_1258', u'CAST_-1206995951'), ('const-0', u'INT_NOTEQUAL_-1206996999'), (u'PTRSUB_-1206995818', u'LOAD_-1206997019'), ('const-72', u'INT_EQUAL_-1206997407'), ('const-0', u'INT_EQUAL_-1206996675'), ('tmp_3251', u'PTRSUB_-1206995995'), (u'INT_NOTEQUAL_-1206996999', u'CBRANCH_-1206996997'), (u'LOAD_-1206997168', u'CALL_-1206997129'), (u'PTRSUB_-1206995829', u'PTRSUB_-1206995817'), (u'MULTIEQUAL_-1206996390', u'PTRSUB_-1206995898'), (u'MULTIEQUAL_-1206995901', u'PTRSUB_-1206995818'), (u'MULTIEQUAL_-1206996277', u'PTRSUB_-1206995767'), (u'CAST_-1206995951', u'COPY_-1206996023'), ('tmp_1257', u'CALL_-1206997129'), (u'MULTIEQUAL_-1206996336', u'LOAD_-1206997302'), (u'STORE_-1206996930', u'INDIRECT_-1206995937'), ('const-1492976', u'COPY_-1206995813'), (u'COPY_-1206995920', u'CALL_-1206997084'), (u'CAST_-1206995790', u'MULTIEQUAL_-1206995879'), ('const-0', u'CALL_-1206996735'), (u'MULTIEQUAL_-1206996323', u'INT_EQUAL_-1206997334'), ('const-433', u'LOAD_-1206996946'), ('const-1493096', u'COPY_-1206995762'), (u'INT_EQUAL_-1206997334', u'MULTIEQUAL_-1206996258'), (u'CALL_-1206997084', u'INDIRECT_-1206996021'), (u'INT_EQUAL_-1206997150', u'CBRANCH_-1206997148'), (u'MULTIEQUAL_-1206996479', u'INT_ADD_-1206997296'), (u'INT_EQUAL_-1206997407', u'MULTIEQUAL_-1206996282'), ('const-8', u'PTRSUB_-1206995769'), ('const-16', u'PTRSUB_-1206995818'), ('const-1', u'PTRADD_-1206997248'), (u'COPY_-1206995989', u'MULTIEQUAL_-1206996336'), (u'MULTIEQUAL_-1206996382', u'LOAD_-1206997300'), (u'BOOL_NEGATE_-1206996212', u'BOOL_AND_-1206997332'), ('tmp_1258', u'CALL_-1206996735'), (u'MULTIEQUAL_-1206996404', u'PTRADD_-1206997327'), ('tmp_1089', u'CBRANCH_-1206996672'), (u'INT_EQUAL_-1206997390', u'CBRANCH_-1206997395'), (u'COPY_-1206995945', u'MULTIEQUAL_-1206995901'), (u'MULTIEQUAL_-1206995879', u'INT_NOTEQUAL_-1206996940'), ('const-1', u'PTRADD_-1206997248'), (u'INT_ADD_-1206997296', u'MULTIEQUAL_-1206996479'), (u'MULTIEQUAL_-1206996349', u'MULTIEQUAL_-1206996277'), (u'COPY_-1206995762', u'CALL_-1206996783'), (u'MULTIEQUAL_-1206995901', u'COPY_-1206995683'), (u'COPY_-1206995813', u'CALL_-1206996754'), (u'INT_NOTEQUAL_-1206996940', u'CBRANCH_-1206996939'), ('const-0', u'PTRSUB_-1206995875'), (u'MULTIEQUAL_-1206996479', u'INT_EQUAL_-1206997306'), (u'BOOL_AND_-1206997248', u'INT_EQUAL_-1206997250'), (u'CALL_-1206996969', u'CAST_-1206995760'), ('const-0', u'CALL_-1206997044'), (u'MULTIEQUAL_-1206996258', u'MULTIEQUAL_-1206996255'), (u'MULTIEQUAL_-1206995901', u'COPY_-1206995922'), (u'PTRSUB_-1206995782', u'STORE_-1206996950'), (u'CAST_-1206995920', u'COPY_-1206995993'), (u'LOAD_-1206997019', u'MULTIEQUAL_-1206996390'), (u'MULTIEQUAL_-1206996360', u'COPY_-1206995925'), (u'PTRSUB_-1206995772', u'STORE_-1206996937'), (u'CAST_-1206995652', u'CALL_-1206996735'), (u'COPY_-1206997320', u'CAST_-1206995920'), ('tmp_160', u'CBRANCH_-1206997370'), ('const-1', u'PTRADD_-1206997327'), (u'COPY_-1206996023', u'MULTIEQUAL_-1206996404'), (u'INDIRECT_-1206995904', u'MULTIEQUAL_-1206995868'), (u'INT_EQUAL_-1206997334', u'CBRANCH_-1206997333'), ('tmp_700', u'CBRANCH_-1206996997'), (u'COPY_-1206995922', u'MULTIEQUAL_-1206995901'), (u'CALL_-1206996969', u'INDIRECT_-1206995969'), (u'MULTIEQUAL_-1206996299', u'INT_EQUAL_-1206997250'), (u'PTRSUB_-1206995887', u'PTRSUB_-1206995875'), (u'INT_LESS_-1206997285', u'MULTIEQUAL_-1206996302'), ('const-10', u'COPY_-1206997458'), ('const-5', u'CALL_-1206996754'), (u'STORE_-1206996937', u'INDIRECT_-1206995942'), (u'INT_EQUAL_-1206997306', u'CBRANCH_-1206997311'), (u'PTRSUB_-1206995760', u'STORE_-1206996930'), (u'CAST_-1206995760', u'STORE_-1206996930'), (u'CALL_-1206997044', u'INDIRECT_-1206996005'), (u'PTRSUB_-1206995817', u'LOAD_-1206997042'), (u'PTRADD_-1206997332', u'COPY_-1206996013'), (u'MULTIEQUAL_-1206996279', u'BOOL_NEGATE_-1206996211'), ('tmp_1257', u'CALL_-1206996953'), ('const-0', u'CALL_-1206996718'), ('tmp_314', u'CBRANCH_-1206997286'), (u'PTRSUB_-1206995767', u'PTRSUB_-1206995760'), (u'MULTIEQUAL_-1206996358', u'PTRADD_-1206997332'), (u'LOAD_-1206997386', u'INT_LESS_-1206997369'), (u'LOAD_-1206997386', u'INT_EQUAL_-1206997369'), (u'INDIRECT_-1206995904', u'MULTIEQUAL_-1206996078'), (u'CAST_-1206995760', u'PTRSUB_-1206995782'), ('const-24', u'INT_LESS_-1206997407'), ('const-0', u'COPY_-1206996459'), (u'COPY_-1206996019', u'MULTIEQUAL_-1206996358'), (u'COPY_-1206995684', u'MULTIEQUAL_-1206996349'), (u'CALL_-1206996953', u'INDIRECT_-1206995957'), ('const--1', u'INT_ADD_-1206997380'), (u'MULTIEQUAL_-1206995877', u'MULTIEQUAL_-1206995965'), ('const-1', u'PTRADD_-1206997243'), (u'CALL_-1206996754', u'CAST_-1206995705'), (u'COPY_-1206996017', u'MULTIEQUAL_-1206996404'), ('const-8', u'PTRSUB_-1206995885'), (u'COPY_-1206996230', u'MULTIEQUAL_-1206996277'), (u'COPY_-1206997458', u'MULTIEQUAL_-1206996501'), ('const-433', u'LOAD_-1206997300'), (u'LOAD_-1206997384', u'INT_EQUAL_-1206997369'), (u'LOAD_-1206997384', u'INT_LESS_-1206997369'), (u'MULTIEQUAL_-1206996078', u'COPY_-1206995958'), (u'COPY_-1206995958', u'MULTIEQUAL_-1206996390'), ('const-0', u'PTRSUB_-1206995767'), ('const-0', u'INT_EQUAL_-1206997390'), (u'BOOL_NEGATE_-1206996175', u'BOOL_AND_-1206997248'), (u'INDIRECT_-1206996041', u'MULTIEQUAL_-1206995877'), (u'COPY_-1206997330', u'MULTIEQUAL_-1206996479'), (u'COPY_-1206995997', u'MULTIEQUAL_-1206996382'), (u'CAST_-1206995921', u'COPY_-1206995997'), ('const--1', u'INT_ADD_-1206997296'), (u'INT_LESS_-1206997369', u'MULTIEQUAL_-1206996323'), (u'MULTIEQUAL_-1206996501', u'INT_EQUAL_-1206997390'), (u'MULTIEQUAL_-1206996390', u'PTRSUB_-1206995829'), ('const-1', u'PTRADD_-1206997332'), (u'INDIRECT_-1206995904', u'INT_NOTEQUAL_-1206996695'), (u'CALL_-1206997129', u'INT_EQUAL_-1206997115'), ('tmp_1258', u'CALL_-1206996689'), ('const-0', u'INT_NOTEQUAL_-1206996695'), (u'MULTIEQUAL_-1206996360', u'INT_EQUAL_-1206997150'), (u'COPY_-1206995845', u'MULTIEQUAL_-1206995901'), ('const-0', u'COPY_-1206996230'), (u'MULTIEQUAL_-1206995877', u'MULTIEQUAL_-1206995868'), (u'LOAD_-1206997302', u'INT_LESS_-1206997285'), (u'LOAD_-1206997302', u'INT_EQUAL_-1206997285'), (u'CALL_-1206996718', u'INDIRECT_-1206995904'), (u'CALL_-1206996783', u'CAST_-1206995652'), (u'INT_EQUAL_-1206997250', u'CBRANCH_-1206997249'), (u'PTRSUB_-1206995898', u'PTRSUB_-1206995885'), ('tmp_4112', u'INT_NOTEQUAL_-1206997223'), (u'MULTIEQUAL_-1206996255', u'BOOL_NEGATE_-1206996175'), (u'PTRSUB_-1206995885', u'LOAD_-1206996960'), (u'CALL_-1206997129', u'INDIRECT_-1206996041'), (u'INT_EQUAL_-1206997115', u'CBRANCH_-1206997113'), (u'MULTIEQUAL_-1206996326', u'MULTIEQUAL_-1206996323'), ('tmp_390', u'CBRANCH_-1206997249'), (u'MULTIEQUAL_-1206996302', u'MULTIEQUAL_-1206996299'), (u'MULTIEQUAL_-1206996336', u'PTRADD_-1206997248'), (u'MULTIEQUAL_-1206996349', u'MULTIEQUAL_-1206996360'), (u'MULTIEQUAL_-1206996360', u'COPY_-1206995684'), (u'MULTIEQUAL_-1206996358', u'LOAD_-1206997386'), (u'INT_NOTEQUAL_-1206997223', u'CBRANCH_-1206997222'), ('const-0', u'PTRSUB_-1206995829'), ('const-0', u'COPY_-1206997348'), (u'INT_EQUAL_-1206997285', u'MULTIEQUAL_-1206996258'), ('const-0', u'PTRSUB_-1206995887')] | [('tmp_247', u'CBRANCH_-1206997311'), ('const-1', u'PTRADD_-1206995898'), (u'MULTIEQUAL_-1206996357', u'PTRADD_-1206997332'), ('tmp_526', u'CBRANCH_-1206997113'), (u'COPY_-1206995968', u'MULTIEQUAL_-1206996389'), ('tmp_93', u'CBRANCH_-1206997395'), (u'CAST_-1206995842', u'CALL_-1206997129'), (u'STORE_-1206996937', u'INDIRECT_-1206995941'), ('tmp_3263', u'CALL_-1206996735'), (u'CAST_-1206995862', u'CALL_-1206996689'), (u'BOOL_NEGATE_-1206996174', u'BOOL_AND_-1206997248'), (u'INT_NOTEQUAL_-1206996983', u'CBRANCH_-1206996982'), ('const-10', u'COPY_-1206997330'), (u'COPY_-1206997348', u'MULTIEQUAL_-1206996301'), (u'INDIRECT_-1206996004', u'MULTIEQUAL_-1206995887'), (u'INT_LESS_-1206997407', u'MULTIEQUAL_-1206996325'), ('const-0', u'CALL_-1206996754'), (u'CAST_-1206995932', u'COPY_-1206996003'), (u'CALL_-1206996689', u'INT_EQUAL_-1206996675'), (u'CALL_-1206996754', u'CALL_-1206996718'), ('tmp_726', u'CBRANCH_-1206996982'), (u'INDIRECT_-1206995903', u'MULTIEQUAL_-1206995867'), ('tmp_3256', u'PTRSUB_-1206995991'), (u'PTRADD_-1206997327', u'COPY_-1206996027'), ('const-0', u'INT_EQUAL_-1206997150'), ('const-2', u'PTRADD_-1206995821'), ('tmp_3260', u'CALL_-1206996735'), (u'BOOL_NEGATE_-1206996210', u'BOOL_AND_-1206997332'), (u'BOOL_AND_-1206997332', u'INT_EQUAL_-1206997334'), ('tmp_1041', u'CBRANCH_-1206996939'), ('const-1', u'PTRADD_-1206997332'), ('const-0', u'CALL_-1206997044'), (u'MULTIEQUAL_-1206995887', u'MULTIEQUAL_-1206995964'), (u'COPY_-1206995855', u'MULTIEQUAL_-1206995900'), (u'INT_ADD_-1206997296', u'MULTIEQUAL_-1206996478'), (u'COPY_-1206996029', u'MULTIEQUAL_-1206996357'), (u'COPY_-1206996023', u'MULTIEQUAL_-1206996357'), (u'INT_EQUAL_-1206996675', u'CBRANCH_-1206996672'), (u'CAST_-1206995791', u'COPY_-1206995855'), (u'CALL_-1206996783', u'INDIRECT_-1206995861'), (u'CALL_-1206997129', u'INDIRECT_-1206996040'), ('const-5', u'CALL_-1206997084'), (u'PTRADD_-1206995777', u'STORE_-1206996937'), ('const-0', u'INT_EQUAL_-1206997306'), (u'CALL_-1206996754', u'INDIRECT_-1206995916'), (u'LOAD_-1206997300', u'INT_EQUAL_-1206997285'), (u'LOAD_-1206997300', u'INT_LESS_-1206997285'), (u'INT_LESS_-1206997369', u'MULTIEQUAL_-1206996325'), (u'CALL_-1206996783', u'CALL_-1206996735'), (u'MULTIEQUAL_-1206996298', u'INT_EQUAL_-1206997250'), (u'MULTIEQUAL_-1206996359', u'INT_EQUAL_-1206997150'), (u'CALL_-1206997084', u'INDIRECT_-1206996020'), ('tmp_1008', u'BRANCH_-1206996732'), (u'INT_EQUAL_-1206997369', u'CBRANCH_-1206997370'), (u'MULTIEQUAL_-1206996348', u'MULTIEQUAL_-1206996276'), (u'MULTIEQUAL_-1206996359', u'COPY_-1206995935'), ('tmp_3260', u'CALL_-1206996953'), (u'PTRSUB_-1206995991', u'INT_LESS_-1206997407'), (u'PTRADD_-1206995772', u'STORE_-1206996930'), (u'INT_NOTEQUAL_-1206996695', u'CBRANCH_-1206996693'), ('const-1429743', u'COPY_-1206997433'), ('const-0', u'PTRSUB_-1206995994'), (u'COPY_-1206997320', u'CAST_-1206995932'), (u'COPY_-1206995945', u'MULTIEQUAL_-1206996389'), ('const-1', u'PTRADD_-1206995782'), (u'COPY_-1206995812', u'CALL_-1206996754'), ('const-1', u'PTRADD_-1206997332'), (u'LOAD_-1206996960', u'CAST_-1206995868'), (u'CALL_-1206996689', u'INDIRECT_-1206995820'), (u'INT_LESS_-1206997285', u'MULTIEQUAL_-1206996298'), (u'LOAD_-1206996946', u'STORE_-1206996937'), ('tmp_236', u'CBRANCH_-1206997333'), (u'MULTIEQUAL_-1206996325', u'MULTIEQUAL_-1206996322'), (u'LOAD_-1206997042', u'CAST_-1206995801'), ('const-1', u'PTRADD_-1206997327'), (u'COPY_-1206995999', u'MULTIEQUAL_-1206996335'), (u'INT_EQUAL_-1206997285', u'CBRANCH_-1206997286'), ('const-0', u'INT_NOTEQUAL_-1206996940'), ('tmp_486', u'CBRANCH_-1206997148'), ('const--1', u'INT_ADD_-1206997380'), (u'INT_LESS_-1206997369', u'MULTIEQUAL_-1206996322'), ('const-433', u'LOAD_-1206997386'), (u'MULTIEQUAL_-1206996357', u'LOAD_-1206997386'), (u'LOAD_-1206997168', u'CAST_-1206995862'), (u'MULTIEQUAL_-1206996389', u'PTRADD_-1206995831'), ('const-0', u'INT_NOTEQUAL_-1206996983'), (u'COPY_-1206995919', u'CALL_-1206997084'), ('const-1493096', u'COPY_-1206995761'), ('const-8', u'PTRADD_-1206995898'), (u'INT_ADD_-1206997380', u'MULTIEQUAL_-1206996500'), ('tmp_3263', u'CAST_-1206995622'), ('const-433', u'STORE_-1206996930'), ('tmp_418', u'CBRANCH_-1206997222'), (u'MULTIEQUAL_-1206996077', u'MULTIEQUAL_-1206996048'), ('const-0', u'INT_EQUAL_-1206997115'), ('const-0', u'INT_NOTEQUAL_-1206997223'), ('tmp_3260', u'CALL_-1206997044'), (u'CALL_-1206996735', u'INDIRECT_-1206995840'), ('tmp_1222', u'CBRANCH_-1206996693'), (u'MULTIEQUAL_-1206996389', u'LOAD_-1206997168'), ('const-8', u'PTRADD_-1206995831'), (u'COPY_-1206995955', u'MULTIEQUAL_-1206995900'), (u'PTRADD_-1206995821', u'LOAD_-1206997019'), ('const-8', u'PTRADD_-1206995821'), ('const--48', u'PTRSUB_-1206995991'), ('const-0', u'COPY_-1206996458'), ('const-1429743', u'COPY_-1206997320'), ('const-0', u'RETURN_-1206996869'), (u'BOOL_NEGATE_-1206996211', u'BOOL_AND_-1206997332'), ('const-433', u'LOAD_-1206997168'), (u'INDIRECT_-1206995903', u'INT_NOTEQUAL_-1206996695'), (u'INT_EQUAL_-1206997407', u'MULTIEQUAL_-1206996281'), ('const-5', u'CALL_-1206996783'), ('tmp_3260', u'CAST_-1206995842'), ('const-433', u'LOAD_-1206997019'), ('const-0', u'INT_NOTEQUAL_-1206996999'), ('const-1', u'PTRADD_-1206997327'), ('const-0', u'INT_EQUAL_-1206996675'), ('const-433', u'LOAD_-1206997300'), (u'MULTIEQUAL_-1206996478', u'INT_ADD_-1206997296'), (u'PTRADD_-1206995898', u'LOAD_-1206996960'), (u'INT_NOTEQUAL_-1206996999', u'CBRANCH_-1206996997'), ('const-0', u'CALL_-1206996783'), (u'INT_LESS_-1206997285', u'MULTIEQUAL_-1206996301'), (u'COPY_-1206995761', u'CALL_-1206996783'), (u'CALL_-1206996953', u'INDIRECT_-1206995956'), (u'CAST_-1206995771', u'STORE_-1206996930'), (u'STORE_-1206996930', u'INDIRECT_-1206995936'), ('const-433', u'LOAD_-1206997042'), ('const-1', u'PTRADD_-1206995777'), (u'PTRADD_-1206995831', u'LOAD_-1206997042'), (u'COPY_-1206995693', u'MULTIEQUAL_-1206996348'), (u'CALL_-1206996969', u'INDIRECT_-1206995968'), ('const-0', u'CALL_-1206997084'), (u'MULTIEQUAL_-1206996077', u'COPY_-1206995955'), (u'INT_EQUAL_-1206997150', u'CBRANCH_-1206997148'), ('const-433', u'LOAD_-1206997384'), (u'COPY_-1206996027', u'MULTIEQUAL_-1206996403'), ('const-433', u'LOAD_-1206997302'), (u'INT_EQUAL_-1206997285', u'MULTIEQUAL_-1206996257'), (u'MULTIEQUAL_-1206996335', u'LOAD_-1206997302'), (u'STORE_-1206996950', u'INDIRECT_-1206995949'), (u'CALL_-1206996969', u'CAST_-1206995771'), (u'MULTIEQUAL_-1206996276', u'PTRADD_-1206995782'), (u'MULTIEQUAL_-1206996278', u'BOOL_NEGATE_-1206996210'), ('const-433', u'STORE_-1206996937'), ('const-1', u'PTRADD_-1206997248'), (u'COPY_-1206996003', u'MULTIEQUAL_-1206996381'), ('const-0', u'CALL_-1206996718'), (u'CAST_-1206995771', u'PTRADD_-1206995777'), ('tmp_1089', u'CBRANCH_-1206996672'), ('tmp_3256', u'PTRSUB_-1206995994'), (u'INT_EQUAL_-1206997390', u'CBRANCH_-1206997395'), (u'MULTIEQUAL_-1206996322', u'BOOL_NEGATE_-1206996211'), (u'CALL_-1206997044', u'INDIRECT_-1206996004'), (u'MULTIEQUAL_-1206996254', u'BOOL_NEGATE_-1206996174'), ('const-5', u'CALL_-1206996754'), ('tmp_4125', u'MULTIEQUAL_-1206996077'), ('const-1', u'PTRADD_-1206995831'), ('const-0', u'COPY_-1206996229'), (u'MULTIEQUAL_-1206996048', u'MULTIEQUAL_-1206996031'), (u'MULTIEQUAL_-1206996335', u'PTRADD_-1206997248'), (u'CAST_-1206995801', u'MULTIEQUAL_-1206995889'), (u'MULTIEQUAL_-1206996276', u'PTRADD_-1206995772'), (u'MULTIEQUAL_-1206996389', u'PTRADD_-1206995898'), (u'INT_NOTEQUAL_-1206996940', u'CBRANCH_-1206996939'), (u'PTRADD_-1206997243', u'COPY_-1206996003'), (u'BOOL_AND_-1206997248', u'INT_EQUAL_-1206997250'), (u'CAST_-1206995791', u'INT_NOTEQUAL_-1206996999'), ('const-433', u'LOAD_-1206996946'), (u'COPY_-1206997433', u'CAST_-1206995961'), (u'COPY_-1206997330', u'MULTIEQUAL_-1206996478'), (u'INDIRECT_-1206995903', u'MULTIEQUAL_-1206996077'), ('const-1', u'PTRADD_-1206995772'), ('const-0', u'CALL_-1206996735'), (u'MULTIEQUAL_-1206996348', u'MULTIEQUAL_-1206996359'), (u'INDIRECT_-1206995936', u'COPY_-1206995981'), ('tmp_4125', u'INT_NOTEQUAL_-1206997223'), ('const-8', u'PTRADD_-1206995772'), (u'COPY_-1206996007', u'MULTIEQUAL_-1206996381'), (u'INDIRECT_-1206996040', u'MULTIEQUAL_-1206995887'), (u'COPY_-1206995932', u'MULTIEQUAL_-1206995900'), ('const-8', u'PTRADD_-1206995782'), (u'MULTIEQUAL_-1206995887', u'MULTIEQUAL_-1206996048'), ('const-433', u'STORE_-1206996950'), ('tmp_160', u'CBRANCH_-1206997370'), (u'CAST_-1206995791', u'MULTIEQUAL_-1206996389'), ('const-16', u'CALL_-1206996969'), (u'MULTIEQUAL_-1206995887', u'MULTIEQUAL_-1206995867'), (u'MULTIEQUAL_-1206995889', u'INT_NOTEQUAL_-1206996940'), (u'CAST_-1206995771', u'STORE_-1206996950'), (u'INT_EQUAL_-1206997334', u'CBRANCH_-1206997333'), ('tmp_700', u'CBRANCH_-1206996997'), (u'MULTIEQUAL_-1206995900', u'PTRADD_-1206995821'), (u'MULTIEQUAL_-1206996478', u'INT_EQUAL_-1206997306'), ('const-10', u'COPY_-1206997458'), ('tmp_4125', u'MULTIEQUAL_-1206995867'), (u'COPY_-1206996003', u'MULTIEQUAL_-1206996335'), (u'INT_EQUAL_-1206997306', u'CBRANCH_-1206997311'), (u'PTRADD_-1206997332', u'COPY_-1206996023'), (u'MULTIEQUAL_-1206995889', u'COPY_-1206995945'), ('const-1492976', u'COPY_-1206995812'), (u'MULTIEQUAL_-1206996298', u'BOOL_NEGATE_-1206996175'), (u'LOAD_-1206997019', u'CAST_-1206995791'), (u'MULTIEQUAL_-1206995900', u'COPY_-1206995693'), ('const-1', u'PTRADD_-1206997248'), (u'COPY_-1206995935', u'MULTIEQUAL_-1206996348'), (u'MULTIEQUAL_-1206996359', u'COPY_-1206995694'), (u'COPY_-1206997458', u'MULTIEQUAL_-1206996500'), (u'INT_EQUAL_-1206997369', u'MULTIEQUAL_-1206996278'), ('const--1', u'INT_ADD_-1206997296'), ('tmp_314', u'CBRANCH_-1206997286'), (u'LOAD_-1206997386', u'INT_LESS_-1206997369'), (u'LOAD_-1206997386', u'INT_EQUAL_-1206997369'), (u'MULTIEQUAL_-1206996301', u'MULTIEQUAL_-1206996298'), (u'MULTIEQUAL_-1206996348', u'INT_NOTEQUAL_-1206996983'), (u'MULTIEQUAL_-1206996403', u'LOAD_-1206997384'), ('const-24', u'INT_LESS_-1206997407'), (u'MULTIEQUAL_-1206996322', u'INT_EQUAL_-1206997334'), (u'INDIRECT_-1206995840', u'MULTIEQUAL_-1206995964'), (u'MULTIEQUAL_-1206996281', u'MULTIEQUAL_-1206996278'), (u'MULTIEQUAL_-1206996381', u'LOAD_-1206997300'), (u'MULTIEQUAL_-1206995900', u'COPY_-1206995932'), (u'MULTIEQUAL_-1206996077', u'COPY_-1206995968'), (u'MULTIEQUAL_-1206996500', u'INT_ADD_-1206997380'), ('tmp_3260', u'COPY_-1206996007'), (u'INT_EQUAL_-1206997285', u'MULTIEQUAL_-1206996254'), (u'CAST_-1206995868', u'MULTIEQUAL_-1206995889'), (u'PTRADD_-1206997248', u'COPY_-1206995999'), (u'COPY_-1206995694', u'MULTIEQUAL_-1206996348'), (u'MULTIEQUAL_-1206996500', u'INT_EQUAL_-1206997390'), ('const-1', u'PTRADD_-1206997243'), (u'CALL_-1206997084', u'CALL_-1206997044'), (u'COPY_-1206996033', u'MULTIEQUAL_-1206996403'), ('const-72', u'INT_EQUAL_-1206997407'), (u'LOAD_-1206997384', u'INT_EQUAL_-1206997369'), (u'LOAD_-1206997384', u'INT_LESS_-1206997369'), ('const-0', u'INT_EQUAL_-1206997390'), (u'BOOL_NEGATE_-1206996175', u'BOOL_AND_-1206997248'), (u'INDIRECT_-1206995820', u'MULTIEQUAL_-1206996031'), (u'CAST_-1206995862', u'CALL_-1206997129'), (u'CAST_-1206995622', u'CALL_-1206996689'), ('const-8', u'PTRADD_-1206995777'), (u'INT_EQUAL_-1206997334', u'MULTIEQUAL_-1206996257'), (u'CALL_-1206997129', u'INT_EQUAL_-1206997115'), ('const-0', u'INT_NOTEQUAL_-1206996695'), (u'CAST_-1206995961', u'COPY_-1206996029'), (u'LOAD_-1206997302', u'INT_LESS_-1206997285'), (u'LOAD_-1206997302', u'INT_EQUAL_-1206997285'), (u'INT_EQUAL_-1206997369', u'MULTIEQUAL_-1206996281'), (u'INT_EQUAL_-1206997250', u'CBRANCH_-1206997249'), (u'PTRADD_-1206995782', u'LOAD_-1206996946'), (u'MULTIEQUAL_-1206996381', u'PTRADD_-1206997243'), (u'CALL_-1206996953', u'STORE_-1206996950'), (u'INT_EQUAL_-1206997115', u'CBRANCH_-1206997113'), ('const-1', u'PTRADD_-1206997243'), ('tmp_390', u'CBRANCH_-1206997249'), (u'COPY_-1206996458', u'MULTIEQUAL_-1206996359'), (u'MULTIEQUAL_-1206996403', u'PTRADD_-1206997327'), ('const-433', u'LOAD_-1206996960'), (u'PTRSUB_-1206995994', u'INT_EQUAL_-1206997407'), ('tmp_3263', u'COPY_-1206996033'), (u'INT_NOTEQUAL_-1206997223', u'CBRANCH_-1206997222'), ('const-1493032', u'COPY_-1206995919'), (u'COPY_-1206996229', u'MULTIEQUAL_-1206996276'), ('const-0', u'COPY_-1206997348'), (u'MULTIEQUAL_-1206996257', u'MULTIEQUAL_-1206996254'), (u'CALL_-1206996718', u'INDIRECT_-1206995903')] | null | null | 0011ae20 | x64 | O2 | (translation_unit "void FUN_0011ae20(byte *param_1,byte *param_2)\n\n{\n char *__s1;\n int iVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n long lVar4;\n undefined8 *puVar5;\n byte *pbVar6;\n byte *pbVar7;\n undefined8 *puVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n \n lVar4 = 10;\n bVar9 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;\n bVar11 = &stack0x00000000 == (undefined1 *)0x48;\n pbVar6 = param_2;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar9 = *pbVar6 < *pbVar7;\n bVar11 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar11);\n bVar10 = false;\n bVar9 = (!bVar9 && !bVar11) == bVar9;\n if (bVar9) {\nLAB_0011af24:\n uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n FUN_00129380(uVar2,0);\n if (DAT_002b4cf8 != (undefined8 *)0x0) {\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }\n }\n else {\n lVar4 = 10;\n pbVar6 = param_1;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);\n if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;\n if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;\n }\n puVar5 = (undefined8 *)0x0;\n uVar2 = dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5);\n FUN_00129380(uVar2,0,param_2,param_1);\nLAB_0011aef1:\n puVar3 = (undefined8 *)FUN_00119720(0x10);\n uVar2 = xstrdup(param_1);\n *puVar3 = uVar2;\n puVar3[1] = puVar5[1];\n puVar5[1] = puVar3;\n return;\n}\n\n" (function_definition "void FUN_0011ae20(byte *param_1,byte *param_2)\n\n{\n char *__s1;\n int iVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n long lVar4;\n undefined8 *puVar5;\n byte *pbVar6;\n byte *pbVar7;\n undefined8 *puVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n \n lVar4 = 10;\n bVar9 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;\n bVar11 = &stack0x00000000 == (undefined1 *)0x48;\n pbVar6 = param_2;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar9 = *pbVar6 < *pbVar7;\n bVar11 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar11);\n bVar10 = false;\n bVar9 = (!bVar9 && !bVar11) == bVar9;\n if (bVar9) {\nLAB_0011af24:\n uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n FUN_00129380(uVar2,0);\n if (DAT_002b4cf8 != (undefined8 *)0x0) {\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }\n }\n else {\n lVar4 = 10;\n pbVar6 = param_1;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);\n if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;\n if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;\n }\n puVar5 = (undefined8 *)0x0;\n uVar2 = dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5);\n FUN_00129380(uVar2,0,param_2,param_1);\nLAB_0011aef1:\n puVar3 = (undefined8 *)FUN_00119720(0x10);\n uVar2 = xstrdup(param_1);\n *puVar3 = uVar2;\n puVar3[1] = puVar5[1];\n puVar5[1] = puVar3;\n return;\n}" primitive_type (function_declarator "FUN_0011ae20(byte *param_1,byte *param_2)" identifier (parameter_list "(byte *param_1,byte *param_2)" ( (parameter_declaration "byte *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n char *__s1;\n int iVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n long lVar4;\n undefined8 *puVar5;\n byte *pbVar6;\n byte *pbVar7;\n undefined8 *puVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n \n lVar4 = 10;\n bVar9 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;\n bVar11 = &stack0x00000000 == (undefined1 *)0x48;\n pbVar6 = param_2;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar9 = *pbVar6 < *pbVar7;\n bVar11 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar11);\n bVar10 = false;\n bVar9 = (!bVar9 && !bVar11) == bVar9;\n if (bVar9) {\nLAB_0011af24:\n uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n FUN_00129380(uVar2,0);\n if (DAT_002b4cf8 != (undefined8 *)0x0) {\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }\n }\n else {\n lVar4 = 10;\n pbVar6 = param_1;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);\n if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;\n if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;\n }\n puVar5 = (undefined8 *)0x0;\n uVar2 = dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5);\n FUN_00129380(uVar2,0,param_2,param_1);\nLAB_0011aef1:\n puVar3 = (undefined8 *)FUN_00119720(0x10);\n uVar2 = xstrdup(param_1);\n *puVar3 = uVar2;\n puVar3[1] = puVar5[1];\n puVar5[1] = puVar3;\n return;\n}" { (declaration "char *__s1;" primitive_type (pointer_declarator "*__s1" * identifier) ;) (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "byte *pbVar6;" type_identifier (pointer_declarator "*pbVar6" * identifier) ;) (declaration "byte *pbVar7;" type_identifier (pointer_declarator "*pbVar7" * identifier) ;) (declaration "undefined8 *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "bool bVar9;" primitive_type identifier ;) (declaration "bool bVar10;" primitive_type identifier ;) (declaration "bool bVar11;" primitive_type identifier ;) (expression_statement "lVar4 = 10;" (assignment_expression "lVar4 = 10" identifier = number_literal) ;) (expression_statement "bVar9 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;" (assignment_expression "bVar9 = &stack0xffffffffffffffd0 < (undefined1 *)0x18" identifier = (binary_expression "&stack0xffffffffffffffd0 < (undefined1 *)0x18" (pointer_expression "&stack0xffffffffffffffd0" & identifier) < (cast_expression "(undefined1 *)0x18" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (expression_statement "bVar11 = &stack0x00000000 == (undefined1 *)0x48;" (assignment_expression "bVar11 = &stack0x00000000 == (undefined1 *)0x48" identifier = (binary_expression "&stack0x00000000 == (undefined1 *)0x48" (pointer_expression "&stack0x00000000" & identifier) == (cast_expression "(undefined1 *)0x48" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (expression_statement "pbVar6 = param_2;" (assignment_expression "pbVar6 = param_2" identifier = identifier) ;) (expression_statement "pbVar7 = (byte *)"*default*";" (assignment_expression "pbVar7 = (byte *)"*default*"" identifier = (cast_expression "(byte *)"*default*"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""*default*"" " string_content "))) ;) (do_statement "do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar9 = *pbVar6 < *pbVar7;\n bVar11 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar11);" do (compound_statement "{\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar9 = *pbVar6 < *pbVar7;\n bVar11 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n }" { (if_statement "if (lVar4 == 0) break;" if (parenthesized_expression "(lVar4 == 0)" ( (binary_expression "lVar4 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar4 = lVar4 + -1;" (assignment_expression "lVar4 = lVar4 + -1" identifier = (binary_expression "lVar4 + -1" identifier + number_literal)) ;) (expression_statement "bVar9 = *pbVar6 < *pbVar7;" (assignment_expression "bVar9 = *pbVar6 < *pbVar7" identifier = (binary_expression "*pbVar6 < *pbVar7" (pointer_expression "*pbVar6" * identifier) < (pointer_expression "*pbVar7" * identifier))) ;) (expression_statement "bVar11 = *pbVar6 == *pbVar7;" (assignment_expression "bVar11 = *pbVar6 == *pbVar7" identifier = (binary_expression "*pbVar6 == *pbVar7" (pointer_expression "*pbVar6" * identifier) == (pointer_expression "*pbVar7" * identifier))) ;) (expression_statement "pbVar6 = pbVar6 + 1;" (assignment_expression "pbVar6 = pbVar6 + 1" identifier = (binary_expression "pbVar6 + 1" identifier + number_literal)) ;) (expression_statement "pbVar7 = pbVar7 + 1;" (assignment_expression "pbVar7 = pbVar7 + 1" identifier = (binary_expression "pbVar7 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar11)" ( identifier )) ;) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" identifier = false) ;) (expression_statement "bVar9 = (!bVar9 && !bVar11) == bVar9;" (assignment_expression "bVar9 = (!bVar9 && !bVar11) == bVar9" identifier = (binary_expression "(!bVar9 && !bVar11) == bVar9" (parenthesized_expression "(!bVar9 && !bVar11)" ( (binary_expression "!bVar9 && !bVar11" (unary_expression "!bVar9" ! identifier) && (unary_expression "!bVar11" ! identifier)) )) == identifier)) ;) (if_statement "if (bVar9) {\nLAB_0011af24:\n uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n FUN_00129380(uVar2,0);\n if (DAT_002b4cf8 != (undefined8 *)0x0) {\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }\n }\n else {\n lVar4 = 10;\n pbVar6 = param_1;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);\n if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;\n if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;\n }" if (parenthesized_expression "(bVar9)" ( identifier )) (compound_statement "{\nLAB_0011af24:\n uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n FUN_00129380(uVar2,0);\n if (DAT_002b4cf8 != (undefined8 *)0x0) {\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }\n }" { (labeled_statement "LAB_0011af24:\n uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);" statement_identifier : (expression_statement "uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5)" identifier = (call_expression "dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5)" identifier (argument_list "(0,"%F%P:%pS: error: alias for default memory region\n",5)" ( number_literal , (string_literal ""%F%P:%pS: error: alias for default memory region\n"" " string_content escape_sequence ") , number_literal )))) ;)) (expression_statement "FUN_00129380(uVar2,0);" (call_expression "FUN_00129380(uVar2,0)" identifier (argument_list "(uVar2,0)" ( identifier , number_literal ))) ;) (if_statement "if (DAT_002b4cf8 != (undefined8 *)0x0) {\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }" if (parenthesized_expression "(DAT_002b4cf8 != (undefined8 *)0x0)" ( (binary_expression "DAT_002b4cf8 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }" { (labeled_statement "LAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;" statement_identifier : (expression_statement "puVar5 = (undefined8 *)0x0;" (assignment_expression "puVar5 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;)) (expression_statement "puVar3 = DAT_002b4cf8;" (assignment_expression "puVar3 = DAT_002b4cf8" identifier = identifier) ;) (expression_statement "puVar8 = DAT_002b4cf8;" (assignment_expression "puVar8 = DAT_002b4cf8" identifier = identifier) ;) (do_statement "do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));" do (compound_statement "{\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n }" { (expression_statement "__s1 = (char *)*puVar3;" (assignment_expression "__s1 = (char *)*puVar3" identifier = (cast_expression "(char *)*puVar3" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar3" * identifier))) ;) (if_statement "if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }" if (parenthesized_expression "((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0))" ( (binary_expression "(puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)" (parenthesized_expression "(puVar5 == (undefined8 *)0x0)" ( (binary_expression "puVar5 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)" ( (comma_expression "iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0" (assignment_expression "iVar1 = strcmp(__s1,(char *)param_2)" identifier = (call_expression "strcmp(__s1,(char *)param_2)" identifier (argument_list "(__s1,(char *)param_2)" ( identifier , (cast_expression "(char *)param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) , (binary_expression "iVar1 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n puVar5 = puVar8;\n }" { (expression_statement "puVar5 = puVar8;" (assignment_expression "puVar5 = puVar8" identifier = identifier) ;) })) (expression_statement "iVar1 = strcmp(__s1,(char *)param_1);" (assignment_expression "iVar1 = strcmp(__s1,(char *)param_1)" identifier = (call_expression "strcmp(__s1,(char *)param_1)" identifier (argument_list "(__s1,(char *)param_1)" ( identifier , (cast_expression "(char *)param_1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (if_statement "if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }" { (expression_statement "uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5)" identifier = (call_expression "dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5)" identifier (argument_list "(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5)" ( number_literal , (string_literal ""%F%P:%pS: error: redefinition of memory region alias `%s\'\n"" " string_content escape_sequence escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00129380(uVar2,0,param_1);" (call_expression "FUN_00129380(uVar2,0,param_1)" identifier (argument_list "(uVar2,0,param_1)" ( identifier , number_literal , identifier ))) ;) (expression_statement "puVar3 = (undefined8 *)puVar3[1];" (assignment_expression "puVar3 = (undefined8 *)puVar3[1]" identifier = (cast_expression "(undefined8 *)puVar3[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar3[1]" identifier [ number_literal ]))) ;) }) (else_clause "else {\n puVar3 = (undefined8 *)puVar3[1];\n }" else (compound_statement "{\n puVar3 = (undefined8 *)puVar3[1];\n }" { (expression_statement "puVar3 = (undefined8 *)puVar3[1];" (assignment_expression "puVar3 = (undefined8 *)puVar3[1]" identifier = (cast_expression "(undefined8 *)puVar3[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar3[1]" identifier [ number_literal ]))) ;) }))) }) while (parenthesized_expression "((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0))" ( (binary_expression "(puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0)" (parenthesized_expression "(puVar3 != (undefined8 *)0x0)" ( (binary_expression "puVar3 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0)" ( (comma_expression "puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0" (assignment_expression "puVar3 = (undefined8 *)puVar8[2]" identifier = (cast_expression "(undefined8 *)puVar8[2]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar8[2]" identifier [ number_literal ]))) , (comma_expression "puVar8 = puVar3, puVar3 != (undefined8 *)0x0" (assignment_expression "puVar8 = puVar3" identifier = identifier) , (binary_expression "puVar3 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)))) ))) )) ;) (if_statement "if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;" if (parenthesized_expression "(puVar5 != (undefined8 *)0x0)" ( (binary_expression "puVar5 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0011aef1;" goto statement_identifier ;)) })) }) (else_clause "else {\n lVar4 = 10;\n pbVar6 = param_1;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);\n if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;\n if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;\n }" else (compound_statement "{\n lVar4 = 10;\n pbVar6 = param_1;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);\n if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;\n if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;\n }" { (expression_statement "lVar4 = 10;" (assignment_expression "lVar4 = 10" identifier = number_literal) ;) (expression_statement "pbVar6 = param_1;" (assignment_expression "pbVar6 = param_1" identifier = identifier) ;) (expression_statement "pbVar7 = (byte *)"*default*";" (assignment_expression "pbVar7 = (byte *)"*default*"" identifier = (cast_expression "(byte *)"*default*"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""*default*"" " string_content "))) ;) (do_statement "do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);" do (compound_statement "{\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n }" { (if_statement "if (lVar4 == 0) break;" if (parenthesized_expression "(lVar4 == 0)" ( (binary_expression "lVar4 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar4 = lVar4 + -1;" (assignment_expression "lVar4 = lVar4 + -1" identifier = (binary_expression "lVar4 + -1" identifier + number_literal)) ;) (expression_statement "bVar10 = *pbVar6 < *pbVar7;" (assignment_expression "bVar10 = *pbVar6 < *pbVar7" identifier = (binary_expression "*pbVar6 < *pbVar7" (pointer_expression "*pbVar6" * identifier) < (pointer_expression "*pbVar7" * identifier))) ;) (expression_statement "bVar9 = *pbVar6 == *pbVar7;" (assignment_expression "bVar9 = *pbVar6 == *pbVar7" identifier = (binary_expression "*pbVar6 == *pbVar7" (pointer_expression "*pbVar6" * identifier) == (pointer_expression "*pbVar7" * identifier))) ;) (expression_statement "pbVar6 = pbVar6 + 1;" (assignment_expression "pbVar6 = pbVar6 + 1" identifier = (binary_expression "pbVar6 + 1" identifier + number_literal)) ;) (expression_statement "pbVar7 = pbVar7 + 1;" (assignment_expression "pbVar7 = pbVar7 + 1" identifier = (binary_expression "pbVar7 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar9)" ( identifier )) ;) (if_statement "if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;" if (parenthesized_expression "((!bVar10 && !bVar9) == bVar10)" ( (binary_expression "(!bVar10 && !bVar9) == bVar10" (parenthesized_expression "(!bVar10 && !bVar9)" ( (binary_expression "!bVar10 && !bVar9" (unary_expression "!bVar10" ! identifier) && (unary_expression "!bVar9" ! identifier)) )) == identifier) )) (goto_statement "goto LAB_0011af24;" goto statement_identifier ;)) (if_statement "if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;" if (parenthesized_expression "(DAT_002b4cf8 != (undefined8 *)0x0)" ( (binary_expression "DAT_002b4cf8 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0011ae7e;" goto statement_identifier ;)) }))) (expression_statement "puVar5 = (undefined8 *)0x0;" (assignment_expression "puVar5 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "uVar2 = dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5)" identifier = (call_expression "dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5)" identifier (argument_list "(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5)" ( number_literal , (string_literal ""%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00129380(uVar2,0,param_2,param_1);" (call_expression "FUN_00129380(uVar2,0,param_2,param_1)" identifier (argument_list "(uVar2,0,param_2,param_1)" ( identifier , number_literal , identifier , identifier ))) ;) (labeled_statement "LAB_0011aef1:\n puVar3 = (undefined8 *)FUN_00119720(0x10);" statement_identifier : (expression_statement "puVar3 = (undefined8 *)FUN_00119720(0x10);" (assignment_expression "puVar3 = (undefined8 *)FUN_00119720(0x10)" identifier = (cast_expression "(undefined8 *)FUN_00119720(0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00119720(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;)) (expression_statement "uVar2 = xstrdup(param_1);" (assignment_expression "uVar2 = xstrdup(param_1)" identifier = (call_expression "xstrdup(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "*puVar3 = uVar2;" (assignment_expression "*puVar3 = uVar2" (pointer_expression "*puVar3" * identifier) = identifier) ;) (expression_statement "puVar3[1] = puVar5[1];" (assignment_expression "puVar3[1] = puVar5[1]" (subscript_expression "puVar3[1]" identifier [ number_literal ]) = (subscript_expression "puVar5[1]" identifier [ number_literal ])) ;) (expression_statement "puVar5[1] = puVar3;" (assignment_expression "puVar5[1] = puVar3" (subscript_expression "puVar5[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit "void lang_memory_region_alias(char *alias,char *region_name)\n\n{\n int iVar1;\n char *pcVar2;\n memory_region_name_struct *pmVar3;\n long lVar4;\n memory_region_struct *pmVar5;\n lang_memory_region_type *plVar6;\n byte *pbVar7;\n byte *pbVar8;\n lang_memory_region_type *plVar9;\n bool bVar10;\n bool bVar11;\n bool bVar12;\n \n lVar4 = 10;\n bVar10 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;\n bVar12 = &stack0x00000000 == (undefined1 *)0x48;\n pbVar7 = (byte *)region_name;\n pbVar8 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar7 < *pbVar8;\n bVar12 = *pbVar7 == *pbVar8;\n pbVar7 = pbVar7 + 1;\n pbVar8 = pbVar8 + 1;\n } while (bVar12);\n bVar11 = false;\n bVar10 = (!bVar10 && !bVar12) == bVar10;\n if (bVar10) {\nLAB_0011af24:\n pcVar2 = (char *)dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n einfo(pcVar2,0);\n if (lang_memory_region_list != (lang_memory_region_type *)0x0) {\nLAB_0011ae7e:\n plVar6 = (lang_memory_region_type *)0x0;\n pmVar5 = lang_memory_region_list;\n plVar9 = lang_memory_region_list;\n do {\n pcVar2 = (pmVar5->name_list).name;\n if ((plVar6 == (lang_memory_region_type *)0x0) &&\n (iVar1 = strcmp(pcVar2,region_name), iVar1 == 0)) {\n plVar6 = plVar9;\n }\n iVar1 = strcmp(pcVar2,alias);\n if (iVar1 == 0) {\n pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: redefinition of memory region alias `%s\'\n",\n 5);\n einfo(pcVar2,0,alias);\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n else {\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n } while ((pmVar5 != (memory_region_struct *)0x0) ||\n (pmVar5 = plVar9->next, plVar9 = pmVar5, pmVar5 != (memory_region_struct *)0x0));\n if (plVar6 != (lang_memory_region_type *)0x0) goto LAB_0011aef1;\n }\n }\n else {\n lVar4 = 10;\n pbVar7 = (byte *)alias;\n pbVar8 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar11 = *pbVar7 < *pbVar8;\n bVar10 = *pbVar7 == *pbVar8;\n pbVar7 = pbVar7 + 1;\n pbVar8 = pbVar8 + 1;\n } while (bVar10);\n if ((!bVar11 && !bVar10) == bVar11) goto LAB_0011af24;\n if (lang_memory_region_list != (lang_memory_region_type *)0x0) goto LAB_0011ae7e;\n }\n plVar6 = (lang_memory_region_type *)0x0;\n pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n"\n ,5);\n einfo(pcVar2,0,region_name,alias);\nLAB_0011aef1:\n pmVar3 = (memory_region_name_struct *)stat_alloc(0x10);\n pcVar2 = (char *)xstrdup(alias);\n pmVar3->name = pcVar2;\n pmVar3->next = (plVar6->name_list).next;\n (plVar6->name_list).next = pmVar3;\n return;\n}\n\n" (function_definition "void lang_memory_region_alias(char *alias,char *region_name)\n\n{\n int iVar1;\n char *pcVar2;\n memory_region_name_struct *pmVar3;\n long lVar4;\n memory_region_struct *pmVar5;\n lang_memory_region_type *plVar6;\n byte *pbVar7;\n byte *pbVar8;\n lang_memory_region_type *plVar9;\n bool bVar10;\n bool bVar11;\n bool bVar12;\n \n lVar4 = 10;\n bVar10 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;\n bVar12 = &stack0x00000000 == (undefined1 *)0x48;\n pbVar7 = (byte *)region_name;\n pbVar8 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar7 < *pbVar8;\n bVar12 = *pbVar7 == *pbVar8;\n pbVar7 = pbVar7 + 1;\n pbVar8 = pbVar8 + 1;\n } while (bVar12);\n bVar11 = false;\n bVar10 = (!bVar10 && !bVar12) == bVar10;\n if (bVar10) {\nLAB_0011af24:\n pcVar2 = (char *)dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n einfo(pcVar2,0);\n if (lang_memory_region_list != (lang_memory_region_type *)0x0) {\nLAB_0011ae7e:\n plVar6 = (lang_memory_region_type *)0x0;\n pmVar5 = lang_memory_region_list;\n plVar9 = lang_memory_region_list;\n do {\n pcVar2 = (pmVar5->name_list).name;\n if ((plVar6 == (lang_memory_region_type *)0x0) &&\n (iVar1 = strcmp(pcVar2,region_name), iVar1 == 0)) {\n plVar6 = plVar9;\n }\n iVar1 = strcmp(pcVar2,alias);\n if (iVar1 == 0) {\n pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: redefinition of memory region alias `%s\'\n",\n 5);\n einfo(pcVar2,0,alias);\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n else {\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n } while ((pmVar5 != (memory_region_struct *)0x0) ||\n (pmVar5 = plVar9->next, plVar9 = pmVar5, pmVar5 != (memory_region_struct *)0x0));\n if (plVar6 != (lang_memory_region_type *)0x0) goto LAB_0011aef1;\n }\n }\n else {\n lVar4 = 10;\n pbVar7 = (byte *)alias;\n pbVar8 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar11 = *pbVar7 < *pbVar8;\n bVar10 = *pbVar7 == *pbVar8;\n pbVar7 = pbVar7 + 1;\n pbVar8 = pbVar8 + 1;\n } while (bVar10);\n if ((!bVar11 && !bVar10) == bVar11) goto LAB_0011af24;\n if (lang_memory_region_list != (lang_memory_region_type *)0x0) goto LAB_0011ae7e;\n }\n plVar6 = (lang_memory_region_type *)0x0;\n pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n"\n ,5);\n einfo(pcVar2,0,region_name,alias);\nLAB_0011aef1:\n pmVar3 = (memory_region_name_struct *)stat_alloc(0x10);\n pcVar2 = (char *)xstrdup(alias);\n pmVar3->name = pcVar2;\n pmVar3->next = (plVar6->name_list).next;\n (plVar6->name_list).next = pmVar3;\n return;\n}" primitive_type (function_declarator "lang_memory_region_alias(char *alias,char *region_name)" identifier (parameter_list "(char *alias,char *region_name)" ( (parameter_declaration "char *alias" primitive_type (pointer_declarator "*alias" * identifier)) , (parameter_declaration "char *region_name" primitive_type (pointer_declarator "*region_name" * identifier)) ))) (compound_statement "{\n int iVar1;\n char *pcVar2;\n memory_region_name_struct *pmVar3;\n long lVar4;\n memory_region_struct *pmVar5;\n lang_memory_region_type *plVar6;\n byte *pbVar7;\n byte *pbVar8;\n lang_memory_region_type *plVar9;\n bool bVar10;\n bool bVar11;\n bool bVar12;\n \n lVar4 = 10;\n bVar10 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;\n bVar12 = &stack0x00000000 == (undefined1 *)0x48;\n pbVar7 = (byte *)region_name;\n pbVar8 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar7 < *pbVar8;\n bVar12 = *pbVar7 == *pbVar8;\n pbVar7 = pbVar7 + 1;\n pbVar8 = pbVar8 + 1;\n } while (bVar12);\n bVar11 = false;\n bVar10 = (!bVar10 && !bVar12) == bVar10;\n if (bVar10) {\nLAB_0011af24:\n pcVar2 = (char *)dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n einfo(pcVar2,0);\n if (lang_memory_region_list != (lang_memory_region_type *)0x0) {\nLAB_0011ae7e:\n plVar6 = (lang_memory_region_type *)0x0;\n pmVar5 = lang_memory_region_list;\n plVar9 = lang_memory_region_list;\n do {\n pcVar2 = (pmVar5->name_list).name;\n if ((plVar6 == (lang_memory_region_type *)0x0) &&\n (iVar1 = strcmp(pcVar2,region_name), iVar1 == 0)) {\n plVar6 = plVar9;\n }\n iVar1 = strcmp(pcVar2,alias);\n if (iVar1 == 0) {\n pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: redefinition of memory region alias `%s\'\n",\n 5);\n einfo(pcVar2,0,alias);\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n else {\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n } while ((pmVar5 != (memory_region_struct *)0x0) ||\n (pmVar5 = plVar9->next, plVar9 = pmVar5, pmVar5 != (memory_region_struct *)0x0));\n if (plVar6 != (lang_memory_region_type *)0x0) goto LAB_0011aef1;\n }\n }\n else {\n lVar4 = 10;\n pbVar7 = (byte *)alias;\n pbVar8 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar11 = *pbVar7 < *pbVar8;\n bVar10 = *pbVar7 == *pbVar8;\n pbVar7 = pbVar7 + 1;\n pbVar8 = pbVar8 + 1;\n } while (bVar10);\n if ((!bVar11 && !bVar10) == bVar11) goto LAB_0011af24;\n if (lang_memory_region_list != (lang_memory_region_type *)0x0) goto LAB_0011ae7e;\n }\n plVar6 = (lang_memory_region_type *)0x0;\n pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n"\n ,5);\n einfo(pcVar2,0,region_name,alias);\nLAB_0011aef1:\n pmVar3 = (memory_region_name_struct *)stat_alloc(0x10);\n pcVar2 = (char *)xstrdup(alias);\n pmVar3->name = pcVar2;\n pmVar3->next = (plVar6->name_list).next;\n (plVar6->name_list).next = pmVar3;\n return;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "memory_region_name_struct *pmVar3;" type_identifier (pointer_declarator "*pmVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "memory_region_struct *pmVar5;" type_identifier (pointer_declarator "*pmVar5" * identifier) ;) (declaration "lang_memory_region_type *plVar6;" type_identifier (pointer_declarator "*plVar6" * identifier) ;) (declaration "byte *pbVar7;" type_identifier (pointer_declarator "*pbVar7" * identifier) ;) (declaration "byte *pbVar8;" type_identifier (pointer_declarator "*pbVar8" * identifier) ;) (declaration "lang_memory_region_type *plVar9;" type_identifier (pointer_declarator "*plVar9" * identifier) ;) (declaration "bool bVar10;" primitive_type identifier ;) (declaration "bool bVar11;" primitive_type identifier ;) (declaration "bool bVar12;" primitive_type identifier ;) (expression_statement "lVar4 = 10;" (assignment_expression "lVar4 = 10" identifier = number_literal) ;) (expression_statement "bVar10 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;" (assignment_expression "bVar10 = &stack0xffffffffffffffd0 < (undefined1 *)0x18" identifier = (binary_expression "&stack0xffffffffffffffd0 < (undefined1 *)0x18" (pointer_expression "&stack0xffffffffffffffd0" & identifier) < (cast_expression "(undefined1 *)0x18" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (expression_statement "bVar12 = &stack0x00000000 == (undefined1 *)0x48;" (assignment_expression "bVar12 = &stack0x00000000 == (undefined1 *)0x48" identifier = (binary_expression "&stack0x00000000 == (undefined1 *)0x48" (pointer_expression "&stack0x00000000" & identifier) == (cast_expression "(undefined1 *)0x48" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (expression_statement "pbVar7 = (byte *)region_name;" (assignment_expression "pbVar7 = (byte *)region_name" identifier = (cast_expression "(byte *)region_name" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "pbVar8 = (byte *)"*default*";" (assignment_expression "pbVar8 = (byte *)"*default*"" identifier = (cast_expression "(byte *)"*default*"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""*default*"" " string_content "))) ;) (do_statement "do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar7 < *pbVar8;\n bVar12 = *pbVar7 == *pbVar8;\n pbVar7 = pbVar7 + 1;\n pbVar8 = pbVar8 + 1;\n } while (bVar12);" do (compound_statement "{\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar7 < *pbVar8;\n bVar12 = *pbVar7 == *pbVar8;\n pbVar7 = pbVar7 + 1;\n pbVar8 = pbVar8 + 1;\n }" { (if_statement "if (lVar4 == 0) break;" if (parenthesized_expression "(lVar4 == 0)" ( (binary_expression "lVar4 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar4 = lVar4 + -1;" (assignment_expression "lVar4 = lVar4 + -1" identifier = (binary_expression "lVar4 + -1" identifier + number_literal)) ;) (expression_statement "bVar10 = *pbVar7 < *pbVar8;" (assignment_expression "bVar10 = *pbVar7 < *pbVar8" identifier = (binary_expression "*pbVar7 < *pbVar8" (pointer_expression "*pbVar7" * identifier) < (pointer_expression "*pbVar8" * identifier))) ;) (expression_statement "bVar12 = *pbVar7 == *pbVar8;" (assignment_expression "bVar12 = *pbVar7 == *pbVar8" identifier = (binary_expression "*pbVar7 == *pbVar8" (pointer_expression "*pbVar7" * identifier) == (pointer_expression "*pbVar8" * identifier))) ;) (expression_statement "pbVar7 = pbVar7 + 1;" (assignment_expression "pbVar7 = pbVar7 + 1" identifier = (binary_expression "pbVar7 + 1" identifier + number_literal)) ;) (expression_statement "pbVar8 = pbVar8 + 1;" (assignment_expression "pbVar8 = pbVar8 + 1" identifier = (binary_expression "pbVar8 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar12)" ( identifier )) ;) (expression_statement "bVar11 = false;" (assignment_expression "bVar11 = false" identifier = false) ;) (expression_statement "bVar10 = (!bVar10 && !bVar12) == bVar10;" (assignment_expression "bVar10 = (!bVar10 && !bVar12) == bVar10" identifier = (binary_expression "(!bVar10 && !bVar12) == bVar10" (parenthesized_expression "(!bVar10 && !bVar12)" ( (binary_expression "!bVar10 && !bVar12" (unary_expression "!bVar10" ! identifier) && (unary_expression "!bVar12" ! identifier)) )) == identifier)) ;) (if_statement "if (bVar10) {\nLAB_0011af24:\n pcVar2 = (char *)dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n einfo(pcVar2,0);\n if (lang_memory_region_list != (lang_memory_region_type *)0x0) {\nLAB_0011ae7e:\n plVar6 = (lang_memory_region_type *)0x0;\n pmVar5 = lang_memory_region_list;\n plVar9 = lang_memory_region_list;\n do {\n pcVar2 = (pmVar5->name_list).name;\n if ((plVar6 == (lang_memory_region_type *)0x0) &&\n (iVar1 = strcmp(pcVar2,region_name), iVar1 == 0)) {\n plVar6 = plVar9;\n }\n iVar1 = strcmp(pcVar2,alias);\n if (iVar1 == 0) {\n pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: redefinition of memory region alias `%s\'\n",\n 5);\n einfo(pcVar2,0,alias);\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n else {\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n } while ((pmVar5 != (memory_region_struct *)0x0) ||\n (pmVar5 = plVar9->next, plVar9 = pmVar5, pmVar5 != (memory_region_struct *)0x0));\n if (plVar6 != (lang_memory_region_type *)0x0) goto LAB_0011aef1;\n }\n }\n else {\n lVar4 = 10;\n pbVar7 = (byte *)alias;\n pbVar8 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar11 = *pbVar7 < *pbVar8;\n bVar10 = *pbVar7 == *pbVar8;\n pbVar7 = pbVar7 + 1;\n pbVar8 = pbVar8 + 1;\n } while (bVar10);\n if ((!bVar11 && !bVar10) == bVar11) goto LAB_0011af24;\n if (lang_memory_region_list != (lang_memory_region_type *)0x0) goto LAB_0011ae7e;\n }" if (parenthesized_expression "(bVar10)" ( identifier )) (compound_statement "{\nLAB_0011af24:\n pcVar2 = (char *)dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n einfo(pcVar2,0);\n if (lang_memory_region_list != (lang_memory_region_type *)0x0) {\nLAB_0011ae7e:\n plVar6 = (lang_memory_region_type *)0x0;\n pmVar5 = lang_memory_region_list;\n plVar9 = lang_memory_region_list;\n do {\n pcVar2 = (pmVar5->name_list).name;\n if ((plVar6 == (lang_memory_region_type *)0x0) &&\n (iVar1 = strcmp(pcVar2,region_name), iVar1 == 0)) {\n plVar6 = plVar9;\n }\n iVar1 = strcmp(pcVar2,alias);\n if (iVar1 == 0) {\n pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: redefinition of memory region alias `%s\'\n",\n 5);\n einfo(pcVar2,0,alias);\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n else {\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n } while ((pmVar5 != (memory_region_struct *)0x0) ||\n (pmVar5 = plVar9->next, plVar9 = pmVar5, pmVar5 != (memory_region_struct *)0x0));\n if (plVar6 != (lang_memory_region_type *)0x0) goto LAB_0011aef1;\n }\n }" { (labeled_statement "LAB_0011af24:\n pcVar2 = (char *)dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);" statement_identifier : (expression_statement "pcVar2 = (char *)dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5)" identifier (argument_list "(0,"%F%P:%pS: error: alias for default memory region\n",5)" ( number_literal , (string_literal ""%F%P:%pS: error: alias for default memory region\n"" " string_content escape_sequence ") , number_literal ))))) ;)) (expression_statement "einfo(pcVar2,0);" (call_expression "einfo(pcVar2,0)" identifier (argument_list "(pcVar2,0)" ( identifier , number_literal ))) ;) (if_statement "if (lang_memory_region_list != (lang_memory_region_type *)0x0) {\nLAB_0011ae7e:\n plVar6 = (lang_memory_region_type *)0x0;\n pmVar5 = lang_memory_region_list;\n plVar9 = lang_memory_region_list;\n do {\n pcVar2 = (pmVar5->name_list).name;\n if ((plVar6 == (lang_memory_region_type *)0x0) &&\n (iVar1 = strcmp(pcVar2,region_name), iVar1 == 0)) {\n plVar6 = plVar9;\n }\n iVar1 = strcmp(pcVar2,alias);\n if (iVar1 == 0) {\n pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: redefinition of memory region alias `%s\'\n",\n 5);\n einfo(pcVar2,0,alias);\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n else {\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n } while ((pmVar5 != (memory_region_struct *)0x0) ||\n (pmVar5 = plVar9->next, plVar9 = pmVar5, pmVar5 != (memory_region_struct *)0x0));\n if (plVar6 != (lang_memory_region_type *)0x0) goto LAB_0011aef1;\n }" if (parenthesized_expression "(lang_memory_region_list != (lang_memory_region_type *)0x0)" ( (binary_expression "lang_memory_region_list != (lang_memory_region_type *)0x0" identifier != (cast_expression "(lang_memory_region_type *)0x0" ( (type_descriptor "lang_memory_region_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_0011ae7e:\n plVar6 = (lang_memory_region_type *)0x0;\n pmVar5 = lang_memory_region_list;\n plVar9 = lang_memory_region_list;\n do {\n pcVar2 = (pmVar5->name_list).name;\n if ((plVar6 == (lang_memory_region_type *)0x0) &&\n (iVar1 = strcmp(pcVar2,region_name), iVar1 == 0)) {\n plVar6 = plVar9;\n }\n iVar1 = strcmp(pcVar2,alias);\n if (iVar1 == 0) {\n pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: redefinition of memory region alias `%s\'\n",\n 5);\n einfo(pcVar2,0,alias);\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n else {\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n } while ((pmVar5 != (memory_region_struct *)0x0) ||\n (pmVar5 = plVar9->next, plVar9 = pmVar5, pmVar5 != (memory_region_struct *)0x0));\n if (plVar6 != (lang_memory_region_type *)0x0) goto LAB_0011aef1;\n }" { (labeled_statement "LAB_0011ae7e:\n plVar6 = (lang_memory_region_type *)0x0;" statement_identifier : (expression_statement "plVar6 = (lang_memory_region_type *)0x0;" (assignment_expression "plVar6 = (lang_memory_region_type *)0x0" identifier = (cast_expression "(lang_memory_region_type *)0x0" ( (type_descriptor "lang_memory_region_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;)) (expression_statement "pmVar5 = lang_memory_region_list;" (assignment_expression "pmVar5 = lang_memory_region_list" identifier = identifier) ;) (expression_statement "plVar9 = lang_memory_region_list;" (assignment_expression "plVar9 = lang_memory_region_list" identifier = identifier) ;) (do_statement "do {\n pcVar2 = (pmVar5->name_list).name;\n if ((plVar6 == (lang_memory_region_type *)0x0) &&\n (iVar1 = strcmp(pcVar2,region_name), iVar1 == 0)) {\n plVar6 = plVar9;\n }\n iVar1 = strcmp(pcVar2,alias);\n if (iVar1 == 0) {\n pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: redefinition of memory region alias `%s\'\n",\n 5);\n einfo(pcVar2,0,alias);\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n else {\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n } while ((pmVar5 != (memory_region_struct *)0x0) ||\n (pmVar5 = plVar9->next, plVar9 = pmVar5, pmVar5 != (memory_region_struct *)0x0));" do (compound_statement "{\n pcVar2 = (pmVar5->name_list).name;\n if ((plVar6 == (lang_memory_region_type *)0x0) &&\n (iVar1 = strcmp(pcVar2,region_name), iVar1 == 0)) {\n plVar6 = plVar9;\n }\n iVar1 = strcmp(pcVar2,alias);\n if (iVar1 == 0) {\n pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: redefinition of memory region alias `%s\'\n",\n 5);\n einfo(pcVar2,0,alias);\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n else {\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n }" { (expression_statement "pcVar2 = (pmVar5->name_list).name;" (assignment_expression "pcVar2 = (pmVar5->name_list).name" identifier = (field_expression "(pmVar5->name_list).name" (parenthesized_expression "(pmVar5->name_list)" ( (field_expression "pmVar5->name_list" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if ((plVar6 == (lang_memory_region_type *)0x0) &&\n (iVar1 = strcmp(pcVar2,region_name), iVar1 == 0)) {\n plVar6 = plVar9;\n }" if (parenthesized_expression "((plVar6 == (lang_memory_region_type *)0x0) &&\n (iVar1 = strcmp(pcVar2,region_name), iVar1 == 0))" ( (binary_expression "(plVar6 == (lang_memory_region_type *)0x0) &&\n (iVar1 = strcmp(pcVar2,region_name), iVar1 == 0)" (parenthesized_expression "(plVar6 == (lang_memory_region_type *)0x0)" ( (binary_expression "plVar6 == (lang_memory_region_type *)0x0" identifier == (cast_expression "(lang_memory_region_type *)0x0" ( (type_descriptor "lang_memory_region_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(iVar1 = strcmp(pcVar2,region_name), iVar1 == 0)" ( (comma_expression "iVar1 = strcmp(pcVar2,region_name), iVar1 == 0" (assignment_expression "iVar1 = strcmp(pcVar2,region_name)" identifier = (call_expression "strcmp(pcVar2,region_name)" identifier (argument_list "(pcVar2,region_name)" ( identifier , identifier )))) , (binary_expression "iVar1 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n plVar6 = plVar9;\n }" { (expression_statement "plVar6 = plVar9;" (assignment_expression "plVar6 = plVar9" identifier = identifier) ;) })) (expression_statement "iVar1 = strcmp(pcVar2,alias);" (assignment_expression "iVar1 = strcmp(pcVar2,alias)" identifier = (call_expression "strcmp(pcVar2,alias)" identifier (argument_list "(pcVar2,alias)" ( identifier , identifier )))) ;) (if_statement "if (iVar1 == 0) {\n pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: redefinition of memory region alias `%s\'\n",\n 5);\n einfo(pcVar2,0,alias);\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }\n else {\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: redefinition of memory region alias `%s\'\n",\n 5);\n einfo(pcVar2,0,alias);\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }" { (expression_statement "pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: redefinition of memory region alias `%s\'\n",\n 5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: redefinition of memory region alias `%s\'\n",\n 5)" identifier = (cast_expression "(char *)dcgettext(0,\n "%F%P:%pS: error: redefinition of memory region alias `%s\'\n",\n 5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n "%F%P:%pS: error: redefinition of memory region alias `%s\'\n",\n 5)" identifier (argument_list "(0,\n "%F%P:%pS: error: redefinition of memory region alias `%s\'\n",\n 5)" ( number_literal , (string_literal ""%F%P:%pS: error: redefinition of memory region alias `%s\'\n"" " string_content escape_sequence escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(pcVar2,0,alias);" (call_expression "einfo(pcVar2,0,alias)" identifier (argument_list "(pcVar2,0,alias)" ( identifier , number_literal , identifier ))) ;) (expression_statement "pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;" (assignment_expression "pmVar5 = (memory_region_struct *)(pmVar5->name_list).next" identifier = (cast_expression "(memory_region_struct *)(pmVar5->name_list).next" ( (type_descriptor "memory_region_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(pmVar5->name_list).next" (parenthesized_expression "(pmVar5->name_list)" ( (field_expression "pmVar5->name_list" identifier -> field_identifier) )) . field_identifier))) ;) }) (else_clause "else {\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }" else (compound_statement "{\n pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;\n }" { (expression_statement "pmVar5 = (memory_region_struct *)(pmVar5->name_list).next;" (assignment_expression "pmVar5 = (memory_region_struct *)(pmVar5->name_list).next" identifier = (cast_expression "(memory_region_struct *)(pmVar5->name_list).next" ( (type_descriptor "memory_region_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) (field_expression "(pmVar5->name_list).next" (parenthesized_expression "(pmVar5->name_list)" ( (field_expression "pmVar5->name_list" identifier -> field_identifier) )) . field_identifier))) ;) }))) }) while (parenthesized_expression "((pmVar5 != (memory_region_struct *)0x0) ||\n (pmVar5 = plVar9->next, plVar9 = pmVar5, pmVar5 != (memory_region_struct *)0x0))" ( (binary_expression "(pmVar5 != (memory_region_struct *)0x0) ||\n (pmVar5 = plVar9->next, plVar9 = pmVar5, pmVar5 != (memory_region_struct *)0x0)" (parenthesized_expression "(pmVar5 != (memory_region_struct *)0x0)" ( (binary_expression "pmVar5 != (memory_region_struct *)0x0" identifier != (cast_expression "(memory_region_struct *)0x0" ( (type_descriptor "memory_region_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(pmVar5 = plVar9->next, plVar9 = pmVar5, pmVar5 != (memory_region_struct *)0x0)" ( (comma_expression "pmVar5 = plVar9->next, plVar9 = pmVar5, pmVar5 != (memory_region_struct *)0x0" (assignment_expression "pmVar5 = plVar9->next" identifier = (field_expression "plVar9->next" identifier -> field_identifier)) , (comma_expression "plVar9 = pmVar5, pmVar5 != (memory_region_struct *)0x0" (assignment_expression "plVar9 = pmVar5" identifier = identifier) , (binary_expression "pmVar5 != (memory_region_struct *)0x0" identifier != (cast_expression "(memory_region_struct *)0x0" ( (type_descriptor "memory_region_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)))) ))) )) ;) (if_statement "if (plVar6 != (lang_memory_region_type *)0x0) goto LAB_0011aef1;" if (parenthesized_expression "(plVar6 != (lang_memory_region_type *)0x0)" ( (binary_expression "plVar6 != (lang_memory_region_type *)0x0" identifier != (cast_expression "(lang_memory_region_type *)0x0" ( (type_descriptor "lang_memory_region_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0011aef1;" goto statement_identifier ;)) })) }) (else_clause "else {\n lVar4 = 10;\n pbVar7 = (byte *)alias;\n pbVar8 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar11 = *pbVar7 < *pbVar8;\n bVar10 = *pbVar7 == *pbVar8;\n pbVar7 = pbVar7 + 1;\n pbVar8 = pbVar8 + 1;\n } while (bVar10);\n if ((!bVar11 && !bVar10) == bVar11) goto LAB_0011af24;\n if (lang_memory_region_list != (lang_memory_region_type *)0x0) goto LAB_0011ae7e;\n }" else (compound_statement "{\n lVar4 = 10;\n pbVar7 = (byte *)alias;\n pbVar8 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar11 = *pbVar7 < *pbVar8;\n bVar10 = *pbVar7 == *pbVar8;\n pbVar7 = pbVar7 + 1;\n pbVar8 = pbVar8 + 1;\n } while (bVar10);\n if ((!bVar11 && !bVar10) == bVar11) goto LAB_0011af24;\n if (lang_memory_region_list != (lang_memory_region_type *)0x0) goto LAB_0011ae7e;\n }" { (expression_statement "lVar4 = 10;" (assignment_expression "lVar4 = 10" identifier = number_literal) ;) (expression_statement "pbVar7 = (byte *)alias;" (assignment_expression "pbVar7 = (byte *)alias" identifier = (cast_expression "(byte *)alias" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) ;) (expression_statement "pbVar8 = (byte *)"*default*";" (assignment_expression "pbVar8 = (byte *)"*default*"" identifier = (cast_expression "(byte *)"*default*"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""*default*"" " string_content "))) ;) (do_statement "do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar11 = *pbVar7 < *pbVar8;\n bVar10 = *pbVar7 == *pbVar8;\n pbVar7 = pbVar7 + 1;\n pbVar8 = pbVar8 + 1;\n } while (bVar10);" do (compound_statement "{\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar11 = *pbVar7 < *pbVar8;\n bVar10 = *pbVar7 == *pbVar8;\n pbVar7 = pbVar7 + 1;\n pbVar8 = pbVar8 + 1;\n }" { (if_statement "if (lVar4 == 0) break;" if (parenthesized_expression "(lVar4 == 0)" ( (binary_expression "lVar4 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar4 = lVar4 + -1;" (assignment_expression "lVar4 = lVar4 + -1" identifier = (binary_expression "lVar4 + -1" identifier + number_literal)) ;) (expression_statement "bVar11 = *pbVar7 < *pbVar8;" (assignment_expression "bVar11 = *pbVar7 < *pbVar8" identifier = (binary_expression "*pbVar7 < *pbVar8" (pointer_expression "*pbVar7" * identifier) < (pointer_expression "*pbVar8" * identifier))) ;) (expression_statement "bVar10 = *pbVar7 == *pbVar8;" (assignment_expression "bVar10 = *pbVar7 == *pbVar8" identifier = (binary_expression "*pbVar7 == *pbVar8" (pointer_expression "*pbVar7" * identifier) == (pointer_expression "*pbVar8" * identifier))) ;) (expression_statement "pbVar7 = pbVar7 + 1;" (assignment_expression "pbVar7 = pbVar7 + 1" identifier = (binary_expression "pbVar7 + 1" identifier + number_literal)) ;) (expression_statement "pbVar8 = pbVar8 + 1;" (assignment_expression "pbVar8 = pbVar8 + 1" identifier = (binary_expression "pbVar8 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar10)" ( identifier )) ;) (if_statement "if ((!bVar11 && !bVar10) == bVar11) goto LAB_0011af24;" if (parenthesized_expression "((!bVar11 && !bVar10) == bVar11)" ( (binary_expression "(!bVar11 && !bVar10) == bVar11" (parenthesized_expression "(!bVar11 && !bVar10)" ( (binary_expression "!bVar11 && !bVar10" (unary_expression "!bVar11" ! identifier) && (unary_expression "!bVar10" ! identifier)) )) == identifier) )) (goto_statement "goto LAB_0011af24;" goto statement_identifier ;)) (if_statement "if (lang_memory_region_list != (lang_memory_region_type *)0x0) goto LAB_0011ae7e;" if (parenthesized_expression "(lang_memory_region_list != (lang_memory_region_type *)0x0)" ( (binary_expression "lang_memory_region_list != (lang_memory_region_type *)0x0" identifier != (cast_expression "(lang_memory_region_type *)0x0" ( (type_descriptor "lang_memory_region_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0011ae7e;" goto statement_identifier ;)) }))) (expression_statement "plVar6 = (lang_memory_region_type *)0x0;" (assignment_expression "plVar6 = (lang_memory_region_type *)0x0" identifier = (cast_expression "(lang_memory_region_type *)0x0" ( (type_descriptor "lang_memory_region_type *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n"\n ,5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,\n "%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n"\n ,5)" identifier = (cast_expression "(char *)dcgettext(0,\n "%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n"\n ,5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,\n "%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n"\n ,5)" identifier (argument_list "(0,\n "%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n"\n ,5)" ( number_literal , (string_literal ""%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "einfo(pcVar2,0,region_name,alias);" (call_expression "einfo(pcVar2,0,region_name,alias)" identifier (argument_list "(pcVar2,0,region_name,alias)" ( identifier , number_literal , identifier , identifier ))) ;) (labeled_statement "LAB_0011aef1:\n pmVar3 = (memory_region_name_struct *)stat_alloc(0x10);" statement_identifier : (expression_statement "pmVar3 = (memory_region_name_struct *)stat_alloc(0x10);" (assignment_expression "pmVar3 = (memory_region_name_struct *)stat_alloc(0x10)" identifier = (cast_expression "(memory_region_name_struct *)stat_alloc(0x10)" ( (type_descriptor "memory_region_name_struct *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "stat_alloc(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;)) (expression_statement "pcVar2 = (char *)xstrdup(alias);" (assignment_expression "pcVar2 = (char *)xstrdup(alias)" identifier = (cast_expression "(char *)xstrdup(alias)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "xstrdup(alias)" identifier (argument_list "(alias)" ( identifier ))))) ;) (expression_statement "pmVar3->name = pcVar2;" (assignment_expression "pmVar3->name = pcVar2" (field_expression "pmVar3->name" identifier -> field_identifier) = identifier) ;) (expression_statement "pmVar3->next = (plVar6->name_list).next;" (assignment_expression "pmVar3->next = (plVar6->name_list).next" (field_expression "pmVar3->next" identifier -> field_identifier) = (field_expression "(plVar6->name_list).next" (parenthesized_expression "(plVar6->name_list)" ( (field_expression "plVar6->name_list" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "(plVar6->name_list).next = pmVar3;" (assignment_expression "(plVar6->name_list).next = pmVar3" (field_expression "(plVar6->name_list).next" (parenthesized_expression "(plVar6->name_list)" ( (field_expression "plVar6->name_list" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_0011ae20(byte *param_1,byte *param_2)\n\n{\n char *__s1;\n int iVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n long lVar4;\n undefined8 *puVar5;\n byte *pbVar6;\n byte *pbVar7;\n undefined8 *puVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n \n lVar4 = 10;\n bVar9 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;\n bVar11 = &stack0x00000000 == (undefined1 *)0x48;\n pbVar6 = param_2;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar9 = *pbVar6 < *pbVar7;\n bVar11 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar11);\n bVar10 = false;\n bVar9 = (!bVar9 && !bVar11) == bVar9;\n if (bVar9) {\nLAB_0011af24:\n uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n FUN_00129380(uVar2,0);\n if (DAT_002b4cf8 != (undefined8 *)0x0) {\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }\n }\n else {\n lVar4 = 10;\n pbVar6 = param_1;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);\n if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;\n if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;\n }\n puVar5 = (undefined8 *)0x0;\n uVar2 = dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5);\n FUN_00129380(uVar2,0,param_2,param_1);\nLAB_0011aef1:\n puVar3 = (undefined8 *)FUN_00119720(0x10);\n uVar2 = xstrdup(param_1);\n *puVar3 = uVar2;\n puVar3[1] = puVar5[1];\n puVar5[1] = puVar3;\n return;\n}\n\n" (function_definition "void FUN_0011ae20(byte *param_1,byte *param_2)\n\n{\n char *__s1;\n int iVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n long lVar4;\n undefined8 *puVar5;\n byte *pbVar6;\n byte *pbVar7;\n undefined8 *puVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n \n lVar4 = 10;\n bVar9 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;\n bVar11 = &stack0x00000000 == (undefined1 *)0x48;\n pbVar6 = param_2;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar9 = *pbVar6 < *pbVar7;\n bVar11 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar11);\n bVar10 = false;\n bVar9 = (!bVar9 && !bVar11) == bVar9;\n if (bVar9) {\nLAB_0011af24:\n uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n FUN_00129380(uVar2,0);\n if (DAT_002b4cf8 != (undefined8 *)0x0) {\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }\n }\n else {\n lVar4 = 10;\n pbVar6 = param_1;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);\n if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;\n if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;\n }\n puVar5 = (undefined8 *)0x0;\n uVar2 = dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5);\n FUN_00129380(uVar2,0,param_2,param_1);\nLAB_0011aef1:\n puVar3 = (undefined8 *)FUN_00119720(0x10);\n uVar2 = xstrdup(param_1);\n *puVar3 = uVar2;\n puVar3[1] = puVar5[1];\n puVar5[1] = puVar3;\n return;\n}" primitive_type (function_declarator "FUN_0011ae20(byte *param_1,byte *param_2)" identifier (parameter_list "(byte *param_1,byte *param_2)" ( (parameter_declaration "byte *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "byte *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n char *__s1;\n int iVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n long lVar4;\n undefined8 *puVar5;\n byte *pbVar6;\n byte *pbVar7;\n undefined8 *puVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n \n lVar4 = 10;\n bVar9 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;\n bVar11 = &stack0x00000000 == (undefined1 *)0x48;\n pbVar6 = param_2;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar9 = *pbVar6 < *pbVar7;\n bVar11 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar11);\n bVar10 = false;\n bVar9 = (!bVar9 && !bVar11) == bVar9;\n if (bVar9) {\nLAB_0011af24:\n uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n FUN_00129380(uVar2,0);\n if (DAT_002b4cf8 != (undefined8 *)0x0) {\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }\n }\n else {\n lVar4 = 10;\n pbVar6 = param_1;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);\n if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;\n if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;\n }\n puVar5 = (undefined8 *)0x0;\n uVar2 = dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5);\n FUN_00129380(uVar2,0,param_2,param_1);\nLAB_0011aef1:\n puVar3 = (undefined8 *)FUN_00119720(0x10);\n uVar2 = xstrdup(param_1);\n *puVar3 = uVar2;\n puVar3[1] = puVar5[1];\n puVar5[1] = puVar3;\n return;\n}" { (declaration "char *__s1;" primitive_type (pointer_declarator "*__s1" * identifier) ;) (declaration "int iVar1;" primitive_type identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "long lVar4;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar5;" type_identifier (pointer_declarator "*puVar5" * identifier) ;) (declaration "byte *pbVar6;" type_identifier (pointer_declarator "*pbVar6" * identifier) ;) (declaration "byte *pbVar7;" type_identifier (pointer_declarator "*pbVar7" * identifier) ;) (declaration "undefined8 *puVar8;" type_identifier (pointer_declarator "*puVar8" * identifier) ;) (declaration "bool bVar9;" primitive_type identifier ;) (declaration "bool bVar10;" primitive_type identifier ;) (declaration "bool bVar11;" primitive_type identifier ;) (expression_statement "lVar4 = 10;" (assignment_expression "lVar4 = 10" identifier = number_literal) ;) (expression_statement "bVar9 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;" (assignment_expression "bVar9 = &stack0xffffffffffffffd0 < (undefined1 *)0x18" identifier = (binary_expression "&stack0xffffffffffffffd0 < (undefined1 *)0x18" (pointer_expression "&stack0xffffffffffffffd0" & identifier) < (cast_expression "(undefined1 *)0x18" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (expression_statement "bVar11 = &stack0x00000000 == (undefined1 *)0x48;" (assignment_expression "bVar11 = &stack0x00000000 == (undefined1 *)0x48" identifier = (binary_expression "&stack0x00000000 == (undefined1 *)0x48" (pointer_expression "&stack0x00000000" & identifier) == (cast_expression "(undefined1 *)0x48" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal))) ;) (expression_statement "pbVar6 = param_2;" (assignment_expression "pbVar6 = param_2" identifier = identifier) ;) (expression_statement "pbVar7 = (byte *)"*default*";" (assignment_expression "pbVar7 = (byte *)"*default*"" identifier = (cast_expression "(byte *)"*default*"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""*default*"" " string_content "))) ;) (do_statement "do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar9 = *pbVar6 < *pbVar7;\n bVar11 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar11);" do (compound_statement "{\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar9 = *pbVar6 < *pbVar7;\n bVar11 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n }" { (if_statement "if (lVar4 == 0) break;" if (parenthesized_expression "(lVar4 == 0)" ( (binary_expression "lVar4 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar4 = lVar4 + -1;" (assignment_expression "lVar4 = lVar4 + -1" identifier = (binary_expression "lVar4 + -1" identifier + number_literal)) ;) (expression_statement "bVar9 = *pbVar6 < *pbVar7;" (assignment_expression "bVar9 = *pbVar6 < *pbVar7" identifier = (binary_expression "*pbVar6 < *pbVar7" (pointer_expression "*pbVar6" * identifier) < (pointer_expression "*pbVar7" * identifier))) ;) (expression_statement "bVar11 = *pbVar6 == *pbVar7;" (assignment_expression "bVar11 = *pbVar6 == *pbVar7" identifier = (binary_expression "*pbVar6 == *pbVar7" (pointer_expression "*pbVar6" * identifier) == (pointer_expression "*pbVar7" * identifier))) ;) (expression_statement "pbVar6 = pbVar6 + 1;" (assignment_expression "pbVar6 = pbVar6 + 1" identifier = (binary_expression "pbVar6 + 1" identifier + number_literal)) ;) (expression_statement "pbVar7 = pbVar7 + 1;" (assignment_expression "pbVar7 = pbVar7 + 1" identifier = (binary_expression "pbVar7 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar11)" ( identifier )) ;) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" identifier = false) ;) (expression_statement "bVar9 = (!bVar9 && !bVar11) == bVar9;" (assignment_expression "bVar9 = (!bVar9 && !bVar11) == bVar9" identifier = (binary_expression "(!bVar9 && !bVar11) == bVar9" (parenthesized_expression "(!bVar9 && !bVar11)" ( (binary_expression "!bVar9 && !bVar11" (unary_expression "!bVar9" ! identifier) && (unary_expression "!bVar11" ! identifier)) )) == identifier)) ;) (if_statement "if (bVar9) {\nLAB_0011af24:\n uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n FUN_00129380(uVar2,0);\n if (DAT_002b4cf8 != (undefined8 *)0x0) {\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }\n }\n else {\n lVar4 = 10;\n pbVar6 = param_1;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);\n if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;\n if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;\n }" if (parenthesized_expression "(bVar9)" ( identifier )) (compound_statement "{\nLAB_0011af24:\n uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n FUN_00129380(uVar2,0);\n if (DAT_002b4cf8 != (undefined8 *)0x0) {\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }\n }" { (labeled_statement "LAB_0011af24:\n uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);" statement_identifier : (expression_statement "uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5)" identifier = (call_expression "dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5)" identifier (argument_list "(0,"%F%P:%pS: error: alias for default memory region\n",5)" ( number_literal , (string_literal ""%F%P:%pS: error: alias for default memory region\n"" " string_content escape_sequence ") , number_literal )))) ;)) (expression_statement "FUN_00129380(uVar2,0);" (call_expression "FUN_00129380(uVar2,0)" identifier (argument_list "(uVar2,0)" ( identifier , number_literal ))) ;) (if_statement "if (DAT_002b4cf8 != (undefined8 *)0x0) {\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }" if (parenthesized_expression "(DAT_002b4cf8 != (undefined8 *)0x0)" ( (binary_expression "DAT_002b4cf8 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }" { (labeled_statement "LAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;" statement_identifier : (expression_statement "puVar5 = (undefined8 *)0x0;" (assignment_expression "puVar5 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;)) (expression_statement "puVar3 = DAT_002b4cf8;" (assignment_expression "puVar3 = DAT_002b4cf8" identifier = identifier) ;) (expression_statement "puVar8 = DAT_002b4cf8;" (assignment_expression "puVar8 = DAT_002b4cf8" identifier = identifier) ;) (do_statement "do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));" do (compound_statement "{\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n }" { (expression_statement "__s1 = (char *)*puVar3;" (assignment_expression "__s1 = (char *)*puVar3" identifier = (cast_expression "(char *)*puVar3" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*puVar3" * identifier))) ;) (if_statement "if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }" if (parenthesized_expression "((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0))" ( (binary_expression "(puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)" (parenthesized_expression "(puVar5 == (undefined8 *)0x0)" ( (binary_expression "puVar5 == (undefined8 *)0x0" identifier == (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) && (parenthesized_expression "(iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)" ( (comma_expression "iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0" (assignment_expression "iVar1 = strcmp(__s1,(char *)param_2)" identifier = (call_expression "strcmp(__s1,(char *)param_2)" identifier (argument_list "(__s1,(char *)param_2)" ( identifier , (cast_expression "(char *)param_2" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) , (binary_expression "iVar1 == 0" identifier == number_literal)) ))) )) (compound_statement "{\n puVar5 = puVar8;\n }" { (expression_statement "puVar5 = puVar8;" (assignment_expression "puVar5 = puVar8" identifier = identifier) ;) })) (expression_statement "iVar1 = strcmp(__s1,(char *)param_1);" (assignment_expression "iVar1 = strcmp(__s1,(char *)param_1)" identifier = (call_expression "strcmp(__s1,(char *)param_1)" identifier (argument_list "(__s1,(char *)param_1)" ( identifier , (cast_expression "(char *)param_1" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) identifier) )))) ;) (if_statement "if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }" if (parenthesized_expression "(iVar1 == 0)" ( (binary_expression "iVar1 == 0" identifier == number_literal) )) (compound_statement "{\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }" { (expression_statement "uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5)" identifier = (call_expression "dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5)" identifier (argument_list "(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5)" ( number_literal , (string_literal ""%F%P:%pS: error: redefinition of memory region alias `%s\'\n"" " string_content escape_sequence escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00129380(uVar2,0,param_1);" (call_expression "FUN_00129380(uVar2,0,param_1)" identifier (argument_list "(uVar2,0,param_1)" ( identifier , number_literal , identifier ))) ;) (expression_statement "puVar3 = (undefined8 *)puVar3[1];" (assignment_expression "puVar3 = (undefined8 *)puVar3[1]" identifier = (cast_expression "(undefined8 *)puVar3[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar3[1]" identifier [ number_literal ]))) ;) }) (else_clause "else {\n puVar3 = (undefined8 *)puVar3[1];\n }" else (compound_statement "{\n puVar3 = (undefined8 *)puVar3[1];\n }" { (expression_statement "puVar3 = (undefined8 *)puVar3[1];" (assignment_expression "puVar3 = (undefined8 *)puVar3[1]" identifier = (cast_expression "(undefined8 *)puVar3[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar3[1]" identifier [ number_literal ]))) ;) }))) }) while (parenthesized_expression "((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0))" ( (binary_expression "(puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0)" (parenthesized_expression "(puVar3 != (undefined8 *)0x0)" ( (binary_expression "puVar3 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0)" ( (comma_expression "puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0" (assignment_expression "puVar3 = (undefined8 *)puVar8[2]" identifier = (cast_expression "(undefined8 *)puVar8[2]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "puVar8[2]" identifier [ number_literal ]))) , (comma_expression "puVar8 = puVar3, puVar3 != (undefined8 *)0x0" (assignment_expression "puVar8 = puVar3" identifier = identifier) , (binary_expression "puVar3 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)))) ))) )) ;) (if_statement "if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;" if (parenthesized_expression "(puVar5 != (undefined8 *)0x0)" ( (binary_expression "puVar5 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0011aef1;" goto statement_identifier ;)) })) }) (else_clause "else {\n lVar4 = 10;\n pbVar6 = param_1;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);\n if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;\n if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;\n }" else (compound_statement "{\n lVar4 = 10;\n pbVar6 = param_1;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);\n if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;\n if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;\n }" { (expression_statement "lVar4 = 10;" (assignment_expression "lVar4 = 10" identifier = number_literal) ;) (expression_statement "pbVar6 = param_1;" (assignment_expression "pbVar6 = param_1" identifier = identifier) ;) (expression_statement "pbVar7 = (byte *)"*default*";" (assignment_expression "pbVar7 = (byte *)"*default*"" identifier = (cast_expression "(byte *)"*default*"" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (string_literal ""*default*"" " string_content "))) ;) (do_statement "do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);" do (compound_statement "{\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n }" { (if_statement "if (lVar4 == 0) break;" if (parenthesized_expression "(lVar4 == 0)" ( (binary_expression "lVar4 == 0" identifier == number_literal) )) (break_statement "break;" break ;)) (expression_statement "lVar4 = lVar4 + -1;" (assignment_expression "lVar4 = lVar4 + -1" identifier = (binary_expression "lVar4 + -1" identifier + number_literal)) ;) (expression_statement "bVar10 = *pbVar6 < *pbVar7;" (assignment_expression "bVar10 = *pbVar6 < *pbVar7" identifier = (binary_expression "*pbVar6 < *pbVar7" (pointer_expression "*pbVar6" * identifier) < (pointer_expression "*pbVar7" * identifier))) ;) (expression_statement "bVar9 = *pbVar6 == *pbVar7;" (assignment_expression "bVar9 = *pbVar6 == *pbVar7" identifier = (binary_expression "*pbVar6 == *pbVar7" (pointer_expression "*pbVar6" * identifier) == (pointer_expression "*pbVar7" * identifier))) ;) (expression_statement "pbVar6 = pbVar6 + 1;" (assignment_expression "pbVar6 = pbVar6 + 1" identifier = (binary_expression "pbVar6 + 1" identifier + number_literal)) ;) (expression_statement "pbVar7 = pbVar7 + 1;" (assignment_expression "pbVar7 = pbVar7 + 1" identifier = (binary_expression "pbVar7 + 1" identifier + number_literal)) ;) }) while (parenthesized_expression "(bVar9)" ( identifier )) ;) (if_statement "if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;" if (parenthesized_expression "((!bVar10 && !bVar9) == bVar10)" ( (binary_expression "(!bVar10 && !bVar9) == bVar10" (parenthesized_expression "(!bVar10 && !bVar9)" ( (binary_expression "!bVar10 && !bVar9" (unary_expression "!bVar10" ! identifier) && (unary_expression "!bVar9" ! identifier)) )) == identifier) )) (goto_statement "goto LAB_0011af24;" goto statement_identifier ;)) (if_statement "if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;" if (parenthesized_expression "(DAT_002b4cf8 != (undefined8 *)0x0)" ( (binary_expression "DAT_002b4cf8 != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0011ae7e;" goto statement_identifier ;)) }))) (expression_statement "puVar5 = (undefined8 *)0x0;" (assignment_expression "puVar5 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "uVar2 = dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5)" identifier = (call_expression "dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5)" identifier (argument_list "(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5)" ( number_literal , (string_literal ""%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n"" " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , number_literal )))) ;) (expression_statement "FUN_00129380(uVar2,0,param_2,param_1);" (call_expression "FUN_00129380(uVar2,0,param_2,param_1)" identifier (argument_list "(uVar2,0,param_2,param_1)" ( identifier , number_literal , identifier , identifier ))) ;) (labeled_statement "LAB_0011aef1:\n puVar3 = (undefined8 *)FUN_00119720(0x10);" statement_identifier : (expression_statement "puVar3 = (undefined8 *)FUN_00119720(0x10);" (assignment_expression "puVar3 = (undefined8 *)FUN_00119720(0x10)" identifier = (cast_expression "(undefined8 *)FUN_00119720(0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00119720(0x10)" identifier (argument_list "(0x10)" ( number_literal ))))) ;)) (expression_statement "uVar2 = xstrdup(param_1);" (assignment_expression "uVar2 = xstrdup(param_1)" identifier = (call_expression "xstrdup(param_1)" identifier (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "*puVar3 = uVar2;" (assignment_expression "*puVar3 = uVar2" (pointer_expression "*puVar3" * identifier) = identifier) ;) (expression_statement "puVar3[1] = puVar5[1];" (assignment_expression "puVar3[1] = puVar5[1]" (subscript_expression "puVar3[1]" identifier [ number_literal ]) = (subscript_expression "puVar5[1]" identifier [ number_literal ])) ;) (expression_statement "puVar5[1] = puVar3;" (assignment_expression "puVar5[1] = puVar3" (subscript_expression "puVar5[1]" identifier [ number_literal ]) = identifier) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression & IDENT) < (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression & IDENT) == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (string_literal " string_content "))) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (expression_statement (assignment_expression IDENT = BOOL) ;) (expression_statement (assignment_expression IDENT = (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) == IDENT)) ;) (if_statement if (parenthesized_expression ( IDENT )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence ") , LIT )))) ;)) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;)) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (do_statement do (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) && (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) )))) , (binary_expression IDENT == LIT)) ))) )) (compound_statement { (expression_statement (assignment_expression IDENT = IDENT) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT) )))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) }))) }) while (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) , (comma_expression (assignment_expression IDENT = IDENT) , (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)))) ))) )) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) })) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (string_literal " string_content "))) ;) (do_statement do (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) < (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * IDENT) == (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) }) while (parenthesized_expression ( IDENT )) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression ! IDENT) && (unary_expression ! IDENT)) )) == IDENT) )) (goto_statement goto statement_identifier ;)) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( LIT , (string_literal " string_content escape_sequence string_content escape_sequence string_content escape_sequence ") , LIT )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , IDENT , IDENT ))) ;) (labeled_statement statement_identifier : (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 ( IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (return_statement return ;) }))) | (function_definition "void FUN_0011ae20(byte *param_1,byte *param_2)\n\n{\n char *__s1;\n int iVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n long lVar4;\n undefined8 *puVar5;\n byte *pbVar6;\n byte *pbVar7;\n undefined8 *puVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n \n lVar4 = 10;\n bVar9 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;\n bVar11 = &stack0x00000000 == (undefined1 *)0x48;\n pbVar6 = param_2;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar9 = *pbVar6 < *pbVar7;\n bVar11 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar11);\n bVar10 = false;\n bVar9 = (!bVar9 && !bVar11) == bVar9;\n if (bVar9) {\nLAB_0011af24:\n uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n FUN_00129380(uVar2,0);\n if (DAT_002b4cf8 != (undefined8 *)0x0) {\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }\n }\n else {\n lVar4 = 10;\n pbVar6 = param_1;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);\n if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;\n if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;\n }\n puVar5 = (undefined8 *)0x0;\n uVar2 = dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5);\n FUN_00129380(uVar2,0,param_2,param_1);\nLAB_0011aef1:\n puVar3 = (undefined8 *)FUN_00119720(0x10);\n uVar2 = xstrdup(param_1);\n *puVar3 = uVar2;\n puVar3[1] = puVar5[1];\n puVar5[1] = puVar3;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0011ae20(byte *param_1,byte *param_2)" (identifier "FUN_0011ae20") (parameter_list "(byte *param_1,byte *param_2)" (( "(") (parameter_declaration "byte *param_1" (type_identifier "byte") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "byte *param_2" (type_identifier "byte") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n char *__s1;\n int iVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n long lVar4;\n undefined8 *puVar5;\n byte *pbVar6;\n byte *pbVar7;\n undefined8 *puVar8;\n bool bVar9;\n bool bVar10;\n bool bVar11;\n \n lVar4 = 10;\n bVar9 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;\n bVar11 = &stack0x00000000 == (undefined1 *)0x48;\n pbVar6 = param_2;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar9 = *pbVar6 < *pbVar7;\n bVar11 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar11);\n bVar10 = false;\n bVar9 = (!bVar9 && !bVar11) == bVar9;\n if (bVar9) {\nLAB_0011af24:\n uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n FUN_00129380(uVar2,0);\n if (DAT_002b4cf8 != (undefined8 *)0x0) {\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }\n }\n else {\n lVar4 = 10;\n pbVar6 = param_1;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);\n if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;\n if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;\n }\n puVar5 = (undefined8 *)0x0;\n uVar2 = dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5);\n FUN_00129380(uVar2,0,param_2,param_1);\nLAB_0011aef1:\n puVar3 = (undefined8 *)FUN_00119720(0x10);\n uVar2 = xstrdup(param_1);\n *puVar3 = uVar2;\n puVar3[1] = puVar5[1];\n puVar5[1] = puVar3;\n return;\n}" ({ "{") (declaration "char *__s1;" (primitive_type "char") (pointer_declarator "*__s1" (* "*") (identifier "__s1")) (; ";")) (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (declaration "undefined8 *puVar3;" (type_identifier "undefined8") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "long lVar4;" (sized_type_specifier "long" (long "long")) (identifier "lVar4") (; ";")) (declaration "undefined8 *puVar5;" (type_identifier "undefined8") (pointer_declarator "*puVar5" (* "*") (identifier "puVar5")) (; ";")) (declaration "byte *pbVar6;" (type_identifier "byte") (pointer_declarator "*pbVar6" (* "*") (identifier "pbVar6")) (; ";")) (declaration "byte *pbVar7;" (type_identifier "byte") (pointer_declarator "*pbVar7" (* "*") (identifier "pbVar7")) (; ";")) (declaration "undefined8 *puVar8;" (type_identifier "undefined8") (pointer_declarator "*puVar8" (* "*") (identifier "puVar8")) (; ";")) (declaration "bool bVar9;" (primitive_type "bool") (identifier "bVar9") (; ";")) (declaration "bool bVar10;" (primitive_type "bool") (identifier "bVar10") (; ";")) (declaration "bool bVar11;" (primitive_type "bool") (identifier "bVar11") (; ";")) (expression_statement "lVar4 = 10;" (assignment_expression "lVar4 = 10" (identifier "lVar4") (= "=") (number_literal "10")) (; ";")) (expression_statement "bVar9 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;" (assignment_expression "bVar9 = &stack0xffffffffffffffd0 < (undefined1 *)0x18" (identifier "bVar9") (= "=") (binary_expression "&stack0xffffffffffffffd0 < (undefined1 *)0x18" (pointer_expression "&stack0xffffffffffffffd0" (& "&") (identifier "stack0xffffffffffffffd0")) (< "<") (cast_expression "(undefined1 *)0x18" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x18")))) (; ";")) (expression_statement "bVar11 = &stack0x00000000 == (undefined1 *)0x48;" (assignment_expression "bVar11 = &stack0x00000000 == (undefined1 *)0x48" (identifier "bVar11") (= "=") (binary_expression "&stack0x00000000 == (undefined1 *)0x48" (pointer_expression "&stack0x00000000" (& "&") (identifier "stack0x00000000")) (== "==") (cast_expression "(undefined1 *)0x48" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x48")))) (; ";")) (expression_statement "pbVar6 = param_2;" (assignment_expression "pbVar6 = param_2" (identifier "pbVar6") (= "=") (identifier "param_2")) (; ";")) (expression_statement "pbVar7 = (byte *)"*default*";" (assignment_expression "pbVar7 = (byte *)"*default*"" (identifier "pbVar7") (= "=") (cast_expression "(byte *)"*default*"" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (string_literal ""*default*"" (" """) (string_content "*default*") (" """)))) (; ";")) (do_statement "do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar9 = *pbVar6 < *pbVar7;\n bVar11 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar11);" (do "do") (compound_statement "{\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar9 = *pbVar6 < *pbVar7;\n bVar11 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n }" ({ "{") (if_statement "if (lVar4 == 0) break;" (if "if") (parenthesized_expression "(lVar4 == 0)" (( "(") (binary_expression "lVar4 == 0" (identifier "lVar4") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar4 = lVar4 + -1;" (assignment_expression "lVar4 = lVar4 + -1" (identifier "lVar4") (= "=") (binary_expression "lVar4 + -1" (identifier "lVar4") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar9 = *pbVar6 < *pbVar7;" (assignment_expression "bVar9 = *pbVar6 < *pbVar7" (identifier "bVar9") (= "=") (binary_expression "*pbVar6 < *pbVar7" (pointer_expression "*pbVar6" (* "*") (identifier "pbVar6")) (< "<") (pointer_expression "*pbVar7" (* "*") (identifier "pbVar7")))) (; ";")) (expression_statement "bVar11 = *pbVar6 == *pbVar7;" (assignment_expression "bVar11 = *pbVar6 == *pbVar7" (identifier "bVar11") (= "=") (binary_expression "*pbVar6 == *pbVar7" (pointer_expression "*pbVar6" (* "*") (identifier "pbVar6")) (== "==") (pointer_expression "*pbVar7" (* "*") (identifier "pbVar7")))) (; ";")) (expression_statement "pbVar6 = pbVar6 + 1;" (assignment_expression "pbVar6 = pbVar6 + 1" (identifier "pbVar6") (= "=") (binary_expression "pbVar6 + 1" (identifier "pbVar6") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar7 = pbVar7 + 1;" (assignment_expression "pbVar7 = pbVar7 + 1" (identifier "pbVar7") (= "=") (binary_expression "pbVar7 + 1" (identifier "pbVar7") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar11)" (( "(") (identifier "bVar11") () ")")) (; ";")) (expression_statement "bVar10 = false;" (assignment_expression "bVar10 = false" (identifier "bVar10") (= "=") (false "false")) (; ";")) (expression_statement "bVar9 = (!bVar9 && !bVar11) == bVar9;" (assignment_expression "bVar9 = (!bVar9 && !bVar11) == bVar9" (identifier "bVar9") (= "=") (binary_expression "(!bVar9 && !bVar11) == bVar9" (parenthesized_expression "(!bVar9 && !bVar11)" (( "(") (binary_expression "!bVar9 && !bVar11" (unary_expression "!bVar9" (! "!") (identifier "bVar9")) (&& "&&") (unary_expression "!bVar11" (! "!") (identifier "bVar11"))) () ")")) (== "==") (identifier "bVar9"))) (; ";")) (if_statement "if (bVar9) {\nLAB_0011af24:\n uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n FUN_00129380(uVar2,0);\n if (DAT_002b4cf8 != (undefined8 *)0x0) {\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }\n }\n else {\n lVar4 = 10;\n pbVar6 = param_1;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);\n if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;\n if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;\n }" (if "if") (parenthesized_expression "(bVar9)" (( "(") (identifier "bVar9") () ")")) (compound_statement "{\nLAB_0011af24:\n uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);\n FUN_00129380(uVar2,0);\n if (DAT_002b4cf8 != (undefined8 *)0x0) {\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }\n }" ({ "{") (labeled_statement "LAB_0011af24:\n uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);" (statement_identifier "LAB_0011af24") (: ":") (expression_statement "uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5)" (identifier "dcgettext") (argument_list "(0,"%F%P:%pS: error: alias for default memory region\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%F%P:%pS: error: alias for default memory region\n"" (" """) (string_content "%F%P:%pS: error: alias for default memory region") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";"))) (expression_statement "FUN_00129380(uVar2,0);" (call_expression "FUN_00129380(uVar2,0)" (identifier "FUN_00129380") (argument_list "(uVar2,0)" (( "(") (identifier "uVar2") (, ",") (number_literal "0") () ")"))) (; ";")) (if_statement "if (DAT_002b4cf8 != (undefined8 *)0x0) {\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }" (if "if") (parenthesized_expression "(DAT_002b4cf8 != (undefined8 *)0x0)" (( "(") (binary_expression "DAT_002b4cf8 != (undefined8 *)0x0" (identifier "DAT_002b4cf8") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\nLAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;\n puVar3 = DAT_002b4cf8;\n puVar8 = DAT_002b4cf8;\n do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));\n if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;\n }" ({ "{") (labeled_statement "LAB_0011ae7e:\n puVar5 = (undefined8 *)0x0;" (statement_identifier "LAB_0011ae7e") (: ":") (expression_statement "puVar5 = (undefined8 *)0x0;" (assignment_expression "puVar5 = (undefined8 *)0x0" (identifier "puVar5") (= "=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";"))) (expression_statement "puVar3 = DAT_002b4cf8;" (assignment_expression "puVar3 = DAT_002b4cf8" (identifier "puVar3") (= "=") (identifier "DAT_002b4cf8")) (; ";")) (expression_statement "puVar8 = DAT_002b4cf8;" (assignment_expression "puVar8 = DAT_002b4cf8" (identifier "puVar8") (= "=") (identifier "DAT_002b4cf8")) (; ";")) (do_statement "do {\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n } while ((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));" (do "do") (compound_statement "{\n __s1 = (char *)*puVar3;\n if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }\n iVar1 = strcmp(__s1,(char *)param_1);\n if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }\n }" ({ "{") (expression_statement "__s1 = (char *)*puVar3;" (assignment_expression "__s1 = (char *)*puVar3" (identifier "__s1") (= "=") (cast_expression "(char *)*puVar3" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*puVar3" (* "*") (identifier "puVar3")))) (; ";")) (if_statement "if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {\n puVar5 = puVar8;\n }" (if "if") (parenthesized_expression "((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0))" (( "(") (binary_expression "(puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)" (parenthesized_expression "(puVar5 == (undefined8 *)0x0)" (( "(") (binary_expression "puVar5 == (undefined8 *)0x0" (identifier "puVar5") (== "==") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (&& "&&") (parenthesized_expression "(iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)" (( "(") (comma_expression "iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0" (assignment_expression "iVar1 = strcmp(__s1,(char *)param_2)" (identifier "iVar1") (= "=") (call_expression "strcmp(__s1,(char *)param_2)" (identifier "strcmp") (argument_list "(__s1,(char *)param_2)" (( "(") (identifier "__s1") (, ",") (cast_expression "(char *)param_2" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "param_2")) () ")")))) (, ",") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0"))) () ")"))) () ")")) (compound_statement "{\n puVar5 = puVar8;\n }" ({ "{") (expression_statement "puVar5 = puVar8;" (assignment_expression "puVar5 = puVar8" (identifier "puVar5") (= "=") (identifier "puVar8")) (; ";")) (} "}"))) (expression_statement "iVar1 = strcmp(__s1,(char *)param_1);" (assignment_expression "iVar1 = strcmp(__s1,(char *)param_1)" (identifier "iVar1") (= "=") (call_expression "strcmp(__s1,(char *)param_1)" (identifier "strcmp") (argument_list "(__s1,(char *)param_1)" (( "(") (identifier "__s1") (, ",") (cast_expression "(char *)param_1" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "param_1")) () ")")))) (; ";")) (if_statement "if (iVar1 == 0) {\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }\n else {\n puVar3 = (undefined8 *)puVar3[1];\n }" (if "if") (parenthesized_expression "(iVar1 == 0)" (( "(") (binary_expression "iVar1 == 0" (identifier "iVar1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);\n FUN_00129380(uVar2,0,param_1);\n puVar3 = (undefined8 *)puVar3[1];\n }" ({ "{") (expression_statement "uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5)" (identifier "dcgettext") (argument_list "(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%F%P:%pS: error: redefinition of memory region alias `%s\'\n"" (" """) (string_content "%F%P:%pS: error: redefinition of memory region alias `%s") (escape_sequence "\'") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00129380(uVar2,0,param_1);" (call_expression "FUN_00129380(uVar2,0,param_1)" (identifier "FUN_00129380") (argument_list "(uVar2,0,param_1)" (( "(") (identifier "uVar2") (, ",") (number_literal "0") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "puVar3 = (undefined8 *)puVar3[1];" (assignment_expression "puVar3 = (undefined8 *)puVar3[1]" (identifier "puVar3") (= "=") (cast_expression "(undefined8 *)puVar3[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar3[1]" (identifier "puVar3") ([ "[") (number_literal "1") (] "]")))) (; ";")) (} "}")) (else_clause "else {\n puVar3 = (undefined8 *)puVar3[1];\n }" (else "else") (compound_statement "{\n puVar3 = (undefined8 *)puVar3[1];\n }" ({ "{") (expression_statement "puVar3 = (undefined8 *)puVar3[1];" (assignment_expression "puVar3 = (undefined8 *)puVar3[1]" (identifier "puVar3") (= "=") (cast_expression "(undefined8 *)puVar3[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar3[1]" (identifier "puVar3") ([ "[") (number_literal "1") (] "]")))) (; ";")) (} "}")))) (} "}")) (while "while") (parenthesized_expression "((puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0))" (( "(") (binary_expression "(puVar3 != (undefined8 *)0x0) ||\n (puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0)" (parenthesized_expression "(puVar3 != (undefined8 *)0x0)" (( "(") (binary_expression "puVar3 != (undefined8 *)0x0" (identifier "puVar3") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (|| "||") (parenthesized_expression "(puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0)" (( "(") (comma_expression "puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0" (assignment_expression "puVar3 = (undefined8 *)puVar8[2]" (identifier "puVar3") (= "=") (cast_expression "(undefined8 *)puVar8[2]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "puVar8[2]" (identifier "puVar8") ([ "[") (number_literal "2") (] "]")))) (, ",") (comma_expression "puVar8 = puVar3, puVar3 != (undefined8 *)0x0" (assignment_expression "puVar8 = puVar3" (identifier "puVar8") (= "=") (identifier "puVar3")) (, ",") (binary_expression "puVar3 != (undefined8 *)0x0" (identifier "puVar3") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))))) () ")"))) () ")")) (; ";")) (if_statement "if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;" (if "if") (parenthesized_expression "(puVar5 != (undefined8 *)0x0)" (( "(") (binary_expression "puVar5 != (undefined8 *)0x0" (identifier "puVar5") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0011aef1;" (goto "goto") (statement_identifier "LAB_0011aef1") (; ";"))) (} "}"))) (} "}")) (else_clause "else {\n lVar4 = 10;\n pbVar6 = param_1;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);\n if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;\n if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;\n }" (else "else") (compound_statement "{\n lVar4 = 10;\n pbVar6 = param_1;\n pbVar7 = (byte *)"*default*";\n do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);\n if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;\n if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;\n }" ({ "{") (expression_statement "lVar4 = 10;" (assignment_expression "lVar4 = 10" (identifier "lVar4") (= "=") (number_literal "10")) (; ";")) (expression_statement "pbVar6 = param_1;" (assignment_expression "pbVar6 = param_1" (identifier "pbVar6") (= "=") (identifier "param_1")) (; ";")) (expression_statement "pbVar7 = (byte *)"*default*";" (assignment_expression "pbVar7 = (byte *)"*default*"" (identifier "pbVar7") (= "=") (cast_expression "(byte *)"*default*"" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (string_literal ""*default*"" (" """) (string_content "*default*") (" """)))) (; ";")) (do_statement "do {\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n } while (bVar9);" (do "do") (compound_statement "{\n if (lVar4 == 0) break;\n lVar4 = lVar4 + -1;\n bVar10 = *pbVar6 < *pbVar7;\n bVar9 = *pbVar6 == *pbVar7;\n pbVar6 = pbVar6 + 1;\n pbVar7 = pbVar7 + 1;\n }" ({ "{") (if_statement "if (lVar4 == 0) break;" (if "if") (parenthesized_expression "(lVar4 == 0)" (( "(") (binary_expression "lVar4 == 0" (identifier "lVar4") (== "==") (number_literal "0")) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "lVar4 = lVar4 + -1;" (assignment_expression "lVar4 = lVar4 + -1" (identifier "lVar4") (= "=") (binary_expression "lVar4 + -1" (identifier "lVar4") (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "bVar10 = *pbVar6 < *pbVar7;" (assignment_expression "bVar10 = *pbVar6 < *pbVar7" (identifier "bVar10") (= "=") (binary_expression "*pbVar6 < *pbVar7" (pointer_expression "*pbVar6" (* "*") (identifier "pbVar6")) (< "<") (pointer_expression "*pbVar7" (* "*") (identifier "pbVar7")))) (; ";")) (expression_statement "bVar9 = *pbVar6 == *pbVar7;" (assignment_expression "bVar9 = *pbVar6 == *pbVar7" (identifier "bVar9") (= "=") (binary_expression "*pbVar6 == *pbVar7" (pointer_expression "*pbVar6" (* "*") (identifier "pbVar6")) (== "==") (pointer_expression "*pbVar7" (* "*") (identifier "pbVar7")))) (; ";")) (expression_statement "pbVar6 = pbVar6 + 1;" (assignment_expression "pbVar6 = pbVar6 + 1" (identifier "pbVar6") (= "=") (binary_expression "pbVar6 + 1" (identifier "pbVar6") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "pbVar7 = pbVar7 + 1;" (assignment_expression "pbVar7 = pbVar7 + 1" (identifier "pbVar7") (= "=") (binary_expression "pbVar7 + 1" (identifier "pbVar7") (+ "+") (number_literal "1"))) (; ";")) (} "}")) (while "while") (parenthesized_expression "(bVar9)" (( "(") (identifier "bVar9") () ")")) (; ";")) (if_statement "if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;" (if "if") (parenthesized_expression "((!bVar10 && !bVar9) == bVar10)" (( "(") (binary_expression "(!bVar10 && !bVar9) == bVar10" (parenthesized_expression "(!bVar10 && !bVar9)" (( "(") (binary_expression "!bVar10 && !bVar9" (unary_expression "!bVar10" (! "!") (identifier "bVar10")) (&& "&&") (unary_expression "!bVar9" (! "!") (identifier "bVar9"))) () ")")) (== "==") (identifier "bVar10")) () ")")) (goto_statement "goto LAB_0011af24;" (goto "goto") (statement_identifier "LAB_0011af24") (; ";"))) (if_statement "if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;" (if "if") (parenthesized_expression "(DAT_002b4cf8 != (undefined8 *)0x0)" (( "(") (binary_expression "DAT_002b4cf8 != (undefined8 *)0x0" (identifier "DAT_002b4cf8") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0011ae7e;" (goto "goto") (statement_identifier "LAB_0011ae7e") (; ";"))) (} "}")))) (expression_statement "puVar5 = (undefined8 *)0x0;" (assignment_expression "puVar5 = (undefined8 *)0x0" (identifier "puVar5") (= "=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "uVar2 = dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5);" (assignment_expression "uVar2 = dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5)" (identifier "uVar2") (= "=") (call_expression "dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5)" (identifier "dcgettext") (argument_list "(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n"" (" """) (string_content "%F%P:%pS: error: memory region `%s") (escape_sequence "\'") (string_content " for alias `%s") (escape_sequence "\'") (string_content " does not exist") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")")))) (; ";")) (expression_statement "FUN_00129380(uVar2,0,param_2,param_1);" (call_expression "FUN_00129380(uVar2,0,param_2,param_1)" (identifier "FUN_00129380") (argument_list "(uVar2,0,param_2,param_1)" (( "(") (identifier "uVar2") (, ",") (number_literal "0") (, ",") (identifier "param_2") (, ",") (identifier "param_1") () ")"))) (; ";")) (labeled_statement "LAB_0011aef1:\n puVar3 = (undefined8 *)FUN_00119720(0x10);" (statement_identifier "LAB_0011aef1") (: ":") (expression_statement "puVar3 = (undefined8 *)FUN_00119720(0x10);" (assignment_expression "puVar3 = (undefined8 *)FUN_00119720(0x10)" (identifier "puVar3") (= "=") (cast_expression "(undefined8 *)FUN_00119720(0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00119720(0x10)" (identifier "FUN_00119720") (argument_list "(0x10)" (( "(") (number_literal "0x10") () ")"))))) (; ";"))) (expression_statement "uVar2 = xstrdup(param_1);" (assignment_expression "uVar2 = xstrdup(param_1)" (identifier "uVar2") (= "=") (call_expression "xstrdup(param_1)" (identifier "xstrdup") (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "*puVar3 = uVar2;" (assignment_expression "*puVar3 = uVar2" (pointer_expression "*puVar3" (* "*") (identifier "puVar3")) (= "=") (identifier "uVar2")) (; ";")) (expression_statement "puVar3[1] = puVar5[1];" (assignment_expression "puVar3[1] = puVar5[1]" (subscript_expression "puVar3[1]" (identifier "puVar3") ([ "[") (number_literal "1") (] "]")) (= "=") (subscript_expression "puVar5[1]" (identifier "puVar5") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "puVar5[1] = puVar3;" (assignment_expression "puVar5[1] = puVar3" (subscript_expression "puVar5[1]" (identifier "puVar5") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "puVar3")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(char *alias,char *region_name)
{
int var_10;
char *pcVar2;
type_1 *pmVar3;
long var_1;
type_2 *var_11;
type_3 *var_8;
type_4 *var_2;
type_4 *var_3;
type_3 *plVar9;
bool var_4;
bool var_12;
bool bVar12;
var_1 = 10;
var_4 = &stack0xffffffffffffffd0 < (type_5 *)0x18;
bVar12 = &stack0x00000000 == (type_5 *)0x48;
var_2 = (type_4 *)region_name;
var_3 = (type_4 *)"*default*";
do {
if (var_1 == 0) break;
var_1 = var_1 + -1;
var_4 = *var_2 < *var_3;
bVar12 = *var_2 == *var_3;
var_2 = var_2 + 1;
var_3 = var_3 + 1;
} while (bVar12);
var_12 = false;
var_4 = (!var_4 && !bVar12) == var_4;
if (var_4) {
LAB_0011af24:
pcVar2 = (char *)var_5(0,"%F%P:%pS: error: alias for default memory region\n",5);
var_6(pcVar2,0);
if (var_7 != (type_3 *)0x0) {
LAB_0011ae7e:
var_8 = (type_3 *)0x0;
var_11 = var_7;
plVar9 = var_7;
do {
pcVar2 = (var_11->name_list).name;
if ((var_8 == (type_3 *)0x0) &&
(var_10 = var_9(pcVar2,region_name), var_10 == 0)) {
var_8 = plVar9;
}
var_10 = var_9(pcVar2,alias);
if (var_10 == 0) {
pcVar2 = (char *)var_5(0,
"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",
5);
var_6(pcVar2,0,alias);
var_11 = (type_2 *)(var_11->name_list).next;
}
else {
var_11 = (type_2 *)(var_11->name_list).next;
}
} while ((var_11 != (type_2 *)0x0) ||
(var_11 = plVar9->next, plVar9 = var_11, var_11 != (type_2 *)0x0));
if (var_8 != (type_3 *)0x0) goto LAB_0011aef1;
}
}
else {
var_1 = 10;
var_2 = (type_4 *)alias;
var_3 = (type_4 *)"*default*";
do {
if (var_1 == 0) break;
var_1 = var_1 + -1;
var_12 = *var_2 < *var_3;
var_4 = *var_2 == *var_3;
var_2 = var_2 + 1;
var_3 = var_3 + 1;
} while (var_4);
if ((!var_12 && !var_4) == var_12) goto LAB_0011af24;
if (var_7 != (type_3 *)0x0) goto LAB_0011ae7e;
}
var_8 = (type_3 *)0x0;
pcVar2 = (char *)var_5(0,
"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n"
,5);
var_6(pcVar2,0,region_name,alias);
LAB_0011aef1:
pmVar3 = (type_1 *)var_13(0x10);
pcVar2 = (char *)var_14(alias);
pmVar3->name = pcVar2;
pmVar3->next = (var_8->name_list).next;
(var_8->name_list).next = pmVar3;
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (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: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (string_literal (string_content))))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (expression_statement (assignment_expression left: (identifier) right: (false))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier)))) (if_statement condition: (parenthesized_expression (identifier)) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (do_statement body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (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: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier))))) right: (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (identifier)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (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)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))))))) condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) right: (parenthesized_expression (comma_expression left: (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)))) right: (comma_expression left: (assignment_expression left: (identifier) right: (identifier)) right: (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal))))))))) (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)))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (string_literal (string_content))))) (do_statement body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal))))) condition: (parenthesized_expression (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (identifier)) right: (unary_expression argument: (identifier)))) right: (identifier))) consequence: (goto_statement label: (statement_identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content) (escape_sequence) (string_content) (escape_sequence) (string_content) (escape_sequence)) (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (identifier) (identifier)))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (return_statement)))) | null |
void MASKED(byte *param_1,byte *param_2)
{
char *__s1;
int iVar1;
undefined8 uVar2;
undefined8 *puVar3;
long lVar4;
undefined8 *puVar5;
byte *pbVar6;
byte *pbVar7;
undefined8 *puVar8;
bool bVar9;
bool bVar10;
bool bVar11;
lVar4 = 10;
bVar9 = &stack0xffffffffffffffd0 < (undefined1 *)0x18;
bVar11 = &stack0x00000000 == (undefined1 *)0x48;
pbVar6 = param_2;
pbVar7 = (byte *)"*default*";
do {
if (lVar4 == 0) break;
lVar4 = lVar4 + -1;
bVar9 = *pbVar6 < *pbVar7;
bVar11 = *pbVar6 == *pbVar7;
pbVar6 = pbVar6 + 1;
pbVar7 = pbVar7 + 1;
} while (bVar11);
bVar10 = false;
bVar9 = (!bVar9 && !bVar11) == bVar9;
if (bVar9) {
LAB_0011af24:
uVar2 = dcgettext(0,"%F%P:%pS: error: alias for default memory region\n",5);
FUN_00129380(uVar2,0);
if (DAT_002b4cf8 != (undefined8 *)0x0) {
LAB_0011ae7e:
puVar5 = (undefined8 *)0x0;
puVar3 = DAT_002b4cf8;
puVar8 = DAT_002b4cf8;
do {
__s1 = (char *)*puVar3;
if ((puVar5 == (undefined8 *)0x0) && (iVar1 = strcmp(__s1,(char *)param_2), iVar1 == 0)) {
puVar5 = puVar8;
}
iVar1 = strcmp(__s1,(char *)param_1);
if (iVar1 == 0) {
uVar2 = dcgettext(0,"%F%P:%pS: error: redefinition of memory region alias `%s\'\n",5);
FUN_00129380(uVar2,0,param_1);
puVar3 = (undefined8 *)puVar3[1];
}
else {
puVar3 = (undefined8 *)puVar3[1];
}
} while ((puVar3 != (undefined8 *)0x0) ||
(puVar3 = (undefined8 *)puVar8[2], puVar8 = puVar3, puVar3 != (undefined8 *)0x0));
if (puVar5 != (undefined8 *)0x0) goto LAB_0011aef1;
}
}
else {
lVar4 = 10;
pbVar6 = param_1;
pbVar7 = (byte *)"*default*";
do {
if (lVar4 == 0) break;
lVar4 = lVar4 + -1;
bVar10 = *pbVar6 < *pbVar7;
bVar9 = *pbVar6 == *pbVar7;
pbVar6 = pbVar6 + 1;
pbVar7 = pbVar7 + 1;
} while (bVar9);
if ((!bVar10 && !bVar9) == bVar10) goto LAB_0011af24;
if (DAT_002b4cf8 != (undefined8 *)0x0) goto LAB_0011ae7e;
}
puVar5 = (undefined8 *)0x0;
uVar2 = dcgettext(0,"%F%P:%pS: error: memory region `%s\' for alias `%s\' does not exist\n",5);
FUN_00129380(uVar2,0,param_2,param_1);
LAB_0011aef1:
puVar3 = (undefined8 *)FUN_00119720(0x10);
uVar2 = xstrdup(param_1);
*puVar3 = uVar2;
puVar3[1] = puVar5[1];
puVar5[1] = puVar3;
return;
}
|
1111_s390x-linux-gnu-ld_and_s390x-linux-gnu-ld_strip.c | ~Struct_weak_unresolved_symbols | FUN_00155c00 |
/* DWARF original prototype: void ~Struct_weak_unresolved_symbols(Struct_weak_unresolved_symbols *
this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_weak_unresolved_symbols::~Struct_weak_unresolved_symbols
(Struct_weak_unresolved_symbols *this,int __in_chrg)
{
pointer pcVar1;
(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00443508;
pcVar1 = (this->option).longname._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)pcVar1 != &(this->option).longname.field_2) {
operator_delete(pcVar1);
}
operator_delete(this,0x68);
return;
}
|
void FUN_00155c00(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00443508;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002f1e60();
}
thunk_FUN_002f1e60(param_1,0x68);
return;
}
| LEA RAX,[0x443508]
PUSH RBX
MOV RBX,RDI
MOV qword ptr [RDI],RAX
MOV RDI,qword ptr [RDI + 0x8]
LEA RAX,[RBX + 0x18]
CMP RDI,RAX
JZ 0x00155c20
CALL 0x002f1e60
MOV RDI,RBX
MOV ESI,0x68
POP RBX
JMP 0x002f1e50 | null | null | null | null | [(u'PTRSUB_-1207280482', u'PTRSUB_-1207280477'), (u'PTRSUB_-1207280477', u'PTRSUB_-1207280473'), (u'PTRSUB_-1207280478', u'PTRSUB_-1207280477'), (u'PTRSUB_-1207280472', u'PTRSUB_-1207280468'), ('const-0', u'RETURN_-1207280556'), ('tmp_93', u'PTRSUB_-1207280482'), ('const-0', u'PTRSUB_-1207280477'), ('tmp_93', u'PTRSUB_-1207280472'), (u'CAST_-1207280473', u'STORE_-1207280620'), ('const-4470024', u'PTRSUB_-1207280483'), ('const-0', u'PTRSUB_-1207280482'), ('const-433', u'STORE_-1207280620'), (u'LOAD_-1207280616', u'CAST_-1207280461'), (u'PTRSUB_-1207280470', u'LOAD_-1207280616'), ('const-0', u'PTRSUB_-1207280477'), (u'INT_NOTEQUAL_-1207280589', u'CBRANCH_-1207280588'), ('const-0', u'PTRSUB_-1207280470'), ('tmp_93', u'PTRSUB_-1207280478'), (u'CAST_-1207280461', u'INT_NOTEQUAL_-1207280589'), ('const-0', u'PTRSUB_-1207280483'), ('const-104', u'CALL_-1207280560'), (u'PTRSUB_-1207280477', u'STORE_-1207280620'), ('const-8', u'PTRSUB_-1207280472'), ('tmp_93', u'CALL_-1207280560'), ('const-433', u'LOAD_-1207280616'), ('const-8', u'PTRSUB_-1207280478'), ('const-0', u'PTRSUB_-1207280468'), (u'PTRSUB_-1207280465', u'INT_NOTEQUAL_-1207280589'), (u'LOAD_-1207280616', u'CALL_-1207280581'), ('const-16', u'PTRSUB_-1207280465'), (u'PTRSUB_-1207280468', u'PTRSUB_-1207280465'), ('const-0', u'PTRSUB_-1207280473'), (u'PTRSUB_-1207280483', u'CAST_-1207280473'), ('tmp_58', u'CBRANCH_-1207280588'), (u'PTRSUB_-1207280473', u'PTRSUB_-1207280470')] | [('const-0', u'PTRSUB_-1207280484'), (u'LOAD_-1207280616', u'CAST_-1207280480'), ('tmp_194', u'STORE_-1207280620'), (u'PTRADD_-1207280476', u'INT_NOTEQUAL_-1207280589'), ('const-433', u'STORE_-1207280620'), ('tmp_194', u'PTRADD_-1207280476'), ('const-0', u'RETURN_-1207280556'), ('const-3', u'PTRADD_-1207280476'), ('const-4470024', u'PTRSUB_-1207280484'), ('tmp_194', u'PTRADD_-1207280481'), ('const-8', u'PTRADD_-1207280476'), ('const-1', u'PTRADD_-1207280481'), ('tmp_194', u'CALL_-1207280560'), (u'PTRADD_-1207280481', u'LOAD_-1207280616'), (u'CAST_-1207280480', u'INT_NOTEQUAL_-1207280589'), ('const-104', u'CALL_-1207280560'), (u'PTRSUB_-1207280484', u'STORE_-1207280620'), ('const-433', u'LOAD_-1207280616'), ('tmp_58', u'CBRANCH_-1207280588'), (u'INT_NOTEQUAL_-1207280589', u'CBRANCH_-1207280588'), ('const-8', u'PTRADD_-1207280481')] | null | null | 00155c00 | x64 | O2 | (translation_unit "void FUN_00155c00(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00443508;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n }\n thunk_FUN_002f1e60(param_1,0x68);\n return;\n}\n\n" (function_definition "void FUN_00155c00(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00443508;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n }\n thunk_FUN_002f1e60(param_1,0x68);\n return;\n}" primitive_type (function_declarator "FUN_00155c00(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_00443508;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n }\n thunk_FUN_002f1e60(param_1,0x68);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00443508;" (assignment_expression "*param_1 = &PTR_FUN_00443508" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00443508" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_002f1e60();\n }" { (expression_statement "FUN_002f1e60();" (call_expression "FUN_002f1e60()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002f1e60(param_1,0x68);" (call_expression "thunk_FUN_002f1e60(param_1,0x68)" identifier (argument_list "(param_1,0x68)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* DWARF original prototype: void ~Struct_weak_unresolved_symbols(Struct_weak_unresolved_symbols *\n this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_weak_unresolved_symbols::~Struct_weak_unresolved_symbols\n (Struct_weak_unresolved_symbols *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00443508;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x68);\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_weak_unresolved_symbols::~Struct_weak_unresolved_symbols\n (Struct_weak_unresolved_symbols *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00443508;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x68);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_weak_unresolved_symbols::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_weak_unresolved_symbols\n (Struct_weak_unresolved_symbols *this,int __in_chrg)" identifier (parameter_list "(Struct_weak_unresolved_symbols *this,int __in_chrg)" ( (parameter_declaration "Struct_weak_unresolved_symbols *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n (this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00443508;\n pcVar1 = (this->option).longname._M_dataplus._M_p;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }\n operator_delete(this,0x68);\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00443508;" (assignment_expression "(this->super_Struct_var)._vptr_Struct_var = (_func_int_varargs **)&PTR_parse_to_value_00443508" (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_00443508" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00443508" & identifier))) ;) (expression_statement "pcVar1 = (this->option).longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->option).longname._M_dataplus._M_p" identifier = (field_expression "(this->option).longname._M_dataplus._M_p" (field_expression "(this->option).longname._M_dataplus" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2) {\n operator_delete(pcVar1);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->option).longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->option).longname.field_2" & (field_expression "(this->option).longname.field_2" (field_expression "(this->option).longname" (parenthesized_expression "(this->option)" ( (field_expression "this->option" identifier -> field_identifier) )) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) })) (expression_statement "operator_delete(this,0x68);" (call_expression "operator_delete(this,0x68)" identifier (argument_list "(this,0x68)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_00155c00(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00443508;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n }\n thunk_FUN_002f1e60(param_1,0x68);\n return;\n}\n\n" (function_definition "void FUN_00155c00(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00443508;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n }\n thunk_FUN_002f1e60(param_1,0x68);\n return;\n}" primitive_type (function_declarator "FUN_00155c00(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_00443508;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n }\n thunk_FUN_002f1e60(param_1,0x68);\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00443508;" (assignment_expression "*param_1 = &PTR_FUN_00443508" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00443508" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n }" if (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" ( (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) != (binary_expression "param_1 + 3" identifier + number_literal)) )) (compound_statement "{\n FUN_002f1e60();\n }" { (expression_statement "FUN_002f1e60();" (call_expression "FUN_002f1e60()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "thunk_FUN_002f1e60(param_1,0x68);" (call_expression "thunk_FUN_002f1e60(param_1,0x68)" identifier (argument_list "(param_1,0x68)" ( identifier , number_literal ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ])) != (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_00155c00(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00443508;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n }\n thunk_FUN_002f1e60(param_1,0x68);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00155c00(undefined8 *param_1)" (identifier "FUN_00155c00") (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_00443508;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n }\n thunk_FUN_002f1e60(param_1,0x68);\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00443508;" (assignment_expression "*param_1 = &PTR_FUN_00443508" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00443508" (& "&") (identifier "PTR_FUN_00443508"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_002f1e60();\n }" (if "if") (parenthesized_expression "((undefined8 *)param_1[1] != param_1 + 3)" (( "(") (binary_expression "(undefined8 *)param_1[1] != param_1 + 3" (cast_expression "(undefined8 *)param_1[1]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (!= "!=") (binary_expression "param_1 + 3" (identifier "param_1") (+ "+") (number_literal "3"))) () ")")) (compound_statement "{\n FUN_002f1e60();\n }" ({ "{") (expression_statement "FUN_002f1e60();" (call_expression "FUN_002f1e60()" (identifier "FUN_002f1e60") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "thunk_FUN_002f1e60(param_1,0x68);" (call_expression "thunk_FUN_002f1e60(param_1,0x68)" (identifier "thunk_FUN_002f1e60") (argument_list "(param_1,0x68)" (( "(") (identifier "param_1") (, ",") (number_literal "0x68") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* DWARF original prototype: void ~Struct_weak_unresolved_symbols(Struct_weak_unresolved_symbols *
this, int __in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1
(function_1 *this,int __in_chrg)
{
type_1 var_5;
(this->super_Struct_var)._vptr_Struct_var = (type_2 **)&PTR_parse_to_value_00443508;
var_5 = (this->option).longname._M_dataplus._M_p;
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4
*)var_5 != &(this->option).longname.field_2) {
var_6(var_5);
}
var_6(this,0x68);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal)))) (return_statement)))) | null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00443508;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_002f1e60();
}
thunk_FUN_002f1e60(param_1,0x68);
return;
}
|
7772_x86_64-linux-gnu-dwp_and_x86_64-linux-gnu-dwp_strip.c | operator+ | FUN_002ab060 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::string std::TEMPNAMEPLACEHOLDERVALUE(char, std::string const&) */
string * std::operator+(char param_1,string *param_2)
{
string *in_RDX;
undefined7 in_register_00000039;
string *this;
this = (string *)CONCAT71(in_register_00000039,param_1);
*(undefined1 **)this = &DAT_003ca558;
/* try { // try from 002ab08b to 002ab0ab has its CatchHandler @ 002ab0ba */
string::reserve(this,*(long *)(*(long *)in_RDX + -0x18) + 1);
string::append(this,1,(char)param_2);
string::append(this,in_RDX);
return this;
}
|
undefined8 * FUN_002ab060(undefined8 *param_1,char param_2,long *param_3)
{
*param_1 = &DAT_003ca558;
/* try { // try from 002ab08b to 002ab0ab has its CatchHandler @ 002ab0ba */
FUN_002aa850(param_1,*(long *)(*param_3 + -0x18) + 1);
FUN_002aac20(param_1,1,(int)param_2);
FUN_002aa930(param_1,param_3);
return param_1;
}
| PUSH R13
PUSH R12
MOV R12,RDX
PUSH RBP
MOV EBP,ESI
PUSH RBX
MOV RBX,RDI
SUB RSP,0x18
LEA R13,[0x3ca540]
LEA RAX,[R13 + 0x18]
MOV qword ptr [RDI],RAX
MOV RAX,qword ptr [RDX]
MOV RSI,qword ptr [RAX + -0x18]
ADD RSI,0x1
CALL 0x002aa850
MOVSX EDX,BPL
MOV ESI,0x1
MOV RDI,RBX
CALL 0x002aac20
MOV RSI,R12
MOV RDI,RBX
CALL 0x002aa930
ADD RSP,0x18
MOV RAX,RBX
POP RBX
POP RBP
POP R12
POP R13
RET | null | null | null | null | [('const-0', u'SUBPIECE_-1204440730'), (u'LOAD_-1204440928', u'INT_ADD_-1204440906'), ('tmp_388', u'CALL_-1204440856'), (u'CAST_-1204440759', u'CALL_-1204440872'), (u'CAST_-1204440759', u'CAST_-1204440729'), (u'SUBPIECE_-1204440730', u'CALL_-1204440872'), (u'INT_ADD_-1204440906', u'CAST_-1204440721'), ('const-1', u'INT_ADD_-1204440897'), (u'CAST_-1204440725', u'LOAD_-1204440928'), ('const-0', u'RETURN_-1204440806'), ('const-0', u'PTRSUB_-1204440729'), ('const-3974488', u'PTRSUB_-1204440729'), ('tmp_240', u'PIECE_-1204440814'), ('const-433', u'LOAD_-1204440922'), ('tmp_311', u'PIECE_-1204440814'), ('const--24', u'INT_ADD_-1204440906'), (u'LOAD_-1204440922', u'INT_ADD_-1204440897'), (u'INT_ADD_-1204440897', u'CALL_-1204440896'), ('const-433', u'LOAD_-1204440928'), (u'PIECE_-1204440814', u'CAST_-1204440759'), (u'PTRSUB_-1204440729', u'STORE_-1204440931'), (u'CAST_-1204440729', u'STORE_-1204440931'), (u'COPY_-1204440843', u'RETURN_-1204440806'), ('tmp_388', u'CAST_-1204440725'), (u'CAST_-1204440721', u'LOAD_-1204440922'), (u'CAST_-1204440759', u'CALL_-1204440856'), ('const-1', u'CALL_-1204440872'), (u'CAST_-1204440759', u'COPY_-1204440843'), ('const-433', u'STORE_-1204440931'), (u'CAST_-1204440759', u'CALL_-1204440896'), ('tmp_241', u'SUBPIECE_-1204440730')] | [('tmp_384', u'LOAD_-1204440928'), (u'LOAD_-1204440928', u'INT_ADD_-1204440906'), ('tmp_388', u'CALL_-1204440856'), ('const-3974488', u'PTRSUB_-1204440730'), ('const-433', u'LOAD_-1204440928'), ('tmp_388', u'STORE_-1204440931'), ('tmp_388', u'COPY_-1204440843'), (u'CAST_-1204440725', u'LOAD_-1204440922'), ('const-1', u'INT_ADD_-1204440897'), ('const-0', u'RETURN_-1204440806'), ('tmp_388', u'CALL_-1204440896'), ('tmp_536', u'INT_SEXT_-1204440879'), (u'PTRSUB_-1204440730', u'STORE_-1204440931'), ('const-433', u'LOAD_-1204440922'), ('const-433', u'STORE_-1204440931'), ('const--24', u'INT_ADD_-1204440906'), (u'INT_SEXT_-1204440879', u'CALL_-1204440872'), (u'LOAD_-1204440922', u'INT_ADD_-1204440897'), (u'INT_ADD_-1204440897', u'CALL_-1204440896'), ('const-0', u'PTRSUB_-1204440730'), (u'COPY_-1204440843', u'RETURN_-1204440806'), ('tmp_388', u'CALL_-1204440872'), ('tmp_384', u'CALL_-1204440856'), (u'INT_ADD_-1204440906', u'CAST_-1204440725'), ('const-1', u'CALL_-1204440872')] | null | null | 002ab060 | x64 | O2 | (translation_unit "undefined8 * FUN_002ab060(undefined8 *param_1,char param_2,long *param_3)\n\n{\n *param_1 = &DAT_003ca558;\n /* try { // try from 002ab08b to 002ab0ab has its CatchHandler @ 002ab0ba */\n FUN_002aa850(param_1,*(long *)(*param_3 + -0x18) + 1);\n FUN_002aac20(param_1,1,(int)param_2);\n FUN_002aa930(param_1,param_3);\n return param_1;\n}\n\n" (function_definition "undefined8 * FUN_002ab060(undefined8 *param_1,char param_2,long *param_3)\n\n{\n *param_1 = &DAT_003ca558;\n /* try { // try from 002ab08b to 002ab0ab has its CatchHandler @ 002ab0ba */\n FUN_002aa850(param_1,*(long *)(*param_3 + -0x18) + 1);\n FUN_002aac20(param_1,1,(int)param_2);\n FUN_002aa930(param_1,param_3);\n return param_1;\n}" type_identifier (pointer_declarator "* FUN_002ab060(undefined8 *param_1,char param_2,long *param_3)" * (function_declarator "FUN_002ab060(undefined8 *param_1,char param_2,long *param_3)" identifier (parameter_list "(undefined8 *param_1,char param_2,long *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char param_2" primitive_type identifier) , (parameter_declaration "long *param_3" (sized_type_specifier "long" long) (pointer_declarator "*param_3" * identifier)) )))) (compound_statement "{\n *param_1 = &DAT_003ca558;\n /* try { // try from 002ab08b to 002ab0ab has its CatchHandler @ 002ab0ba */\n FUN_002aa850(param_1,*(long *)(*param_3 + -0x18) + 1);\n FUN_002aac20(param_1,1,(int)param_2);\n FUN_002aa930(param_1,param_3);\n return param_1;\n}" { (expression_statement "*param_1 = &DAT_003ca558;" (assignment_expression "*param_1 = &DAT_003ca558" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_003ca558" & identifier)) ;) comment (expression_statement "FUN_002aa850(param_1,*(long *)(*param_3 + -0x18) + 1);" (call_expression "FUN_002aa850(param_1,*(long *)(*param_3 + -0x18) + 1)" identifier (argument_list "(param_1,*(long *)(*param_3 + -0x18) + 1)" ( identifier , (binary_expression "*(long *)(*param_3 + -0x18) + 1" (pointer_expression "*(long *)(*param_3 + -0x18)" * (cast_expression "(long *)(*param_3 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_3 + -0x18)" ( (binary_expression "*param_3 + -0x18" (pointer_expression "*param_3" * identifier) + number_literal) )))) + number_literal) ))) ;) (expression_statement "FUN_002aac20(param_1,1,(int)param_2);" (call_expression "FUN_002aac20(param_1,1,(int)param_2)" identifier (argument_list "(param_1,1,(int)param_2)" ( identifier , number_literal , (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) (expression_statement "FUN_002aa930(param_1,param_3);" (call_expression "FUN_002aa930(param_1,param_3)" identifier (argument_list "(param_1,param_3)" ( identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* std::string std::TEMPNAMEPLACEHOLDERVALUE(char, std::string const&) */\n\nstring * std::operator+(char param_1,string *param_2)\n\n{\n string *in_RDX;\n undefined7 in_register_00000039;\n string *this;\n \n this = (string *)CONCAT71(in_register_00000039,param_1);\n *(undefined1 **)this = &DAT_003ca558;\n /* try { // try from 002ab08b to 002ab0ab has its CatchHandler @ 002ab0ba */\n string::reserve(this,*(long *)(*(long *)in_RDX + -0x18) + 1);\n string::append(this,1,(char)param_2);\n string::append(this,in_RDX);\n return this;\n}\n\n" comment comment (ERROR "string * std::operator+(char param_1,string *param_2)" (binary_expression "string * std::operator+(char param_1,string *param_2)" (binary_expression "string * std" identifier * identifier) (ERROR "::operator" : : identifier) + (parenthesized_expression "(char param_1,string *param_2)" ( (ERROR "char" primitive_type) (comma_expression "param_1,string *param_2" identifier , (binary_expression "string *param_2" identifier * identifier)) )))) (compound_statement "{\n string *in_RDX;\n undefined7 in_register_00000039;\n string *this;\n \n this = (string *)CONCAT71(in_register_00000039,param_1);\n *(undefined1 **)this = &DAT_003ca558;\n /* try { // try from 002ab08b to 002ab0ab has its CatchHandler @ 002ab0ba */\n string::reserve(this,*(long *)(*(long *)in_RDX + -0x18) + 1);\n string::append(this,1,(char)param_2);\n string::append(this,in_RDX);\n return this;\n}" { (declaration "string *in_RDX;" type_identifier (pointer_declarator "*in_RDX" * identifier) ;) (declaration "undefined7 in_register_00000039;" type_identifier identifier ;) (declaration "string *this;" type_identifier (pointer_declarator "*this" * identifier) ;) (expression_statement "this = (string *)CONCAT71(in_register_00000039,param_1);" (assignment_expression "this = (string *)CONCAT71(in_register_00000039,param_1)" identifier = (cast_expression "(string *)CONCAT71(in_register_00000039,param_1)" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "CONCAT71(in_register_00000039,param_1)" identifier (argument_list "(in_register_00000039,param_1)" ( identifier , identifier ))))) ;) (expression_statement "*(undefined1 **)this = &DAT_003ca558;" (assignment_expression "*(undefined1 **)this = &DAT_003ca558" (pointer_expression "*(undefined1 **)this" * (cast_expression "(undefined1 **)this" ( (type_descriptor "undefined1 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) identifier)) = (pointer_expression "&DAT_003ca558" & identifier)) ;) comment (labeled_statement "string::reserve(this,*(long *)(*(long *)in_RDX + -0x18) + 1);" statement_identifier : (ERROR ":" :) (expression_statement "reserve(this,*(long *)(*(long *)in_RDX + -0x18) + 1);" (call_expression "reserve(this,*(long *)(*(long *)in_RDX + -0x18) + 1)" identifier (argument_list "(this,*(long *)(*(long *)in_RDX + -0x18) + 1)" ( identifier , (binary_expression "*(long *)(*(long *)in_RDX + -0x18) + 1" (pointer_expression "*(long *)(*(long *)in_RDX + -0x18)" * (cast_expression "(long *)(*(long *)in_RDX + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)in_RDX + -0x18)" ( (binary_expression "*(long *)in_RDX + -0x18" (pointer_expression "*(long *)in_RDX" * (cast_expression "(long *)in_RDX" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) )))) + number_literal) ))) ;)) (labeled_statement "string::append(this,1,(char)param_2);" statement_identifier : (ERROR ":" :) (expression_statement "append(this,1,(char)param_2);" (call_expression "append(this,1,(char)param_2)" identifier (argument_list "(this,1,(char)param_2)" ( identifier , number_literal , (cast_expression "(char)param_2" ( (type_descriptor "char" primitive_type) ) identifier) ))) ;)) (labeled_statement "string::append(this,in_RDX);" statement_identifier : (ERROR ":" :) (expression_statement "append(this,in_RDX);" (call_expression "append(this,in_RDX)" identifier (argument_list "(this,in_RDX)" ( identifier , identifier ))) ;)) (return_statement "return this;" return identifier ;) })) | (translation_unit "undefined8 * FUN_002ab060(undefined8 *param_1,char param_2,long *param_3)\n\n{\n *param_1 = &DAT_003ca558;\n \n FUN_002aa850(param_1,*(long *)(*param_3 + -0x18) + 1);\n FUN_002aac20(param_1,1,(int)param_2);\n FUN_002aa930(param_1,param_3);\n return param_1;\n}\n\n" (function_definition "undefined8 * FUN_002ab060(undefined8 *param_1,char param_2,long *param_3)\n\n{\n *param_1 = &DAT_003ca558;\n \n FUN_002aa850(param_1,*(long *)(*param_3 + -0x18) + 1);\n FUN_002aac20(param_1,1,(int)param_2);\n FUN_002aa930(param_1,param_3);\n return param_1;\n}" type_identifier (pointer_declarator "* FUN_002ab060(undefined8 *param_1,char param_2,long *param_3)" * (function_declarator "FUN_002ab060(undefined8 *param_1,char param_2,long *param_3)" identifier (parameter_list "(undefined8 *param_1,char param_2,long *param_3)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "char param_2" primitive_type identifier) , (parameter_declaration "long *param_3" (sized_type_specifier "long" long) (pointer_declarator "*param_3" * identifier)) )))) (compound_statement "{\n *param_1 = &DAT_003ca558;\n \n FUN_002aa850(param_1,*(long *)(*param_3 + -0x18) + 1);\n FUN_002aac20(param_1,1,(int)param_2);\n FUN_002aa930(param_1,param_3);\n return param_1;\n}" { (expression_statement "*param_1 = &DAT_003ca558;" (assignment_expression "*param_1 = &DAT_003ca558" (pointer_expression "*param_1" * identifier) = (pointer_expression "&DAT_003ca558" & identifier)) ;) (expression_statement "FUN_002aa850(param_1,*(long *)(*param_3 + -0x18) + 1);" (call_expression "FUN_002aa850(param_1,*(long *)(*param_3 + -0x18) + 1)" identifier (argument_list "(param_1,*(long *)(*param_3 + -0x18) + 1)" ( identifier , (binary_expression "*(long *)(*param_3 + -0x18) + 1" (pointer_expression "*(long *)(*param_3 + -0x18)" * (cast_expression "(long *)(*param_3 + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_3 + -0x18)" ( (binary_expression "*param_3 + -0x18" (pointer_expression "*param_3" * identifier) + number_literal) )))) + number_literal) ))) ;) (expression_statement "FUN_002aac20(param_1,1,(int)param_2);" (call_expression "FUN_002aac20(param_1,1,(int)param_2)" identifier (argument_list "(param_1,1,(int)param_2)" ( identifier , number_literal , (cast_expression "(int)param_2" ( (type_descriptor "int" primitive_type) ) identifier) ))) ;) (expression_statement "FUN_002aa930(param_1,param_3);" (call_expression "FUN_002aa930(param_1,param_3)" identifier (argument_list "(param_1,param_3)" ( identifier , identifier ))) ;) (return_statement "return param_1;" return identifier ;) }))) | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) )))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) + LIT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , LIT , (cast_expression ( (type_descriptor TYPE) ) IDENT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return IDENT ;) }))) | (function_definition "undefined8 * FUN_002ab060(undefined8 *param_1,char param_2,long *param_3)\n\n{\n *param_1 = &DAT_003ca558;\n \n FUN_002aa850(param_1,*(long *)(*param_3 + -0x18) + 1);\n FUN_002aac20(param_1,1,(int)param_2);\n FUN_002aa930(param_1,param_3);\n return param_1;\n}" (type_identifier "undefined8") (pointer_declarator "* FUN_002ab060(undefined8 *param_1,char param_2,long *param_3)" (* "*") (function_declarator "FUN_002ab060(undefined8 *param_1,char param_2,long *param_3)" (identifier "FUN_002ab060") (parameter_list "(undefined8 *param_1,char param_2,long *param_3)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "char param_2" (primitive_type "char") (identifier "param_2")) (, ",") (parameter_declaration "long *param_3" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_3" (* "*") (identifier "param_3"))) () ")")))) (compound_statement "{\n *param_1 = &DAT_003ca558;\n \n FUN_002aa850(param_1,*(long *)(*param_3 + -0x18) + 1);\n FUN_002aac20(param_1,1,(int)param_2);\n FUN_002aa930(param_1,param_3);\n return param_1;\n}" ({ "{") (expression_statement "*param_1 = &DAT_003ca558;" (assignment_expression "*param_1 = &DAT_003ca558" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&DAT_003ca558" (& "&") (identifier "DAT_003ca558"))) (; ";")) (expression_statement "FUN_002aa850(param_1,*(long *)(*param_3 + -0x18) + 1);" (call_expression "FUN_002aa850(param_1,*(long *)(*param_3 + -0x18) + 1)" (identifier "FUN_002aa850") (argument_list "(param_1,*(long *)(*param_3 + -0x18) + 1)" (( "(") (identifier "param_1") (, ",") (binary_expression "*(long *)(*param_3 + -0x18) + 1" (pointer_expression "*(long *)(*param_3 + -0x18)" (* "*") (cast_expression "(long *)(*param_3 + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_3 + -0x18)" (( "(") (binary_expression "*param_3 + -0x18" (pointer_expression "*param_3" (* "*") (identifier "param_3")) (+ "+") (number_literal "-0x18")) () ")")))) (+ "+") (number_literal "1")) () ")"))) (; ";")) (expression_statement "FUN_002aac20(param_1,1,(int)param_2);" (call_expression "FUN_002aac20(param_1,1,(int)param_2)" (identifier "FUN_002aac20") (argument_list "(param_1,1,(int)param_2)" (( "(") (identifier "param_1") (, ",") (number_literal "1") (, ",") (cast_expression "(int)param_2" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "param_2")) () ")"))) (; ";")) (expression_statement "FUN_002aa930(param_1,param_3);" (call_expression "FUN_002aa930(param_1,param_3)" (identifier "FUN_002aa930") (argument_list "(param_1,param_3)" (( "(") (identifier "param_1") (, ",") (identifier "param_3") () ")"))) (; ";")) (return_statement "return param_1;" (return "return") (identifier "param_1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* std::string std::TEMPNAMEPLACEHOLDERVALUE(char, std::string const&) */
type_1 * std::operator+(char param_1,type_1 *param_2)
{
type_1 *in_RDX;
type_2 in_register_00000039;
type_1 *this;
this = (type_1 *)var_1(in_register_00000039,param_1);
*(type_3 **)this = &DAT_003ca558;
/* try { // try from 002ab08b to 002ab0ab has its CatchHandler @ 002ab0ba */
string::var_2(this,*(long *)(*(long *)in_RDX + -0x18) + 1);
string::var_3(this,1,(char)param_2);
string::var_3(this,in_RDX);
return this;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) 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 (identifier) (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: (number_literal))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (number_literal) (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement (identifier))))) | null |
undefined8 * MASKED(undefined8 *param_1,char param_2,long *param_3)
{
*param_1 = &DAT_003ca558;
/* try { // try from 002ab08b to 002ab0ab has its CatchHandler @ 002ab0ba */
FUN_002aa850(param_1,*(long *)(*param_3 + -0x18) + 1);
FUN_002aac20(param_1,1,(int)param_2);
FUN_002aa930(param_1,param_3);
return param_1;
}
|
1445_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | FUN_00187a92 | FUN_00187a92 |
void FUN_00187a92(void)
{
facet *unaff_RBX;
std::locale::facet::~facet(unaff_RBX);
operator_delete(unaff_RBX);
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_00187a92(void)
{
FUN_004a0060();
FUN_0049e330();
/* WARNING: Subroutine does not return */
FUN_0052bfa0();
}
| MOV RDI,RBX
CALL 0x004a0060
MOV RDI,RBX
CALL 0x0049e330
MOV RDI,RBP
CALL 0x0052bfa0 | null | null | null | null | [('tmp_79', u'CALL_-1207469409'), ('const-1', u'RETURN_-1207469380'), ('tmp_79', u'CALL_-1207469397')] | [('const-1', u'RETURN_-1207469380')] | null | null | 00187a92 | x64 | O2 | (translation_unit "void FUN_00187a92(void)\n\n{\n FUN_004a0060();\n FUN_0049e330();\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}\n\n" (function_definition "void FUN_00187a92(void)\n\n{\n FUN_004a0060();\n FUN_0049e330();\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}" primitive_type (function_declarator "FUN_00187a92(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_004a0060();\n FUN_0049e330();\n /* WARNING: Subroutine does not return */\n FUN_0052bfa0();\n}" { (expression_statement "FUN_004a0060();" (call_expression "FUN_004a0060()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) comment (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_00187a92(void)\n\n{\n facet *unaff_RBX;\n \n std::locale::facet::~facet(unaff_RBX);\n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" (function_definition "void FUN_00187a92(void)\n\n{\n facet *unaff_RBX;\n \n std::locale::facet::~facet(unaff_RBX);\n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (function_declarator "FUN_00187a92(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n facet *unaff_RBX;\n \n std::locale::facet::~facet(unaff_RBX);\n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "facet *unaff_RBX;" type_identifier (pointer_declarator "*unaff_RBX" * identifier) ;) (labeled_statement "std::locale::facet::~facet(unaff_RBX);" statement_identifier : (ERROR ":" :) (labeled_statement "locale::facet::~facet(unaff_RBX);" statement_identifier : (ERROR ":" :) (labeled_statement "facet::~facet(unaff_RBX);" statement_identifier : (ERROR ":" :) (expression_statement "~facet(unaff_RBX);" (unary_expression "~facet(unaff_RBX)" ~ (call_expression "facet(unaff_RBX)" identifier (argument_list "(unaff_RBX)" ( identifier )))) ;)))) (expression_statement "operator_delete(unaff_RBX);" (call_expression "operator_delete(unaff_RBX)" identifier (argument_list "(unaff_RBX)" ( identifier ))) ;) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_00187a92(void)\n\n{\n FUN_004a0060();\n FUN_0049e330();\n \n FUN_0052bfa0();\n}\n\n" (function_definition "void FUN_00187a92(void)\n\n{\n FUN_004a0060();\n FUN_0049e330();\n \n FUN_0052bfa0();\n}" primitive_type (function_declarator "FUN_00187a92(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_004a0060();\n FUN_0049e330();\n \n FUN_0052bfa0();\n}" { (expression_statement "FUN_004a0060();" (call_expression "FUN_004a0060()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_00187a92(void)\n\n{\n FUN_004a0060();\n FUN_0049e330();\n \n FUN_0052bfa0();\n}" (primitive_type "void") (function_declarator "FUN_00187a92(void)" (identifier "FUN_00187a92") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_004a0060();\n FUN_0049e330();\n \n FUN_0052bfa0();\n}" ({ "{") (expression_statement "FUN_004a0060();" (call_expression "FUN_004a0060()" (identifier "FUN_004a0060") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_0049e330();" (call_expression "FUN_0049e330()" (identifier "FUN_0049e330") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_0052bfa0();" (call_expression "FUN_0052bfa0()" (identifier "FUN_0052bfa0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
void function_1(void)
{
type_1 *unaff_RBX;
std::locale::facet::~type_1(unaff_RBX);
var_1(unaff_RBX);
/* WARNING: Subroutine does not return */
var_2();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
void MASKED(void)
{
FUN_004a0060();
FUN_0049e330();
/* WARNING: Subroutine does not return */
FUN_0052bfa0();
}
|
2599_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | do_should_include_member | FUN_00186130 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: Should_include do_should_include_member(Sized_incr_dynobj<32,_true> *
this, Symbol_table * param_1, Layout * param_2, Read_symbols_data * param_3, string * param_4) */
Should_include __thiscall
gold::Sized_incr_dynobj<32,_true>::do_should_include_member
(Sized_incr_dynobj<32,_true> *this,Symbol_table *param_1,Layout *param_2,
Read_symbols_data *param_3,string *param_4)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.cc",0xb0d,"do_should_include_member");
}
|
void FUN_00186130(void)
{
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.cc",0xb0d,"do_should_include_member");
}
| SUB RSP,0x8
LEA RDX,[0x374670]
MOV ESI,0xb0d
LEA RDI,[0x373468]
CALL 0x0017c650 | null | null | null | null | [(u'COPY_-1207475859', u'CALL_-1207475876'), ('const-1', u'RETURN_-1207475871'), (u'COPY_-1207475860', u'CALL_-1207475876'), ('const-3617896', u'COPY_-1207475860'), ('const-3622512', u'COPY_-1207475859'), ('const-2829', u'CALL_-1207475876')] | [(u'COPY_-1207475862', u'CALL_-1207475876'), ('const-3622512', u'COPY_-1207475862'), ('const-1', u'RETURN_-1207475871'), (u'COPY_-1207475863', u'CALL_-1207475876'), ('const-2829', u'CALL_-1207475876'), ('const-3617896', u'COPY_-1207475863')] | null | null | 00186130 | x64 | O2 | (translation_unit "void FUN_00186130(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xb0d,"do_should_include_member");\n}\n\n" (function_definition "void FUN_00186130(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xb0d,"do_should_include_member");\n}" primitive_type (function_declarator "FUN_00186130(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/incremental.cc",0xb0d,"do_should_include_member");\n}" { comment (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xb0d,"do_should_include_member");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xb0d,"do_should_include_member")" identifier (argument_list "("../../gold/incremental.cc",0xb0d,"do_should_include_member")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_should_include_member"" " string_content ") ))) ;) }))) | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* DWARF original prototype: Should_include do_should_include_member(Sized_incr_dynobj<32,_true> *\n this, Symbol_table * param_1, Layout * param_2, Read_symbols_data * param_3, string * param_4) */\n\nShould_include __thiscall\ngold::Sized_incr_dynobj<32,_true>::do_should_include_member\n (Sized_incr_dynobj<32,_true> *this,Symbol_table *param_1,Layout *param_2,\n Read_symbols_data *param_3,string *param_4)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xb0d,"do_should_include_member");\n}\n\n" comment comment (ERROR "Should_include __thiscall\ngold::Sized_incr_dynobj<32,_true>::do_should_include_member\n (Sized_incr_dynobj<32,_true> *this,Symbol_table *param_1,Layout *param_2,\n Read_symbols_data *param_3,string *param_4)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/incremental.cc",0xb0d," type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<32" < number_literal) , (ERROR "_true>::do_should_include_member\n (Sized_incr_dynobj<32,_true> *this,Symbol_table *param_1,Layout *param_2,\n Read_symbols_data *param_3,string *param_4)\n\n{" identifier > : : (function_declarator "do_should_include_member\n (Sized_incr_dynobj<32,_true> *this,Symbol_table *param_1,Layout *param_2,\n Read_symbols_data *param_3,string *param_4)" identifier (parameter_list "(Sized_incr_dynobj<32,_true> *this,Symbol_table *param_1,Layout *param_2,\n Read_symbols_data *param_3,string *param_4)" ( (parameter_declaration "Sized_incr_dynobj" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Symbol_table *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "Layout *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) , (parameter_declaration "Read_symbols_data *param_3" type_identifier (pointer_declarator "*param_3" * identifier)) , (parameter_declaration "string *param_4" type_identifier (pointer_declarator "*param_4" * identifier)) ))) {) comment identifier ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal ,) (expression_statement ""do_should_include_member");" (string_literal ""do_should_include_member"" " string_content ") (ERROR ")" )) ;) (ERROR "}" })) | (translation_unit "void FUN_00186130(void)\n\n{\n \n FUN_0017c650("../../gold/incremental.cc",0xb0d,"do_should_include_member");\n}\n\n" (function_definition "void FUN_00186130(void)\n\n{\n \n FUN_0017c650("../../gold/incremental.cc",0xb0d,"do_should_include_member");\n}" primitive_type (function_declarator "FUN_00186130(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_0017c650("../../gold/incremental.cc",0xb0d,"do_should_include_member");\n}" { (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xb0d,"do_should_include_member");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xb0d,"do_should_include_member")" identifier (argument_list "("../../gold/incremental.cc",0xb0d,"do_should_include_member")" ( (string_literal ""../../gold/incremental.cc"" " string_content ") , number_literal , (string_literal ""do_should_include_member"" " string_content ") ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) | (function_definition "void FUN_00186130(void)\n\n{\n \n FUN_0017c650("../../gold/incremental.cc",0xb0d,"do_should_include_member");\n}" (primitive_type "void") (function_declarator "FUN_00186130(void)" (identifier "FUN_00186130") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_0017c650("../../gold/incremental.cc",0xb0d,"do_should_include_member");\n}" ({ "{") (expression_statement "FUN_0017c650("../../gold/incremental.cc",0xb0d,"do_should_include_member");" (call_expression "FUN_0017c650("../../gold/incremental.cc",0xb0d,"do_should_include_member")" (identifier "FUN_0017c650") (argument_list "("../../gold/incremental.cc",0xb0d,"do_should_include_member")" (( "(") (string_literal ""../../gold/incremental.cc"" (" """) (string_content "../../gold/incremental.cc") (" """)) (, ",") (number_literal "0xb0d") (, ",") (string_literal ""do_should_include_member"" (" """) (string_content "do_should_include_member") (" """)) () ")"))) (; ";")) (} "}"))) |
/* WARNING: Enum "DT": Some values do not have unique names */
/* DWARF original prototype: Should_include do_should_include_member(Sized_incr_dynobj<32,_true> *
this, Symbol_table * param_1, Layout * param_2, Read_symbols_data * param_3, string * param_4) */
Should_include __thiscall
gold::Sized_incr_dynobj<32,_true>::do_should_include_member
(Sized_incr_dynobj<32,_true> *this,Symbol_table *param_1,Layout *param_2,
Read_symbols_data *param_3,string *param_4)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/incremental.cc",0xb0d,"do_should_include_member");
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) | null |
void MASKED(void)
{
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/incremental.cc",0xb0d,"do_should_include_member");
}
|
7603_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | ~Struct_library | FUN_003c5cb0 |
/* DWARF original prototype: void ~Struct_library(Struct_library * this, int __in_chrg) */
void __thiscall
gold::General_options::Struct_library::~Struct_library(Struct_library *this,int __in_chrg)
{
pointer pcVar1;
pcVar1 = (this->super_Struct_special).option.longname._M_dataplus._M_p;
(this->super_Struct_special).super_Struct_var._vptr_Struct_var =
(_func_int_varargs **)&PTR_parse_to_value_00650010;
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)pcVar1 != &(this->super_Struct_special).option.longname.field_2) {
operator_delete(pcVar1);
return;
}
return;
}
|
void FUN_003c5cb0(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00650010;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_0049e330((undefined8 *)param_1[1]);
return;
}
return;
}
| LEA RAX,[0x650010]
MOV RDX,qword ptr [RDI + 0x8]
MOV qword ptr [RDI],RAX
LEA RAX,[RDI + 0x18]
CMP RDX,RAX
JZ 0x003c5cd0
MOV RDI,RDX
JMP 0x0049e330
RET | null | null | null | null | [(u'PTRSUB_-1205641946', u'PTRSUB_-1205641942'), ('tmp_68', u'PTRSUB_-1205641937'), ('const-6619152', u'PTRSUB_-1205641945'), ('const-0', u'PTRSUB_-1205641946'), (u'PTRSUB_-1205641937', u'LOAD_-1205642053'), (u'CAST_-1205641930', u'STORE_-1205642045'), (u'PTRSUB_-1205641928', u'PTRSUB_-1205641926'), ('const-0', u'PTRSUB_-1205641932'), (u'PTRSUB_-1205641926', u'INT_NOTEQUAL_-1205642021'), (u'PTRSUB_-1205641941', u'PTRSUB_-1205641946'), (u'LOAD_-1205642053', u'CALL_-1205642011'), ('const-0', u'PTRSUB_-1205641937'), ('const-0', u'PTRSUB_-1205641945'), ('const-0', u'PTRSUB_-1205641941'), ('const-0', u'RETURN_-1205642007'), (u'PTRSUB_-1205641932', u'PTRSUB_-1205641928'), (u'LOAD_-1205642053', u'CAST_-1205641922'), (u'PTRSUB_-1205641936', u'PTRSUB_-1205641932'), ('const-8', u'PTRSUB_-1205641932'), ('const-433', u'STORE_-1205642045'), (u'PTRSUB_-1205641932', u'STORE_-1205642045'), ('const-0', u'PTRSUB_-1205641928'), (u'CAST_-1205641922', u'INT_NOTEQUAL_-1205642021'), ('tmp_68', u'PTRSUB_-1205641941'), (u'PTRSUB_-1205641948', u'PTRSUB_-1205641941'), (u'PTRSUB_-1205641942', u'PTRSUB_-1205641937'), ('const-8', u'PTRSUB_-1205641941'), ('const-433', u'LOAD_-1205642053'), ('const-0', u'RETURN_-1205641998'), (u'PTRSUB_-1205641941', u'PTRSUB_-1205641936'), ('tmp_48', u'CBRANCH_-1205642020'), ('const-0', u'PTRSUB_-1205641936'), (u'PTRSUB_-1205641945', u'CAST_-1205641930'), (u'PTRSUB_-1205641937', u'PTRSUB_-1205641932'), ('const-0', u'PTRSUB_-1205641942'), ('const-0', u'PTRSUB_-1205641937'), ('tmp_68', u'PTRSUB_-1205641948'), ('const-0', u'PTRSUB_-1205641948'), ('const-16', u'PTRSUB_-1205641926'), (u'INT_NOTEQUAL_-1205642021', u'CBRANCH_-1205642020')] | [('const-433', u'STORE_-1205642045'), (u'CAST_-1205641949', u'INT_NOTEQUAL_-1205642021'), (u'PTRSUB_-1205641946', u'STORE_-1205642045'), ('const-8', u'PTRADD_-1205641950'), ('tmp_109', u'STORE_-1205642045'), ('const-3', u'PTRADD_-1205641942'), ('const-0', u'RETURN_-1205641998'), (u'PTRADD_-1205641950', u'LOAD_-1205642053'), ('tmp_48', u'CBRANCH_-1205642020'), ('const-433', u'LOAD_-1205642053'), ('tmp_109', u'PTRADD_-1205641950'), ('const-6619152', u'PTRSUB_-1205641946'), ('const-8', u'PTRADD_-1205641942'), (u'LOAD_-1205642053', u'CAST_-1205641949'), (u'PTRADD_-1205641942', u'INT_NOTEQUAL_-1205642021'), ('const-0', u'RETURN_-1205642007'), ('const-1', u'PTRADD_-1205641950'), ('tmp_109', u'PTRADD_-1205641942'), (u'CAST_-1205641949', u'CALL_-1205642011'), ('const-0', u'PTRSUB_-1205641946'), (u'INT_NOTEQUAL_-1205642021', u'CBRANCH_-1205642020')] | null | null | 003c5cb0 | x64 | O2 | (translation_unit "void FUN_003c5cb0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00650010;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_003c5cb0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00650010;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_003c5cb0(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_00650010;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00650010;" (assignment_expression "*param_1 = &PTR_FUN_00650010" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00650010" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330((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_0049e330((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_0049e330((undefined8 *)param_1[1]);" (call_expression "FUN_0049e330((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_library(Struct_library * this, int __in_chrg) */\n\nvoid __thiscall\ngold::General_options::Struct_library::~Struct_library(Struct_library *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->super_Struct_special).option.longname._M_dataplus._M_p;\n (this->super_Struct_special).super_Struct_var._vptr_Struct_var =\n (_func_int_varargs **)&PTR_parse_to_value_00650010;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->super_Struct_special).option.longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::General_options::Struct_library::~Struct_library(Struct_library *this,int __in_chrg)\n\n{\n pointer pcVar1;\n \n pcVar1 = (this->super_Struct_special).option.longname._M_dataplus._M_p;\n (this->super_Struct_special).super_Struct_var._vptr_Struct_var =\n (_func_int_varargs **)&PTR_parse_to_value_00650010;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->super_Struct_special).option.longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::General_options::Struct_library::~" identifier : : identifier : : identifier : : ~) (function_declarator "Struct_library(Struct_library *this,int __in_chrg)" identifier (parameter_list "(Struct_library *this,int __in_chrg)" ( (parameter_declaration "Struct_library *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int __in_chrg" primitive_type identifier) ))) (compound_statement "{\n pointer pcVar1;\n \n pcVar1 = (this->super_Struct_special).option.longname._M_dataplus._M_p;\n (this->super_Struct_special).super_Struct_var._vptr_Struct_var =\n (_func_int_varargs **)&PTR_parse_to_value_00650010;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->super_Struct_special).option.longname.field_2) {\n operator_delete(pcVar1);\n return;\n }\n return;\n}" { (declaration "pointer pcVar1;" type_identifier identifier ;) (expression_statement "pcVar1 = (this->super_Struct_special).option.longname._M_dataplus._M_p;" (assignment_expression "pcVar1 = (this->super_Struct_special).option.longname._M_dataplus._M_p" identifier = (field_expression "(this->super_Struct_special).option.longname._M_dataplus._M_p" (field_expression "(this->super_Struct_special).option.longname._M_dataplus" (field_expression "(this->super_Struct_special).option.longname" (field_expression "(this->super_Struct_special).option" (parenthesized_expression "(this->super_Struct_special)" ( (field_expression "this->super_Struct_special" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "(this->super_Struct_special).super_Struct_var._vptr_Struct_var =\n (_func_int_varargs **)&PTR_parse_to_value_00650010;" (assignment_expression "(this->super_Struct_special).super_Struct_var._vptr_Struct_var =\n (_func_int_varargs **)&PTR_parse_to_value_00650010" (field_expression "(this->super_Struct_special).super_Struct_var._vptr_Struct_var" (field_expression "(this->super_Struct_special).super_Struct_var" (parenthesized_expression "(this->super_Struct_special)" ( (field_expression "this->super_Struct_special" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(_func_int_varargs **)&PTR_parse_to_value_00650010" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&PTR_parse_to_value_00650010" & identifier))) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->super_Struct_special).option.longname.field_2) {\n operator_delete(pcVar1);\n return;\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->super_Struct_special).option.longname.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)pcVar1 != &(this->super_Struct_special).option.longname.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)pcVar1 != &(this->super_Struct_special).option.longname.field_2" (binary_expression "allocator<char>_>_9\n *)pcVar1" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)pcVar1" identifier * (ERROR ")" )) identifier)) != (pointer_expression "&(this->super_Struct_special).option.longname.field_2" & (field_expression "(this->super_Struct_special).option.longname.field_2" (field_expression "(this->super_Struct_special).option.longname" (field_expression "(this->super_Struct_special).option" (parenthesized_expression "(this->super_Struct_special)" ( (field_expression "this->super_Struct_special" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(pcVar1);\n return;\n }" { (expression_statement "operator_delete(pcVar1);" (call_expression "operator_delete(pcVar1)" identifier (argument_list "(pcVar1)" ( identifier ))) ;) (return_statement "return;" return ;) })) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_003c5cb0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00650010;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330((undefined8 *)param_1[1]);\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_003c5cb0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00650010;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_003c5cb0(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_00650010;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_00650010;" (assignment_expression "*param_1 = &PTR_FUN_00650010" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_00650010" & identifier)) ;) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330((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_0049e330((undefined8 *)param_1[1]);\n return;\n }" { (expression_statement "FUN_0049e330((undefined8 *)param_1[1]);" (call_expression "FUN_0049e330((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_003c5cb0(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_00650010;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_003c5cb0(undefined8 *param_1)" (identifier "FUN_003c5cb0") (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_00650010;\n if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330((undefined8 *)param_1[1]);\n return;\n }\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_00650010;" (assignment_expression "*param_1 = &PTR_FUN_00650010" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_00650010" (& "&") (identifier "PTR_FUN_00650010"))) (; ";")) (if_statement "if ((undefined8 *)param_1[1] != param_1 + 3) {\n FUN_0049e330((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_0049e330((undefined8 *)param_1[1]);\n return;\n }" ({ "{") (expression_statement "FUN_0049e330((undefined8 *)param_1[1]);" (call_expression "FUN_0049e330((undefined8 *)param_1[1])" (identifier "FUN_0049e330") (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_library(Struct_library * this, int __in_chrg) */
void __thiscall
gold::General_options::function_1::~function_1(function_1 *this,int __in_chrg)
{
type_1 var_5;
var_5 = (this->super_Struct_special).option.longname._M_dataplus._M_p;
(this->super_Struct_special).super_Struct_var._vptr_Struct_var =
(type_2 **)&PTR_parse_to_value_00650010;
if ((anon_union_16_2_edb7204a_for_basic_string<var_2,_std::char_traits<var_2>,_std::var_1<var_2>var_3>var_4
*)var_5 != &(this->super_Struct_special).option.longname.field_2) {
var_6(var_5);
return;
}
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))) right: (binary_expression left: (identifier) right: (number_literal)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) (return_statement))) (return_statement)))) | null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_00650010;
if ((undefined8 *)param_1[1] != param_1 + 3) {
FUN_0049e330((undefined8 *)param_1[1]);
return;
}
return;
}
|
9160_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | ~__codecvt_utf8_utf16_base | FUN_002f5320 |
/* std::__codecvt_utf8_utf16_base<char16_t>::~__codecvt_utf8_utf16_base() */
void __thiscall
std::__codecvt_utf8_utf16_base<char16_t>::~__codecvt_utf8_utf16_base
(__codecvt_utf8_utf16_base<char16_t> *this)
{
*(undefined ***)this = &PTR____codecvt_utf8_utf16_base_003bd710;
codecvt<char16_t,char,__mbstate_t>::~codecvt((codecvt<char16_t,char,__mbstate_t> *)this);
return;
}
|
void FUN_002f5320(undefined8 *param_1)
{
*param_1 = &PTR_FUN_003bd710;
FUN_002f52c0();
return;
}
| LEA RAX,[0x3bd700]
ADD RAX,0x10
MOV qword ptr [RDI],RAX
JMP 0x002f52c0 | null | null | null | null | [('tmp_41', u'CAST_-1204792442'), (u'CAST_-1204792442', u'STORE_-1204792519'), ('const-0', u'PTRSUB_-1204792441'), (u'PTRSUB_-1204792441', u'STORE_-1204792519'), ('const-3921680', u'PTRSUB_-1204792441'), ('tmp_41', u'CAST_-1204792438'), ('const-433', u'STORE_-1204792519'), ('const-0', u'RETURN_-1204792507'), (u'CAST_-1204792438', u'CALL_-1204792511')] | [('const-0', u'PTRSUB_-1204792441'), ('tmp_72', u'STORE_-1204792519'), (u'PTRSUB_-1204792441', u'STORE_-1204792519'), ('const-433', u'STORE_-1204792519'), ('const-0', u'RETURN_-1204792507'), ('const-3921680', u'PTRSUB_-1204792441')] | null | null | 002f5320 | x64 | O2 | (translation_unit "void FUN_002f5320(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003bd710;\n FUN_002f52c0();\n return;\n}\n\n" (function_definition "void FUN_002f5320(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003bd710;\n FUN_002f52c0();\n return;\n}" primitive_type (function_declarator "FUN_002f5320(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_003bd710;\n FUN_002f52c0();\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003bd710;" (assignment_expression "*param_1 = &PTR_FUN_003bd710" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003bd710" & identifier)) ;) (expression_statement "FUN_002f52c0();" (call_expression "FUN_002f52c0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* std::__codecvt_utf8_utf16_base<char16_t>::~__codecvt_utf8_utf16_base() */\n\nvoid __thiscall\nstd::__codecvt_utf8_utf16_base<char16_t>::~__codecvt_utf8_utf16_base\n (__codecvt_utf8_utf16_base<char16_t> *this)\n\n{\n *(undefined ***)this = &PTR____codecvt_utf8_utf16_base_003bd710;\n codecvt<char16_t,char,__mbstate_t>::~codecvt((codecvt<char16_t,char,__mbstate_t> *)this);\n return;\n}\n\n" comment (function_definition "void __thiscall\nstd::__codecvt_utf8_utf16_base<char16_t>::~__codecvt_utf8_utf16_base\n (__codecvt_utf8_utf16_base<char16_t> *this)\n\n{\n *(undefined ***)this = &PTR____codecvt_utf8_utf16_base_003bd710;\n codecvt<char16_t,char,__mbstate_t>::~codecvt((codecvt<char16_t,char,__mbstate_t> *)this);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::__codecvt_utf8_utf16_base<char16_t>::~" identifier : : identifier < primitive_type > : : ~) (function_declarator "__codecvt_utf8_utf16_base\n (__codecvt_utf8_utf16_base<char16_t> *this)" identifier (parameter_list "(__codecvt_utf8_utf16_base<char16_t> *this)" ( (parameter_declaration "__codecvt_utf8_utf16_base<char16_t> *this" type_identifier (ERROR "<char16_t>" < primitive_type >) (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n *(undefined ***)this = &PTR____codecvt_utf8_utf16_base_003bd710;\n codecvt<char16_t,char,__mbstate_t>::~codecvt((codecvt<char16_t,char,__mbstate_t> *)this);\n return;\n}" { (expression_statement "*(undefined ***)this = &PTR____codecvt_utf8_utf16_base_003bd710;" (assignment_expression "*(undefined ***)this = &PTR____codecvt_utf8_utf16_base_003bd710" (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____codecvt_utf8_utf16_base_003bd710" & identifier)) ;) (expression_statement "codecvt<char16_t,char,__mbstate_t>::~codecvt((codecvt<char16_t,char,__mbstate_t> *)this);" (comma_expression "codecvt<char16_t,char,__mbstate_t>::~codecvt((codecvt<char16_t,char,__mbstate_t> *)this)" (binary_expression "codecvt<char16_t" identifier < identifier) , (comma_expression "char,__mbstate_t>::~codecvt((codecvt<char16_t,char,__mbstate_t> *)this)" identifier , (binary_expression "__mbstate_t>::~codecvt((codecvt<char16_t,char,__mbstate_t> *)this)" identifier > (ERROR "::" : :) (unary_expression "~codecvt((codecvt<char16_t,char,__mbstate_t> *)this)" ~ (call_expression "codecvt((codecvt<char16_t,char,__mbstate_t> *)this)" identifier (argument_list "((codecvt<char16_t,char,__mbstate_t> *)this)" ( (parenthesized_expression "(codecvt<char16_t,char,__mbstate_t> *)this)" ( (comma_expression "codecvt<char16_t,char,__mbstate_t> *)this" (binary_expression "codecvt<char16_t" identifier < identifier) , (comma_expression "char,__mbstate_t> *)this" identifier , (binary_expression "__mbstate_t> *)this" identifier > (pointer_expression "*)this" * (ERROR ")" )) identifier)))) )) ))))))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_002f5320(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003bd710;\n FUN_002f52c0();\n return;\n}\n\n" (function_definition "void FUN_002f5320(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003bd710;\n FUN_002f52c0();\n return;\n}" primitive_type (function_declarator "FUN_002f5320(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_003bd710;\n FUN_002f52c0();\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_003bd710;" (assignment_expression "*param_1 = &PTR_FUN_003bd710" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_003bd710" & identifier)) ;) (expression_statement "FUN_002f52c0();" (call_expression "FUN_002f52c0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_002f5320(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_003bd710;\n FUN_002f52c0();\n return;\n}" (primitive_type "void") (function_declarator "FUN_002f5320(undefined8 *param_1)" (identifier "FUN_002f5320") (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_003bd710;\n FUN_002f52c0();\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_003bd710;" (assignment_expression "*param_1 = &PTR_FUN_003bd710" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_003bd710" (& "&") (identifier "PTR_FUN_003bd710"))) (; ";")) (expression_statement "FUN_002f52c0();" (call_expression "FUN_002f52c0()" (identifier "FUN_002f52c0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* std::__codecvt_utf8_utf16_base<char16_t>::~__codecvt_utf8_utf16_base() */
void __thiscall
std::function_1<char16_t>::~function_1
(function_1<char16_t> *this)
{
*(type_1 ***)this = &PTR____codecvt_utf8_utf16_base_003bd710;
var_1<var_2,char,var_3>::~var_1((var_1<var_2,char,var_3> *)this);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement)))) | null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_003bd710;
FUN_002f52c0();
return;
}
|
143_rmdir_and_rmdir_strip.c | free | free |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* free@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void free(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1206923238')] | [('const-1', u'RETURN_-1206923238')] | null | null | 0010d010 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* free@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "void free(void *__ptr)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* free@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* free@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void free(void *__ptr)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void free(void *__ptr)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "free(void *__ptr)" identifier (parameter_list "(void *__ptr)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void free(void *__ptr)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "free(void *__ptr)" (identifier "free") (parameter_list "(void *__ptr)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr"))) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* free@@GLIBC_2.2.5 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void MASKED(void *__ptr)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
23_hppa64-linux-gnu-elfedit_and_hppa64-linux-gnu-elfedit_strip.c | ftell | ftell |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long ftell(FILE *__stream)
{
long lVar1;
lVar1 = (*(code *)PTR_ftell_0010a0b8)();
return lVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long ftell(FILE *__stream)
{
long lVar1;
lVar1 = (*(code *)PTR_ftell_0010a0b8)();
return lVar1;
}
| JMP qword ptr [0x0010a0b8] | null | null | null | null | [(u'CALLIND_-1206967944', u'INDIRECT_-1206967882'), ('const-0', u'RETURN_-1206967941'), ('tmp_32', u'CAST_-1206967877'), (u'CALLIND_-1206967944', u'RETURN_-1206967941'), (u'INDIRECT_-1206967882', u'COPY_-1206967941'), (u'CAST_-1206967877', u'CALLIND_-1206967944')] | [(u'CALLIND_-1206967944', u'INDIRECT_-1206967882'), ('const-0', u'RETURN_-1206967941'), ('tmp_32', u'CAST_-1206967877'), (u'CALLIND_-1206967944', u'RETURN_-1206967941'), (u'INDIRECT_-1206967882', u'COPY_-1206967941'), (u'CAST_-1206967877', u'CALLIND_-1206967944')] | null | null | 00102170 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nlong ftell(FILE *__stream)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_ftell_0010a0b8)();\n return lVar1;\n}\n\n" comment (function_definition "long ftell(FILE *__stream)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_ftell_0010a0b8)();\n return lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "ftell(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = (*(code *)PTR_ftell_0010a0b8)();\n return lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = (*(code *)PTR_ftell_0010a0b8)();" (assignment_expression "lVar1 = (*(code *)PTR_ftell_0010a0b8)()" identifier = (call_expression "(*(code *)PTR_ftell_0010a0b8)()" (parenthesized_expression "(*(code *)PTR_ftell_0010a0b8)" ( (pointer_expression "*(code *)PTR_ftell_0010a0b8" * (cast_expression "(code *)PTR_ftell_0010a0b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return lVar1;" return identifier ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nlong ftell(FILE *__stream)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_ftell_0010a0b8)();\n return lVar1;\n}\n\n" comment (function_definition "long ftell(FILE *__stream)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_ftell_0010a0b8)();\n return lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "ftell(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = (*(code *)PTR_ftell_0010a0b8)();\n return lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = (*(code *)PTR_ftell_0010a0b8)();" (assignment_expression "lVar1 = (*(code *)PTR_ftell_0010a0b8)()" identifier = (call_expression "(*(code *)PTR_ftell_0010a0b8)()" (parenthesized_expression "(*(code *)PTR_ftell_0010a0b8)" ( (pointer_expression "*(code *)PTR_ftell_0010a0b8" * (cast_expression "(code *)PTR_ftell_0010a0b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return lVar1;" return identifier ;) }))) | (translation_unit "long ftell(FILE *__stream)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_ftell_0010a0b8)();\n return lVar1;\n}\n\n" (function_definition "long ftell(FILE *__stream)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_ftell_0010a0b8)();\n return lVar1;\n}" (sized_type_specifier "long" long) (function_declarator "ftell(FILE *__stream)" identifier (parameter_list "(FILE *__stream)" ( (parameter_declaration "FILE *__stream" type_identifier (pointer_declarator "*__stream" * identifier)) ))) (compound_statement "{\n long lVar1;\n \n lVar1 = (*(code *)PTR_ftell_0010a0b8)();\n return lVar1;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = (*(code *)PTR_ftell_0010a0b8)();" (assignment_expression "lVar1 = (*(code *)PTR_ftell_0010a0b8)()" identifier = (call_expression "(*(code *)PTR_ftell_0010a0b8)()" (parenthesized_expression "(*(code *)PTR_ftell_0010a0b8)" ( (pointer_expression "*(code *)PTR_ftell_0010a0b8" * (cast_expression "(code *)PTR_ftell_0010a0b8" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return lVar1;" return identifier ;) }))) | (translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration (sized_type_specifier long) 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 "long ftell(FILE *__stream)\n\n{\n long lVar1;\n \n lVar1 = (*(code *)PTR_ftell_0010a0b8)();\n return lVar1;\n}" (sized_type_specifier "long" (long "long")) (function_declarator "ftell(FILE *__stream)" (identifier "ftell") (parameter_list "(FILE *__stream)" (( "(") (parameter_declaration "FILE *__stream" (type_identifier "FILE") (pointer_declarator "*__stream" (* "*") (identifier "__stream"))) () ")"))) (compound_statement "{\n long lVar1;\n \n lVar1 = (*(code *)PTR_ftell_0010a0b8)();\n return lVar1;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (expression_statement "lVar1 = (*(code *)PTR_ftell_0010a0b8)();" (assignment_expression "lVar1 = (*(code *)PTR_ftell_0010a0b8)()" (identifier "lVar1") (= "=") (call_expression "(*(code *)PTR_ftell_0010a0b8)()" (parenthesized_expression "(*(code *)PTR_ftell_0010a0b8)" (( "(") (pointer_expression "*(code *)PTR_ftell_0010a0b8" (* "*") (cast_expression "(code *)PTR_ftell_0010a0b8" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_ftell_0010a0b8"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return lVar1;" (return "return") (identifier "lVar1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
long function_1(type_1 *__stream)
{
long lVar1;
lVar1 = (*(type_2 *)PTR_ftell_0010a0b8)();
return lVar1;
}
| null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (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 */
long MASKED(FILE *__stream)
{
long lVar1;
lVar1 = (*(code *)PTR_MASKED_0010a0b8)();
return lVar1;
}
|
531_sh4-linux-gnu-objcopy_and_sh4-linux-gnu-objcopy_strip.c | exit | exit |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void exit(int __status)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* exit@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void exit(int __status)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207053262')] | [('const-1', u'RETURN_-1207053262')] | null | null | 0012d428 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid exit(int __status)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "void exit(int __status)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "exit(int __status)" identifier (parameter_list "(int __status)" ( (parameter_declaration "int __status" 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 exit(int __status)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* exit@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "void exit(int __status)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* exit@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "exit(int __status)" identifier (parameter_list "(int __status)" ( (parameter_declaration "int __status" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* exit@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void exit(int __status)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void exit(int __status)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "exit(int __status)" identifier (parameter_list "(int __status)" ( (parameter_declaration "int __status" primitive_type identifier) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void exit(int __status)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "exit(int __status)" (identifier "exit") (parameter_list "(int __status)" (( "(") (parameter_declaration "int __status" (primitive_type "int") (identifier "__status")) () ")"))) (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(int __status)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* exit@@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)))) 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(int __status)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
32_m68k-linux-gnu-elfedit_and_m68k-linux-gnu-elfedit_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_0010a100)();
return pFVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
FILE * fopen(char *__filename,char *__modes)
{
FILE *pFVar1;
pFVar1 = (FILE *)(*(code *)PTR_fopen_0010a100)();
return pFVar1;
}
| JMP qword ptr [0x0010a100] | null | null | null | null | [(u'CAST_-1206967731', u'RETURN_-1206967797'), (u'CALLIND_-1206967800', u'INDIRECT_-1206967737'), (u'CAST_-1206967732', u'CALLIND_-1206967800'), (u'CALLIND_-1206967800', u'CAST_-1206967731'), (u'INDIRECT_-1206967737', u'COPY_-1206967796'), ('const-0', u'RETURN_-1206967797'), ('tmp_38', u'CAST_-1206967732')] | [(u'CAST_-1206967731', u'RETURN_-1206967797'), (u'CALLIND_-1206967800', u'INDIRECT_-1206967737'), (u'CAST_-1206967732', u'CALLIND_-1206967800'), (u'CALLIND_-1206967800', u'CAST_-1206967731'), (u'INDIRECT_-1206967737', u'COPY_-1206967796'), ('const-0', u'RETURN_-1206967797'), ('tmp_38', u'CAST_-1206967732')] | null | null | 00102200 | 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_0010a100)();\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_0010a100)();\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_0010a100)();\n return pFVar1;\n}" { (declaration "FILE *pFVar1;" type_identifier (pointer_declarator "*pFVar1" * identifier) ;) (expression_statement "pFVar1 = (FILE *)(*(code *)PTR_fopen_0010a100)();" (assignment_expression "pFVar1 = (FILE *)(*(code *)PTR_fopen_0010a100)()" identifier = (cast_expression "(FILE *)(*(code *)PTR_fopen_0010a100)()" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_fopen_0010a100)()" (parenthesized_expression "(*(code *)PTR_fopen_0010a100)" ( (pointer_expression "*(code *)PTR_fopen_0010a100" * (cast_expression "(code *)PTR_fopen_0010a100" ( (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_0010a100)();\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_0010a100)();\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_0010a100)();\n return pFVar1;\n}" { (declaration "FILE *pFVar1;" type_identifier (pointer_declarator "*pFVar1" * identifier) ;) (expression_statement "pFVar1 = (FILE *)(*(code *)PTR_fopen_0010a100)();" (assignment_expression "pFVar1 = (FILE *)(*(code *)PTR_fopen_0010a100)()" identifier = (cast_expression "(FILE *)(*(code *)PTR_fopen_0010a100)()" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_fopen_0010a100)()" (parenthesized_expression "(*(code *)PTR_fopen_0010a100)" ( (pointer_expression "*(code *)PTR_fopen_0010a100" * (cast_expression "(code *)PTR_fopen_0010a100" ( (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_0010a100)();\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_0010a100)();\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_0010a100)();\n return pFVar1;\n}" { (declaration "FILE *pFVar1;" type_identifier (pointer_declarator "*pFVar1" * identifier) ;) (expression_statement "pFVar1 = (FILE *)(*(code *)PTR_fopen_0010a100)();" (assignment_expression "pFVar1 = (FILE *)(*(code *)PTR_fopen_0010a100)()" identifier = (cast_expression "(FILE *)(*(code *)PTR_fopen_0010a100)()" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR_fopen_0010a100)()" (parenthesized_expression "(*(code *)PTR_fopen_0010a100)" ( (pointer_expression "*(code *)PTR_fopen_0010a100" * (cast_expression "(code *)PTR_fopen_0010a100" ( (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_0010a100)();\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_0010a100)();\n return pFVar1;\n}" ({ "{") (declaration "FILE *pFVar1;" (type_identifier "FILE") (pointer_declarator "*pFVar1" (* "*") (identifier "pFVar1")) (; ";")) (expression_statement "pFVar1 = (FILE *)(*(code *)PTR_fopen_0010a100)();" (assignment_expression "pFVar1 = (FILE *)(*(code *)PTR_fopen_0010a100)()" (identifier "pFVar1") (= "=") (cast_expression "(FILE *)(*(code *)PTR_fopen_0010a100)()" (( "(") (type_descriptor "FILE *" (type_identifier "FILE") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR_fopen_0010a100)()" (parenthesized_expression "(*(code *)PTR_fopen_0010a100)" (( "(") (pointer_expression "*(code *)PTR_fopen_0010a100" (* "*") (cast_expression "(code *)PTR_fopen_0010a100" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fopen_0010a100"))) () ")")) (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_0010a100)();
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_0010a100)();
return pFVar1;
}
|
5_m68k-linux-gnu-nm_and_m68k-linux-gnu-nm_strip.c | cplus_demangle_name_to_style | cplus_demangle_name_to_style |
void cplus_demangle_name_to_style(void)
{
(*(code *)PTR_cplus_demangle_name_to_style_0010c028)();
return;
}
|
void cplus_demangle_name_to_style(void)
{
(*(code *)PTR_cplus_demangle_name_to_style_0010c028)();
return;
}
| JMP qword ptr [0x0010c028] | null | null | null | null | [('tmp_22', u'CAST_-1206964071'), ('const-0', u'RETURN_-1206964133'), (u'INDIRECT_-1206964076', u'COPY_-1206964135'), (u'CAST_-1206964071', u'CALLIND_-1206964136'), (u'CALLIND_-1206964136', u'INDIRECT_-1206964076')] | [('tmp_22', u'CAST_-1206964071'), ('const-0', u'RETURN_-1206964133'), (u'INDIRECT_-1206964076', u'COPY_-1206964135'), (u'CAST_-1206964071', u'CALLIND_-1206964136'), (u'CALLIND_-1206964136', u'INDIRECT_-1206964076')] | null | null | 00103050 | x64 | O2 | (translation_unit "void cplus_demangle_name_to_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_name_to_style_0010c028)();\n return;\n}\n\n" (function_definition "void cplus_demangle_name_to_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_name_to_style_0010c028)();\n return;\n}" primitive_type (function_declarator "cplus_demangle_name_to_style(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_cplus_demangle_name_to_style_0010c028)();\n return;\n}" { (expression_statement "(*(code *)PTR_cplus_demangle_name_to_style_0010c028)();" (call_expression "(*(code *)PTR_cplus_demangle_name_to_style_0010c028)()" (parenthesized_expression "(*(code *)PTR_cplus_demangle_name_to_style_0010c028)" ( (pointer_expression "*(code *)PTR_cplus_demangle_name_to_style_0010c028" * (cast_expression "(code *)PTR_cplus_demangle_name_to_style_0010c028" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void cplus_demangle_name_to_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_name_to_style_0010c028)();\n return;\n}\n\n" (function_definition "void cplus_demangle_name_to_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_name_to_style_0010c028)();\n return;\n}" primitive_type (function_declarator "cplus_demangle_name_to_style(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_cplus_demangle_name_to_style_0010c028)();\n return;\n}" { (expression_statement "(*(code *)PTR_cplus_demangle_name_to_style_0010c028)();" (call_expression "(*(code *)PTR_cplus_demangle_name_to_style_0010c028)()" (parenthesized_expression "(*(code *)PTR_cplus_demangle_name_to_style_0010c028)" ( (pointer_expression "*(code *)PTR_cplus_demangle_name_to_style_0010c028" * (cast_expression "(code *)PTR_cplus_demangle_name_to_style_0010c028" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void cplus_demangle_name_to_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_name_to_style_0010c028)();\n return;\n}\n\n" (function_definition "void cplus_demangle_name_to_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_name_to_style_0010c028)();\n return;\n}" primitive_type (function_declarator "cplus_demangle_name_to_style(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_cplus_demangle_name_to_style_0010c028)();\n return;\n}" { (expression_statement "(*(code *)PTR_cplus_demangle_name_to_style_0010c028)();" (call_expression "(*(code *)PTR_cplus_demangle_name_to_style_0010c028)()" (parenthesized_expression "(*(code *)PTR_cplus_demangle_name_to_style_0010c028)" ( (pointer_expression "*(code *)PTR_cplus_demangle_name_to_style_0010c028" * (cast_expression "(code *)PTR_cplus_demangle_name_to_style_0010c028" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))) ;) (return_statement return ;) }))) | (function_definition "void cplus_demangle_name_to_style(void)\n\n{\n (*(code *)PTR_cplus_demangle_name_to_style_0010c028)();\n return;\n}" (primitive_type "void") (function_declarator "cplus_demangle_name_to_style(void)" (identifier "cplus_demangle_name_to_style") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_cplus_demangle_name_to_style_0010c028)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_cplus_demangle_name_to_style_0010c028)();" (call_expression "(*(code *)PTR_cplus_demangle_name_to_style_0010c028)()" (parenthesized_expression "(*(code *)PTR_cplus_demangle_name_to_style_0010c028)" (( "(") (pointer_expression "*(code *)PTR_cplus_demangle_name_to_style_0010c028" (* "*") (cast_expression "(code *)PTR_cplus_demangle_name_to_style_0010c028" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_cplus_demangle_name_to_style_0010c028"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(void)
{
(*(type_1 *)PTR_cplus_demangle_name_to_style_0010c028)();
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_0010c028)();
return;
}
|
5078_sparc64-linux-gnu-ld_and_sparc64-linux-gnu-ld_strip.c | add_output_section | FUN_00231040 |
/* DWARF original prototype: void add_output_section(Output_data_reloc<9,_true,_64,_true> * this,
Output_section * os, uint type, Output_data * od, Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_64,_true>::add_output_section
(Output_data_reloc<9,_true,_64,_true> *this,Output_section *os,uint type,Output_data *od,
Address address)
{
Output_reloc<9,_true,_64,_true> OStack_48;
Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_48,os,type,od,address,false);
Output_data_reloc_base<9,_true,_64,_true>::add
(&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48);
return;
}
|
void FUN_00231040(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)
{
undefined1 auStack_48 [48];
FUN_00219d20(auStack_48);
FUN_00230a40(param_1,param_4,auStack_48);
return;
}
| PUSH R12
XOR R9D,R9D
MOV R12,RDI
PUSH RBP
PUSH RBX
MOV RBX,RCX
SUB RSP,0x30
MOV RBP,RSP
MOV RDI,RBP
CALL 0x00219d20
MOV RDX,RBP
MOV RSI,RBX
MOV RDI,R12
CALL 0x00230a40
ADD RSP,0x30
POP RBX
POP RBP
POP R12
RET | null | null | null | null | [('const-0', u'RETURN_-1204023108'), (u'PTRSUB_-1204023021', u'CALL_-1204023148'), ('tmp_178', u'PTRSUB_-1204022996'), ('tmp_309', u'PTRSUB_-1204023022'), ('tmp_180', u'CALL_-1204023168'), (u'PTRSUB_-1204022996', u'CALL_-1204023148'), ('tmp_309', u'PTRSUB_-1204023021'), (u'PTRSUB_-1204023022', u'CALL_-1204023168'), ('tmp_182', u'CALL_-1204023168'), ('const-0', u'PTRSUB_-1204022996'), ('const--72', u'PTRSUB_-1204023022'), ('const-0', u'CALL_-1204023168'), ('tmp_179', u'CALL_-1204023168'), ('tmp_181', u'CALL_-1204023148'), ('tmp_181', u'CALL_-1204023168'), ('const--72', u'PTRSUB_-1204023021')] | [('const--72', u'PTRSUB_-1204023029'), ('const-0', u'RETURN_-1204023108'), ('tmp_294', u'PTRSUB_-1204023028'), ('tmp_294', u'PTRSUB_-1204023029'), (u'PTRSUB_-1204023029', u'CALL_-1204023168'), ('const--72', u'PTRSUB_-1204023028'), ('tmp_300', u'CALL_-1204023148'), ('tmp_297', u'CALL_-1204023148'), (u'PTRSUB_-1204023028', u'CALL_-1204023148')] | null | null | 00231040 | x64 | O2 | (translation_unit "void FUN_00231040(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined1 auStack_48 [48];\n \n FUN_00219d20(auStack_48);\n FUN_00230a40(param_1,param_4,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_00231040(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined1 auStack_48 [48];\n \n FUN_00219d20(auStack_48);\n FUN_00230a40(param_1,param_4,auStack_48);\n return;\n}" primitive_type (function_declarator "FUN_00231040(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) ))) (compound_statement "{\n undefined1 auStack_48 [48];\n \n FUN_00219d20(auStack_48);\n FUN_00230a40(param_1,param_4,auStack_48);\n return;\n}" { (declaration "undefined1 auStack_48 [48];" type_identifier (array_declarator "auStack_48 [48]" identifier [ number_literal ]) ;) (expression_statement "FUN_00219d20(auStack_48);" (call_expression "FUN_00219d20(auStack_48)" identifier (argument_list "(auStack_48)" ( identifier ))) ;) (expression_statement "FUN_00230a40(param_1,param_4,auStack_48);" (call_expression "FUN_00230a40(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_output_section(Output_data_reloc<9,_true,_64,_true> * this,\n Output_section * os, uint type, Output_data * od, Address address) */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_true,_64,_true>::add_output_section\n (Output_data_reloc<9,_true,_64,_true> *this,Output_section *os,uint type,Output_data *od,\n Address address)\n\n{\n Output_reloc<9,_true,_64,_true> OStack_48;\n \n Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_48,os,type,od,address,false);\n Output_data_reloc_base<9,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48);\n return;\n}\n\n" comment (declaration "void __thiscall\ngold::Output_data_reloc<9,_true,_64,_true>::add_output_section\n (Output_data_reloc<9,_true,_64,_true> *this,Output_section *os,uint type,Output_data *od,\n Address address)\n\n{\n Output_reloc<9,_true,_64,_true> OStack_48;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_true>::add_output_section\n (Output_data_reloc<9,_true,_64,_true> *this,Output_section *os,uint type,Output_data *od,\n Address address)\n\n{" identifier > : : (function_declarator "add_output_section\n (Output_data_reloc<9,_true,_64,_true> *this,Output_section *os,uint type,Output_data *od,\n Address address)" identifier (parameter_list "(Output_data_reloc<9,_true,_64,_true> *this,Output_section *os,uint type,Output_data *od,\n Address address)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_true" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_true> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_section *os" type_identifier (pointer_declarator "*os" * identifier)) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Output_data *od" type_identifier (pointer_declarator "*od" * identifier)) , (parameter_declaration "Address address" type_identifier identifier) ))) {) identifier (ERROR "<9" < number_literal) , identifier , identifier , (ERROR "_true>" identifier >) identifier ;) (expression_statement "Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_48,os,type,od,address,false);" (update_expression "Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_48,os,type,od,address,false)" (binary_expression "Output_reloc<9,_true,_64,_true>::Output_reloc(&OStack_48,os,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_48,os,type,od,address,false)" identifier (argument_list "(&OStack_48,os,type,od,address,false)" ( (pointer_expression "&OStack_48" & identifier) , identifier , identifier , identifier , identifier , false )))) --) ;) (expression_statement "Output_data_reloc_base<9,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48);" (update_expression "Output_data_reloc_base<9,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48)" (binary_expression "Output_data_reloc_base<9,_true,_64,_true>::add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48)" (binary_expression "Output_data_reloc_base<9" identifier < number_literal) (ERROR ",_true,_64,_true" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "add\n (&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48)" identifier (argument_list "(&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48)" ( (binary_expression "&this->super_Output_data_reloc_base<9" (pointer_expression "&this->super_Output_data_reloc_base" & (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier)) < number_literal) , identifier , identifier , identifier (ERROR ">" >) , identifier , (pointer_expression "&OStack_48" & identifier) )))) --) ;) (return_statement "return;" return ;) (ERROR "}" })) | (translation_unit "void FUN_00231040(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined1 auStack_48 [48];\n \n FUN_00219d20(auStack_48);\n FUN_00230a40(param_1,param_4,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_00231040(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined1 auStack_48 [48];\n \n FUN_00219d20(auStack_48);\n FUN_00230a40(param_1,param_4,auStack_48);\n return;\n}" primitive_type (function_declarator "FUN_00231040(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)" identifier (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "undefined8 param_2" type_identifier identifier) , (parameter_declaration "undefined8 param_3" type_identifier identifier) , (parameter_declaration "undefined8 param_4" type_identifier identifier) ))) (compound_statement "{\n undefined1 auStack_48 [48];\n \n FUN_00219d20(auStack_48);\n FUN_00230a40(param_1,param_4,auStack_48);\n return;\n}" { (declaration "undefined1 auStack_48 [48];" type_identifier (array_declarator "auStack_48 [48]" identifier [ number_literal ]) ;) (expression_statement "FUN_00219d20(auStack_48);" (call_expression "FUN_00219d20(auStack_48)" identifier (argument_list "(auStack_48)" ( identifier ))) ;) (expression_statement "FUN_00230a40(param_1,param_4,auStack_48);" (call_expression "FUN_00230a40(param_1,param_4,auStack_48)" identifier (argument_list "(param_1,param_4,auStack_48)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (array_declarator IDENT [ LIT ]) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_00231040(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)\n\n{\n undefined1 auStack_48 [48];\n \n FUN_00219d20(auStack_48);\n FUN_00230a40(param_1,param_4,auStack_48);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00231040(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)" (identifier "FUN_00231040") (parameter_list "(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "undefined8 param_2" (type_identifier "undefined8") (identifier "param_2")) (, ",") (parameter_declaration "undefined8 param_3" (type_identifier "undefined8") (identifier "param_3")) (, ",") (parameter_declaration "undefined8 param_4" (type_identifier "undefined8") (identifier "param_4")) () ")"))) (compound_statement "{\n undefined1 auStack_48 [48];\n \n FUN_00219d20(auStack_48);\n FUN_00230a40(param_1,param_4,auStack_48);\n return;\n}" ({ "{") (declaration "undefined1 auStack_48 [48];" (type_identifier "undefined1") (array_declarator "auStack_48 [48]" (identifier "auStack_48") ([ "[") (number_literal "48") (] "]")) (; ";")) (expression_statement "FUN_00219d20(auStack_48);" (call_expression "FUN_00219d20(auStack_48)" (identifier "FUN_00219d20") (argument_list "(auStack_48)" (( "(") (identifier "auStack_48") () ")"))) (; ";")) (expression_statement "FUN_00230a40(param_1,param_4,auStack_48);" (call_expression "FUN_00230a40(param_1,param_4,auStack_48)" (identifier "FUN_00230a40") (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_output_section(Output_data_reloc<9,_true,_64,_true> * this,
Output_section * os, uint type, Output_data * od, Address address) */
void __thiscall
gold::Output_data_reloc<9,_true,_64,_true>::add_output_section
(Output_data_reloc<9,_true,_64,_true> *this,Output_section *os,uint type,Output_data *od,
Address address)
{
var_1<9,_true,_64,_true> OStack_48;
var_1<9,_true,_64,_true>::var_1(&OStack_48,os,type,od,address,false);
var_2<9,_true,_64,_true>::var_3
(&this->super_Output_data_reloc_base<9,_true,_64,_true>,od,&OStack_48);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (return_statement)))) | null |
void MASKED(undefined8 param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4)
{
undefined1 auStack_48 [48];
FUN_00219d20(auStack_48);
FUN_00230a40(param_1,param_4,auStack_48);
return;
}
|
7000_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c | emplace_back<std::pair<gold::Cie*,_bool>_> | FUN_002aca70 |
/* DWARF original name: emplace_back<std::pair<gold::Cie*, bool> >
DWARF original prototype: void
emplace_back<std::pair<gold::Cie*,_bool>_>(vector<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>
* this, pair<gold::Cie*,_bool> * __args#0) */
void __thiscall
std::vector<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>::
emplace_back<std::pair<gold::Cie*,_bool>_>
(vector<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_> *this,
pair<gold::Cie*,_bool> *__args_0)
{
bool bVar1;
iterator __position;
__position._M_current =
(this->
super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>
)._M_impl._M_finish;
if (__position._M_current !=
(this->
super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>
)._M_impl._M_end_of_storage) {
bVar1 = __args_0->second;
(__position._M_current)->first = __args_0->first;
(__position._M_current)->second = bVar1;
(this->
super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>).
_M_impl._M_finish = __position._M_current + 1;
return;
}
_M_realloc_insert<std::pair<gold::Cie*,_bool>_>(this,__position,__args_0);
return;
}
|
void FUN_002aca70(long param_1,undefined8 *param_2)
{
undefined1 uVar1;
undefined8 *puVar2;
puVar2 = *(undefined8 **)(param_1 + 8);
if (puVar2 != *(undefined8 **)(param_1 + 0x10)) {
uVar1 = *(undefined1 *)(param_2 + 1);
*puVar2 = *param_2;
*(undefined1 *)(puVar2 + 1) = uVar1;
*(undefined8 **)(param_1 + 8) = puVar2 + 2;
return;
}
FUN_002ac900(param_1,puVar2,param_2);
return;
}
| MOV RAX,qword ptr [RDI + 0x8]
CMP RAX,qword ptr [RDI + 0x10]
JZ 0x002aca98
MOV RCX,qword ptr [RSI]
MOVZX EDX,byte ptr [RSI + 0x8]
ADD RAX,0x10
MOV qword ptr [RAX + -0x10],RCX
MOV byte ptr [RAX + -0x8],DL
MOV qword ptr [RDI + 0x8],RAX
RET
MOV RDX,RSI
MOV RSI,RAX
JMP 0x002ac900 | null | null | null | null | [('const-433', u'LOAD_-1204434292'), (u'LOAD_-1204434310', u'INT_NOTEQUAL_-1204434294'), ('const-0', u'RETURN_-1204434236'), ('const-433', u'STORE_-1204434263'), ('const-16', u'PTRSUB_-1204434159'), (u'PTRSUB_-1204434138', u'PTRSUB_-1204434134'), ('const-433', u'STORE_-1204434256'), ('tmp_129', u'PTRSUB_-1204434181'), ('tmp_130', u'PTRSUB_-1204434163'), ('const-0', u'PTRSUB_-1204434153'), ('const-8', u'PTRSUB_-1204434148'), ('const-0', u'PTRSUB_-1204434164'), (u'PTRSUB_-1204434163', u'LOAD_-1204434286'), ('const-0', u'PTRSUB_-1204434167'), ('const-0', u'PTRSUB_-1204434175'), ('const-0', u'PTRSUB_-1204434138'), (u'PTRSUB_-1204434167', u'LOAD_-1204434292'), (u'PTRSUB_-1204434170', u'PTRSUB_-1204434164'), (u'PTRSUB_-1204434164', u'LOAD_-1204434317'), ('const-0', u'PTRSUB_-1204434144'), (u'LOAD_-1204434317', u'PTRSUB_-1204434148'), (u'LOAD_-1204434317', u'PTRADD_-1204434159'), ('const-433', u'STORE_-1204434250'), ('const-433', u'LOAD_-1204434286'), ('const-1', u'PTRADD_-1204434159'), (u'LOAD_-1204434292', u'STORE_-1204434263'), ('tmp_42', u'CBRANCH_-1204434292'), (u'INT_NOTEQUAL_-1204434294', u'CBRANCH_-1204434292'), ('const-8', u'PTRSUB_-1204434163'), ('const-8', u'PTRSUB_-1204434134'), ('tmp_129', u'CALL_-1204434222'), ('const-433', u'LOAD_-1204434310'), (u'PTRSUB_-1204434175', u'PTRSUB_-1204434164'), (u'PTRADD_-1204434159', u'STORE_-1204434250'), (u'LOAD_-1204434286', u'STORE_-1204434256'), ('const-16', u'PTRADD_-1204434159'), ('const-8', u'PTRSUB_-1204434164'), (u'PTRSUB_-1204434181', u'PTRSUB_-1204434170'), (u'LOAD_-1204434317', u'INT_NOTEQUAL_-1204434294'), ('const-433', u'LOAD_-1204434317'), (u'PTRSUB_-1204434148', u'STORE_-1204434256'), ('const-0', u'PTRSUB_-1204434170'), ('tmp_130', u'CALL_-1204434222'), (u'LOAD_-1204434317', u'CALL_-1204434222'), ('const-0', u'RETURN_-1204434218'), ('tmp_130', u'PTRSUB_-1204434167'), (u'PTRSUB_-1204434144', u'PTRSUB_-1204434138'), ('const-0', u'PTRSUB_-1204434181'), (u'PTRSUB_-1204434153', u'STORE_-1204434263'), ('tmp_129', u'PTRSUB_-1204434144'), (u'LOAD_-1204434317', u'PTRSUB_-1204434153'), (u'PTRSUB_-1204434134', u'STORE_-1204434250'), (u'PTRSUB_-1204434159', u'LOAD_-1204434310'), (u'PTRSUB_-1204434164', u'PTRSUB_-1204434159'), ('tmp_129', u'PTRSUB_-1204434175')] | [('const-16', u'INT_ADD_-1204434294'), (u'PTRADD_-1204434164', u'STORE_-1204434250'), ('tmp_187', u'LOAD_-1204434292'), (u'LOAD_-1204434292', u'STORE_-1204434263'), ('tmp_42', u'CBRANCH_-1204434292'), (u'LOAD_-1204434310', u'INT_NOTEQUAL_-1204434294'), (u'INT_NOTEQUAL_-1204434294', u'CBRANCH_-1204434292'), ('tmp_186', u'INT_ADD_-1204434294'), ('const-2', u'PTRADD_-1204434164'), (u'CAST_-1204434152', u'STORE_-1204434256'), ('const-0', u'RETURN_-1204434236'), ('const-8', u'INT_ADD_-1204434301'), (u'CAST_-1204434148', u'STORE_-1204434250'), (u'INT_ADD_-1204434294', u'CAST_-1204434175'), ('const-433', u'STORE_-1204434250'), (u'LOAD_-1204434286', u'STORE_-1204434256'), ('const-8', u'PTRADD_-1204434155'), ('tmp_186', u'INT_ADD_-1204434301'), (u'LOAD_-1204434317', u'INT_NOTEQUAL_-1204434294'), ('const-1', u'PTRADD_-1204434169'), (u'LOAD_-1204434317', u'PTRADD_-1204434164'), (u'LOAD_-1204434317', u'STORE_-1204434263'), ('tmp_187', u'CALL_-1204434222'), (u'INT_ADD_-1204434236', u'CAST_-1204434148'), (u'PTRADD_-1204434169', u'CAST_-1204434165'), ('const-1', u'PTRADD_-1204434155'), (u'CAST_-1204434175', u'LOAD_-1204434310'), (u'PTRADD_-1204434155', u'CAST_-1204434152'), (u'LOAD_-1204434317', u'PTRADD_-1204434155'), ('const-433', u'STORE_-1204434263'), (u'INT_ADD_-1204434301', u'CAST_-1204434180'), ('const-433', u'LOAD_-1204434317'), ('tmp_186', u'CALL_-1204434222'), ('const-433', u'LOAD_-1204434310'), (u'LOAD_-1204434317', u'CALL_-1204434222'), ('const-0', u'RETURN_-1204434218'), ('const-8', u'PTRADD_-1204434169'), ('const-8', u'PTRADD_-1204434164'), ('tmp_186', u'INT_ADD_-1204434236'), ('const-433', u'LOAD_-1204434286'), ('const-433', u'LOAD_-1204434292'), ('const-8', u'INT_ADD_-1204434236'), (u'CAST_-1204434180', u'LOAD_-1204434317'), ('tmp_187', u'PTRADD_-1204434169'), (u'CAST_-1204434165', u'LOAD_-1204434286'), ('const-433', u'STORE_-1204434256')] | null | null | 002aca70 | x64 | O2 | (translation_unit "void FUN_002aca70(long param_1,undefined8 *param_2)\n\n{\n undefined1 uVar1;\n undefined8 *puVar2;\n \n puVar2 = *(undefined8 **)(param_1 + 8);\n if (puVar2 != *(undefined8 **)(param_1 + 0x10)) {\n uVar1 = *(undefined1 *)(param_2 + 1);\n *puVar2 = *param_2;\n *(undefined1 *)(puVar2 + 1) = uVar1;\n *(undefined8 **)(param_1 + 8) = puVar2 + 2;\n return;\n }\n FUN_002ac900(param_1,puVar2,param_2);\n return;\n}\n\n" (function_definition "void FUN_002aca70(long param_1,undefined8 *param_2)\n\n{\n undefined1 uVar1;\n undefined8 *puVar2;\n \n puVar2 = *(undefined8 **)(param_1 + 8);\n if (puVar2 != *(undefined8 **)(param_1 + 0x10)) {\n uVar1 = *(undefined1 *)(param_2 + 1);\n *puVar2 = *param_2;\n *(undefined1 *)(puVar2 + 1) = uVar1;\n *(undefined8 **)(param_1 + 8) = puVar2 + 2;\n return;\n }\n FUN_002ac900(param_1,puVar2,param_2);\n return;\n}" primitive_type (function_declarator "FUN_002aca70(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 undefined1 uVar1;\n undefined8 *puVar2;\n \n puVar2 = *(undefined8 **)(param_1 + 8);\n if (puVar2 != *(undefined8 **)(param_1 + 0x10)) {\n uVar1 = *(undefined1 *)(param_2 + 1);\n *puVar2 = *param_2;\n *(undefined1 *)(puVar2 + 1) = uVar1;\n *(undefined8 **)(param_1 + 8) = puVar2 + 2;\n return;\n }\n FUN_002ac900(param_1,puVar2,param_2);\n return;\n}" { (declaration "undefined1 uVar1;" type_identifier identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 8);" (assignment_expression "puVar2 = *(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 (puVar2 != *(undefined8 **)(param_1 + 0x10)) {\n uVar1 = *(undefined1 *)(param_2 + 1);\n *puVar2 = *param_2;\n *(undefined1 *)(puVar2 + 1) = uVar1;\n *(undefined8 **)(param_1 + 8) = puVar2 + 2;\n return;\n }" if (parenthesized_expression "(puVar2 != *(undefined8 **)(param_1 + 0x10))" ( (binary_expression "puVar2 != *(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 uVar1 = *(undefined1 *)(param_2 + 1);\n *puVar2 = *param_2;\n *(undefined1 *)(puVar2 + 1) = uVar1;\n *(undefined8 **)(param_1 + 8) = puVar2 + 2;\n return;\n }" { (expression_statement "uVar1 = *(undefined1 *)(param_2 + 1);" (assignment_expression "uVar1 = *(undefined1 *)(param_2 + 1)" identifier = (pointer_expression "*(undefined1 *)(param_2 + 1)" * (cast_expression "(undefined1 *)(param_2 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 1)" ( (binary_expression "param_2 + 1" identifier + number_literal) ))))) ;) (expression_statement "*puVar2 = *param_2;" (assignment_expression "*puVar2 = *param_2" (pointer_expression "*puVar2" * identifier) = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "*(undefined1 *)(puVar2 + 1) = uVar1;" (assignment_expression "*(undefined1 *)(puVar2 + 1) = uVar1" (pointer_expression "*(undefined1 *)(puVar2 + 1)" * (cast_expression "(undefined1 *)(puVar2 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 1)" ( (binary_expression "puVar2 + 1" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 **)(param_1 + 8) = puVar2 + 2;" (assignment_expression "*(undefined8 **)(param_1 + 8) = puVar2 + 2" (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 "puVar2 + 2" identifier + number_literal)) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_002ac900(param_1,puVar2,param_2);" (call_expression "FUN_002ac900(param_1,puVar2,param_2)" identifier (argument_list "(param_1,puVar2,param_2)" ( identifier , identifier , identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* DWARF original name: emplace_back<std::pair<gold::Cie*, bool> >\n DWARF original prototype: void\n emplace_back<std::pair<gold::Cie*,_bool>_>(vector<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>\n * this, pair<gold::Cie*,_bool> * __args#0) */\n\nvoid __thiscall\nstd::vector<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>::\nemplace_back<std::pair<gold::Cie*,_bool>_>\n (vector<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_> *this,\n pair<gold::Cie*,_bool> *__args_0)\n\n{\n bool bVar1;\n iterator __position;\n \n __position._M_current =\n (this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>\n )._M_impl._M_finish;\n if (__position._M_current !=\n (this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>\n )._M_impl._M_end_of_storage) {\n bVar1 = __args_0->second;\n (__position._M_current)->first = __args_0->first;\n (__position._M_current)->second = bVar1;\n (this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>).\n _M_impl._M_finish = __position._M_current + 1;\n return;\n }\n _M_realloc_insert<std::pair<gold::Cie*,_bool>_>(this,__position,__args_0);\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::vector<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>::\nemplace_back<std::pair<gold::Cie*,_bool>_>\n (vector<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_> *this,\n pair<gold::Cie*,_bool> *__args_0)\n\n{\n bool bVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::vector<std::pair<gold::" identifier : : identifier < identifier : : identifier < identifier : :) identifier (ERROR "*" *) , identifier (ERROR ">" >) , (ERROR "_std::allocator<std::pair<gold::" identifier : : identifier < identifier : : identifier < identifier : :) identifier (ERROR "*" *) , (ERROR "_bool>_>_>::\nemplace_back<std::pair<gold::" identifier > identifier > identifier > : : identifier < identifier : : identifier < identifier : :) identifier (ERROR "*" *) , (ERROR "_bool>_>\n (vector<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_> *this,\n pair<gold::Cie*,_bool> *__args_0)\n\n{\n bool" (function_declarator "_bool>_>\n (vector<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_> *this,\n pair<gold::Cie*,_bool> *__args_0)" identifier (ERROR ">_>" > identifier >) (parameter_list "(vector<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_> *this,\n pair<gold::Cie*,_bool> *__args_0)" ( (parameter_declaration "vector<std::pair<gold::Cie*" type_identifier (ERROR "<std::pair<gold::Cie" < identifier : : identifier < identifier : : identifier) (abstract_pointer_declarator "*" *)) , (parameter_declaration "_bool" type_identifier) (ERROR ">" >) , (parameter_declaration "_std::allocator<std::pair<gold::Cie*" type_identifier (ERROR "::allocator<std::pair<gold::Cie" : : identifier < identifier : : identifier < identifier : : identifier) (abstract_pointer_declarator "*" *)) , (parameter_declaration "_bool>_>_> *this" type_identifier (ERROR ">_>_>" > identifier > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "pair<gold::Cie*" type_identifier (ERROR "<gold::Cie" < identifier : : identifier) (abstract_pointer_declarator "*" *)) , (parameter_declaration "_bool> *__args_0" type_identifier (ERROR ">" >) (pointer_declarator "*__args_0" * identifier)) ))) { primitive_type) identifier ;) (declaration "iterator __position;" type_identifier identifier ;) (expression_statement "__position._M_current =\n (this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>\n )._M_impl._M_finish;" (assignment_expression "__position._M_current =\n (this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>\n )._M_impl._M_finish" (field_expression "__position._M_current" identifier . field_identifier) = (field_expression "(this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>\n )" ( (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool" (binary_expression "this->\n super__Vector_base<std::pair<gold" (binary_expression "this->\n super__Vector_base<std" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Cie" : : identifier) * (ERROR "," ,) identifier) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Cie" : : identifier) * (ERROR "," ,) identifier) > identifier) > identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if (__position._M_current !=\n (this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>\n )._M_impl._M_end_of_storage) {\n bVar1 = __args_0->second;\n (__position._M_current)->first = __args_0->first;\n (__position._M_current)->second = bVar1;\n (this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>).\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<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>\n )._M_impl._M_end_of_storage)" ( (binary_expression "__position._M_current !=\n (this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>\n )._M_impl._M_end_of_storage" (field_expression "__position._M_current" identifier . field_identifier) != (field_expression "(this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>\n )._M_impl._M_end_of_storage" (field_expression "(this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>\n )" ( (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool" (binary_expression "this->\n super__Vector_base<std::pair<gold" (binary_expression "this->\n super__Vector_base<std" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Cie" : : identifier) * (ERROR "," ,) identifier) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Cie" : : identifier) * (ERROR "," ,) identifier) > identifier) > identifier) > identifier) )) . field_identifier) . field_identifier)) )) (compound_statement "{\n bVar1 = __args_0->second;\n (__position._M_current)->first = __args_0->first;\n (__position._M_current)->second = bVar1;\n (this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>).\n _M_impl._M_finish = __position._M_current + 1;\n return;\n }" { (expression_statement "bVar1 = __args_0->second;" (assignment_expression "bVar1 = __args_0->second" identifier = (field_expression "__args_0->second" identifier -> field_identifier)) ;) (expression_statement "(__position._M_current)->first = __args_0->first;" (assignment_expression "(__position._M_current)->first = __args_0->first" (field_expression "(__position._M_current)->first" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = (field_expression "__args_0->first" identifier -> field_identifier)) ;) (expression_statement "(__position._M_current)->second = bVar1;" (assignment_expression "(__position._M_current)->second = bVar1" (field_expression "(__position._M_current)->second" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = identifier) ;) (expression_statement "(this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>).\n _M_impl._M_finish = __position._M_current + 1;" (assignment_expression "(this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>).\n _M_impl._M_finish = __position._M_current + 1" (field_expression "(this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>).\n _M_impl._M_finish" (field_expression "(this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>).\n _M_impl" (parenthesized_expression "(this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>)" ( (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std::allocator<std" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool>,_std" (binary_expression "this->\n super__Vector_base<std::pair<gold::Cie*,_bool" (binary_expression "this->\n super__Vector_base<std::pair<gold" (binary_expression "this->\n super__Vector_base<std" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Cie" : : identifier) * (ERROR "," ,) identifier) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Cie" : : identifier) * (ERROR "," ,) identifier) > identifier) > identifier) > identifier) )) . 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<gold::Cie*,_bool>_>(this,__position,__args_0);" (update_expression "_M_realloc_insert<std::pair<gold::Cie*,_bool>_>(this,__position,__args_0)" (binary_expression "_M_realloc_insert<std::pair<gold::Cie*,_bool>_>(this,__position,__args_0)" (binary_expression "_M_realloc_insert<std::pair<gold::Cie*,_bool>_" (binary_expression "_M_realloc_insert<std::pair<gold::Cie*,_bool" (binary_expression "_M_realloc_insert<std::pair<gold" (binary_expression "_M_realloc_insert<std" identifier < identifier) (ERROR "::pair" : : identifier) < identifier) (ERROR "::Cie" : : identifier) * (ERROR "," ,) 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_002aca70(long param_1,undefined8 *param_2)\n\n{\n undefined1 uVar1;\n undefined8 *puVar2;\n \n puVar2 = *(undefined8 **)(param_1 + 8);\n if (puVar2 != *(undefined8 **)(param_1 + 0x10)) {\n uVar1 = *(undefined1 *)(param_2 + 1);\n *puVar2 = *param_2;\n *(undefined1 *)(puVar2 + 1) = uVar1;\n *(undefined8 **)(param_1 + 8) = puVar2 + 2;\n return;\n }\n FUN_002ac900(param_1,puVar2,param_2);\n return;\n}\n\n" (function_definition "void FUN_002aca70(long param_1,undefined8 *param_2)\n\n{\n undefined1 uVar1;\n undefined8 *puVar2;\n \n puVar2 = *(undefined8 **)(param_1 + 8);\n if (puVar2 != *(undefined8 **)(param_1 + 0x10)) {\n uVar1 = *(undefined1 *)(param_2 + 1);\n *puVar2 = *param_2;\n *(undefined1 *)(puVar2 + 1) = uVar1;\n *(undefined8 **)(param_1 + 8) = puVar2 + 2;\n return;\n }\n FUN_002ac900(param_1,puVar2,param_2);\n return;\n}" primitive_type (function_declarator "FUN_002aca70(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 undefined1 uVar1;\n undefined8 *puVar2;\n \n puVar2 = *(undefined8 **)(param_1 + 8);\n if (puVar2 != *(undefined8 **)(param_1 + 0x10)) {\n uVar1 = *(undefined1 *)(param_2 + 1);\n *puVar2 = *param_2;\n *(undefined1 *)(puVar2 + 1) = uVar1;\n *(undefined8 **)(param_1 + 8) = puVar2 + 2;\n return;\n }\n FUN_002ac900(param_1,puVar2,param_2);\n return;\n}" { (declaration "undefined1 uVar1;" type_identifier identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 8);" (assignment_expression "puVar2 = *(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 (puVar2 != *(undefined8 **)(param_1 + 0x10)) {\n uVar1 = *(undefined1 *)(param_2 + 1);\n *puVar2 = *param_2;\n *(undefined1 *)(puVar2 + 1) = uVar1;\n *(undefined8 **)(param_1 + 8) = puVar2 + 2;\n return;\n }" if (parenthesized_expression "(puVar2 != *(undefined8 **)(param_1 + 0x10))" ( (binary_expression "puVar2 != *(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 uVar1 = *(undefined1 *)(param_2 + 1);\n *puVar2 = *param_2;\n *(undefined1 *)(puVar2 + 1) = uVar1;\n *(undefined8 **)(param_1 + 8) = puVar2 + 2;\n return;\n }" { (expression_statement "uVar1 = *(undefined1 *)(param_2 + 1);" (assignment_expression "uVar1 = *(undefined1 *)(param_2 + 1)" identifier = (pointer_expression "*(undefined1 *)(param_2 + 1)" * (cast_expression "(undefined1 *)(param_2 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 1)" ( (binary_expression "param_2 + 1" identifier + number_literal) ))))) ;) (expression_statement "*puVar2 = *param_2;" (assignment_expression "*puVar2 = *param_2" (pointer_expression "*puVar2" * identifier) = (pointer_expression "*param_2" * identifier)) ;) (expression_statement "*(undefined1 *)(puVar2 + 1) = uVar1;" (assignment_expression "*(undefined1 *)(puVar2 + 1) = uVar1" (pointer_expression "*(undefined1 *)(puVar2 + 1)" * (cast_expression "(undefined1 *)(puVar2 + 1)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar2 + 1)" ( (binary_expression "puVar2 + 1" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 **)(param_1 + 8) = puVar2 + 2;" (assignment_expression "*(undefined8 **)(param_1 + 8) = puVar2 + 2" (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 "puVar2 + 2" identifier + number_literal)) ;) (return_statement "return;" return ;) })) (expression_statement "FUN_002ac900(param_1,puVar2,param_2);" (call_expression "FUN_002ac900(param_1,puVar2,param_2)" identifier (argument_list "(param_1,puVar2,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 IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + 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 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) )))) = (binary_expression IDENT + LIT)) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_002aca70(long param_1,undefined8 *param_2)\n\n{\n undefined1 uVar1;\n undefined8 *puVar2;\n \n puVar2 = *(undefined8 **)(param_1 + 8);\n if (puVar2 != *(undefined8 **)(param_1 + 0x10)) {\n uVar1 = *(undefined1 *)(param_2 + 1);\n *puVar2 = *param_2;\n *(undefined1 *)(puVar2 + 1) = uVar1;\n *(undefined8 **)(param_1 + 8) = puVar2 + 2;\n return;\n }\n FUN_002ac900(param_1,puVar2,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_002aca70(long param_1,undefined8 *param_2)" (identifier "FUN_002aca70") (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 undefined1 uVar1;\n undefined8 *puVar2;\n \n puVar2 = *(undefined8 **)(param_1 + 8);\n if (puVar2 != *(undefined8 **)(param_1 + 0x10)) {\n uVar1 = *(undefined1 *)(param_2 + 1);\n *puVar2 = *param_2;\n *(undefined1 *)(puVar2 + 1) = uVar1;\n *(undefined8 **)(param_1 + 8) = puVar2 + 2;\n return;\n }\n FUN_002ac900(param_1,puVar2,param_2);\n return;\n}" ({ "{") (declaration "undefined1 uVar1;" (type_identifier "undefined1") (identifier "uVar1") (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 8);" (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 8)" (identifier "puVar2") (= "=") (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 (puVar2 != *(undefined8 **)(param_1 + 0x10)) {\n uVar1 = *(undefined1 *)(param_2 + 1);\n *puVar2 = *param_2;\n *(undefined1 *)(puVar2 + 1) = uVar1;\n *(undefined8 **)(param_1 + 8) = puVar2 + 2;\n return;\n }" (if "if") (parenthesized_expression "(puVar2 != *(undefined8 **)(param_1 + 0x10))" (( "(") (binary_expression "puVar2 != *(undefined8 **)(param_1 + 0x10)" (identifier "puVar2") (!= "!=") (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 uVar1 = *(undefined1 *)(param_2 + 1);\n *puVar2 = *param_2;\n *(undefined1 *)(puVar2 + 1) = uVar1;\n *(undefined8 **)(param_1 + 8) = puVar2 + 2;\n return;\n }" ({ "{") (expression_statement "uVar1 = *(undefined1 *)(param_2 + 1);" (assignment_expression "uVar1 = *(undefined1 *)(param_2 + 1)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined1 *)(param_2 + 1)" (* "*") (cast_expression "(undefined1 *)(param_2 + 1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 1)" (( "(") (binary_expression "param_2 + 1" (identifier "param_2") (+ "+") (number_literal "1")) () ")"))))) (; ";")) (expression_statement "*puVar2 = *param_2;" (assignment_expression "*puVar2 = *param_2" (pointer_expression "*puVar2" (* "*") (identifier "puVar2")) (= "=") (pointer_expression "*param_2" (* "*") (identifier "param_2"))) (; ";")) (expression_statement "*(undefined1 *)(puVar2 + 1) = uVar1;" (assignment_expression "*(undefined1 *)(puVar2 + 1) = uVar1" (pointer_expression "*(undefined1 *)(puVar2 + 1)" (* "*") (cast_expression "(undefined1 *)(puVar2 + 1)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar2 + 1)" (( "(") (binary_expression "puVar2 + 1" (identifier "puVar2") (+ "+") (number_literal "1")) () ")")))) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "*(undefined8 **)(param_1 + 8) = puVar2 + 2;" (assignment_expression "*(undefined8 **)(param_1 + 8) = puVar2 + 2" (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 "puVar2 + 2" (identifier "puVar2") (+ "+") (number_literal "2"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_002ac900(param_1,puVar2,param_2);" (call_expression "FUN_002ac900(param_1,puVar2,param_2)" (identifier "FUN_002ac900") (argument_list "(param_1,puVar2,param_2)" (( "(") (identifier "param_1") (, ",") (identifier "puVar2") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* DWARF original name: emplace_back<std::pair<gold::Cie*, bool> >
DWARF original prototype: void
emplace_back<std::pair<gold::Cie*,_bool>_>(vector<std::pair<gold::Cie*,_bool>,_std::allocator<std::pair<gold::Cie*,_bool>_>_>
* this, pair<gold::Cie*,_bool> * __args#0) */
void __thiscall
var_1::vector<var_1::pair<var_2::Cie*,var_3>,var_4::allocator<var_1::pair<var_2::Cie*,var_3>var_5>var_5>::
emplace_back<var_1::pair<var_2::Cie*,var_3>var_5>
(vector<var_1::pair<var_2::Cie*,var_3>,var_4::allocator<var_1::pair<var_2::Cie*,var_3>var_5>var_5> *this,
pair<var_2::Cie*,var_3> *__args_0)
{
bool bVar1;
type_1 __position;
__position._M_current =
(this->
super__Vector_base<var_1::pair<var_2::Cie*,var_3>,var_4::allocator<var_1::pair<var_2::Cie*,var_3>var_5>var_5>var_6
)._M_impl._M_finish;
if (__position._M_current !=
(this->
super__Vector_base<var_1::pair<var_2::Cie*,var_3>,var_4::allocator<var_1::pair<var_2::Cie*,var_3>var_5>var_5>var_6
)._M_impl._M_end_of_storage) {
bVar1 = __args_0->second;
(__position._M_current)->first = __args_0->first;
(__position._M_current)->second = bVar1;
(this->
super__Vector_base<var_1::pair<var_2::Cie*,var_3>,var_4::allocator<var_1::pair<var_2::Cie*,var_3>var_5>var_5>var_6).
_M_impl._M_finish = __position._M_current + 1;
return;
}
var_7<var_1::pair<var_2::Cie*,var_3>var_5>(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: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_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: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (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)
{
undefined1 uVar1;
undefined8 *puVar2;
puVar2 = *(undefined8 **)(param_1 + 8);
if (puVar2 != *(undefined8 **)(param_1 + 0x10)) {
uVar1 = *(undefined1 *)(param_2 + 1);
*puVar2 = *param_2;
*(undefined1 *)(puVar2 + 1) = uVar1;
*(undefined8 **)(param_1 + 8) = puVar2 + 2;
return;
}
FUN_002ac900(param_1,puVar2,param_2);
return;
}
|
10_md5sum_and_md5sum_strip.c | fread_unlocked | fread_unlocked |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fread_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fread_unlocked_0010c050)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fread_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fread_unlocked_0010c050)();
return sVar1;
}
| JMP qword ptr [0x0010c050] | null | null | null | null | [(u'CAST_-1206968082', u'CALLIND_-1206968152'), ('const-0', u'RETURN_-1206968149'), (u'CALLIND_-1206968152', u'INDIRECT_-1206968087'), (u'INDIRECT_-1206968087', u'COPY_-1206968146'), ('tmp_50', u'CAST_-1206968082'), (u'CALLIND_-1206968152', u'RETURN_-1206968149')] | [(u'CAST_-1206968082', u'CALLIND_-1206968152'), ('const-0', u'RETURN_-1206968149'), (u'CALLIND_-1206968152', u'INDIRECT_-1206968087'), (u'INDIRECT_-1206968087', u'COPY_-1206968146'), ('tmp_50', u'CAST_-1206968082'), (u'CALLIND_-1206968152', u'RETURN_-1206968149')] | null | null | 001020a0 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fread_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_unlocked_0010c050)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fread_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_unlocked_0010c050)();\n return sVar1;\n}" primitive_type (function_declarator "fread_unlocked(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_unlocked_0010c050)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_fread_unlocked_0010c050)();" (assignment_expression "sVar1 = (*(code *)PTR_fread_unlocked_0010c050)()" identifier = (call_expression "(*(code *)PTR_fread_unlocked_0010c050)()" (parenthesized_expression "(*(code *)PTR_fread_unlocked_0010c050)" ( (pointer_expression "*(code *)PTR_fread_unlocked_0010c050" * (cast_expression "(code *)PTR_fread_unlocked_0010c050" ( (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_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_unlocked_0010c050)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fread_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_unlocked_0010c050)();\n return sVar1;\n}" primitive_type (function_declarator "fread_unlocked(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_unlocked_0010c050)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_fread_unlocked_0010c050)();" (assignment_expression "sVar1 = (*(code *)PTR_fread_unlocked_0010c050)()" identifier = (call_expression "(*(code *)PTR_fread_unlocked_0010c050)()" (parenthesized_expression "(*(code *)PTR_fread_unlocked_0010c050)" ( (pointer_expression "*(code *)PTR_fread_unlocked_0010c050" * (cast_expression "(code *)PTR_fread_unlocked_0010c050" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) }))) | (translation_unit "size_t fread_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_unlocked_0010c050)();\n return sVar1;\n}\n\n" (function_definition "size_t fread_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_unlocked_0010c050)();\n return sVar1;\n}" primitive_type (function_declarator "fread_unlocked(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_unlocked_0010c050)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_fread_unlocked_0010c050)();" (assignment_expression "sVar1 = (*(code *)PTR_fread_unlocked_0010c050)()" identifier = (call_expression "(*(code *)PTR_fread_unlocked_0010c050)()" (parenthesized_expression "(*(code *)PTR_fread_unlocked_0010c050)" ( (pointer_expression "*(code *)PTR_fread_unlocked_0010c050" * (cast_expression "(code *)PTR_fread_unlocked_0010c050" ( (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_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fread_unlocked_0010c050)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "fread_unlocked(void *__ptr,size_t __size,size_t __n,FILE *__stream)" (identifier "fread_unlocked") (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_unlocked_0010c050)();\n return sVar1;\n}" ({ "{") (declaration "size_t sVar1;" (primitive_type "size_t") (identifier "sVar1") (; ";")) (expression_statement "sVar1 = (*(code *)PTR_fread_unlocked_0010c050)();" (assignment_expression "sVar1 = (*(code *)PTR_fread_unlocked_0010c050)()" (identifier "sVar1") (= "=") (call_expression "(*(code *)PTR_fread_unlocked_0010c050)()" (parenthesized_expression "(*(code *)PTR_fread_unlocked_0010c050)" (( "(") (pointer_expression "*(code *)PTR_fread_unlocked_0010c050" (* "*") (cast_expression "(code *)PTR_fread_unlocked_0010c050" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fread_unlocked_0010c050"))) () ")")) (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_unlocked_0010c050)();
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_0010c050)();
return sVar1;
}
|
10787_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | set_final_data_size | FUN_00482ed0 |
/* DWARF original prototype: void set_final_data_size(Output_merge_string<char> * this) */
void __thiscall
gold::Output_merge_string<char>::set_final_data_size(Output_merge_string<char> *this)
{
byte bVar1;
section_size_type sVar2;
sVar2 = finalize_merged_data(this);
bVar1 = (this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20;
if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {
(this->super_Output_merge_base).super_Output_section_data.super_Output_data.data_size_ = sVar2;
(this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20 =
bVar1 | 2;
return;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0x218,"set_data_size");
}
|
void FUN_00482ed0(long param_1)
{
byte bVar1;
undefined8 uVar2;
uVar2 = FUN_00482d40();
bVar1 = *(byte *)(param_1 + 0x20);
if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {
*(undefined8 *)(param_1 + 0x10) = uVar2;
*(byte *)(param_1 + 0x20) = bVar1 | 2;
return;
}
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0x218,"set_data_size");
}
| PUSH RBX
MOV RBX,RDI
CALL 0x00482d40
MOVZX EDX,byte ptr [RBX + 0x20]
TEST DL,0x2
JNZ 0x00482ef3
TEST DL,0x8
JNZ 0x00482ef3
OR EDX,0x2
MOV qword ptr [RBX + 0x10],RAX
MOV byte ptr [RBX + 0x20],DL
POP RBX
RET
LEA RDX,[0x587ef8]
MOV ESI,0x218
LEA RDI,[0x533384]
CALL 0x00352af0 | null | null | null | null | [('const-0', u'PTRSUB_-1202245693'), ('const-8', u'INT_AND_-1202245867'), (u'INT_OR_-1202245756', u'STORE_-1202245855'), ('const-32', u'PTRSUB_-1202245677'), ('const-0', u'PTRSUB_-1202245706'), (u'COPY_-1202245740', u'CALL_-1202245814'), ('const-0', u'PTRSUB_-1202245712'), ('const-5799672', u'COPY_-1202245739'), (u'INT_EQUAL_-1202245881', u'CBRANCH_-1202245878'), (u'CALL_-1202245919', u'STORE_-1202245862'), ('const-0', u'PTRSUB_-1202245687'), ('const-1', u'RETURN_-1202245809'), ('const-32', u'PTRSUB_-1202245700'), ('tmp_82', u'CBRANCH_-1202245878'), ('const-0', u'PTRSUB_-1202245681'), (u'LOAD_-1202245917', u'INT_AND_-1202245883'), (u'PTRSUB_-1202245700', u'LOAD_-1202245917'), (u'COPY_-1202245739', u'CALL_-1202245814'), (u'INT_AND_-1202245867', u'INT_EQUAL_-1202245881'), (u'PTRSUB_-1202245681', u'PTRSUB_-1202245677'), ('const-0', u'RETURN_-1202245837'), (u'PTRSUB_-1202245706', u'PTRSUB_-1202245700'), ('const-16', u'PTRSUB_-1202245682'), ('const-2', u'INT_AND_-1202245883'), ('const-536', u'CALL_-1202245814'), ('const-433', u'LOAD_-1202245917'), ('tmp_168', u'PTRSUB_-1202245699'), (u'PTRSUB_-1202245687', u'PTRSUB_-1202245681'), ('const-2', u'INT_OR_-1202245756'), ('const-433', u'STORE_-1202245862'), (u'PTRSUB_-1202245693', u'PTRSUB_-1202245687'), (u'PTRSUB_-1202245693', u'PTRSUB_-1202245687'), (u'INT_AND_-1202245883', u'INT_EQUAL_-1202245897'), (u'PTRSUB_-1202245687', u'PTRSUB_-1202245682'), (u'PTRSUB_-1202245699', u'PTRSUB_-1202245693'), ('tmp_168', u'CALL_-1202245919'), ('const-0', u'INT_EQUAL_-1202245881'), ('tmp_54', u'CBRANCH_-1202245894'), ('const-0', u'PTRSUB_-1202245718'), ('const-0', u'INT_EQUAL_-1202245897'), (u'LOAD_-1202245917', u'INT_AND_-1202245867'), ('const-5452676', u'COPY_-1202245740'), ('tmp_168', u'PTRSUB_-1202245718'), (u'PTRSUB_-1202245677', u'STORE_-1202245855'), (u'PTRSUB_-1202245718', u'PTRSUB_-1202245712'), (u'PTRSUB_-1202245712', u'PTRSUB_-1202245706'), ('const-0', u'PTRSUB_-1202245693'), ('const-0', u'PTRSUB_-1202245687'), ('const-0', u'PTRSUB_-1202245699'), (u'INT_EQUAL_-1202245897', u'CBRANCH_-1202245894'), ('const-433', u'STORE_-1202245855'), ('tmp_168', u'PTRSUB_-1202245693'), (u'LOAD_-1202245917', u'INT_OR_-1202245756'), (u'PTRSUB_-1202245682', u'STORE_-1202245862')] | [('const-2', u'INT_OR_-1202245756'), ('const-5452676', u'COPY_-1202245740'), ('const-8', u'INT_AND_-1202245867'), (u'INT_OR_-1202245756', u'STORE_-1202245855'), (u'INT_ADD_-1202245901', u'CAST_-1202245720'), (u'INT_ADD_-1202245841', u'CAST_-1202245697'), ('const-433', u'LOAD_-1202245917'), ('tmp_322', u'INT_ADD_-1202245841'), (u'COPY_-1202245740', u'CALL_-1202245814'), (u'INT_EQUAL_-1202245881', u'CBRANCH_-1202245878'), ('const-433', u'STORE_-1202245862'), (u'CALL_-1202245919', u'STORE_-1202245862'), ('const-1', u'RETURN_-1202245809'), ('tmp_82', u'CBRANCH_-1202245878'), (u'CAST_-1202245697', u'STORE_-1202245855'), ('const-32', u'INT_ADD_-1202245901'), (u'INT_AND_-1202245883', u'INT_EQUAL_-1202245897'), (u'LOAD_-1202245917', u'INT_AND_-1202245883'), ('const-0', u'INT_EQUAL_-1202245881'), ('tmp_54', u'CBRANCH_-1202245894'), ('tmp_322', u'INT_ADD_-1202245901'), (u'COPY_-1202245739', u'CALL_-1202245814'), ('const-5799672', u'COPY_-1202245739'), (u'INT_AND_-1202245867', u'INT_EQUAL_-1202245881'), ('const-0', u'INT_EQUAL_-1202245897'), (u'CAST_-1202245720', u'LOAD_-1202245917'), ('const-16', u'INT_ADD_-1202245848'), (u'LOAD_-1202245917', u'INT_AND_-1202245867'), ('const-32', u'INT_ADD_-1202245841'), (u'INT_ADD_-1202245848', u'CAST_-1202245702'), ('const-0', u'RETURN_-1202245837'), ('const-433', u'STORE_-1202245855'), (u'CAST_-1202245702', u'STORE_-1202245862'), ('const-2', u'INT_AND_-1202245883'), ('tmp_322', u'INT_ADD_-1202245848'), ('const-536', u'CALL_-1202245814'), (u'INT_EQUAL_-1202245897', u'CBRANCH_-1202245894'), (u'LOAD_-1202245917', u'INT_OR_-1202245756')] | null | null | 00482ed0 | x64 | O2 | (translation_unit "void FUN_00482ed0(long param_1)\n\n{\n byte bVar1;\n undefined8 uVar2;\n \n uVar2 = FUN_00482d40();\n bVar1 = *(byte *)(param_1 + 0x20);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(undefined8 *)(param_1 + 0x10) = uVar2;\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x218,"set_data_size");\n}\n\n" (function_definition "void FUN_00482ed0(long param_1)\n\n{\n byte bVar1;\n undefined8 uVar2;\n \n uVar2 = FUN_00482d40();\n bVar1 = *(byte *)(param_1 + 0x20);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(undefined8 *)(param_1 + 0x10) = uVar2;\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x218,"set_data_size");\n}" primitive_type (function_declarator "FUN_00482ed0(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 undefined8 uVar2;\n \n uVar2 = FUN_00482d40();\n bVar1 = *(byte *)(param_1 + 0x20);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(undefined8 *)(param_1 + 0x10) = uVar2;\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x218,"set_data_size");\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "uVar2 = FUN_00482d40();" (assignment_expression "uVar2 = FUN_00482d40()" identifier = (call_expression "FUN_00482d40()" identifier (argument_list "()" ( )))) ;) (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 *(undefined8 *)(param_1 + 0x10) = uVar2;\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 *(undefined8 *)(param_1 + 0x10) = uVar2;\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }" { (expression_statement "*(undefined8 *)(param_1 + 0x10) = uVar2;" (assignment_expression "*(undefined8 *)(param_1 + 0x10) = uVar2" (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) )))) = identifier) ;) (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_00352af0("../../gold/output.h",0x218,"set_data_size");" (call_expression "FUN_00352af0("../../gold/output.h",0x218,"set_data_size")" identifier (argument_list "("../../gold/output.h",0x218,"set_data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_data_size"" " string_content ") ))) ;) }))) | (translation_unit "/* DWARF original prototype: void set_final_data_size(Output_merge_string<char> * this) */\n\nvoid __thiscall\ngold::Output_merge_string<char>::set_final_data_size(Output_merge_string<char> *this)\n\n{\n byte bVar1;\n section_size_type sVar2;\n \n sVar2 = finalize_merged_data(this);\n bVar1 = (this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20;\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n (this->super_Output_merge_base).super_Output_section_data.super_Output_data.data_size_ = sVar2;\n (this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20 =\n bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x218,"set_data_size");\n}\n\n" comment (function_definition "void __thiscall\ngold::Output_merge_string<char>::set_final_data_size(Output_merge_string<char> *this)\n\n{\n byte bVar1;\n section_size_type sVar2;\n \n sVar2 = finalize_merged_data(this);\n bVar1 = (this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20;\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n (this->super_Output_merge_base).super_Output_section_data.super_Output_data.data_size_ = sVar2;\n (this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20 =\n bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x218,"set_data_size");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_merge_string<char>::" identifier : : identifier < primitive_type > : :) (function_declarator "set_final_data_size(Output_merge_string<char> *this)" identifier (parameter_list "(Output_merge_string<char> *this)" ( (parameter_declaration "Output_merge_string<char> *this" type_identifier (ERROR "<char>" < primitive_type >) (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n byte bVar1;\n section_size_type sVar2;\n \n sVar2 = finalize_merged_data(this);\n bVar1 = (this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20;\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n (this->super_Output_merge_base).super_Output_section_data.super_Output_data.data_size_ = sVar2;\n (this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20 =\n bVar1 | 2;\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x218,"set_data_size");\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "section_size_type sVar2;" type_identifier identifier ;) (expression_statement "sVar2 = finalize_merged_data(this);" (assignment_expression "sVar2 = finalize_merged_data(this)" identifier = (call_expression "finalize_merged_data(this)" identifier (argument_list "(this)" ( identifier )))) ;) (expression_statement "bVar1 = (this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20;" (assignment_expression "bVar1 = (this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20" identifier = (field_expression "(this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20" (field_expression "(this->super_Output_merge_base).super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_merge_base).super_Output_section_data" (parenthesized_expression "(this->super_Output_merge_base)" ( (field_expression "this->super_Output_merge_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ;) (if_statement "if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n (this->super_Output_merge_base).super_Output_section_data.super_Output_data.data_size_ = sVar2;\n (this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20 =\n 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 (this->super_Output_merge_base).super_Output_section_data.super_Output_data.data_size_ = sVar2;\n (this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20 =\n bVar1 | 2;\n return;\n }" { (expression_statement "(this->super_Output_merge_base).super_Output_section_data.super_Output_data.data_size_ = sVar2;" (assignment_expression "(this->super_Output_merge_base).super_Output_section_data.super_Output_data.data_size_ = sVar2" (field_expression "(this->super_Output_merge_base).super_Output_section_data.super_Output_data.data_size_" (field_expression "(this->super_Output_merge_base).super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_merge_base).super_Output_section_data" (parenthesized_expression "(this->super_Output_merge_base)" ( (field_expression "this->super_Output_merge_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "(this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20 =\n bVar1 | 2;" (assignment_expression "(this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20 =\n bVar1 | 2" (field_expression "(this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20" (field_expression "(this->super_Output_merge_base).super_Output_section_data.super_Output_data" (field_expression "(this->super_Output_merge_base).super_Output_section_data" (parenthesized_expression "(this->super_Output_merge_base)" ( (field_expression "this->super_Output_merge_base" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = (binary_expression "bVar1 | 2" identifier | number_literal)) ;) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x218,"set_data_size");" (call_expression "do_gold_unreachable("../../gold/output.h",0x218,"set_data_size")" identifier (argument_list "("../../gold/output.h",0x218,"set_data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_data_size"" " string_content ") ))) ;) }))) | (translation_unit "void FUN_00482ed0(long param_1)\n\n{\n byte bVar1;\n undefined8 uVar2;\n \n uVar2 = FUN_00482d40();\n bVar1 = *(byte *)(param_1 + 0x20);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(undefined8 *)(param_1 + 0x10) = uVar2;\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }\n \n FUN_00352af0("../../gold/output.h",0x218,"set_data_size");\n}\n\n" (function_definition "void FUN_00482ed0(long param_1)\n\n{\n byte bVar1;\n undefined8 uVar2;\n \n uVar2 = FUN_00482d40();\n bVar1 = *(byte *)(param_1 + 0x20);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(undefined8 *)(param_1 + 0x10) = uVar2;\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }\n \n FUN_00352af0("../../gold/output.h",0x218,"set_data_size");\n}" primitive_type (function_declarator "FUN_00482ed0(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 undefined8 uVar2;\n \n uVar2 = FUN_00482d40();\n bVar1 = *(byte *)(param_1 + 0x20);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(undefined8 *)(param_1 + 0x10) = uVar2;\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }\n \n FUN_00352af0("../../gold/output.h",0x218,"set_data_size");\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (expression_statement "uVar2 = FUN_00482d40();" (assignment_expression "uVar2 = FUN_00482d40()" identifier = (call_expression "FUN_00482d40()" identifier (argument_list "()" ( )))) ;) (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 *(undefined8 *)(param_1 + 0x10) = uVar2;\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 *(undefined8 *)(param_1 + 0x10) = uVar2;\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }" { (expression_statement "*(undefined8 *)(param_1 + 0x10) = uVar2;" (assignment_expression "*(undefined8 *)(param_1 + 0x10) = uVar2" (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) )))) = identifier) ;) (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_00352af0("../../gold/output.h",0x218,"set_data_size");" (call_expression "FUN_00352af0("../../gold/output.h",0x218,"set_data_size")" identifier (argument_list "("../../gold/output.h",0x218,"set_data_size")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_data_size"" " string_content ") ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = (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) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT | LIT)) ;) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) | (function_definition "void FUN_00482ed0(long param_1)\n\n{\n byte bVar1;\n undefined8 uVar2;\n \n uVar2 = FUN_00482d40();\n bVar1 = *(byte *)(param_1 + 0x20);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(undefined8 *)(param_1 + 0x10) = uVar2;\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }\n \n FUN_00352af0("../../gold/output.h",0x218,"set_data_size");\n}" (primitive_type "void") (function_declarator "FUN_00482ed0(long param_1)" (identifier "FUN_00482ed0") (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 undefined8 uVar2;\n \n uVar2 = FUN_00482d40();\n bVar1 = *(byte *)(param_1 + 0x20);\n if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {\n *(undefined8 *)(param_1 + 0x10) = uVar2;\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }\n \n FUN_00352af0("../../gold/output.h",0x218,"set_data_size");\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (expression_statement "uVar2 = FUN_00482d40();" (assignment_expression "uVar2 = FUN_00482d40()" (identifier "uVar2") (= "=") (call_expression "FUN_00482d40()" (identifier "FUN_00482d40") (argument_list "()" (( "(") () ")")))) (; ";")) (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 *(undefined8 *)(param_1 + 0x10) = uVar2;\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 *(undefined8 *)(param_1 + 0x10) = uVar2;\n *(byte *)(param_1 + 0x20) = bVar1 | 2;\n return;\n }" ({ "{") (expression_statement "*(undefined8 *)(param_1 + 0x10) = uVar2;" (assignment_expression "*(undefined8 *)(param_1 + 0x10) = uVar2" (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")) () ")")))) (= "=") (identifier "uVar2")) (; ";")) (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_00352af0("../../gold/output.h",0x218,"set_data_size");" (call_expression "FUN_00352af0("../../gold/output.h",0x218,"set_data_size")" (identifier "FUN_00352af0") (argument_list "("../../gold/output.h",0x218,"set_data_size")" (( "(") (string_literal ""../../gold/output.h"" (" """) (string_content "../../gold/output.h") (" """)) (, ",") (number_literal "0x218") (, ",") (string_literal ""set_data_size"" (" """) (string_content "set_data_size") (" """)) () ")"))) (; ";")) (} "}"))) |
/* DWARF original prototype: void set_final_data_size(Output_merge_string<char> * this) */
void __thiscall
gold::type_1<char>::function_1(type_1<char> *this)
{
type_2 var_2;
type_3 sVar2;
sVar2 = var_1(this);
var_2 = (this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20;
if (((var_2 & 2) == 0) && ((var_2 & 8) == 0)) {
(this->super_Output_merge_base).super_Output_section_data.super_Output_data.data_size_ = sVar2;
(this->super_Output_merge_base).super_Output_section_data.super_Output_data.field_0x20 =
var_2 | 2;
return;
}
/* WARNING: Subroutine does not return */
var_3("../../gold/output.h",0x218,"set_data_size");
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_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: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (return_statement))) (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)
{
byte bVar1;
undefined8 uVar2;
uVar2 = FUN_00482d40();
bVar1 = *(byte *)(param_1 + 0x20);
if (((bVar1 & 2) == 0) && ((bVar1 & 8) == 0)) {
*(undefined8 *)(param_1 + 0x10) = uVar2;
*(byte *)(param_1 + 0x20) = bVar1 | 2;
return;
}
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0x218,"set_data_size");
}
|
372_powerpc-linux-gnu-objcopy_and_powerpc-linux-gnu-objcopy_strip.c | list_supported_architectures | FUN_0011b8b0 |
void list_supported_architectures(char *name,FILE *f)
{
long lVar1;
char *pcVar2;
long *__ptr;
long *plVar3;
if (name == (char *)0x0) {
pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);
fprintf((FILE *)f,pcVar2);
}
else {
pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);
fprintf((FILE *)f,pcVar2,name);
}
__ptr = (long *)bfd_arch_list();
lVar1 = *__ptr;
plVar3 = __ptr;
while (lVar1 != 0) {
plVar3 = plVar3 + 1;
fprintf((FILE *)f," %s");
lVar1 = *plVar3;
}
fputc(10,(FILE *)f);
free(__ptr);
return;
}
|
void FUN_0011b8b0(long param_1,FILE *param_2)
{
long lVar1;
char *pcVar2;
long *__ptr;
long *plVar3;
if (param_1 == 0) {
pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);
fprintf(param_2,pcVar2);
}
else {
pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);
fprintf(param_2,pcVar2,param_1);
}
__ptr = (long *)bfd_arch_list();
lVar1 = *__ptr;
plVar3 = __ptr;
while (lVar1 != 0) {
plVar3 = plVar3 + 1;
fprintf(param_2," %s");
lVar1 = *plVar3;
}
fputc(10,param_2);
free(__ptr);
return;
}
| PUSH R13
PUSH R12
PUSH RBP
MOV RBP,RSI
PUSH RBX
SUB RSP,0x8
TEST RDI,RDI
JZ 0x0011b940
MOV RBX,RDI
MOV EDX,0x5
LEA RSI,[0x1245eb]
XOR EDI,EDI
CALL 0x00104240
MOV RDX,RBX
MOV RDI,RBP
MOV RSI,RAX
XOR EAX,EAX
CALL 0x001044a0
CALL 0x00104120
MOV RDX,qword ptr [RAX]
MOV R13,RAX
TEST RDX,RDX
JZ 0x0011b921
MOV RBX,RAX
LEA R12,[0x11e047]
NOP word ptr [RAX + RAX*0x1]
MOV RSI,R12
MOV RDI,RBP
XOR EAX,EAX
ADD RBX,0x8
CALL 0x001044a0
MOV RDX,qword ptr [RBX]
TEST RDX,RDX
JNZ 0x0011b908
MOV RSI,RBP
MOV EDI,0xa
CALL 0x001043d0
ADD RSP,0x8
MOV RDI,R13
POP RBX
POP RBP
POP R12
POP R13
JMP 0x00104920
XOR EDI,EDI
MOV EDX,0x5
LEA RSI,[0x1245d2]
CALL 0x00104240
MOV RDI,RBP
MOV RSI,RAX
XOR EAX,EAX
CALL 0x001044a0
JMP 0x0011b8e8 | null | null | null | null | [(u'CALL_-1206994435', u'CAST_-1206994060'), ('const-1', u'PTRADD_-1206994126'), (u'COPY_-1206994130', u'CALL_-1206994435'), (u'CALL_-1206994679', u'CAST_-1206994181'), ('const-1171527', u'COPY_-1206994189'), (u'LOAD_-1206994638', u'MULTIEQUAL_-1206994154'), ('tmp_501', u'CAST_-1206994091'), ('const-5', u'CALL_-1206994679'), (u'CAST_-1206994046', u'CALL_-1206994407'), ('const-0', u'INT_NOTEQUAL_-1206994615'), ('tmp_500', u'INT_EQUAL_-1206994718'), (u'CAST_-1206994158', u'CALL_-1206994470'), (u'CAST_-1206994158', u'COPY_-1206994212'), (u'PTRADD_-1206994126', u'MULTIEQUAL_-1206994155'), (u'CAST_-1206994113', u'CALL_-1206994554'), (u'CALL_-1206994639', u'CAST_-1206994158'), ('const-5', u'CALL_-1206994435'), (u'COPY_-1206994252', u'CALL_-1206994679'), ('const-0', u'CALL_-1206994679'), ('tmp_501', u'CAST_-1206994046'), ('tmp_205', u'CBRANCH_-1206994614'), (u'CAST_-1206994181', u'CALL_-1206994647'), ('const-10', u'CALL_-1206994515'), ('const-0', u'RETURN_-1206994466'), ('tmp_501', u'CAST_-1206994113'), (u'CAST_-1206994158', u'LOAD_-1206994638'), (u'COPY_-1206994212', u'MULTIEQUAL_-1206994155'), ('const-433', u'LOAD_-1206994638'), (u'LOAD_-1206994553', u'MULTIEQUAL_-1206994154'), (u'INT_NOTEQUAL_-1206994615', u'CBRANCH_-1206994614'), ('const-433', u'LOAD_-1206994553'), (u'CAST_-1206994060', u'CALL_-1206994407'), (u'COPY_-1206994189', u'CALL_-1206994554'), (u'MULTIEQUAL_-1206994154', u'INT_NOTEQUAL_-1206994615'), (u'PTRADD_-1206994126', u'LOAD_-1206994553'), ('const-1197522', u'COPY_-1206994130'), (u'CAST_-1206994091', u'CALL_-1206994515'), ('const-0', u'INT_EQUAL_-1206994718'), (u'CAST_-1206994164', u'CALL_-1206994647'), (u'INT_EQUAL_-1206994718', u'CBRANCH_-1206994716'), ('const-1197547', u'COPY_-1206994252'), ('tmp_500', u'CALL_-1206994647'), ('tmp_84', u'CBRANCH_-1206994716'), ('const-0', u'CALL_-1206994435'), ('tmp_501', u'CAST_-1206994164'), ('tmp_473', u'BRANCH_-1206994404'), ('const-8', u'PTRADD_-1206994126'), (u'MULTIEQUAL_-1206994155', u'PTRADD_-1206994126')] | [(u'CALL_-1206994435', u'CAST_-1206994060'), (u'COPY_-1206994212', u'MULTIEQUAL_-1206994155'), (u'CAST_-1206994160', u'COPY_-1206994212'), (u'LOAD_-1206994553', u'MULTIEQUAL_-1206994154'), (u'INT_NOTEQUAL_-1206994615', u'CBRANCH_-1206994614'), ('const-1', u'PTRADD_-1206994126'), (u'CAST_-1206994060', u'CALL_-1206994407'), (u'CALL_-1206994639', u'CAST_-1206994160'), (u'COPY_-1206994189', u'CALL_-1206994554'), ('tmp_1098', u'CALL_-1206994515'), (u'CALL_-1206994679', u'CAST_-1206994182'), (u'MULTIEQUAL_-1206994154', u'INT_NOTEQUAL_-1206994615'), ('const-433', u'LOAD_-1206994638'), (u'COPY_-1206994130', u'CALL_-1206994435'), (u'PTRADD_-1206994126', u'LOAD_-1206994553'), (u'LOAD_-1206994638', u'MULTIEQUAL_-1206994154'), ('const-1171527', u'COPY_-1206994189'), ('const-1197522', u'COPY_-1206994130'), ('tmp_1098', u'CALL_-1206994554'), ('const-0', u'INT_EQUAL_-1206994718'), ('const-5', u'CALL_-1206994679'), (u'INT_EQUAL_-1206994718', u'CBRANCH_-1206994716'), ('const-0', u'INT_NOTEQUAL_-1206994615'), ('const-1197547', u'COPY_-1206994252'), ('tmp_84', u'CBRANCH_-1206994716'), (u'PTRADD_-1206994126', u'MULTIEQUAL_-1206994155'), ('const-5', u'CALL_-1206994435'), (u'CAST_-1206994182', u'CALL_-1206994647'), (u'COPY_-1206994252', u'CALL_-1206994679'), ('tmp_1100', u'INT_EQUAL_-1206994718'), (u'CAST_-1206994160', u'LOAD_-1206994638'), ('const-0', u'CALL_-1206994435'), ('const-0', u'CALL_-1206994679'), ('tmp_205', u'CBRANCH_-1206994614'), ('tmp_1098', u'CALL_-1206994647'), ('const-10', u'CALL_-1206994515'), ('const-433', u'LOAD_-1206994553'), ('tmp_1098', u'CALL_-1206994407'), ('tmp_1100', u'CALL_-1206994647'), (u'CAST_-1206994160', u'CALL_-1206994470'), ('const-0', u'RETURN_-1206994466'), ('tmp_473', u'BRANCH_-1206994404'), ('const-8', u'PTRADD_-1206994126'), (u'MULTIEQUAL_-1206994155', u'PTRADD_-1206994126')] | null | null | 0011b8b0 | x64 | O2 | (translation_unit "void FUN_0011b8b0(long param_1,FILE *param_2)\n\n{\n long lVar1;\n char *pcVar2;\n long *__ptr;\n long *plVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf(param_2,pcVar2,param_1);\n }\n __ptr = (long *)bfd_arch_list();\n lVar1 = *__ptr;\n plVar3 = __ptr;\n while (lVar1 != 0) {\n plVar3 = plVar3 + 1;\n fprintf(param_2," %s");\n lVar1 = *plVar3;\n }\n fputc(10,param_2);\n free(__ptr);\n return;\n}\n\n" (function_definition "void FUN_0011b8b0(long param_1,FILE *param_2)\n\n{\n long lVar1;\n char *pcVar2;\n long *__ptr;\n long *plVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf(param_2,pcVar2,param_1);\n }\n __ptr = (long *)bfd_arch_list();\n lVar1 = *__ptr;\n plVar3 = __ptr;\n while (lVar1 != 0) {\n plVar3 = plVar3 + 1;\n fprintf(param_2," %s");\n lVar1 = *plVar3;\n }\n fputc(10,param_2);\n free(__ptr);\n return;\n}" primitive_type (function_declarator "FUN_0011b8b0(long param_1,FILE *param_2)" identifier (parameter_list "(long param_1,FILE *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "FILE *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long lVar1;\n char *pcVar2;\n long *__ptr;\n long *plVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf(param_2,pcVar2,param_1);\n }\n __ptr = (long *)bfd_arch_list();\n lVar1 = *__ptr;\n plVar3 = __ptr;\n while (lVar1 != 0) {\n plVar3 = plVar3 + 1;\n fprintf(param_2," %s");\n lVar1 = *plVar3;\n }\n fputc(10,param_2);\n free(__ptr);\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "long *__ptr;" (sized_type_specifier "long" long) (pointer_declarator "*__ptr" * identifier) ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (if_statement "if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf(param_2,pcVar2,param_1);\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }" { (expression_statement "pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"Supported architectures:",5)" identifier = (cast_expression "(char *)dcgettext(0,"Supported architectures:",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Supported architectures:",5)" identifier (argument_list "(0,"Supported architectures:",5)" ( number_literal , (string_literal ""Supported architectures:"" " string_content ") , number_literal ))))) ;) (expression_statement "fprintf(param_2,pcVar2);" (call_expression "fprintf(param_2,pcVar2)" identifier (argument_list "(param_2,pcVar2)" ( identifier , identifier ))) ;) }) (else_clause "else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf(param_2,pcVar2,param_1);\n }" else (compound_statement "{\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf(param_2,pcVar2,param_1);\n }" { (expression_statement "pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: supported architectures:",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: supported architectures:",5)" identifier (argument_list "(0,"%s: supported architectures:",5)" ( number_literal , (string_literal ""%s: supported architectures:"" " string_content ") , number_literal ))))) ;) (expression_statement "fprintf(param_2,pcVar2,param_1);" (call_expression "fprintf(param_2,pcVar2,param_1)" identifier (argument_list "(param_2,pcVar2,param_1)" ( identifier , identifier , identifier ))) ;) }))) (expression_statement "__ptr = (long *)bfd_arch_list();" (assignment_expression "__ptr = (long *)bfd_arch_list()" identifier = (cast_expression "(long *)bfd_arch_list()" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_arch_list()" identifier (argument_list "()" ( ))))) ;) (expression_statement "lVar1 = *__ptr;" (assignment_expression "lVar1 = *__ptr" identifier = (pointer_expression "*__ptr" * identifier)) ;) (expression_statement "plVar3 = __ptr;" (assignment_expression "plVar3 = __ptr" identifier = identifier) ;) (while_statement "while (lVar1 != 0) {\n plVar3 = plVar3 + 1;\n fprintf(param_2," %s");\n lVar1 = *plVar3;\n }" while (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n plVar3 = plVar3 + 1;\n fprintf(param_2," %s");\n lVar1 = *plVar3;\n }" { (expression_statement "plVar3 = plVar3 + 1;" (assignment_expression "plVar3 = plVar3 + 1" identifier = (binary_expression "plVar3 + 1" identifier + number_literal)) ;) (expression_statement "fprintf(param_2," %s");" (call_expression "fprintf(param_2," %s")" identifier (argument_list "(param_2," %s")" ( identifier , (string_literal "" %s"" " string_content ") ))) ;) (expression_statement "lVar1 = *plVar3;" (assignment_expression "lVar1 = *plVar3" identifier = (pointer_expression "*plVar3" * identifier)) ;) })) (expression_statement "fputc(10,param_2);" (call_expression "fputc(10,param_2)" identifier (argument_list "(10,param_2)" ( number_literal , identifier ))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void list_supported_architectures(char *name,FILE *f)\n\n{\n long lVar1;\n char *pcVar2;\n long *__ptr;\n long *plVar3;\n \n if (name == (char *)0x0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf((FILE *)f,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf((FILE *)f,pcVar2,name);\n }\n __ptr = (long *)bfd_arch_list();\n lVar1 = *__ptr;\n plVar3 = __ptr;\n while (lVar1 != 0) {\n plVar3 = plVar3 + 1;\n fprintf((FILE *)f," %s");\n lVar1 = *plVar3;\n }\n fputc(10,(FILE *)f);\n free(__ptr);\n return;\n}\n\n" (function_definition "void list_supported_architectures(char *name,FILE *f)\n\n{\n long lVar1;\n char *pcVar2;\n long *__ptr;\n long *plVar3;\n \n if (name == (char *)0x0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf((FILE *)f,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf((FILE *)f,pcVar2,name);\n }\n __ptr = (long *)bfd_arch_list();\n lVar1 = *__ptr;\n plVar3 = __ptr;\n while (lVar1 != 0) {\n plVar3 = plVar3 + 1;\n fprintf((FILE *)f," %s");\n lVar1 = *plVar3;\n }\n fputc(10,(FILE *)f);\n free(__ptr);\n return;\n}" primitive_type (function_declarator "list_supported_architectures(char *name,FILE *f)" identifier (parameter_list "(char *name,FILE *f)" ( (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) , (parameter_declaration "FILE *f" type_identifier (pointer_declarator "*f" * identifier)) ))) (compound_statement "{\n long lVar1;\n char *pcVar2;\n long *__ptr;\n long *plVar3;\n \n if (name == (char *)0x0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf((FILE *)f,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf((FILE *)f,pcVar2,name);\n }\n __ptr = (long *)bfd_arch_list();\n lVar1 = *__ptr;\n plVar3 = __ptr;\n while (lVar1 != 0) {\n plVar3 = plVar3 + 1;\n fprintf((FILE *)f," %s");\n lVar1 = *plVar3;\n }\n fputc(10,(FILE *)f);\n free(__ptr);\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "long *__ptr;" (sized_type_specifier "long" long) (pointer_declarator "*__ptr" * identifier) ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (if_statement "if (name == (char *)0x0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf((FILE *)f,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf((FILE *)f,pcVar2,name);\n }" if (parenthesized_expression "(name == (char *)0x0)" ( (binary_expression "name == (char *)0x0" identifier == (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf((FILE *)f,pcVar2);\n }" { (expression_statement "pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"Supported architectures:",5)" identifier = (cast_expression "(char *)dcgettext(0,"Supported architectures:",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Supported architectures:",5)" identifier (argument_list "(0,"Supported architectures:",5)" ( number_literal , (string_literal ""Supported architectures:"" " string_content ") , number_literal ))))) ;) (expression_statement "fprintf((FILE *)f,pcVar2);" (call_expression "fprintf((FILE *)f,pcVar2)" identifier (argument_list "((FILE *)f,pcVar2)" ( (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) }) (else_clause "else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf((FILE *)f,pcVar2,name);\n }" else (compound_statement "{\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf((FILE *)f,pcVar2,name);\n }" { (expression_statement "pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: supported architectures:",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: supported architectures:",5)" identifier (argument_list "(0,"%s: supported architectures:",5)" ( number_literal , (string_literal ""%s: supported architectures:"" " string_content ") , number_literal ))))) ;) (expression_statement "fprintf((FILE *)f,pcVar2,name);" (call_expression "fprintf((FILE *)f,pcVar2,name)" identifier (argument_list "((FILE *)f,pcVar2,name)" ( (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , identifier ))) ;) }))) (expression_statement "__ptr = (long *)bfd_arch_list();" (assignment_expression "__ptr = (long *)bfd_arch_list()" identifier = (cast_expression "(long *)bfd_arch_list()" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_arch_list()" identifier (argument_list "()" ( ))))) ;) (expression_statement "lVar1 = *__ptr;" (assignment_expression "lVar1 = *__ptr" identifier = (pointer_expression "*__ptr" * identifier)) ;) (expression_statement "plVar3 = __ptr;" (assignment_expression "plVar3 = __ptr" identifier = identifier) ;) (while_statement "while (lVar1 != 0) {\n plVar3 = plVar3 + 1;\n fprintf((FILE *)f," %s");\n lVar1 = *plVar3;\n }" while (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n plVar3 = plVar3 + 1;\n fprintf((FILE *)f," %s");\n lVar1 = *plVar3;\n }" { (expression_statement "plVar3 = plVar3 + 1;" (assignment_expression "plVar3 = plVar3 + 1" identifier = (binary_expression "plVar3 + 1" identifier + number_literal)) ;) (expression_statement "fprintf((FILE *)f," %s");" (call_expression "fprintf((FILE *)f," %s")" identifier (argument_list "((FILE *)f," %s")" ( (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal "" %s"" " string_content ") ))) ;) (expression_statement "lVar1 = *plVar3;" (assignment_expression "lVar1 = *plVar3" identifier = (pointer_expression "*plVar3" * 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) ))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_0011b8b0(long param_1,FILE *param_2)\n\n{\n long lVar1;\n char *pcVar2;\n long *__ptr;\n long *plVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf(param_2,pcVar2,param_1);\n }\n __ptr = (long *)bfd_arch_list();\n lVar1 = *__ptr;\n plVar3 = __ptr;\n while (lVar1 != 0) {\n plVar3 = plVar3 + 1;\n fprintf(param_2," %s");\n lVar1 = *plVar3;\n }\n fputc(10,param_2);\n free(__ptr);\n return;\n}\n\n" (function_definition "void FUN_0011b8b0(long param_1,FILE *param_2)\n\n{\n long lVar1;\n char *pcVar2;\n long *__ptr;\n long *plVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf(param_2,pcVar2,param_1);\n }\n __ptr = (long *)bfd_arch_list();\n lVar1 = *__ptr;\n plVar3 = __ptr;\n while (lVar1 != 0) {\n plVar3 = plVar3 + 1;\n fprintf(param_2," %s");\n lVar1 = *plVar3;\n }\n fputc(10,param_2);\n free(__ptr);\n return;\n}" primitive_type (function_declarator "FUN_0011b8b0(long param_1,FILE *param_2)" identifier (parameter_list "(long param_1,FILE *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "FILE *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n long lVar1;\n char *pcVar2;\n long *__ptr;\n long *plVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf(param_2,pcVar2,param_1);\n }\n __ptr = (long *)bfd_arch_list();\n lVar1 = *__ptr;\n plVar3 = __ptr;\n while (lVar1 != 0) {\n plVar3 = plVar3 + 1;\n fprintf(param_2," %s");\n lVar1 = *plVar3;\n }\n fputc(10,param_2);\n free(__ptr);\n return;\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "long *__ptr;" (sized_type_specifier "long" long) (pointer_declarator "*__ptr" * identifier) ;) (declaration "long *plVar3;" (sized_type_specifier "long" long) (pointer_declarator "*plVar3" * identifier) ;) (if_statement "if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf(param_2,pcVar2,param_1);\n }" if (parenthesized_expression "(param_1 == 0)" ( (binary_expression "param_1 == 0" identifier == number_literal) )) (compound_statement "{\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }" { (expression_statement "pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"Supported architectures:",5)" identifier = (cast_expression "(char *)dcgettext(0,"Supported architectures:",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"Supported architectures:",5)" identifier (argument_list "(0,"Supported architectures:",5)" ( number_literal , (string_literal ""Supported architectures:"" " string_content ") , number_literal ))))) ;) (expression_statement "fprintf(param_2,pcVar2);" (call_expression "fprintf(param_2,pcVar2)" identifier (argument_list "(param_2,pcVar2)" ( identifier , identifier ))) ;) }) (else_clause "else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf(param_2,pcVar2,param_1);\n }" else (compound_statement "{\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf(param_2,pcVar2,param_1);\n }" { (expression_statement "pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5)" identifier = (cast_expression "(char *)dcgettext(0,"%s: supported architectures:",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"%s: supported architectures:",5)" identifier (argument_list "(0,"%s: supported architectures:",5)" ( number_literal , (string_literal ""%s: supported architectures:"" " string_content ") , number_literal ))))) ;) (expression_statement "fprintf(param_2,pcVar2,param_1);" (call_expression "fprintf(param_2,pcVar2,param_1)" identifier (argument_list "(param_2,pcVar2,param_1)" ( identifier , identifier , identifier ))) ;) }))) (expression_statement "__ptr = (long *)bfd_arch_list();" (assignment_expression "__ptr = (long *)bfd_arch_list()" identifier = (cast_expression "(long *)bfd_arch_list()" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (call_expression "bfd_arch_list()" identifier (argument_list "()" ( ))))) ;) (expression_statement "lVar1 = *__ptr;" (assignment_expression "lVar1 = *__ptr" identifier = (pointer_expression "*__ptr" * identifier)) ;) (expression_statement "plVar3 = __ptr;" (assignment_expression "plVar3 = __ptr" identifier = identifier) ;) (while_statement "while (lVar1 != 0) {\n plVar3 = plVar3 + 1;\n fprintf(param_2," %s");\n lVar1 = *plVar3;\n }" while (parenthesized_expression "(lVar1 != 0)" ( (binary_expression "lVar1 != 0" identifier != number_literal) )) (compound_statement "{\n plVar3 = plVar3 + 1;\n fprintf(param_2," %s");\n lVar1 = *plVar3;\n }" { (expression_statement "plVar3 = plVar3 + 1;" (assignment_expression "plVar3 = plVar3 + 1" identifier = (binary_expression "plVar3 + 1" identifier + number_literal)) ;) (expression_statement "fprintf(param_2," %s");" (call_expression "fprintf(param_2," %s")" identifier (argument_list "(param_2," %s")" ( identifier , (string_literal "" %s"" " string_content ") ))) ;) (expression_statement "lVar1 = *plVar3;" (assignment_expression "lVar1 = *plVar3" identifier = (pointer_expression "*plVar3" * identifier)) ;) })) (expression_statement "fputc(10,param_2);" (call_expression "fputc(10,param_2)" identifier (argument_list "(10,param_2)" ( number_literal , identifier ))) ;) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" identifier (argument_list "(__ptr)" ( 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 (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT , (string_literal " string_content ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) }))) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) })) (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_0011b8b0(long param_1,FILE *param_2)\n\n{\n long lVar1;\n char *pcVar2;\n long *__ptr;\n long *plVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf(param_2,pcVar2,param_1);\n }\n __ptr = (long *)bfd_arch_list();\n lVar1 = *__ptr;\n plVar3 = __ptr;\n while (lVar1 != 0) {\n plVar3 = plVar3 + 1;\n fprintf(param_2," %s");\n lVar1 = *plVar3;\n }\n fputc(10,param_2);\n free(__ptr);\n return;\n}" (primitive_type "void") (function_declarator "FUN_0011b8b0(long param_1,FILE *param_2)" (identifier "FUN_0011b8b0") (parameter_list "(long param_1,FILE *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "FILE *param_2" (type_identifier "FILE") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n long lVar1;\n char *pcVar2;\n long *__ptr;\n long *plVar3;\n \n if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf(param_2,pcVar2,param_1);\n }\n __ptr = (long *)bfd_arch_list();\n lVar1 = *__ptr;\n plVar3 = __ptr;\n while (lVar1 != 0) {\n plVar3 = plVar3 + 1;\n fprintf(param_2," %s");\n lVar1 = *plVar3;\n }\n fputc(10,param_2);\n free(__ptr);\n return;\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "char *pcVar2;" (primitive_type "char") (pointer_declarator "*pcVar2" (* "*") (identifier "pcVar2")) (; ";")) (declaration "long *__ptr;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*__ptr" (* "*") (identifier "__ptr")) (; ";")) (declaration "long *plVar3;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar3" (* "*") (identifier "plVar3")) (; ";")) (if_statement "if (param_1 == 0) {\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }\n else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf(param_2,pcVar2,param_1);\n }" (if "if") (parenthesized_expression "(param_1 == 0)" (( "(") (binary_expression "param_1 == 0" (identifier "param_1") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);\n fprintf(param_2,pcVar2);\n }" ({ "{") (expression_statement "pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"Supported architectures:",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0,"Supported architectures:",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"Supported architectures:",5)" (identifier "dcgettext") (argument_list "(0,"Supported architectures:",5)" (( "(") (number_literal "0") (, ",") (string_literal ""Supported architectures:"" (" """) (string_content "Supported architectures:") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(param_2,pcVar2);" (call_expression "fprintf(param_2,pcVar2)" (identifier "fprintf") (argument_list "(param_2,pcVar2)" (( "(") (identifier "param_2") (, ",") (identifier "pcVar2") () ")"))) (; ";")) (} "}")) (else_clause "else {\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf(param_2,pcVar2,param_1);\n }" (else "else") (compound_statement "{\n pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);\n fprintf(param_2,pcVar2,param_1);\n }" ({ "{") (expression_statement "pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);" (assignment_expression "pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5)" (identifier "pcVar2") (= "=") (cast_expression "(char *)dcgettext(0,"%s: supported architectures:",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"%s: supported architectures:",5)" (identifier "dcgettext") (argument_list "(0,"%s: supported architectures:",5)" (( "(") (number_literal "0") (, ",") (string_literal ""%s: supported architectures:"" (" """) (string_content "%s: supported architectures:") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "fprintf(param_2,pcVar2,param_1);" (call_expression "fprintf(param_2,pcVar2,param_1)" (identifier "fprintf") (argument_list "(param_2,pcVar2,param_1)" (( "(") (identifier "param_2") (, ",") (identifier "pcVar2") (, ",") (identifier "param_1") () ")"))) (; ";")) (} "}")))) (expression_statement "__ptr = (long *)bfd_arch_list();" (assignment_expression "__ptr = (long *)bfd_arch_list()" (identifier "__ptr") (= "=") (cast_expression "(long *)bfd_arch_list()" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "bfd_arch_list()" (identifier "bfd_arch_list") (argument_list "()" (( "(") () ")"))))) (; ";")) (expression_statement "lVar1 = *__ptr;" (assignment_expression "lVar1 = *__ptr" (identifier "lVar1") (= "=") (pointer_expression "*__ptr" (* "*") (identifier "__ptr"))) (; ";")) (expression_statement "plVar3 = __ptr;" (assignment_expression "plVar3 = __ptr" (identifier "plVar3") (= "=") (identifier "__ptr")) (; ";")) (while_statement "while (lVar1 != 0) {\n plVar3 = plVar3 + 1;\n fprintf(param_2," %s");\n lVar1 = *plVar3;\n }" (while "while") (parenthesized_expression "(lVar1 != 0)" (( "(") (binary_expression "lVar1 != 0" (identifier "lVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n plVar3 = plVar3 + 1;\n fprintf(param_2," %s");\n lVar1 = *plVar3;\n }" ({ "{") (expression_statement "plVar3 = plVar3 + 1;" (assignment_expression "plVar3 = plVar3 + 1" (identifier "plVar3") (= "=") (binary_expression "plVar3 + 1" (identifier "plVar3") (+ "+") (number_literal "1"))) (; ";")) (expression_statement "fprintf(param_2," %s");" (call_expression "fprintf(param_2," %s")" (identifier "fprintf") (argument_list "(param_2," %s")" (( "(") (identifier "param_2") (, ",") (string_literal "" %s"" (" """) (string_content " %s") (" """)) () ")"))) (; ";")) (expression_statement "lVar1 = *plVar3;" (assignment_expression "lVar1 = *plVar3" (identifier "lVar1") (= "=") (pointer_expression "*plVar3" (* "*") (identifier "plVar3"))) (; ";")) (} "}"))) (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") () ")"))) (; ";")) (expression_statement "free(__ptr);" (call_expression "free(__ptr)" (identifier "free") (argument_list "(__ptr)" (( "(") (identifier "__ptr") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(char *var_1,type_1 *f)
{
long var_5;
char *pcVar2;
long *__ptr;
long *var_6;
if (var_1 == (char *)0x0) {
pcVar2 = (char *)var_2(0,"Supported architectures:",5);
var_3((type_1 *)f,pcVar2);
}
else {
pcVar2 = (char *)var_2(0,"%s: supported architectures:",5);
var_3((type_1 *)f,pcVar2,var_1);
}
__ptr = (long *)var_4();
var_5 = *__ptr;
var_6 = __ptr;
while (var_5 != 0) {
var_6 = var_6 + 1;
var_3((type_1 *)f," %s");
var_5 = *var_6;
}
var_7(10,(type_1 *)f);
var_8(__ptr);
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: (sized_type_specifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (string_content)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) 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 (number_literal) (string_literal (string_content)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier))))))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (while_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier)))) (return_statement)))) | null |
void MASKED(long param_1,FILE *param_2)
{
long lVar1;
char *pcVar2;
long *__ptr;
long *plVar3;
if (param_1 == 0) {
pcVar2 = (char *)dcgettext(0,"Supported architectures:",5);
fprintf(param_2,pcVar2);
}
else {
pcVar2 = (char *)dcgettext(0,"%s: supported architectures:",5);
fprintf(param_2,pcVar2,param_1);
}
__ptr = (long *)bfd_arch_list();
lVar1 = *__ptr;
plVar3 = __ptr;
while (lVar1 != 0) {
plVar3 = plVar3 + 1;
fprintf(param_2," %s");
lVar1 = *plVar3;
}
fputc(10,param_2);
free(__ptr);
return;
}
|
790_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | ~numpunct | FUN_001598cc |
/* std::numpunct<char>::~numpunct() [clone .cold.2] */
void __thiscall std::numpunct<char>::~numpunct(numpunct<char> *this)
{
void *unaff_RBX;
operator_delete(unaff_RBX);
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_001598cc(void)
{
FUN_00338a40();
/* WARNING: Subroutine does not return */
FUN_003c66b0();
}
| MOV RDI,RBX
CALL 0x00338a40
MOV RDI,RBP
CALL 0x003c66b0 | null | null | null | null | [('tmp_55', u'CALL_-1207265063'), ('const-1', u'RETURN_-1207265046')] | [('const-1', u'RETURN_-1207265046')] | null | null | 001598cc | x64 | O2 | (translation_unit "void FUN_001598cc(void)\n\n{\n FUN_00338a40();\n /* WARNING: Subroutine does not return */\n FUN_003c66b0();\n}\n\n" (function_definition "void FUN_001598cc(void)\n\n{\n FUN_00338a40();\n /* WARNING: Subroutine does not return */\n FUN_003c66b0();\n}" primitive_type (function_declarator "FUN_001598cc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00338a40();\n /* WARNING: Subroutine does not return */\n FUN_003c66b0();\n}" { (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" identifier (argument_list "()" ( ))) ;) comment (expression_statement "FUN_003c66b0();" (call_expression "FUN_003c66b0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* std::numpunct<char>::~numpunct() [clone .cold.2] */\n\nvoid __thiscall std::numpunct<char>::~numpunct(numpunct<char> *this)\n\n{\n void *unaff_RBX;\n \n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" comment (function_definition "void __thiscall std::numpunct<char>::~numpunct(numpunct<char> *this)\n\n{\n void *unaff_RBX;\n \n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::numpunct<char>::~" identifier : : identifier < primitive_type > : : ~) (function_declarator "numpunct(numpunct<char> *this)" identifier (parameter_list "(numpunct<char> *this)" ( (parameter_declaration "numpunct<char> *this" type_identifier (ERROR "<char>" < primitive_type >) (pointer_declarator "*this" * identifier)) ))) (compound_statement "{\n void *unaff_RBX;\n \n operator_delete(unaff_RBX);\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "void *unaff_RBX;" primitive_type (pointer_declarator "*unaff_RBX" * identifier) ;) (expression_statement "operator_delete(unaff_RBX);" (call_expression "operator_delete(unaff_RBX)" identifier (argument_list "(unaff_RBX)" ( identifier ))) ;) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_001598cc(void)\n\n{\n FUN_00338a40();\n \n FUN_003c66b0();\n}\n\n" (function_definition "void FUN_001598cc(void)\n\n{\n FUN_00338a40();\n \n FUN_003c66b0();\n}" primitive_type (function_declarator "FUN_001598cc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00338a40();\n \n FUN_003c66b0();\n}" { (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" identifier (argument_list "()" ( ))) ;) (expression_statement "FUN_003c66b0();" (call_expression "FUN_003c66b0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_001598cc(void)\n\n{\n FUN_00338a40();\n \n FUN_003c66b0();\n}" (primitive_type "void") (function_declarator "FUN_001598cc(void)" (identifier "FUN_001598cc") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_00338a40();\n \n FUN_003c66b0();\n}" ({ "{") (expression_statement "FUN_00338a40();" (call_expression "FUN_00338a40()" (identifier "FUN_00338a40") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "FUN_003c66b0();" (call_expression "FUN_003c66b0()" (identifier "FUN_003c66b0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* std::numpunct<char>::~numpunct() [clone .cold.2] */
void __thiscall std::function_1<char>::~function_1(function_1<char> *this)
{
void *unaff_RBX;
var_1(unaff_RBX);
/* WARNING: Subroutine does not return */
var_2();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
void MASKED(void)
{
FUN_00338a40();
/* WARNING: Subroutine does not return */
FUN_003c66b0();
}
|
71_hppa64-linux-gnu-size_and_hppa64-linux-gnu-size_strip.c | bfd_map_over_sections | bfd_map_over_sections |
void bfd_map_over_sections(void)
{
(*(code *)PTR_bfd_map_over_sections_00109238)();
return;
}
|
void bfd_map_over_sections(void)
{
(*(code *)PTR_bfd_map_over_sections_00109238)();
return;
}
| JMP qword ptr [0x00109238] | null | null | null | null | [(u'CALLIND_-1206967176', u'INDIRECT_-1206967116'), (u'CAST_-1206967111', u'CALLIND_-1206967176'), (u'INDIRECT_-1206967116', u'COPY_-1206967175'), ('tmp_22', u'CAST_-1206967111'), ('const-0', u'RETURN_-1206967173')] | [(u'CALLIND_-1206967176', u'INDIRECT_-1206967116'), (u'CAST_-1206967111', u'CALLIND_-1206967176'), (u'INDIRECT_-1206967116', u'COPY_-1206967175'), ('tmp_22', u'CAST_-1206967111'), ('const-0', u'RETURN_-1206967173')] | null | null | 00102470 | x64 | O2 | (translation_unit "void bfd_map_over_sections(void)\n\n{\n (*(code *)PTR_bfd_map_over_sections_00109238)();\n return;\n}\n\n" (function_definition "void bfd_map_over_sections(void)\n\n{\n (*(code *)PTR_bfd_map_over_sections_00109238)();\n return;\n}" primitive_type (function_declarator "bfd_map_over_sections(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_map_over_sections_00109238)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_map_over_sections_00109238)();" (call_expression "(*(code *)PTR_bfd_map_over_sections_00109238)()" (parenthesized_expression "(*(code *)PTR_bfd_map_over_sections_00109238)" ( (pointer_expression "*(code *)PTR_bfd_map_over_sections_00109238" * (cast_expression "(code *)PTR_bfd_map_over_sections_00109238" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void bfd_map_over_sections(void)\n\n{\n (*(code *)PTR_bfd_map_over_sections_00109238)();\n return;\n}\n\n" (function_definition "void bfd_map_over_sections(void)\n\n{\n (*(code *)PTR_bfd_map_over_sections_00109238)();\n return;\n}" primitive_type (function_declarator "bfd_map_over_sections(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_map_over_sections_00109238)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_map_over_sections_00109238)();" (call_expression "(*(code *)PTR_bfd_map_over_sections_00109238)()" (parenthesized_expression "(*(code *)PTR_bfd_map_over_sections_00109238)" ( (pointer_expression "*(code *)PTR_bfd_map_over_sections_00109238" * (cast_expression "(code *)PTR_bfd_map_over_sections_00109238" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void bfd_map_over_sections(void)\n\n{\n (*(code *)PTR_bfd_map_over_sections_00109238)();\n return;\n}\n\n" (function_definition "void bfd_map_over_sections(void)\n\n{\n (*(code *)PTR_bfd_map_over_sections_00109238)();\n return;\n}" primitive_type (function_declarator "bfd_map_over_sections(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_bfd_map_over_sections_00109238)();\n return;\n}" { (expression_statement "(*(code *)PTR_bfd_map_over_sections_00109238)();" (call_expression "(*(code *)PTR_bfd_map_over_sections_00109238)()" (parenthesized_expression "(*(code *)PTR_bfd_map_over_sections_00109238)" ( (pointer_expression "*(code *)PTR_bfd_map_over_sections_00109238" * (cast_expression "(code *)PTR_bfd_map_over_sections_00109238" ( (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_map_over_sections(void)\n\n{\n (*(code *)PTR_bfd_map_over_sections_00109238)();\n return;\n}" (primitive_type "void") (function_declarator "bfd_map_over_sections(void)" (identifier "bfd_map_over_sections") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_bfd_map_over_sections_00109238)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_bfd_map_over_sections_00109238)();" (call_expression "(*(code *)PTR_bfd_map_over_sections_00109238)()" (parenthesized_expression "(*(code *)PTR_bfd_map_over_sections_00109238)" (( "(") (pointer_expression "*(code *)PTR_bfd_map_over_sections_00109238" (* "*") (cast_expression "(code *)PTR_bfd_map_over_sections_00109238" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_bfd_map_over_sections_00109238"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(void)
{
(*(type_1 *)PTR_bfd_map_over_sections_00109238)();
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_00109238)();
return;
}
|
249_powerpc64le-linux-gnu-readelf_and_powerpc64le-linux-gnu-readelf_strip.c | display_debug_str_offsets | FUN_0013e6c0 |
int display_debug_str_offsets(dwarf_section *section,void *file)
{
char *pcVar1;
char *__format;
if (section->size != 0) {
return 1;
}
pcVar1 = section->name;
__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);
printf(__format,pcVar1);
return 0;
}
|
undefined8 FUN_0013e6c0(long param_1)
{
undefined8 uVar1;
char *__format;
if (*(long *)(param_1 + 0x30) != 0) {
return 1;
}
uVar1 = *(undefined8 *)(param_1 + 0x10);
__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);
printf(__format,uVar1);
return 0;
}
| CMP qword ptr [RDI + 0x30],0x0
JZ 0x0013e6d0
MOV EAX,0x1
RET
PUSH RBX
MOV EDX,0x5
MOV RBX,qword ptr [RDI + 0x10]
LEA RSI,[0x18087b]
XOR EDI,EDI
CALL 0x00107130
MOV RSI,RBX
MOV RDI,RAX
XOR EAX,EAX
CALL 0x00107190
XOR EAX,EAX
POP RBX
RET | null | null | null | null | [('const-1', u'COPY_-1207113937'), ('const-0', u'CALL_-1207113969'), (u'LOAD_-1207114045', u'INT_NOTEQUAL_-1207114029'), ('const-433', u'LOAD_-1207114002'), ('const-0', u'COPY_-1207113892'), (u'CALL_-1207113969', u'CAST_-1207113797'), (u'COPY_-1207113863', u'CALL_-1207113969'), (u'CAST_-1207113797', u'CALL_-1207113941'), (u'COPY_-1207113892', u'RETURN_-1207113913'), (u'PTRSUB_-1207113832', u'LOAD_-1207114045'), (u'COPY_-1207113937', u'RETURN_-1207114010'), ('const-16', u'PTRSUB_-1207113809'), ('const-5', u'CALL_-1207113969'), ('const-433', u'LOAD_-1207114045'), ('const-0', u'RETURN_-1207114010'), ('const-1575035', u'COPY_-1207113863'), ('tmp_34', u'CBRANCH_-1207114026'), ('const-48', u'PTRSUB_-1207113832'), ('const-0', u'INT_NOTEQUAL_-1207114029'), (u'LOAD_-1207114002', u'CALL_-1207113941'), (u'PTRSUB_-1207113809', u'LOAD_-1207114002'), ('tmp_192', u'PTRSUB_-1207113809'), ('tmp_192', u'PTRSUB_-1207113832'), ('const-0', u'RETURN_-1207113913'), (u'INT_NOTEQUAL_-1207114029', u'CBRANCH_-1207114026')] | [(u'COPY_-1207113938', u'RETURN_-1207113913'), ('const-1575035', u'COPY_-1207113867'), ('const-0', u'COPY_-1207113938'), (u'LOAD_-1207114045', u'INT_NOTEQUAL_-1207114029'), ('tmp_347', u'INT_ADD_-1207113986'), ('const-0', u'INT_NOTEQUAL_-1207114029'), ('const-1', u'COPY_-1207114027'), ('const-5', u'CALL_-1207113969'), (u'COPY_-1207114027', u'RETURN_-1207114010'), (u'CAST_-1207113801', u'CALL_-1207113941'), (u'CAST_-1207113815', u'LOAD_-1207114002'), (u'COPY_-1207113867', u'CALL_-1207113969'), ('const-48', u'INT_ADD_-1207114029'), ('const-0', u'RETURN_-1207114010'), ('const-433', u'LOAD_-1207114045'), (u'CAST_-1207113838', u'LOAD_-1207114045'), ('tmp_34', u'CBRANCH_-1207114026'), ('const-433', u'LOAD_-1207114002'), ('const-0', u'CALL_-1207113969'), (u'LOAD_-1207114002', u'CALL_-1207113941'), (u'INT_ADD_-1207113986', u'CAST_-1207113815'), ('tmp_347', u'INT_ADD_-1207114029'), (u'INT_ADD_-1207114029', u'CAST_-1207113838'), ('const-16', u'INT_ADD_-1207113986'), (u'CALL_-1207113969', u'CAST_-1207113801'), ('const-0', u'RETURN_-1207113913'), (u'INT_NOTEQUAL_-1207114029', u'CBRANCH_-1207114026')] | null | null | 0013e6c0 | x64 | O2 | (translation_unit "undefined8 FUN_0013e6c0(long param_1)\n\n{\n undefined8 uVar1;\n char *__format;\n \n if (*(long *)(param_1 + 0x30) != 0) {\n return 1;\n }\n uVar1 = *(undefined8 *)(param_1 + 0x10);\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar1);\n return 0;\n}\n\n" (function_definition "undefined8 FUN_0013e6c0(long param_1)\n\n{\n undefined8 uVar1;\n char *__format;\n \n if (*(long *)(param_1 + 0x30) != 0) {\n return 1;\n }\n uVar1 = *(undefined8 *)(param_1 + 0x10);\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar1);\n return 0;\n}" type_identifier (function_declarator "FUN_0013e6c0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 uVar1;\n char *__format;\n \n if (*(long *)(param_1 + 0x30) != 0) {\n return 1;\n }\n uVar1 = *(undefined8 *)(param_1 + 0x10);\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar1);\n return 0;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (if_statement "if (*(long *)(param_1 + 0x30) != 0) {\n return 1;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x30) != 0)" ( (binary_expression "*(long *)(param_1 + 0x30) != 0" (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) )))) != number_literal) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "uVar1 = *(undefined8 *)(param_1 + 0x10);" (assignment_expression "uVar1 = *(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"\nThe %s section is empty.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"\nThe %s section is empty.\n",5)" identifier (argument_list "(0,"\nThe %s section is empty.\n",5)" ( number_literal , (string_literal ""\nThe %s section is empty.\n"" " escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(__format,uVar1);" (call_expression "printf(__format,uVar1)" identifier (argument_list "(__format,uVar1)" ( identifier , identifier ))) ;) (return_statement "return 0;" return number_literal ;) }))) | (translation_unit "int display_debug_str_offsets(dwarf_section *section,void *file)\n\n{\n char *pcVar1;\n char *__format;\n \n if (section->size != 0) {\n return 1;\n }\n pcVar1 = section->name;\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,pcVar1);\n return 0;\n}\n\n" (function_definition "int display_debug_str_offsets(dwarf_section *section,void *file)\n\n{\n char *pcVar1;\n char *__format;\n \n if (section->size != 0) {\n return 1;\n }\n pcVar1 = section->name;\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,pcVar1);\n return 0;\n}" primitive_type (function_declarator "display_debug_str_offsets(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 char *pcVar1;\n char *__format;\n \n if (section->size != 0) {\n return 1;\n }\n pcVar1 = section->name;\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,pcVar1);\n return 0;\n}" { (declaration "char *pcVar1;" primitive_type (pointer_declarator "*pcVar1" * identifier) ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (if_statement "if (section->size != 0) {\n return 1;\n }" if (parenthesized_expression "(section->size != 0)" ( (binary_expression "section->size != 0" (field_expression "section->size" identifier -> field_identifier) != number_literal) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "pcVar1 = section->name;" (assignment_expression "pcVar1 = section->name" identifier = (field_expression "section->name" identifier -> field_identifier)) ;) (expression_statement "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"\nThe %s section is empty.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"\nThe %s section is empty.\n",5)" identifier (argument_list "(0,"\nThe %s section is empty.\n",5)" ( number_literal , (string_literal ""\nThe %s section is empty.\n"" " escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(__format,pcVar1);" (call_expression "printf(__format,pcVar1)" identifier (argument_list "(__format,pcVar1)" ( identifier , identifier ))) ;) (return_statement "return 0;" return number_literal ;) }))) | (translation_unit "undefined8 FUN_0013e6c0(long param_1)\n\n{\n undefined8 uVar1;\n char *__format;\n \n if (*(long *)(param_1 + 0x30) != 0) {\n return 1;\n }\n uVar1 = *(undefined8 *)(param_1 + 0x10);\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar1);\n return 0;\n}\n\n" (function_definition "undefined8 FUN_0013e6c0(long param_1)\n\n{\n undefined8 uVar1;\n char *__format;\n \n if (*(long *)(param_1 + 0x30) != 0) {\n return 1;\n }\n uVar1 = *(undefined8 *)(param_1 + 0x10);\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar1);\n return 0;\n}" type_identifier (function_declarator "FUN_0013e6c0(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 uVar1;\n char *__format;\n \n if (*(long *)(param_1 + 0x30) != 0) {\n return 1;\n }\n uVar1 = *(undefined8 *)(param_1 + 0x10);\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar1);\n return 0;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "char *__format;" primitive_type (pointer_declarator "*__format" * identifier) ;) (if_statement "if (*(long *)(param_1 + 0x30) != 0) {\n return 1;\n }" if (parenthesized_expression "(*(long *)(param_1 + 0x30) != 0)" ( (binary_expression "*(long *)(param_1 + 0x30) != 0" (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) )))) != number_literal) )) (compound_statement "{\n return 1;\n }" { (return_statement "return 1;" return number_literal ;) })) (expression_statement "uVar1 = *(undefined8 *)(param_1 + 0x10);" (assignment_expression "uVar1 = *(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 "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) ;) (expression_statement "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5)" identifier = (cast_expression "(char *)dcgettext(0,"\nThe %s section is empty.\n",5)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "dcgettext(0,"\nThe %s section is empty.\n",5)" identifier (argument_list "(0,"\nThe %s section is empty.\n",5)" ( number_literal , (string_literal ""\nThe %s section is empty.\n"" " escape_sequence string_content escape_sequence ") , number_literal ))))) ;) (expression_statement "printf(__format,uVar1);" (call_expression "printf(__format,uVar1)" identifier (argument_list "(__format,uVar1)" ( identifier , 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) ))) (compound_statement { (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 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 , (string_literal " escape_sequence string_content escape_sequence ") , LIT ))))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT ))) ;) (return_statement return LIT ;) }))) | (function_definition "undefined8 FUN_0013e6c0(long param_1)\n\n{\n undefined8 uVar1;\n char *__format;\n \n if (*(long *)(param_1 + 0x30) != 0) {\n return 1;\n }\n uVar1 = *(undefined8 *)(param_1 + 0x10);\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar1);\n return 0;\n}" (type_identifier "undefined8") (function_declarator "FUN_0013e6c0(long param_1)" (identifier "FUN_0013e6c0") (parameter_list "(long param_1)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) () ")"))) (compound_statement "{\n undefined8 uVar1;\n char *__format;\n \n if (*(long *)(param_1 + 0x30) != 0) {\n return 1;\n }\n uVar1 = *(undefined8 *)(param_1 + 0x10);\n __format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);\n printf(__format,uVar1);\n return 0;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "char *__format;" (primitive_type "char") (pointer_declarator "*__format" (* "*") (identifier "__format")) (; ";")) (if_statement "if (*(long *)(param_1 + 0x30) != 0) {\n return 1;\n }" (if "if") (parenthesized_expression "(*(long *)(param_1 + 0x30) != 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x30) != 0" (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")) () ")")))) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return 1;\n }" ({ "{") (return_statement "return 1;" (return "return") (number_literal "1") (; ";")) (} "}"))) (expression_statement "uVar1 = *(undefined8 *)(param_1 + 0x10);" (assignment_expression "uVar1 = *(undefined8 *)(param_1 + 0x10)" (identifier "uVar1") (= "=") (pointer_expression "*(undefined8 *)(param_1 + 0x10)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (expression_statement "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);" (assignment_expression "__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5)" (identifier "__format") (= "=") (cast_expression "(char *)dcgettext(0,"\nThe %s section is empty.\n",5)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "dcgettext(0,"\nThe %s section is empty.\n",5)" (identifier "dcgettext") (argument_list "(0,"\nThe %s section is empty.\n",5)" (( "(") (number_literal "0") (, ",") (string_literal ""\nThe %s section is empty.\n"" (" """) (escape_sequence "\n") (string_content "The %s section is empty.") (escape_sequence "\n") (" """)) (, ",") (number_literal "5") () ")"))))) (; ";")) (expression_statement "printf(__format,uVar1);" (call_expression "printf(__format,uVar1)" (identifier "printf") (argument_list "(__format,uVar1)" (( "(") (identifier "__format") (, ",") (identifier "uVar1") () ")"))) (; ";")) (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) |
int function_1(type_1 *section,void *file)
{
char *pcVar1;
char *__format;
if (section->size != 0) {
return 1;
}
pcVar1 = section->name;
__format = (char *)var_1(0,"\nThe %s section is empty.\n",5);
var_2(__format,pcVar1);
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)))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) 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 (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: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal) (string_literal (escape_sequence) (string_content) (escape_sequence)) (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier)))) (return_statement (number_literal))))) | null |
undefined8 MASKED(long param_1)
{
undefined8 uVar1;
char *__format;
if (*(long *)(param_1 + 0x30) != 0) {
return 1;
}
uVar1 = *(undefined8 *)(param_1 + 0x10);
__format = (char *)dcgettext(0,"\nThe %s section is empty.\n",5);
printf(__format,uVar1);
return 0;
}
|
199_diff_and_diff_strip.c | perror_with_name | FUN_0010dcb0 |
void perror_with_name(char *name)
{
int *piVar1;
piVar1 = __errno_location();
/* WARNING: Subroutine does not return */
error(0,*piVar1,"%s",name);
}
|
void FUN_0010dcb0(undefined8 param_1)
{
int *piVar1;
piVar1 = __errno_location();
/* WARNING: Subroutine does not return */
error(0,*piVar1,"%s",param_1);
}
| PUSH RBX
MOV RBX,RDI
CALL 0x001040c0
MOV RCX,RBX
LEA RDX,[0x12a08b]
XOR EDI,EDI
MOV ESI,dword ptr [RAX]
POP RBX
XOR EAX,EAX
JMP 0x00104590 | null | null | null | null | [('const-433', u'LOAD_-1206919974'), ('const-1220747', u'COPY_-1206919894'), (u'CALL_-1206919999', u'LOAD_-1206919974'), ('const-0', u'CALL_-1206919947'), ('const-1', u'RETURN_-1206919942'), ('tmp_103', u'CALL_-1206919947'), (u'COPY_-1206919894', u'CALL_-1206919947'), (u'LOAD_-1206919974', u'CALL_-1206919947')] | [('const-433', u'LOAD_-1206919974'), (u'CALL_-1206919999', u'LOAD_-1206919974'), ('const-1', u'RETURN_-1206919942'), ('tmp_221', u'CALL_-1206919947'), ('const-1220747', u'COPY_-1206919894'), ('const-0', u'CALL_-1206919947'), (u'COPY_-1206919894', u'CALL_-1206919947'), (u'LOAD_-1206919974', u'CALL_-1206919947')] | null | null | 0010dcb0 | x64 | O2 | (translation_unit "void FUN_0010dcb0(undefined8 param_1)\n\n{\n int *piVar1;\n \n piVar1 = __errno_location();\n /* WARNING: Subroutine does not return */\n error(0,*piVar1,"%s",param_1);\n}\n\n" (function_definition "void FUN_0010dcb0(undefined8 param_1)\n\n{\n int *piVar1;\n \n piVar1 = __errno_location();\n /* WARNING: Subroutine does not return */\n error(0,*piVar1,"%s",param_1);\n}" primitive_type (function_declarator "FUN_0010dcb0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n \n piVar1 = __errno_location();\n /* WARNING: Subroutine does not return */\n error(0,*piVar1,"%s",param_1);\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = __errno_location();" (assignment_expression "piVar1 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) comment (expression_statement "error(0,*piVar1,"%s",param_1);" (call_expression "error(0,*piVar1,"%s",param_1)" identifier (argument_list "(0,*piVar1,"%s",param_1)" ( number_literal , (pointer_expression "*piVar1" * identifier) , (string_literal ""%s"" " string_content ") , identifier ))) ;) }))) | (translation_unit "void perror_with_name(char *name)\n\n{\n int *piVar1;\n \n piVar1 = __errno_location();\n /* WARNING: Subroutine does not return */\n error(0,*piVar1,"%s",name);\n}\n\n" (function_definition "void perror_with_name(char *name)\n\n{\n int *piVar1;\n \n piVar1 = __errno_location();\n /* WARNING: Subroutine does not return */\n error(0,*piVar1,"%s",name);\n}" primitive_type (function_declarator "perror_with_name(char *name)" identifier (parameter_list "(char *name)" ( (parameter_declaration "char *name" primitive_type (pointer_declarator "*name" * identifier)) ))) (compound_statement "{\n int *piVar1;\n \n piVar1 = __errno_location();\n /* WARNING: Subroutine does not return */\n error(0,*piVar1,"%s",name);\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = __errno_location();" (assignment_expression "piVar1 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) comment (expression_statement "error(0,*piVar1,"%s",name);" (call_expression "error(0,*piVar1,"%s",name)" identifier (argument_list "(0,*piVar1,"%s",name)" ( number_literal , (pointer_expression "*piVar1" * identifier) , (string_literal ""%s"" " string_content ") , identifier ))) ;) }))) | (translation_unit "void FUN_0010dcb0(undefined8 param_1)\n\n{\n int *piVar1;\n \n piVar1 = __errno_location();\n \n error(0,*piVar1,"%s",param_1);\n}\n\n" (function_definition "void FUN_0010dcb0(undefined8 param_1)\n\n{\n int *piVar1;\n \n piVar1 = __errno_location();\n \n error(0,*piVar1,"%s",param_1);\n}" primitive_type (function_declarator "FUN_0010dcb0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) ))) (compound_statement "{\n int *piVar1;\n \n piVar1 = __errno_location();\n \n error(0,*piVar1,"%s",param_1);\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = __errno_location();" (assignment_expression "piVar1 = __errno_location()" identifier = (call_expression "__errno_location()" identifier (argument_list "()" ( )))) ;) (expression_statement "error(0,*piVar1,"%s",param_1);" (call_expression "error(0,*piVar1,"%s",param_1)" identifier (argument_list "(0,*piVar1,"%s",param_1)" ( number_literal , (pointer_expression "*piVar1" * identifier) , (string_literal ""%s"" " string_content ") , identifier ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , (pointer_expression * IDENT) , (string_literal " string_content ") , IDENT ))) ;) }))) | (function_definition "void FUN_0010dcb0(undefined8 param_1)\n\n{\n int *piVar1;\n \n piVar1 = __errno_location();\n \n error(0,*piVar1,"%s",param_1);\n}" (primitive_type "void") (function_declarator "FUN_0010dcb0(undefined8 param_1)" (identifier "FUN_0010dcb0") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")"))) (compound_statement "{\n int *piVar1;\n \n piVar1 = __errno_location();\n \n error(0,*piVar1,"%s",param_1);\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (expression_statement "piVar1 = __errno_location();" (assignment_expression "piVar1 = __errno_location()" (identifier "piVar1") (= "=") (call_expression "__errno_location()" (identifier "__errno_location") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "error(0,*piVar1,"%s",param_1);" (call_expression "error(0,*piVar1,"%s",param_1)" (identifier "error") (argument_list "(0,*piVar1,"%s",param_1)" (( "(") (number_literal "0") (, ",") (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (, ",") (string_literal ""%s"" (" """) (string_content "%s") (" """)) (, ",") (identifier "param_1") () ")"))) (; ";")) (} "}"))) |
void function_1(char *name)
{
int *piVar1;
piVar1 = var_1();
/* WARNING: Subroutine does not return */
var_2(0,*piVar1,"%s",name);
}
| 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: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (pointer_expression argument: (identifier)) (string_literal (string_content)) (identifier))))))) | null |
void MASKED(undefined8 param_1)
{
int *piVar1;
piVar1 = __errno_location();
/* WARNING: Subroutine does not return */
error(0,*piVar1,"%s",param_1);
}
|
7905_powerpc64-linux-gnu-ld_and_powerpc64-linux-gnu-ld_strip.c | print | FUN_00318420 |
/* DWARF original prototype: void print(Binary_eq * this, FILE * f) */
void __thiscall gold::Binary_eq::print(Binary_eq *this,FILE *f)
{
Expression *pEVar1;
fputc(0x28,(FILE *)f);
pEVar1 = (this->super_Binary_expression).left_;
(*pEVar1->_vptr_Expression[2])(pEVar1,f);
fprintf((FILE *)f," %s ",&DAT_003fb33d);
pEVar1 = (this->super_Binary_expression).right_;
(*pEVar1->_vptr_Expression[2])(pEVar1,f);
fputc(0x29,(FILE *)f);
return;
}
|
void FUN_00318420(long param_1,FILE *param_2)
{
fputc(0x28,param_2);
(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);
fprintf(param_2," %s ",&DAT_003fb33d);
(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);
fputc(0x29,param_2);
return;
}
| PUSH RBP
MOV RBP,RDI
MOV EDI,0x28
PUSH RBX
MOV RBX,RSI
SUB RSP,0x8
CALL 0x00150450
MOV RDI,qword ptr [RBP + 0x8]
MOV RSI,RBX
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x10]
MOV RDI,RBX
LEA RDX,[0x3fb33d]
XOR EAX,EAX
LEA RSI,[0x3f3591]
CALL 0x001509f0
MOV RDI,qword ptr [RBP + 0x10]
MOV RSI,RBX
MOV RAX,qword ptr [RDI]
CALL qword ptr [RAX + 0x10]
ADD RSP,0x8
MOV RSI,RBX
MOV EDI,0x29
POP RBX
POP RBP
JMP 0x00150450 | null | null | null | null | [(u'LOAD_-1204911016', u'PTRADD_-1204910777'), (u'CAST_-1204910748', u'CALL_-1204910963'), (u'LOAD_-1204911026', u'CALLIND_-1204911000'), (u'LOAD_-1204910961', u'CALLIND_-1204910935'), ('const-4174653', u'PTRSUB_-1204910758'), ('tmp_227', u'CAST_-1204910786'), (u'LOAD_-1204910951', u'PTRADD_-1204910736'), (u'LOAD_-1204911026', u'PTRSUB_-1204910780'), (u'PTRSUB_-1204910758', u'CALL_-1204910963'), ('const-0', u'PTRSUB_-1204910758'), (u'PTRSUB_-1204910748', u'PTRSUB_-1204910743'), ('const-0', u'PTRSUB_-1204910739'), (u'PTRADD_-1204910736', u'LOAD_-1204910945'), ('const-2', u'PTRADD_-1204910736'), (u'COPY_-1204910824', u'CALL_-1204910963'), ('const-433', u'LOAD_-1204911016'), ('tmp_227', u'CAST_-1204910715'), ('const-8', u'PTRADD_-1204910736'), ('const-0', u'PTRSUB_-1204910789'), (u'CAST_-1204910786', u'CALL_-1204911028'), ('const-0', u'RETURN_-1204910895'), (u'LOAD_-1204910945', u'CALLIND_-1204910935'), ('const-433', u'LOAD_-1204911010'), ('const-433', u'LOAD_-1204910961'), ('const-41', u'CALL_-1204910899'), ('const-0', u'PTRSUB_-1204910780'), ('tmp_227', u'CALLIND_-1204911000'), ('tmp_227', u'CAST_-1204910748'), (u'PTRSUB_-1204910743', u'LOAD_-1204910961'), (u'LOAD_-1204911010', u'CALLIND_-1204911000'), (u'PTRSUB_-1204910781', u'LOAD_-1204911026'), (u'PTRSUB_-1204910739', u'LOAD_-1204910951'), ('const-8', u'PTRADD_-1204910777'), ('const-433', u'LOAD_-1204910945'), (u'PTRSUB_-1204910780', u'LOAD_-1204911016'), ('tmp_227', u'CALLIND_-1204910935'), ('const-0', u'PTRSUB_-1204910748'), ('const-4142481', u'COPY_-1204910824'), ('const-2', u'PTRADD_-1204910777'), ('const-16', u'PTRSUB_-1204910743'), (u'PTRADD_-1204910777', u'LOAD_-1204911010'), ('const-40', u'CALL_-1204911028'), ('const-8', u'PTRSUB_-1204910781'), ('const-433', u'LOAD_-1204910951'), (u'LOAD_-1204910961', u'PTRSUB_-1204910739'), (u'PTRSUB_-1204910789', u'PTRSUB_-1204910781'), ('const-433', u'LOAD_-1204911026'), ('tmp_226', u'PTRSUB_-1204910789'), ('tmp_226', u'PTRSUB_-1204910748'), (u'CAST_-1204910715', u'CALL_-1204910899')] | [('const-41', u'CALL_-1204910899'), (u'LOAD_-1204911026', u'CALLIND_-1204911000'), (u'CAST_-1204910745', u'LOAD_-1204910945'), (u'LOAD_-1204911026', u'LOAD_-1204911016'), ('tmp_461', u'CALL_-1204910899'), (u'COPY_-1204910828', u'CALL_-1204910963'), (u'LOAD_-1204910961', u'CALLIND_-1204910935'), (u'LOAD_-1204911010', u'CALLIND_-1204911000'), (u'INT_ADD_-1204911010', u'CAST_-1204910795'), ('tmp_461', u'CALLIND_-1204910935'), ('const-433', u'LOAD_-1204911016'), ('const-0', u'PTRSUB_-1204910762'), ('const-16', u'INT_ADD_-1204910929'), ('tmp_459', u'INT_ADD_-1204910945'), (u'LOAD_-1204910951', u'INT_ADD_-1204910929'), ('const-433', u'LOAD_-1204911010'), ('const-433', u'LOAD_-1204911026'), ('const-433', u'LOAD_-1204910945'), ('tmp_461', u'CALL_-1204910963'), ('const-16', u'INT_ADD_-1204910945'), ('const-4174653', u'PTRSUB_-1204910762'), ('const-16', u'INT_ADD_-1204910994'), ('const-433', u'LOAD_-1204910951'), ('const-8', u'INT_ADD_-1204911010'), ('const-40', u'CALL_-1204911028'), (u'INT_ADD_-1204910994', u'CAST_-1204910784'), (u'PTRSUB_-1204910762', u'CALL_-1204910963'), ('const-0', u'RETURN_-1204910895'), (u'LOAD_-1204910945', u'CALLIND_-1204910935'), ('const-433', u'LOAD_-1204910961'), (u'CAST_-1204910756', u'LOAD_-1204910961'), ('tmp_461', u'CALL_-1204911028'), (u'INT_ADD_-1204910945', u'CAST_-1204910756'), (u'CAST_-1204910795', u'LOAD_-1204911026'), (u'CAST_-1204910784', u'LOAD_-1204911010'), (u'LOAD_-1204910961', u'LOAD_-1204910951'), (u'INT_ADD_-1204910929', u'CAST_-1204910745'), (u'LOAD_-1204911016', u'INT_ADD_-1204910994'), ('const-4142481', u'COPY_-1204910828'), ('tmp_459', u'INT_ADD_-1204911010'), ('tmp_461', u'CALLIND_-1204911000')] | null | null | 00318420 | x64 | O2 | (translation_unit "void FUN_00318420(long param_1,FILE *param_2)\n\n{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ",&DAT_003fb33d);\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}\n\n" (function_definition "void FUN_00318420(long param_1,FILE *param_2)\n\n{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ",&DAT_003fb33d);\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" primitive_type (function_declarator "FUN_00318420(long param_1,FILE *param_2)" identifier (parameter_list "(long param_1,FILE *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "FILE *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ",&DAT_003fb33d);\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" { (expression_statement "fputc(0x28,param_2);" (call_expression "fputc(0x28,param_2)" identifier (argument_list "(0x28,param_2)" ( number_literal , identifier ))) ;) (expression_statement "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0x10)" * (cast_expression "(code **)(**(long **)(param_1 + 8) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 8) + 0x10)" ( (binary_expression "**(long **)(param_1 + 8) + 0x10" (pointer_expression "**(long **)(param_1 + 8)" * (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 8),param_2)" ( (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "fprintf(param_2," %s ",&DAT_003fb33d);" (call_expression "fprintf(param_2," %s ",&DAT_003fb33d)" identifier (argument_list "(param_2," %s ",&DAT_003fb33d)" ( identifier , (string_literal "" %s "" " string_content ") , (pointer_expression "&DAT_003fb33d" & identifier) ))) ;) (expression_statement "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x10)" * (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x10)" ( (binary_expression "**(long **)(param_1 + 0x10) + 0x10" (pointer_expression "**(long **)(param_1 + 0x10)" * (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 0x10),param_2)" ( (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "fputc(0x29,param_2);" (call_expression "fputc(0x29,param_2)" identifier (argument_list "(0x29,param_2)" ( number_literal , identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* DWARF original prototype: void print(Binary_eq * this, FILE * f) */\n\nvoid __thiscall gold::Binary_eq::print(Binary_eq *this,FILE *f)\n\n{\n Expression *pEVar1;\n \n fputc(0x28,(FILE *)f);\n pEVar1 = (this->super_Binary_expression).left_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fprintf((FILE *)f," %s ",&DAT_003fb33d);\n pEVar1 = (this->super_Binary_expression).right_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fputc(0x29,(FILE *)f);\n return;\n}\n\n" comment (function_definition "void __thiscall gold::Binary_eq::print(Binary_eq *this,FILE *f)\n\n{\n Expression *pEVar1;\n \n fputc(0x28,(FILE *)f);\n pEVar1 = (this->super_Binary_expression).left_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fprintf((FILE *)f," %s ",&DAT_003fb33d);\n pEVar1 = (this->super_Binary_expression).right_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fputc(0x29,(FILE *)f);\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Binary_eq::" identifier : : identifier : :) (function_declarator "print(Binary_eq *this,FILE *f)" identifier (parameter_list "(Binary_eq *this,FILE *f)" ( (parameter_declaration "Binary_eq *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "FILE *f" type_identifier (pointer_declarator "*f" * identifier)) ))) (compound_statement "{\n Expression *pEVar1;\n \n fputc(0x28,(FILE *)f);\n pEVar1 = (this->super_Binary_expression).left_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fprintf((FILE *)f," %s ",&DAT_003fb33d);\n pEVar1 = (this->super_Binary_expression).right_;\n (*pEVar1->_vptr_Expression[2])(pEVar1,f);\n fputc(0x29,(FILE *)f);\n return;\n}" { (declaration "Expression *pEVar1;" type_identifier (pointer_declarator "*pEVar1" * identifier) ;) (expression_statement "fputc(0x28,(FILE *)f);" (call_expression "fputc(0x28,(FILE *)f)" identifier (argument_list "(0x28,(FILE *)f)" ( number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (expression_statement "pEVar1 = (this->super_Binary_expression).left_;" (assignment_expression "pEVar1 = (this->super_Binary_expression).left_" identifier = (field_expression "(this->super_Binary_expression).left_" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "(*pEVar1->_vptr_Expression[2])(pEVar1,f);" (call_expression "(*pEVar1->_vptr_Expression[2])(pEVar1,f)" (parenthesized_expression "(*pEVar1->_vptr_Expression[2])" ( (pointer_expression "*pEVar1->_vptr_Expression[2]" * (subscript_expression "pEVar1->_vptr_Expression[2]" (field_expression "pEVar1->_vptr_Expression" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pEVar1,f)" ( identifier , identifier ))) ;) (expression_statement "fprintf((FILE *)f," %s ",&DAT_003fb33d);" (call_expression "fprintf((FILE *)f," %s ",&DAT_003fb33d)" identifier (argument_list "((FILE *)f," %s ",&DAT_003fb33d)" ( (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , (string_literal "" %s "" " string_content ") , (pointer_expression "&DAT_003fb33d" & identifier) ))) ;) (expression_statement "pEVar1 = (this->super_Binary_expression).right_;" (assignment_expression "pEVar1 = (this->super_Binary_expression).right_" identifier = (field_expression "(this->super_Binary_expression).right_" (parenthesized_expression "(this->super_Binary_expression)" ( (field_expression "this->super_Binary_expression" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "(*pEVar1->_vptr_Expression[2])(pEVar1,f);" (call_expression "(*pEVar1->_vptr_Expression[2])(pEVar1,f)" (parenthesized_expression "(*pEVar1->_vptr_Expression[2])" ( (pointer_expression "*pEVar1->_vptr_Expression[2]" * (subscript_expression "pEVar1->_vptr_Expression[2]" (field_expression "pEVar1->_vptr_Expression" identifier -> field_identifier) [ number_literal ])) )) (argument_list "(pEVar1,f)" ( identifier , identifier ))) ;) (expression_statement "fputc(0x29,(FILE *)f);" (call_expression "fputc(0x29,(FILE *)f)" identifier (argument_list "(0x29,(FILE *)f)" ( number_literal , (cast_expression "(FILE *)f" ( (type_descriptor "FILE *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_00318420(long param_1,FILE *param_2)\n\n{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ",&DAT_003fb33d);\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}\n\n" (function_definition "void FUN_00318420(long param_1,FILE *param_2)\n\n{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ",&DAT_003fb33d);\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" primitive_type (function_declarator "FUN_00318420(long param_1,FILE *param_2)" identifier (parameter_list "(long param_1,FILE *param_2)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) , (parameter_declaration "FILE *param_2" type_identifier (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ",&DAT_003fb33d);\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" { (expression_statement "fputc(0x28,param_2);" (call_expression "fputc(0x28,param_2)" identifier (argument_list "(0x28,param_2)" ( number_literal , identifier ))) ;) (expression_statement "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0x10)" * (cast_expression "(code **)(**(long **)(param_1 + 8) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 8) + 0x10)" ( (binary_expression "**(long **)(param_1 + 8) + 0x10" (pointer_expression "**(long **)(param_1 + 8)" * (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 8),param_2)" ( (pointer_expression "*(long **)(param_1 + 8)" * (cast_expression "(long **)(param_1 + 8)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "fprintf(param_2," %s ",&DAT_003fb33d);" (call_expression "fprintf(param_2," %s ",&DAT_003fb33d)" identifier (argument_list "(param_2," %s ",&DAT_003fb33d)" ( identifier , (string_literal "" %s "" " string_content ") , (pointer_expression "&DAT_003fb33d" & identifier) ))) ;) (expression_statement "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))" ( (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x10)" * (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x10)" * (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x10)" ( (binary_expression "**(long **)(param_1 + 0x10) + 0x10" (pointer_expression "**(long **)(param_1 + 0x10)" * (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) ))))) + number_literal) ))))) )) (argument_list "(*(long **)(param_1 + 0x10),param_2)" ( (pointer_expression "*(long **)(param_1 + 0x10)" * (cast_expression "(long **)(param_1 + 0x10)" ( (type_descriptor "long **" (sized_type_specifier "long" long) (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) , identifier ))) ;) (expression_statement "fputc(0x29,param_2);" (call_expression "fputc(0x29,param_2)" identifier (argument_list "(0x29,param_2)" ( number_literal , identifier ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (string_literal " string_content ") , (pointer_expression & IDENT) ))) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) + LIT) ))))) )) (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT ))) ;) (expression_statement (call_expression IDENT (argument_list ( LIT , IDENT ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_00318420(long param_1,FILE *param_2)\n\n{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ",&DAT_003fb33d);\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00318420(long param_1,FILE *param_2)" (identifier "FUN_00318420") (parameter_list "(long param_1,FILE *param_2)" (( "(") (parameter_declaration "long param_1" (sized_type_specifier "long" (long "long")) (identifier "param_1")) (, ",") (parameter_declaration "FILE *param_2" (type_identifier "FILE") (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n fputc(0x28,param_2);\n (**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);\n fprintf(param_2," %s ",&DAT_003fb33d);\n (**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);\n fputc(0x29,param_2);\n return;\n}" ({ "{") (expression_statement "fputc(0x28,param_2);" (call_expression "fputc(0x28,param_2)" (identifier "fputc") (argument_list "(0x28,param_2)" (( "(") (number_literal "0x28") (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 8) + 0x10))" (( "(") (pointer_expression "**(code **)(**(long **)(param_1 + 8) + 0x10)" (* "*") (pointer_expression "*(code **)(**(long **)(param_1 + 8) + 0x10)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 8) + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 8) + 0x10)" (( "(") (binary_expression "**(long **)(param_1 + 8) + 0x10" (pointer_expression "**(long **)(param_1 + 8)" (* "*") (pointer_expression "*(long **)(param_1 + 8)" (* "*") (cast_expression "(long **)(param_1 + 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")"))))) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "(*(long **)(param_1 + 8),param_2)" (( "(") (pointer_expression "*(long **)(param_1 + 8)" (* "*") (cast_expression "(long **)(param_1 + 8)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "fprintf(param_2," %s ",&DAT_003fb33d);" (call_expression "fprintf(param_2," %s ",&DAT_003fb33d)" (identifier "fprintf") (argument_list "(param_2," %s ",&DAT_003fb33d)" (( "(") (identifier "param_2") (, ",") (string_literal "" %s "" (" """) (string_content " %s ") (" """)) (, ",") (pointer_expression "&DAT_003fb33d" (& "&") (identifier "DAT_003fb33d")) () ")"))) (; ";")) (expression_statement "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);" (call_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2)" (parenthesized_expression "(**(code **)(**(long **)(param_1 + 0x10) + 0x10))" (( "(") (pointer_expression "**(code **)(**(long **)(param_1 + 0x10) + 0x10)" (* "*") (pointer_expression "*(code **)(**(long **)(param_1 + 0x10) + 0x10)" (* "*") (cast_expression "(code **)(**(long **)(param_1 + 0x10) + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(**(long **)(param_1 + 0x10) + 0x10)" (( "(") (binary_expression "**(long **)(param_1 + 0x10) + 0x10" (pointer_expression "**(long **)(param_1 + 0x10)" (* "*") (pointer_expression "*(long **)(param_1 + 0x10)" (* "*") (cast_expression "(long **)(param_1 + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")"))))) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "(*(long **)(param_1 + 0x10),param_2)" (( "(") (pointer_expression "*(long **)(param_1 + 0x10)" (* "*") (cast_expression "(long **)(param_1 + 0x10)" (( "(") (type_descriptor "long **" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (, ",") (identifier "param_2") () ")"))) (; ";")) (expression_statement "fputc(0x29,param_2);" (call_expression "fputc(0x29,param_2)" (identifier "fputc") (argument_list "(0x29,param_2)" (( "(") (number_literal "0x29") (, ",") (identifier "param_2") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* DWARF original prototype: void print(Binary_eq * this, FILE * f) */
void __thiscall gold::type_1::function_1(type_1 *this,type_2 *f)
{
type_3 *pEVar1;
var_1(0x28,(type_2 *)f);
pEVar1 = (this->super_Binary_expression).left_;
(*pEVar1->_vptr_Expression[2])(pEVar1,f);
var_2((type_2 *)f," %s ",&DAT_003fb33d);
pEVar1 = (this->super_Binary_expression).right_;
(*pEVar1->_vptr_Expression[2])(pEVar1,f);
var_1(0x29,(type_2 *)f);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (string_literal (string_content)) (pointer_expression argument: (identifier))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal))))))) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (number_literal) (identifier)))) (return_statement)))) | null |
void MASKED(long param_1,FILE *param_2)
{
fputc(0x28,param_2);
(**(code **)(**(long **)(param_1 + 8) + 0x10))(*(long **)(param_1 + 8),param_2);
fprintf(param_2," %s ",&DAT_003fb33d);
(**(code **)(**(long **)(param_1 + 0x10) + 0x10))(*(long **)(param_1 + 0x10),param_2);
fputc(0x29,param_2);
return;
}
|
353_i686-linux-gnu-ld_and_i686-linux-gnu-ld_strip.c | create_build_id | FUN_00146b38 |
/* gold::Layout::create_build_id() [clone .cold.768] */
void gold::Layout::create_build_id(void)
{
Output_data *unaff_RBX;
long unaff_RBP;
int in_ESI;
unaff_RBX->_vptr_Output_data = (_func_int_varargs **)&DAT_003f02d8;
Output_data::~Output_data(unaff_RBX,in_ESI);
operator_delete(unaff_RBX,0x58);
if (*(void **)(unaff_RBP + -0x50) != (void *)(*(long *)(unaff_RBP + -0x68) + 0x10)) {
operator_delete(*(void **)(unaff_RBP + -0x50));
}
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_00146b38(void)
{
undefined8 *unaff_RBX;
long unaff_RBP;
*unaff_RBX = &DAT_003f02d8;
FUN_001ee190();
thunk_FUN_002a2980();
if (*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10) {
FUN_002a2980();
}
/* WARNING: Subroutine does not return */
FUN_003305f0();
}
| LEA RAX,[0x3f02d8]
MOV RDI,RBX
MOV qword ptr [RBX],RAX
CALL 0x001ee190
MOV ESI,0x58
MOV RDI,RBX
CALL 0x002a2970
MOV RAX,qword ptr [RBP + -0x68]
MOV RDI,qword ptr [RBP + -0x50]
ADD RAX,0x10
CMP RDI,RAX
JZ 0x00146b6d
CALL 0x002a2980
MOV RDI,R12
CALL 0x003305f0 | null | null | null | null | [('tmp_302', u'CALL_-1207211182'), (u'INT_ADD_-1207211139', u'CAST_-1207210987'), ('tmp_302', u'CALL_-1207211164'), (u'LOAD_-1207211155', u'CALL_-1207211113'), ('const-433', u'LOAD_-1207211155'), ('tmp_319', u'CALL_-1207211182'), (u'INT_NOTEQUAL_-1207211121', u'CBRANCH_-1207211120'), ('const--80', u'INT_ADD_-1207211139'), (u'PTRSUB_-1207211013', u'STORE_-1207211192'), ('const-1', u'RETURN_-1207211096'), ('tmp_310', u'INT_ADD_-1207211146'), ('tmp_310', u'INT_ADD_-1207211139'), (u'INT_ADD_-1207211130', u'CAST_-1207210982'), ('const-0', u'PTRSUB_-1207211013'), (u'CAST_-1207210987', u'LOAD_-1207211155'), ('tmp_302', u'PTRSUB_-1207211013'), (u'CAST_-1207210992', u'LOAD_-1207211162'), (u'LOAD_-1207211162', u'INT_ADD_-1207211130'), ('const-0', u'PTRSUB_-1207211014'), (u'PTRSUB_-1207211014', u'CAST_-1207211014'), ('const-88', u'CALL_-1207211164'), (u'CAST_-1207210982', u'INT_NOTEQUAL_-1207211121'), ('const-433', u'STORE_-1207211192'), ('const-16', u'INT_ADD_-1207211130'), ('const--104', u'INT_ADD_-1207211146'), ('tmp_99', u'CBRANCH_-1207211120'), ('const-4129496', u'PTRSUB_-1207211014'), (u'CAST_-1207211014', u'STORE_-1207211192'), ('const-433', u'LOAD_-1207211162'), (u'INT_ADD_-1207211146', u'CAST_-1207210992'), (u'LOAD_-1207211155', u'INT_NOTEQUAL_-1207211121')] | [(u'CAST_-1207210990', u'LOAD_-1207211155'), ('const-0', u'PTRSUB_-1207211015'), ('const-433', u'LOAD_-1207211162'), (u'INT_ADD_-1207211130', u'INT_NOTEQUAL_-1207211121'), (u'INT_ADD_-1207211139', u'CAST_-1207210990'), ('tmp_301', u'STORE_-1207211192'), (u'LOAD_-1207211162', u'INT_ADD_-1207211130'), (u'INT_NOTEQUAL_-1207211121', u'CBRANCH_-1207211120'), ('const--80', u'INT_ADD_-1207211139'), ('const-1', u'RETURN_-1207211096'), ('tmp_309', u'INT_ADD_-1207211139'), ('const-16', u'INT_ADD_-1207211130'), ('const--104', u'INT_ADD_-1207211146'), (u'PTRSUB_-1207211015', u'STORE_-1207211192'), ('tmp_99', u'CBRANCH_-1207211120'), ('tmp_309', u'INT_ADD_-1207211146'), ('const-433', u'STORE_-1207211192'), (u'INT_ADD_-1207211146', u'CAST_-1207210995'), ('const-433', u'LOAD_-1207211155'), ('const-4129496', u'PTRSUB_-1207211015'), (u'CAST_-1207210995', u'LOAD_-1207211162'), (u'LOAD_-1207211155', u'INT_NOTEQUAL_-1207211121')] | null | null | 00146b38 | x64 | O2 | (translation_unit "void FUN_00146b38(void)\n\n{\n undefined8 *unaff_RBX;\n long unaff_RBP;\n \n *unaff_RBX = &DAT_003f02d8;\n FUN_001ee190();\n thunk_FUN_002a2980();\n if (*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10) {\n FUN_002a2980();\n }\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}\n\n" (function_definition "void FUN_00146b38(void)\n\n{\n undefined8 *unaff_RBX;\n long unaff_RBP;\n \n *unaff_RBX = &DAT_003f02d8;\n FUN_001ee190();\n thunk_FUN_002a2980();\n if (*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10) {\n FUN_002a2980();\n }\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}" primitive_type (function_declarator "FUN_00146b38(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 *unaff_RBX;\n long unaff_RBP;\n \n *unaff_RBX = &DAT_003f02d8;\n FUN_001ee190();\n thunk_FUN_002a2980();\n if (*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10) {\n FUN_002a2980();\n }\n /* WARNING: Subroutine does not return */\n FUN_003305f0();\n}" { (declaration "undefined8 *unaff_RBX;" type_identifier (pointer_declarator "*unaff_RBX" * identifier) ;) (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (expression_statement "*unaff_RBX = &DAT_003f02d8;" (assignment_expression "*unaff_RBX = &DAT_003f02d8" (pointer_expression "*unaff_RBX" * identifier) = (pointer_expression "&DAT_003f02d8" & identifier)) ;) (expression_statement "FUN_001ee190();" (call_expression "FUN_001ee190()" identifier (argument_list "()" ( ))) ;) (expression_statement "thunk_FUN_002a2980();" (call_expression "thunk_FUN_002a2980()" identifier (argument_list "()" ( ))) ;) (if_statement "if (*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10) {\n FUN_002a2980();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x50)" * (cast_expression "(long *)(unaff_RBP + -0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x50)" ( (binary_expression "unaff_RBP + -0x50" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x68) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x68)" * (cast_expression "(long *)(unaff_RBP + -0x68)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x68)" ( (binary_expression "unaff_RBP + -0x68" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "FUN_003305f0();" (call_expression "FUN_003305f0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* gold::Layout::create_build_id() [clone .cold.768] */\n\nvoid gold::Layout::create_build_id(void)\n\n{\n Output_data *unaff_RBX;\n long unaff_RBP;\n int in_ESI;\n \n unaff_RBX->_vptr_Output_data = (_func_int_varargs **)&DAT_003f02d8;\n Output_data::~Output_data(unaff_RBX,in_ESI);\n operator_delete(unaff_RBX,0x58);\n if (*(void **)(unaff_RBP + -0x50) != (void *)(*(long *)(unaff_RBP + -0x68) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x50));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" comment (function_definition "void gold::Layout::create_build_id(void)\n\n{\n Output_data *unaff_RBX;\n long unaff_RBP;\n int in_ESI;\n \n unaff_RBX->_vptr_Output_data = (_func_int_varargs **)&DAT_003f02d8;\n Output_data::~Output_data(unaff_RBX,in_ESI);\n operator_delete(unaff_RBX,0x58);\n if (*(void **)(unaff_RBP + -0x50) != (void *)(*(long *)(unaff_RBP + -0x68) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x50));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (ERROR "gold::Layout::" identifier : : identifier : :) (function_declarator "create_build_id(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n Output_data *unaff_RBX;\n long unaff_RBP;\n int in_ESI;\n \n unaff_RBX->_vptr_Output_data = (_func_int_varargs **)&DAT_003f02d8;\n Output_data::~Output_data(unaff_RBX,in_ESI);\n operator_delete(unaff_RBX,0x58);\n if (*(void **)(unaff_RBP + -0x50) != (void *)(*(long *)(unaff_RBP + -0x68) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x50));\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "Output_data *unaff_RBX;" type_identifier (pointer_declarator "*unaff_RBX" * identifier) ;) (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (declaration "int in_ESI;" primitive_type identifier ;) (expression_statement "unaff_RBX->_vptr_Output_data = (_func_int_varargs **)&DAT_003f02d8;" (assignment_expression "unaff_RBX->_vptr_Output_data = (_func_int_varargs **)&DAT_003f02d8" (field_expression "unaff_RBX->_vptr_Output_data" identifier -> field_identifier) = (cast_expression "(_func_int_varargs **)&DAT_003f02d8" ( (type_descriptor "_func_int_varargs **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (pointer_expression "&DAT_003f02d8" & identifier))) ;) (labeled_statement "Output_data::~Output_data(unaff_RBX,in_ESI);" statement_identifier : (ERROR ":" :) (expression_statement "~Output_data(unaff_RBX,in_ESI);" (unary_expression "~Output_data(unaff_RBX,in_ESI)" ~ (call_expression "Output_data(unaff_RBX,in_ESI)" identifier (argument_list "(unaff_RBX,in_ESI)" ( identifier , identifier )))) ;)) (expression_statement "operator_delete(unaff_RBX,0x58);" (call_expression "operator_delete(unaff_RBX,0x58)" identifier (argument_list "(unaff_RBX,0x58)" ( identifier , number_literal ))) ;) (if_statement "if (*(void **)(unaff_RBP + -0x50) != (void *)(*(long *)(unaff_RBP + -0x68) + 0x10)) {\n operator_delete(*(void **)(unaff_RBP + -0x50));\n }" if (parenthesized_expression "(*(void **)(unaff_RBP + -0x50) != (void *)(*(long *)(unaff_RBP + -0x68) + 0x10))" ( (binary_expression "*(void **)(unaff_RBP + -0x50) != (void *)(*(long *)(unaff_RBP + -0x68) + 0x10)" (pointer_expression "*(void **)(unaff_RBP + -0x50)" * (cast_expression "(void **)(unaff_RBP + -0x50)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x50)" ( (binary_expression "unaff_RBP + -0x50" identifier + number_literal) )))) != (cast_expression "(void *)(*(long *)(unaff_RBP + -0x68) + 0x10)" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(unaff_RBP + -0x68) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x68) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x68)" * (cast_expression "(long *)(unaff_RBP + -0x68)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x68)" ( (binary_expression "unaff_RBP + -0x68" identifier + number_literal) )))) + number_literal) )))) )) (compound_statement "{\n operator_delete(*(void **)(unaff_RBP + -0x50));\n }" { (expression_statement "operator_delete(*(void **)(unaff_RBP + -0x50));" (call_expression "operator_delete(*(void **)(unaff_RBP + -0x50))" identifier (argument_list "(*(void **)(unaff_RBP + -0x50))" ( (pointer_expression "*(void **)(unaff_RBP + -0x50)" * (cast_expression "(void **)(unaff_RBP + -0x50)" ( (type_descriptor "void **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(unaff_RBP + -0x50)" ( (binary_expression "unaff_RBP + -0x50" identifier + number_literal) )))) ))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_00146b38(void)\n\n{\n undefined8 *unaff_RBX;\n long unaff_RBP;\n \n *unaff_RBX = &DAT_003f02d8;\n FUN_001ee190();\n thunk_FUN_002a2980();\n if (*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}\n\n" (function_definition "void FUN_00146b38(void)\n\n{\n undefined8 *unaff_RBX;\n long unaff_RBP;\n \n *unaff_RBX = &DAT_003f02d8;\n FUN_001ee190();\n thunk_FUN_002a2980();\n if (*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" primitive_type (function_declarator "FUN_00146b38(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n undefined8 *unaff_RBX;\n long unaff_RBP;\n \n *unaff_RBX = &DAT_003f02d8;\n FUN_001ee190();\n thunk_FUN_002a2980();\n if (*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" { (declaration "undefined8 *unaff_RBX;" type_identifier (pointer_declarator "*unaff_RBX" * identifier) ;) (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (expression_statement "*unaff_RBX = &DAT_003f02d8;" (assignment_expression "*unaff_RBX = &DAT_003f02d8" (pointer_expression "*unaff_RBX" * identifier) = (pointer_expression "&DAT_003f02d8" & identifier)) ;) (expression_statement "FUN_001ee190();" (call_expression "FUN_001ee190()" identifier (argument_list "()" ( ))) ;) (expression_statement "thunk_FUN_002a2980();" (call_expression "thunk_FUN_002a2980()" identifier (argument_list "()" ( ))) ;) (if_statement "if (*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10) {\n FUN_002a2980();\n }" if (parenthesized_expression "(*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10)" ( (binary_expression "*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x50)" * (cast_expression "(long *)(unaff_RBP + -0x50)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x50)" ( (binary_expression "unaff_RBP + -0x50" identifier + number_literal) )))) != (binary_expression "*(long *)(unaff_RBP + -0x68) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x68)" * (cast_expression "(long *)(unaff_RBP + -0x68)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(unaff_RBP + -0x68)" ( (binary_expression "unaff_RBP + -0x68" identifier + number_literal) )))) + number_literal)) )) (compound_statement "{\n FUN_002a2980();\n }" { (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_003305f0();" (call_expression "FUN_003305f0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_00146b38(void)\n\n{\n undefined8 *unaff_RBX;\n long unaff_RBP;\n \n *unaff_RBX = &DAT_003f02d8;\n FUN_001ee190();\n thunk_FUN_002a2980();\n if (*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" (primitive_type "void") (function_declarator "FUN_00146b38(void)" (identifier "FUN_00146b38") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n undefined8 *unaff_RBX;\n long unaff_RBP;\n \n *unaff_RBX = &DAT_003f02d8;\n FUN_001ee190();\n thunk_FUN_002a2980();\n if (*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10) {\n FUN_002a2980();\n }\n \n FUN_003305f0();\n}" ({ "{") (declaration "undefined8 *unaff_RBX;" (type_identifier "undefined8") (pointer_declarator "*unaff_RBX" (* "*") (identifier "unaff_RBX")) (; ";")) (declaration "long unaff_RBP;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBP") (; ";")) (expression_statement "*unaff_RBX = &DAT_003f02d8;" (assignment_expression "*unaff_RBX = &DAT_003f02d8" (pointer_expression "*unaff_RBX" (* "*") (identifier "unaff_RBX")) (= "=") (pointer_expression "&DAT_003f02d8" (& "&") (identifier "DAT_003f02d8"))) (; ";")) (expression_statement "FUN_001ee190();" (call_expression "FUN_001ee190()" (identifier "FUN_001ee190") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "thunk_FUN_002a2980();" (call_expression "thunk_FUN_002a2980()" (identifier "thunk_FUN_002a2980") (argument_list "()" (( "(") () ")"))) (; ";")) (if_statement "if (*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10) {\n FUN_002a2980();\n }" (if "if") (parenthesized_expression "(*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10)" (( "(") (binary_expression "*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x50)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x50)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x50)" (( "(") (binary_expression "unaff_RBP + -0x50" (identifier "unaff_RBP") (+ "+") (number_literal "-0x50")) () ")")))) (!= "!=") (binary_expression "*(long *)(unaff_RBP + -0x68) + 0x10" (pointer_expression "*(long *)(unaff_RBP + -0x68)" (* "*") (cast_expression "(long *)(unaff_RBP + -0x68)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(unaff_RBP + -0x68)" (( "(") (binary_expression "unaff_RBP + -0x68" (identifier "unaff_RBP") (+ "+") (number_literal "-0x68")) () ")")))) (+ "+") (number_literal "0x10"))) () ")")) (compound_statement "{\n FUN_002a2980();\n }" ({ "{") (expression_statement "FUN_002a2980();" (call_expression "FUN_002a2980()" (identifier "FUN_002a2980") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_003305f0();" (call_expression "FUN_003305f0()" (identifier "FUN_003305f0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* gold::Layout::create_build_id() [clone .cold.768] */
void gold::Layout::function_1(void)
{
type_1 *unaff_RBX;
long var_2;
int in_ESI;
unaff_RBX->_vptr_Output_data = (type_2 **)&DAT_003f02d8;
Output_data::~type_1(unaff_RBX,in_ESI);
var_1(unaff_RBX,0x58);
if (*(void **)(var_2 + -0x50) != (void *)(*(long *)(var_2 + -0x68) + 0x10)) {
var_1(*(void **)(var_2 + -0x50));
}
/* 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: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (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))) (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))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
void MASKED(void)
{
undefined8 *unaff_RBX;
long unaff_RBP;
*unaff_RBX = &DAT_003f02d8;
FUN_001ee190();
thunk_FUN_002a2980();
if (*(long *)(unaff_RBP + -0x50) != *(long *)(unaff_RBP + -0x68) + 0x10) {
FUN_002a2980();
}
/* WARNING: Subroutine does not return */
FUN_003305f0();
}
|
515_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | get_context[abi:cxx11] | FUN_0014e3aa |
/* gold::Gdb_index_info_reader::get_context[abi:cxx11](long) [clone .cold.277] */
void gold::Gdb_index_info_reader::get_context_abi_cxx11_(long param_1)
{
undefined8 *unaff_RBX;
void *unaff_RBP;
if (unaff_RBP != (void *)*unaff_RBX) {
operator_delete((void *)*unaff_RBX);
}
/* WARNING: Subroutine does not return */
_Unwind_Resume();
}
|
void FUN_0014e3aa(void)
{
long *unaff_RBX;
long unaff_RBP;
if (unaff_RBP != *unaff_RBX) {
FUN_002dac70();
}
/* WARNING: Subroutine does not return */
FUN_003688e0();
}
| MOV RDI,qword ptr [RBX]
CMP RBP,RDI
JZ 0x0014e3b7
CALL 0x002dac70
MOV RDI,R12
CALL 0x003688e0 | null | null | null | null | [('tmp_33', u'CBRANCH_-1207180351'), (u'CAST_-1207180252', u'CALL_-1207180344'), ('const-433', u'LOAD_-1207180372'), (u'CAST_-1207180252', u'INT_NOTEQUAL_-1207180352'), (u'INT_NOTEQUAL_-1207180352', u'CBRANCH_-1207180351'), ('tmp_142', u'LOAD_-1207180372'), (u'LOAD_-1207180372', u'CAST_-1207180252'), ('const-1', u'RETURN_-1207180327'), ('tmp_143', u'INT_NOTEQUAL_-1207180352')] | [('const-433', u'LOAD_-1207180372'), ('tmp_142', u'INT_NOTEQUAL_-1207180352'), ('tmp_33', u'CBRANCH_-1207180351'), ('tmp_141', u'LOAD_-1207180372'), (u'INT_NOTEQUAL_-1207180352', u'CBRANCH_-1207180351'), (u'LOAD_-1207180372', u'INT_NOTEQUAL_-1207180352'), ('const-1', u'RETURN_-1207180327')] | null | null | 0014e3aa | x64 | O2 | (translation_unit "void FUN_0014e3aa(void)\n\n{\n long *unaff_RBX;\n long unaff_RBP;\n \n if (unaff_RBP != *unaff_RBX) {\n FUN_002dac70();\n }\n /* WARNING: Subroutine does not return */\n FUN_003688e0();\n}\n\n" (function_definition "void FUN_0014e3aa(void)\n\n{\n long *unaff_RBX;\n long unaff_RBP;\n \n if (unaff_RBP != *unaff_RBX) {\n FUN_002dac70();\n }\n /* WARNING: Subroutine does not return */\n FUN_003688e0();\n}" primitive_type (function_declarator "FUN_0014e3aa(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long *unaff_RBX;\n long unaff_RBP;\n \n if (unaff_RBP != *unaff_RBX) {\n FUN_002dac70();\n }\n /* WARNING: Subroutine does not return */\n FUN_003688e0();\n}" { (declaration "long *unaff_RBX;" (sized_type_specifier "long" long) (pointer_declarator "*unaff_RBX" * identifier) ;) (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (unaff_RBP != *unaff_RBX) {\n FUN_002dac70();\n }" if (parenthesized_expression "(unaff_RBP != *unaff_RBX)" ( (binary_expression "unaff_RBP != *unaff_RBX" identifier != (pointer_expression "*unaff_RBX" * identifier)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) comment (expression_statement "FUN_003688e0();" (call_expression "FUN_003688e0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* gold::Gdb_index_info_reader::get_context[abi:cxx11](long) [clone .cold.277] */\n\nvoid gold::Gdb_index_info_reader::get_context_abi_cxx11_(long param_1)\n\n{\n undefined8 *unaff_RBX;\n void *unaff_RBP;\n \n if (unaff_RBP != (void *)*unaff_RBX) {\n operator_delete((void *)*unaff_RBX);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}\n\n" comment (function_definition "void gold::Gdb_index_info_reader::get_context_abi_cxx11_(long param_1)\n\n{\n undefined8 *unaff_RBX;\n void *unaff_RBP;\n \n if (unaff_RBP != (void *)*unaff_RBX) {\n operator_delete((void *)*unaff_RBX);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" primitive_type (ERROR "gold::Gdb_index_info_reader::" identifier : : identifier : :) (function_declarator "get_context_abi_cxx11_(long param_1)" identifier (parameter_list "(long param_1)" ( (parameter_declaration "long param_1" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n undefined8 *unaff_RBX;\n void *unaff_RBP;\n \n if (unaff_RBP != (void *)*unaff_RBX) {\n operator_delete((void *)*unaff_RBX);\n }\n /* WARNING: Subroutine does not return */\n _Unwind_Resume();\n}" { (declaration "undefined8 *unaff_RBX;" type_identifier (pointer_declarator "*unaff_RBX" * identifier) ;) (declaration "void *unaff_RBP;" primitive_type (pointer_declarator "*unaff_RBP" * identifier) ;) (if_statement "if (unaff_RBP != (void *)*unaff_RBX) {\n operator_delete((void *)*unaff_RBX);\n }" if (parenthesized_expression "(unaff_RBP != (void *)*unaff_RBX)" ( (binary_expression "unaff_RBP != (void *)*unaff_RBX" identifier != (cast_expression "(void *)*unaff_RBX" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*unaff_RBX" * identifier))) )) (compound_statement "{\n operator_delete((void *)*unaff_RBX);\n }" { (expression_statement "operator_delete((void *)*unaff_RBX);" (call_expression "operator_delete((void *)*unaff_RBX)" identifier (argument_list "((void *)*unaff_RBX)" ( (cast_expression "(void *)*unaff_RBX" ( (type_descriptor "void *" primitive_type (abstract_pointer_declarator "*" *)) ) (pointer_expression "*unaff_RBX" * identifier)) ))) ;) })) comment (expression_statement "_Unwind_Resume();" (call_expression "_Unwind_Resume()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void FUN_0014e3aa(void)\n\n{\n long *unaff_RBX;\n long unaff_RBP;\n \n if (unaff_RBP != *unaff_RBX) {\n FUN_002dac70();\n }\n \n FUN_003688e0();\n}\n\n" (function_definition "void FUN_0014e3aa(void)\n\n{\n long *unaff_RBX;\n long unaff_RBP;\n \n if (unaff_RBP != *unaff_RBX) {\n FUN_002dac70();\n }\n \n FUN_003688e0();\n}" primitive_type (function_declarator "FUN_0014e3aa(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n long *unaff_RBX;\n long unaff_RBP;\n \n if (unaff_RBP != *unaff_RBX) {\n FUN_002dac70();\n }\n \n FUN_003688e0();\n}" { (declaration "long *unaff_RBX;" (sized_type_specifier "long" long) (pointer_declarator "*unaff_RBX" * identifier) ;) (declaration "long unaff_RBP;" (sized_type_specifier "long" long) identifier ;) (if_statement "if (unaff_RBP != *unaff_RBX) {\n FUN_002dac70();\n }" if (parenthesized_expression "(unaff_RBP != *unaff_RBX)" ( (binary_expression "unaff_RBP != *unaff_RBX" identifier != (pointer_expression "*unaff_RBX" * identifier)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (expression_statement "FUN_003688e0();" (call_expression "FUN_003688e0()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression * IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void FUN_0014e3aa(void)\n\n{\n long *unaff_RBX;\n long unaff_RBP;\n \n if (unaff_RBP != *unaff_RBX) {\n FUN_002dac70();\n }\n \n FUN_003688e0();\n}" (primitive_type "void") (function_declarator "FUN_0014e3aa(void)" (identifier "FUN_0014e3aa") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n long *unaff_RBX;\n long unaff_RBP;\n \n if (unaff_RBP != *unaff_RBX) {\n FUN_002dac70();\n }\n \n FUN_003688e0();\n}" ({ "{") (declaration "long *unaff_RBX;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*unaff_RBX" (* "*") (identifier "unaff_RBX")) (; ";")) (declaration "long unaff_RBP;" (sized_type_specifier "long" (long "long")) (identifier "unaff_RBP") (; ";")) (if_statement "if (unaff_RBP != *unaff_RBX) {\n FUN_002dac70();\n }" (if "if") (parenthesized_expression "(unaff_RBP != *unaff_RBX)" (( "(") (binary_expression "unaff_RBP != *unaff_RBX" (identifier "unaff_RBP") (!= "!=") (pointer_expression "*unaff_RBX" (* "*") (identifier "unaff_RBX"))) () ")")) (compound_statement "{\n FUN_002dac70();\n }" ({ "{") (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" (identifier "FUN_002dac70") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (expression_statement "FUN_003688e0();" (call_expression "FUN_003688e0()" (identifier "FUN_003688e0") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* gold::Gdb_index_info_reader::get_context[abi:cxx11](long) [clone .cold.277] */
void gold::Gdb_index_info_reader::function_1(long param_1)
{
type_1 *unaff_RBX;
void *var_1;
if (var_1 != (void *)*unaff_RBX) {
var_2((void *)*unaff_RBX);
}
/* WARNING: Subroutine does not return */
var_3();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
void MASKED(void)
{
long *unaff_RBX;
long unaff_RBP;
if (unaff_RBP != *unaff_RBX) {
FUN_002dac70();
}
/* WARNING: Subroutine does not return */
FUN_003688e0();
}
|
530_x86_64-kfreebsd-gnu-objdump_and_x86_64-kfreebsd-gnu-objdump_strip.c | strncmp | strncmp |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strncmp(char *__s1,char *__s2,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strncmp@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int strncmp(char *__s1,char *__s2,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207263134')] | [('const-1', u'RETURN_-1207263134')] | null | null | 0015a058 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "strncmp(char *__s1,char *__s2,size_t __n)" identifier (parameter_list "(char *__s1,char *__s2,size_t __n)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n /* 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 strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strncmp@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strncmp@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "strncmp(char *__s1,char *__s2,size_t __n)" identifier (parameter_list "(char *__s1,char *__s2,size_t __n)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* strncmp@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "strncmp(char *__s1,char *__s2,size_t __n)" identifier (parameter_list "(char *__s1,char *__s2,size_t __n)" ( (parameter_declaration "char *__s1" primitive_type (pointer_declarator "*__s1" * identifier)) , (parameter_declaration "char *__s2" primitive_type (pointer_declarator "*__s2" * identifier)) , (parameter_declaration "size_t __n" primitive_type identifier) ))) (compound_statement "{\n \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)) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int strncmp(char *__s1,char *__s2,size_t __n)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "strncmp(char *__s1,char *__s2,size_t __n)" (identifier "strncmp") (parameter_list "(char *__s1,char *__s2,size_t __n)" (( "(") (parameter_declaration "char *__s1" (primitive_type "char") (pointer_declarator "*__s1" (* "*") (identifier "__s1"))) (, ",") (parameter_declaration "char *__s2" (primitive_type "char") (pointer_declarator "*__s2" (* "*") (identifier "__s2"))) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) () ")"))) (compound_statement "{\n \n halt_baddata();\n}" ({ "{") (expression_statement "halt_baddata();" (call_expression "halt_baddata()" (identifier "halt_baddata") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int function_1(char *__s1,char *__s2,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* strncmp@@GLIBC_2.2.5 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(char *__s1,char *__s2,size_t __n)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
9785_powerpc-linux-gnuspe-dwp_and_powerpc-linux-gnuspe-dwp_strip.c | frac_digits | FUN_00325b40 |
/* std::moneypunct<wchar_t, false>::frac_digits() const */
ulong __thiscall std::moneypunct<wchar_t,false>::frac_digits(moneypunct<wchar_t,false> *this)
{
ulong uVar1;
if (*(code **)(*(long *)this + 0x40) == (code *)PTR_do_frac_digits_0043dc30) {
return (ulong)*(uint *)(*(long *)(this + 0x10) + 0x60);
}
/* WARNING: Could not recover jumptable at 0x00325b60. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar1 = (**(code **)(*(long *)this + 0x40))();
return uVar1;
}
|
ulong FUN_00325b40(long *param_1)
{
ulong uVar1;
if (*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30) {
return (ulong)*(uint *)(param_1[2] + 0x60);
}
/* WARNING: Could not recover jumptable at 0x00325b60. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar1 = (**(code **)(*param_1 + 0x40))();
return uVar1;
}
| MOV RAX,qword ptr [RDI]
MOV RAX,qword ptr [RAX + 0x40]
CMP RAX,qword ptr [0x0043dc30]
JNZ 0x00325b60
MOV RAX,qword ptr [RDI + 0x10]
MOV EAX,dword ptr [RAX + 0x60]
RET
JMP RAX | null | null | null | null | [(u'LOAD_-1204987064', u'CALLIND_-1204987005'), (u'CAST_-1204986958', u'LOAD_-1204987070'), (u'CAST_-1204986954', u'LOAD_-1204987064'), (u'LOAD_-1204987064', u'INT_EQUAL_-1204987044'), ('const-433', u'LOAD_-1204987036'), (u'LOAD_-1204987029', u'INT_ZEXT_-1204987000'), ('tmp_43', u'CBRANCH_-1204987037'), ('const-433', u'LOAD_-1204987029'), (u'CAST_-1204986949', u'INT_EQUAL_-1204987044'), ('const-1', u'PTRADD_-1204986974'), ('const-1', u'RETURN_-1204987002'), (u'LOAD_-1204987070', u'INT_ADD_-1204987048'), ('tmp_78', u'CAST_-1204986958'), (u'CAST_-1204986939', u'LOAD_-1204987036'), (u'INDIRECT_-1204986933', u'COPY_-1204986991'), (u'PTRADD_-1204986974', u'CAST_-1204986939'), (u'INT_ADD_-1204987013', u'CAST_-1204986934'), (u'COPY_-1204987028', u'RETURN_-1204987013'), (u'INT_ZEXT_-1204987000', u'COPY_-1204987028'), ('tmp_135', u'COPY_-1204987001'), (u'CALLIND_-1204987005', u'RETURN_-1204987002'), (u'CAST_-1204986934', u'LOAD_-1204987029'), (u'INT_ADD_-1204987048', u'CAST_-1204986954'), ('const-433', u'LOAD_-1204987070'), ('tmp_135', u'CAST_-1204986949'), (u'LOAD_-1204987036', u'INT_ADD_-1204987013'), (u'CALLIND_-1204987005', u'INDIRECT_-1204986933'), ('const-96', u'INT_ADD_-1204987013'), (u'INT_EQUAL_-1204987044', u'CBRANCH_-1204987037'), ('const-64', u'INT_ADD_-1204987048'), ('tmp_78', u'PTRADD_-1204986974'), ('const-433', u'LOAD_-1204987064'), ('const-16', u'PTRADD_-1204986974'), ('const-0', u'RETURN_-1204987013')] | [(u'LOAD_-1204987064', u'CALLIND_-1204987005'), (u'PTRADD_-1204986941', u'LOAD_-1204987036'), (u'INT_ADD_-1204987013', u'CAST_-1204986935'), (u'CAST_-1204986954', u'LOAD_-1204987064'), (u'LOAD_-1204987064', u'INT_EQUAL_-1204987044'), ('const-2', u'PTRADD_-1204986941'), (u'LOAD_-1204987029', u'INT_ZEXT_-1204987000'), ('tmp_43', u'CBRANCH_-1204987037'), (u'CAST_-1204986949', u'INT_EQUAL_-1204987044'), ('const-433', u'LOAD_-1204987036'), ('tmp_134', u'COPY_-1204987001'), ('const-1', u'RETURN_-1204987002'), (u'LOAD_-1204987070', u'INT_ADD_-1204987048'), (u'CAST_-1204986935', u'LOAD_-1204987029'), (u'INDIRECT_-1204986933', u'COPY_-1204986991'), ('const-433', u'LOAD_-1204987029'), (u'COPY_-1204987028', u'RETURN_-1204987013'), ('const-433', u'LOAD_-1204987070'), ('tmp_119', u'LOAD_-1204987070'), ('tmp_134', u'CAST_-1204986949'), (u'INT_ZEXT_-1204987000', u'COPY_-1204987028'), (u'CALLIND_-1204987005', u'RETURN_-1204987002'), (u'INT_ADD_-1204987048', u'CAST_-1204986954'), (u'LOAD_-1204987036', u'INT_ADD_-1204987013'), (u'CALLIND_-1204987005', u'INDIRECT_-1204986933'), ('const-96', u'INT_ADD_-1204987013'), (u'INT_EQUAL_-1204987044', u'CBRANCH_-1204987037'), ('tmp_119', u'PTRADD_-1204986941'), ('const-64', u'INT_ADD_-1204987048'), ('const-8', u'PTRADD_-1204986941'), ('const-433', u'LOAD_-1204987064'), ('const-0', u'RETURN_-1204987013')] | null | null | 00325b40 | x64 | O2 | (translation_unit "ulong FUN_00325b40(long *param_1)\n\n{\n ulong uVar1;\n \n if (*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30) {\n return (ulong)*(uint *)(param_1[2] + 0x60);\n }\n /* WARNING: Could not recover jumptable at 0x00325b60. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (**(code **)(*param_1 + 0x40))();\n return uVar1;\n}\n\n" (function_definition "ulong FUN_00325b40(long *param_1)\n\n{\n ulong uVar1;\n \n if (*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30) {\n return (ulong)*(uint *)(param_1[2] + 0x60);\n }\n /* WARNING: Could not recover jumptable at 0x00325b60. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (**(code **)(*param_1 + 0x40))();\n return uVar1;\n}" type_identifier (function_declarator "FUN_00325b40(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n ulong uVar1;\n \n if (*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30) {\n return (ulong)*(uint *)(param_1[2] + 0x60);\n }\n /* WARNING: Could not recover jumptable at 0x00325b60. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (**(code **)(*param_1 + 0x40))();\n return uVar1;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (if_statement "if (*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30) {\n return (ulong)*(uint *)(param_1[2] + 0x60);\n }" if (parenthesized_expression "(*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30)" ( (binary_expression "*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30" (pointer_expression "*(code **)(*param_1 + 0x40)" * (cast_expression "(code **)(*param_1 + 0x40)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x40)" ( (binary_expression "*param_1 + 0x40" (pointer_expression "*param_1" * identifier) + number_literal) )))) == (cast_expression "(code *)PTR_FUN_0043dc30" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n return (ulong)*(uint *)(param_1[2] + 0x60);\n }" { (return_statement "return (ulong)*(uint *)(param_1[2] + 0x60);" return (binary_expression "(ulong)*(uint *)(param_1[2] + 0x60)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1[2] + 0x60)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[2] + 0x60)" ( (binary_expression "param_1[2] + 0x60" (subscript_expression "param_1[2]" identifier [ number_literal ]) + number_literal) )))) ;) })) comment comment (expression_statement "uVar1 = (**(code **)(*param_1 + 0x40))();" (assignment_expression "uVar1 = (**(code **)(*param_1 + 0x40))()" identifier = (call_expression "(**(code **)(*param_1 + 0x40))()" (parenthesized_expression "(**(code **)(*param_1 + 0x40))" ( (pointer_expression "**(code **)(*param_1 + 0x40)" * (pointer_expression "*(code **)(*param_1 + 0x40)" * (cast_expression "(code **)(*param_1 + 0x40)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x40)" ( (binary_expression "*param_1 + 0x40" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (return_statement "return uVar1;" return identifier ;) }))) | (translation_unit "/* std::moneypunct<wchar_t, false>::frac_digits() const */\n\nulong __thiscall std::moneypunct<wchar_t,false>::frac_digits(moneypunct<wchar_t,false> *this)\n\n{\n ulong uVar1;\n \n if (*(code **)(*(long *)this + 0x40) == (code *)PTR_do_frac_digits_0043dc30) {\n return (ulong)*(uint *)(*(long *)(this + 0x10) + 0x60);\n }\n /* WARNING: Could not recover jumptable at 0x00325b60. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (**(code **)(*(long *)this + 0x40))();\n return uVar1;\n}\n\n" comment (declaration "ulong __thiscall std::moneypunct<wchar_t,false>::frac_digits(moneypunct<wchar_t,false> *this)\n\n{\n ulong uVar1;" type_identifier (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::moneypunct<" identifier : : identifier <) identifier , (ERROR "false>::frac_digits(moneypunct<wchar_t,false> *this)\n\n{\n ulong" identifier > : : (function_declarator "frac_digits(moneypunct<wchar_t,false> *this)" identifier (parameter_list "(moneypunct<wchar_t,false> *this)" ( (parameter_declaration "moneypunct<wchar_t" type_identifier (ERROR "<" <) identifier) , (parameter_declaration "false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) ))) { identifier) identifier ;) (if_statement "if (*(code **)(*(long *)this + 0x40) == (code *)PTR_do_frac_digits_0043dc30) {\n return (ulong)*(uint *)(*(long *)(this + 0x10) + 0x60);\n }" if (parenthesized_expression "(*(code **)(*(long *)this + 0x40) == (code *)PTR_do_frac_digits_0043dc30)" ( (binary_expression "*(code **)(*(long *)this + 0x40) == (code *)PTR_do_frac_digits_0043dc30" (pointer_expression "*(code **)(*(long *)this + 0x40)" * (cast_expression "(code **)(*(long *)this + 0x40)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)this + 0x40)" ( (binary_expression "*(long *)this + 0x40" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) )))) == (cast_expression "(code *)PTR_do_frac_digits_0043dc30" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n return (ulong)*(uint *)(*(long *)(this + 0x10) + 0x60);\n }" { (return_statement "return (ulong)*(uint *)(*(long *)(this + 0x10) + 0x60);" return (binary_expression "(ulong)*(uint *)(*(long *)(this + 0x10) + 0x60)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(*(long *)(this + 0x10) + 0x60)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(this + 0x10) + 0x60)" ( (binary_expression "*(long *)(this + 0x10) + 0x60" (pointer_expression "*(long *)(this + 0x10)" * (cast_expression "(long *)(this + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(this + 0x10)" ( (binary_expression "this + 0x10" identifier + number_literal) )))) + number_literal) )))) ;) })) comment comment (expression_statement "uVar1 = (**(code **)(*(long *)this + 0x40))();" (assignment_expression "uVar1 = (**(code **)(*(long *)this + 0x40))()" identifier = (call_expression "(**(code **)(*(long *)this + 0x40))()" (parenthesized_expression "(**(code **)(*(long *)this + 0x40))" ( (pointer_expression "**(code **)(*(long *)this + 0x40)" * (pointer_expression "*(code **)(*(long *)this + 0x40)" * (cast_expression "(code **)(*(long *)this + 0x40)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*(long *)this + 0x40)" ( (binary_expression "*(long *)this + 0x40" (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier)) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (return_statement "return uVar1;" return identifier ;) (ERROR "}" })) | (translation_unit "ulong FUN_00325b40(long *param_1)\n\n{\n ulong uVar1;\n \n if (*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30) {\n return (ulong)*(uint *)(param_1[2] + 0x60);\n }\n \n \n uVar1 = (**(code **)(*param_1 + 0x40))();\n return uVar1;\n}\n\n" (function_definition "ulong FUN_00325b40(long *param_1)\n\n{\n ulong uVar1;\n \n if (*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30) {\n return (ulong)*(uint *)(param_1[2] + 0x60);\n }\n \n \n uVar1 = (**(code **)(*param_1 + 0x40))();\n return uVar1;\n}" type_identifier (function_declarator "FUN_00325b40(long *param_1)" identifier (parameter_list "(long *param_1)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n ulong uVar1;\n \n if (*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30) {\n return (ulong)*(uint *)(param_1[2] + 0x60);\n }\n \n \n uVar1 = (**(code **)(*param_1 + 0x40))();\n return uVar1;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (if_statement "if (*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30) {\n return (ulong)*(uint *)(param_1[2] + 0x60);\n }" if (parenthesized_expression "(*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30)" ( (binary_expression "*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30" (pointer_expression "*(code **)(*param_1 + 0x40)" * (cast_expression "(code **)(*param_1 + 0x40)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x40)" ( (binary_expression "*param_1 + 0x40" (pointer_expression "*param_1" * identifier) + number_literal) )))) == (cast_expression "(code *)PTR_FUN_0043dc30" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (compound_statement "{\n return (ulong)*(uint *)(param_1[2] + 0x60);\n }" { (return_statement "return (ulong)*(uint *)(param_1[2] + 0x60);" return (binary_expression "(ulong)*(uint *)(param_1[2] + 0x60)" (parenthesized_expression "(ulong)" ( identifier )) * (cast_expression "(uint *)(param_1[2] + 0x60)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1[2] + 0x60)" ( (binary_expression "param_1[2] + 0x60" (subscript_expression "param_1[2]" identifier [ number_literal ]) + number_literal) )))) ;) })) (expression_statement "uVar1 = (**(code **)(*param_1 + 0x40))();" (assignment_expression "uVar1 = (**(code **)(*param_1 + 0x40))()" identifier = (call_expression "(**(code **)(*param_1 + 0x40))()" (parenthesized_expression "(**(code **)(*param_1 + 0x40))" ( (pointer_expression "**(code **)(*param_1 + 0x40)" * (pointer_expression "*(code **)(*param_1 + 0x40)" * (cast_expression "(code **)(*param_1 + 0x40)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x40)" ( (binary_expression "*param_1 + 0x40" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (return_statement "return uVar1;" return identifier ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (compound_statement { (return_statement return (binary_expression (parenthesized_expression ( IDENT )) * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( )))) ;) (return_statement return IDENT ;) }))) | (function_definition "ulong FUN_00325b40(long *param_1)\n\n{\n ulong uVar1;\n \n if (*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30) {\n return (ulong)*(uint *)(param_1[2] + 0x60);\n }\n \n \n uVar1 = (**(code **)(*param_1 + 0x40))();\n return uVar1;\n}" (type_identifier "ulong") (function_declarator "FUN_00325b40(long *param_1)" (identifier "FUN_00325b40") (parameter_list "(long *param_1)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n ulong uVar1;\n \n if (*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30) {\n return (ulong)*(uint *)(param_1[2] + 0x60);\n }\n \n \n uVar1 = (**(code **)(*param_1 + 0x40))();\n return uVar1;\n}" ({ "{") (declaration "ulong uVar1;" (type_identifier "ulong") (identifier "uVar1") (; ";")) (if_statement "if (*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30) {\n return (ulong)*(uint *)(param_1[2] + 0x60);\n }" (if "if") (parenthesized_expression "(*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30)" (( "(") (binary_expression "*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30" (pointer_expression "*(code **)(*param_1 + 0x40)" (* "*") (cast_expression "(code **)(*param_1 + 0x40)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x40)" (( "(") (binary_expression "*param_1 + 0x40" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x40")) () ")")))) (== "==") (cast_expression "(code *)PTR_FUN_0043dc30" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_FUN_0043dc30"))) () ")")) (compound_statement "{\n return (ulong)*(uint *)(param_1[2] + 0x60);\n }" ({ "{") (return_statement "return (ulong)*(uint *)(param_1[2] + 0x60);" (return "return") (binary_expression "(ulong)*(uint *)(param_1[2] + 0x60)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (* "*") (cast_expression "(uint *)(param_1[2] + 0x60)" (( "(") (type_descriptor "uint *" (type_identifier "uint") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1[2] + 0x60)" (( "(") (binary_expression "param_1[2] + 0x60" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (+ "+") (number_literal "0x60")) () ")")))) (; ";")) (} "}"))) (expression_statement "uVar1 = (**(code **)(*param_1 + 0x40))();" (assignment_expression "uVar1 = (**(code **)(*param_1 + 0x40))()" (identifier "uVar1") (= "=") (call_expression "(**(code **)(*param_1 + 0x40))()" (parenthesized_expression "(**(code **)(*param_1 + 0x40))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x40)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x40)" (* "*") (cast_expression "(code **)(*param_1 + 0x40)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x40)" (( "(") (binary_expression "*param_1 + 0x40" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x40")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}"))) |
/* std::moneypunct<wchar_t, false>::frac_digits() const */
type_1 __thiscall std::moneypunct<wchar_t,false>::frac_digits(moneypunct<wchar_t,false> *var_1)
{
type_1 uVar1;
if (*(type_2 **)(*(long *)var_1 + 0x40) == (type_2 *)PTR_do_frac_digits_0043dc30) {
return (type_1)*(type_3 *)(*(long *)(var_1 + 0x10) + 0x60);
}
/* WARNING: Could not recover jumptable at 0x00325b60. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar1 = (**(type_2 **)(*(long *)var_1 + 0x40))();
return uVar1;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) consequence: (compound_statement (return_statement (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list)))) (return_statement (identifier))))) | null |
ulong MASKED(long *param_1)
{
ulong uVar1;
if (*(code **)(*param_1 + 0x40) == (code *)PTR_FUN_0043dc30) {
return (ulong)*(uint *)(param_1[2] + 0x60);
}
/* WARNING: Could not recover jumptable at 0x00325b60. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar1 = (**(code **)(*param_1 + 0x40))();
return uVar1;
}
|
8745_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | add_target_specific | FUN_003f3930 |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void add_target_specific(Output_data_reloc<4,_false,_64,_false> * this,
uint type, void * arg, Output_data * od, Sized_relobj<64,_false> * relobj, uint shndx, Address
address, Addend addend) */
void __thiscall
gold::Output_data_reloc<4,_false,_64,_false>::add_target_specific
(Output_data_reloc<4,_false,_64,_false> *this,uint type,void *arg,Output_data *od,
Sized_relobj<64,_false> *relobj,uint shndx,Address address,Addend addend)
{
size_t *psVar1;
uint uVar2;
iterator __position;
Output_reloc<4,_false,_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;
Addend AStack_20;
Output_reloc<9,_false,_64,_false>::Output_reloc
((Output_reloc<9,_false,_64,_false> *)&local_48,type,arg,relobj,shndx,address);
__position._M_current =
(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.
super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>
._M_impl._M_finish;
AStack_20 = addend;
if (__position._M_current ==
(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.
super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>
._M_impl._M_end_of_storage) {
std::
vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>
::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&>
(&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,
(Output_reloc<4,_false,_64,_false> *)&local_48);
pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.
super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>
._M_impl._M_finish;
}
else {
pOVar3 = __position._M_current + 1;
((__position._M_current)->rel_).u1_ = local_48;
((__position._M_current)->rel_).u2_.relobj = pSStack_40;
((__position._M_current)->rel_).address_ = local_38;
*(ulong *)&((__position._M_current)->rel_).local_sym_index_ = CONCAT17(bStack_29,uStack_30);
*(ulong *)&((__position._M_current)->rel_).shndx_ = CONCAT44(uStack_24,local_28);
(__position._M_current)->addend_ = addend;
(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.
super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>
._M_impl._M_finish = pOVar3;
}
lVar4 = (long)pOVar3 -
(long)(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.
super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>
._M_impl._M_start >> 4;
if (((this->super_Output_data_reloc_base<4,_false,_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<4,_false,_64,_false>).super_Output_data_reloc_generic.
super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =
lVar4 << 3;
if ((bStack_29 & 0x10) != 0) {
psVar1 = &(this->super_Output_data_reloc_base<4,_false,_64,_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 * -0x55555555 - 1;
}
(pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;
}
return;
}
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
|
void FUN_003f3930(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)
{
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;
undefined8 uStack_20;
FUN_003d5600(&local_48,param_2,param_3,param_5,param_6,param_7);
puVar1 = *(undefined8 **)(param_1 + 0x50);
uStack_20 = param_8;
if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {
FUN_003f2c80(param_1 + 0x48,puVar1,&local_48);
puVar2 = *(undefined8 **)(param_1 + 0x50);
}
else {
puVar2 = puVar1 + 6;
*puVar1 = local_48;
puVar1[1] = lStack_40;
puVar1[2] = local_38;
puVar1[3] = CONCAT17(bStack_29,uStack_30);
puVar1[4] = CONCAT44(uStack_24,local_28);
puVar1[5] = param_8;
*(undefined8 **)(param_1 + 0x50) = puVar2;
}
lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;
if ((*(byte *)(param_1 + 0x20) & 2) == 0) {
*(long *)(param_1 + 0x10) = lVar3 << 3;
if ((bStack_29 & 0x10) != 0) {
*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;
}
if ((local_28 != -4) && (lStack_40 != 0)) {
if (*(int *)(lStack_40 + 0xa4) == 0) {
*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;
}
*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;
}
return;
}
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
| PUSH RBP
MOV RCX,R8
MOV R8D,R9D
PUSH RBX
MOV RBX,RDI
SUB RSP,0x38
MOV RBP,RSP
MOV R9,qword ptr [RSP + 0x50]
MOV RDI,RBP
CALL 0x003d5600
MOV RAX,qword ptr [RSP + 0x58]
MOV RSI,qword ptr [RBX + 0x50]
MOV qword ptr [RSP + 0x28],RAX
CMP RSI,qword ptr [RBX + 0x58]
JZ 0x003f3a00
MOVDQA XMM0,xmmword ptr [RSP]
ADD RSI,0x30
MOVUPS xmmword ptr [RSI + -0x30],XMM0
MOVDQA XMM1,xmmword ptr [RSP + 0x10]
MOVUPS xmmword ptr [RSI + -0x20],XMM1
MOVDQA XMM2,xmmword ptr [RSP + 0x20]
MOVUPS xmmword ptr [RSI + -0x10],XMM2
MOV qword ptr [RBX + 0x50],RSI
MOV RAX,-0x5555555555555555
SUB RSI,qword ptr [RBX + 0x48]
SAR RSI,0x4
IMUL RAX,RSI
SHL RSI,0x3
TEST byte ptr [RBX + 0x20],0x2
JNZ 0x003f3a15
MOV qword ptr [RBX + 0x10],RSI
TEST byte ptr [RSP + 0x1f],0x10
JNZ 0x003f39e8
CMP dword ptr [RSP + 0x20],-0x4
JZ 0x003f39db
MOV RDX,qword ptr [RSP + 0x8]
TEST RDX,RDX
JZ 0x003f39db
MOV ECX,dword ptr [RDX + 0xa4]
TEST ECX,ECX
JZ 0x003f39f0
ADD ECX,0x1
MOV dword ptr [RDX + 0xa4],ECX
ADD RSP,0x38
POP RBX
POP RBP
RET
ADD qword ptr [RBX + 0x38],0x1
JMP 0x003f39b7
SUB EAX,0x1
MOV dword ptr [RDX + 0xa0],EAX
JMP 0x003f39d2
LEA RDI,[RBX + 0x48]
MOV RDX,RBP
CALL 0x003f2c80
MOV RSI,qword ptr [RBX + 0x50]
JMP 0x003f398c
LEA RDX,[0x57b960]
MOV ESI,0x231
LEA RDI,[0x533384]
CALL 0x00352af0 | null | null | null | null | [(u'PTRSUB_-1205846987', u'PTRSUB_-1205846929'), (u'PTRSUB_-1205847010', u'PTRSUB_-1205846976'), ('tmp_879', u'PTRSUB_-1205846973'), ('tmp_648', u'CBRANCH_-1205847356'), ('const-433', u'LOAD_-1205847572'), ('tmp_128', u'CBRANCH_-1205847658'), ('const-0', u'INT_NOTEQUAL_-1205847427'), ('const-0', u'PTRSUB_-1205846885'), ('tmp_879', u'PTRSUB_-1205846946'), ('tmp_879', u'PTRSUB_-1205847045'), ('const-0', u'PTRSUB_-1205846981'), (u'PTRSUB_-1205846984', u'PTRSUB_-1205846970'), (u'PTRSUB_-1205846975', u'CAST_-1205846920'), (u'PTRSUB_-1205846813', u'PTRSUB_-1205846799'), ('const-0', u'SUBPIECE_-1205846990'), (u'INDIRECT_-1205846911', u'MULTIEQUAL_-1205847033'), (u'MULTIEQUAL_-1205847181', u'CAST_-1205846890'), (u'LOAD_-1205847691', u'CALL_-1205847220'), ('const-433', u'LOAD_-1205847466'), ('const-32', u'PTRSUB_-1205846964'), ('const-0', u'PTRSUB_-1205846787'), (u'PTRSUB_-1205847008', u'PTRSUB_-1205846975'), ('const-24', u'PTRSUB_-1205846975'), ('const-0', u'PTRSUB_-1205846995'), ('const-433', u'STORE_-1205847340'), ('const-1', u'RETURN_-1205847190'), (u'PTRSUB_-1205846959', u'PTRSUB_-1205846939'), ('const-0', u'PTRSUB_-1205847010'), (u'PTRSUB_-1205846836', u'STORE_-1205847279'), ('const-0', u'PTRSUB_-1205846943'), (u'MULTIEQUAL_-1205847051', u'PTRSUB_-1205846901'), (u'PTRSUB_-1205846872', u'STORE_-1205847447'), (u'LOAD_-1205847676', u'INT_EQUAL_-1205847661'), (u'INT_NOTEQUAL_-1205847427', u'CBRANCH_-1205847423'), ('const-32', u'PTRSUB_-1205846879'), (u'PTRSUB_-1205846826', u'CALL_-1205847220'), (u'LOAD_-1205847691', u'PTRSUB_-1205846994'), (u'PTRSUB_-1205847023', u'PTRSUB_-1205846988'), ('const-2', u'INT_AND_-1205847440'), ('const-8', u'PTRSUB_-1205846969'), (u'CAST_-1205846909', u'STORE_-1205847138'), ('const-0', u'PTRSUB_-1205846880'), (u'PTRSUB_-1205846943', u'PTRSUB_-1205846923'), (u'PTRSUB_-1205846964', u'CAST_-1205846909'), (u'LOAD_-1205847466', u'INT_AND_-1205847440'), ('const-0', u'PTRSUB_-1205846884'), (u'PTRSUB_-1205846954', u'PTRSUB_-1205846925'), (u'PTRSUB_-1205846946', u'PTRSUB_-1205846917'), (u'MULTIEQUAL_-1205847038', u'INT_AND_-1205847414'), (u'PTRSUB_-1205846778', u'LOAD_-1205847218'), (u'CAST_-1205846920', u'STORE_-1205847153'), ('tmp_879', u'PTRSUB_-1205846989'), ('tmp_500', u'CBRANCH_-1205847450'), (u'MULTIEQUAL_-1205847051', u'INT_NOTEQUAL_-1205847381'), (u'PTRSUB_-1205846867', u'PTRSUB_-1205846840'), (u'PTRSUB_-1205846901', u'PTRSUB_-1205846873'), ('const-0', u'PTRSUB_-1205846989'), ('const-5452676', u'COPY_-1205846913'), (u'PTRSUB_-1205847009', u'PTRSUB_-1205846984'), ('const-0', u'PTRSUB_-1205846988'), (u'PTRSUB_-1205847022', u'PTRSUB_-1205846987'), ('const-0', u'PTRSUB_-1205846973'), (u'PTRSUB_-1205846989', u'PTRSUB_-1205846959'), (u'MULTIEQUAL_-1205847033', u'INT_NOTEQUAL_-1205847406'), ('const-0', u'PTRSUB_-1205846923'), (u'INT_MULT_-1205847489', u'INT_SUB_-1205847273'), (u'PTRSUB_-1205846873', u'STORE_-1205847340'), (u'INT_EQUAL_-1205847357', u'CBRANCH_-1205847356'), (u'CALL_-1205847701', u'INDIRECT_-1205847097'), (u'PTRSUB_-1205846973', u'PTRSUB_-1205846942'), (u'CALL_-1205847701', u'INDIRECT_-1205847106'), (u'CAST_-1205846890', u'INT_SUB_-1205847553'), ('const-4', u'INT_SRIGHT_-1205847529'), ('const-164', u'PTRSUB_-1205846873'), ('const-433', u'LOAD_-1205847691'), ('const-0', u'PTRSUB_-1205847023'), (u'PIECE_-1205847068', u'STORE_-1205847153'), ('const-1', u'INT_ADD_-1205847264'), ('const-0', u'PTRSUB_-1205846799'), (u'INDIRECT_-1205847110', u'PIECE_-1205847068'), ('const-433', u'STORE_-1205847153'), ('const-0', u'PTRSUB_-1205846971'), ('const-0', u'PTRSUB_-1205846898'), ('tmp_879', u'PTRSUB_-1205846954'), (u'LOAD_-1205847691', u'PTRADD_-1205847029'), (u'INDIRECT_-1205846916', u'MULTIEQUAL_-1205847038'), (u'INT_EQUAL_-1205847661', u'CBRANCH_-1205847658'), ('const-0', u'PTRSUB_-1205846916'), ('const-0', u'PTRSUB_-1205846853'), (u'COPY_-1205846913', u'CALL_-1205847195'), ('const-0', u'PTRSUB_-1205846925'), ('const-0', u'RETURN_-1205847301'), (u'PTRSUB_-1205846971', u'PTRSUB_-1205846943'), (u'PTRSUB_-1205846942', u'PTRSUB_-1205846971'), ('const--72', u'PTRSUB_-1205847083'), ('const-48', u'PTRADD_-1205847029'), ('tmp_886', u'STORE_-1205847137'), (u'PTRADD_-1205847029', u'STORE_-1205847592'), (u'PTRSUB_-1205846917', u'PTRSUB_-1205846898'), ('const-8', u'PTRSUB_-1205846915'), (u'INDIRECT_-1205846929', u'MULTIEQUAL_-1205847051'), ('const-16', u'PTRSUB_-1205846959'), (u'PTRSUB_-1205846916', u'PTRSUB_-1205846887'), (u'CALL_-1205847195', u'INDIRECT_-1205846869'), ('const-433', u'STORE_-1205847170'), (u'PTRSUB_-1205846906', u'PTRSUB_-1205846893'), ('const-0', u'PTRSUB_-1205847022'), ('const-0', u'PTRSUB_-1205846984'), (u'MULTIEQUAL_-1205847051', u'PTRSUB_-1205846867'), (u'PTRSUB_-1205846884', u'PTRSUB_-1205846879'), ('const-72', u'PTRSUB_-1205846813'), (u'PTRSUB_-1205847083', u'CAST_-1205846971'), ('tmp_879', u'PTRSUB_-1205846852'), ('const-72', u'PTRSUB_-1205846942'), (u'PTRSUB_-1205846898', u'PTRSUB_-1205846885'), (u'CAST_-1205846971', u'CALL_-1205847701'), ('const-56', u'PTRSUB_-1205846836'), (u'PTRSUB_-1205847082', u'CAST_-1205846781'), (u'INDIRECT_-1205847101', u'MULTIEQUAL_-1205847033'), (u'INT_ADD_-1205847337', u'STORE_-1205847340'), ('tmp_775', u'BRANCH_-1205847269'), (u'CALL_-1205847220', u'INDIRECT_-1205846911'), ('const-561', u'CALL_-1205847195'), ('tmp_885', u'CALL_-1205847701'), (u'MULTIEQUAL_-1205847051', u'PTRSUB_-1205846916'), ('tmp_880', u'CALL_-1205847701'), ('const-0', u'PTRSUB_-1205846929'), ('const-0', u'PTRSUB_-1205847056'), (u'INT_AND_-1205847440', u'INT_EQUAL_-1205847454'), (u'PTRSUB_-1205846995', u'PTRSUB_-1205846981'), (u'LOAD_-1205847691', u'PTRSUB_-1205847023'), ('tmp_1385', u'PTRSUB_-1205847083'), (u'INDIRECT_-1205847123', u'STORE_-1205847170'), (u'INT_SUB_-1205847273', u'STORE_-1205847277'), ('const-40', u'PTRSUB_-1205846994'), ('tmp_542', u'CBRANCH_-1205847423'), ('const-164', u'PTRSUB_-1205846887'), (u'INDIRECT_-1205847115', u'STORE_-1205847154'), ('tmp_879', u'PTRSUB_-1205846880'), ('const-16', u'PTRSUB_-1205846872'), ('const-433', u'STORE_-1205847592'), ('const-0', u'INT_NOTEQUAL_-1205847381'), (u'PTRSUB_-1205846925', u'PTRSUB_-1205846915'), (u'INT_NOTEQUAL_-1205847381', u'CBRANCH_-1205847380'), (u'INT_NOTEQUAL_-1205847406', u'CBRANCH_-1205847403'), (u'PTRSUB_-1205846976', u'STORE_-1205847154'), ('tmp_578', u'CBRANCH_-1205847403'), ('const-160', u'PTRSUB_-1205846840'), ('const--72', u'PTRSUB_-1205847082'), ('const-0', u'PTRSUB_-1205846954'), (u'PTRSUB_-1205846929', u'STORE_-1205847169'), (u'INDIRECT_-1205847097', u'PIECE_-1205847049'), (u'PTRSUB_-1205846836', u'LOAD_-1205847282'), ('const-0', u'PTRSUB_-1205846838'), (u'INT_AND_-1205847414', u'INT_NOTEQUAL_-1205847427'), (u'CAST_-1205846889', u'INT_SUB_-1205847553'), (u'LOAD_-1205847379', u'INT_EQUAL_-1205847357'), ('const-1', u'INT_ADD_-1205847337'), ('const-72', u'PTRSUB_-1205847009'), ('tmp_1385', u'PTRSUB_-1205847082'), ('const-0', u'INT_EQUAL_-1205847357'), (u'LOAD_-1205847691', u'PTRSUB_-1205847010'), (u'PTRSUB_-1205847045', u'PTRSUB_-1205847009'), (u'PTRSUB_-1205846876', u'PTRSUB_-1205846872'), (u'LOAD_-1205847691', u'INT_EQUAL_-1205847661'), ('const-0', u'PTRSUB_-1205846996'), (u'PIECE_-1205847049', u'STORE_-1205847138'), (u'INT_LEFT_-1205847481', u'STORE_-1205847447'), ('const-0', u'PTRSUB_-1205846917'), (u'LOAD_-1205847282', u'INT_ADD_-1205847264'), ('const-0', u'PTRSUB_-1205847008'), (u'INDIRECT_-1205847119', u'MULTIEQUAL_-1205847051'), (u'INDIRECT_-1205847106', u'PIECE_-1205847068'), ('const-1', u'PTRADD_-1205847029'), ('tmp_879', u'PTRSUB_-1205847056'), (u'PTRSUB_-1205846885', u'PTRSUB_-1205846876'), ('const-433', u'LOAD_-1205847218'), ('const-72', u'PTRSUB_-1205847020'), (u'INDIRECT_-1205847106', u'MULTIEQUAL_-1205847038'), ('tmp_884', u'CALL_-1205847701'), ('const-0', u'PTRSUB_-1205846925'), ('const-433', u'LOAD_-1205847676'), ('const-0', u'PTRSUB_-1205846906'), (u'PTRSUB_-1205846838', u'PTRSUB_-1205846813'), (u'INDIRECT_-1205847119', u'STORE_-1205847169'), ('const-16', u'INT_AND_-1205847414'), ('tmp_879', u'PTRSUB_-1205846838'), ('const-72', u'PTRSUB_-1205846959'), ('const-433', u'STORE_-1205847277'), (u'PTRSUB_-1205846852', u'PTRSUB_-1205846826'), ('const-0', u'PTRSUB_-1205846939'), (u'CALL_-1205847701', u'INDIRECT_-1205847115'), (u'CAST_-1205846781', u'CALL_-1205847220'), ('const-433', u'STORE_-1205847137'), ('tmp_886', u'COPY_-1205847684'), (u'INDIRECT_-1205846903', u'MULTIEQUAL_-1205847025'), ('const-1', u'INT_SUB_-1205847273'), ('const-0', u'PTRSUB_-1205846946'), (u'CALL_-1205847220', u'INDIRECT_-1205846916'), ('const-433', u'STORE_-1205847154'), (u'COPY_-1205846912', u'CALL_-1205847195'), (u'CALL_-1205847701', u'INDIRECT_-1205847110'), (u'INT_ADD_-1205847264', u'STORE_-1205847279'), (u'PTRSUB_-1205846879', u'LOAD_-1205847466'), (u'PTRSUB_-1205846981', u'PTRSUB_-1205846969'), (u'PTRSUB_-1205846996', u'PTRSUB_-1205846964'), (u'PTRSUB_-1205846923', u'LOAD_-1205847572'), ('const-0', u'INT_EQUAL_-1205847454'), ('tmp_826', u'BRANCH_-1205847263'), (u'PTRSUB_-1205846969', u'LOAD_-1205847691'), (u'PTRSUB_-1205846853', u'PTRSUB_-1205846836'), ('const-433', u'LOAD_-1205847282'), ('const-2863311531', u'INT_MULT_-1205847489'), (u'LOAD_-1205847691', u'PTRSUB_-1205846996'), (u'LOAD_-1205847691', u'PTRSUB_-1205847022'), ('const-433', u'STORE_-1205847447'), ('tmp_881', u'CALL_-1205847701'), (u'PTRADD_-1205847029', u'MULTIEQUAL_-1205847181'), ('const-433', u'STORE_-1205847138'), ('const-0', u'PTRSUB_-1205846876'), (u'PTRSUB_-1205847020', u'PTRSUB_-1205846995'), ('const-433', u'STORE_-1205847169'), (u'CALL_-1205847701', u'INDIRECT_-1205847101'), ('const-8', u'PTRSUB_-1205846987'), (u'PTRSUB_-1205847056', u'PTRSUB_-1205847020'), (u'PTRSUB_-1205846880', u'PTRSUB_-1205846853'), ('tmp_883', u'CALL_-1205847701'), ('const-3', u'INT_LEFT_-1205847481'), ('const-0', u'PTRSUB_-1205846867'), ('const-4294967292', u'INT_NOTEQUAL_-1205847406'), (u'PTRSUB_-1205846893', u'PTRSUB_-1205846884'), (u'LOAD_-1205847379', u'INT_ADD_-1205847337'), ('const-0', u'PTRSUB_-1205846852'), (u'PTRSUB_-1205846787', u'PTRSUB_-1205846778'), (u'PTRSUB_-1205846988', u'STORE_-1205847170'), (u'PTRSUB_-1205846970', u'PTRSUB_-1205846959'), (u'CALL_-1205847220', u'INDIRECT_-1205846929'), ('const-5749088', u'COPY_-1205846912'), (u'PTRSUB_-1205846994', u'STORE_-1205847137'), ('const-8', u'PTRSUB_-1205846778'), (u'COPY_-1205847684', u'MULTIEQUAL_-1205847025'), ('tmp_612', u'CBRANCH_-1205847380'), (u'CALL_-1205847701', u'INDIRECT_-1205847123'), (u'PTRSUB_-1205846887', u'LOAD_-1205847379'), ('const-0', u'PTRSUB_-1205846893'), ('const-433', u'STORE_-1205847279'), ('const-433', u'LOAD_-1205847379'), (u'PTRSUB_-1205846925', u'PTRSUB_-1205846906'), (u'CALL_-1205847220', u'INDIRECT_-1205846903'), (u'INDIRECT_-1205847101', u'PIECE_-1205847049'), ('const-72', u'PTRSUB_-1205846826'), (u'PTRSUB_-1205846840', u'STORE_-1205847277'), ('const-0', u'PTRSUB_-1205846970'), ('tmp_866', u'BRANCH_-1205847210'), (u'PTRSUB_-1205846915', u'STORE_-1205847592'), (u'PTRSUB_-1205846799', u'PTRSUB_-1205846787'), (u'CALL_-1205847701', u'INDIRECT_-1205847119'), (u'INT_SRIGHT_-1205847529', u'SUBPIECE_-1205846990'), (u'SUBPIECE_-1205846990', u'INT_MULT_-1205847489'), ('const-16', u'PTRSUB_-1205846976'), (u'LOAD_-1205847218', u'MULTIEQUAL_-1205847181'), (u'PTRSUB_-1205846959', u'LOAD_-1205847676'), (u'INT_SUB_-1205847553', u'INT_SRIGHT_-1205847529'), (u'LOAD_-1205847572', u'CAST_-1205846889'), (u'INT_SRIGHT_-1205847529', u'INT_LEFT_-1205847481'), (u'PTRSUB_-1205846939', u'PTRSUB_-1205846925'), (u'LOAD_-1205847691', u'PTRSUB_-1205847008'), ('const-0', u'PTRSUB_-1205846901'), ('const-0', u'PTRSUB_-1205847045'), (u'INT_EQUAL_-1205847454', u'CBRANCH_-1205847450')] | [(u'INT_ADD_-1205847675', u'CAST_-1205847028'), ('tmp_648', u'CBRANCH_-1205847356'), ('tmp_128', u'CBRANCH_-1205847658'), ('const-0', u'INT_NOTEQUAL_-1205847427'), (u'CAST_-1205846973', u'STORE_-1205847592'), (u'INT_ADD_-1205847578', u'CAST_-1205846973'), (u'COPY_-1205846889', u'CALL_-1205847195'), ('const-164', u'INT_ADD_-1205847326'), (u'CAST_-1205846957', u'INT_SUB_-1205847553'), (u'LOAD_-1205847691', u'CALL_-1205847220'), (u'CAST_-1205847018', u'LOAD_-1205847676'), (u'LOAD_-1205847691', u'PTRADD_-1205847004'), ('const-433', u'STORE_-1205847146'), (u'CAST_-1205847028', u'LOAD_-1205847691'), (u'CALL_-1205847701', u'INDIRECT_-1205847096'), (u'INDIRECT_-1205846906', u'MULTIEQUAL_-1205847028'), ('const-1', u'RETURN_-1205847190'), (u'CALL_-1205847701', u'INDIRECT_-1205847092'), (u'INDIRECT_-1205846893', u'MULTIEQUAL_-1205847015'), (u'CALL_-1205847701', u'INDIRECT_-1205847074'), ('const-164', u'INT_ADD_-1205847363'), (u'LOAD_-1205847691', u'PTRADD_-1205846981'), ('const-8', u'PTRADD_-1205846992'), (u'INDIRECT_-1205846888', u'MULTIEQUAL_-1205847010'), (u'LOAD_-1205847676', u'INT_EQUAL_-1205847661'), ('tmp_1436', u'INT_ADD_-1205847660'), (u'INT_NOTEQUAL_-1205847427', u'CBRANCH_-1205847423'), (u'INT_ADD_-1205847363', u'CAST_-1205846903'), (u'INT_MULT_-1205847489', u'INT_ADD_-1205847274'), ('tmp_1440', u'CALL_-1205847701'), ('const-2', u'INT_AND_-1205847440'), ('const-8', u'PTRADD_-1205847009'), (u'LOAD_-1205847466', u'INT_AND_-1205847440'), ('tmp_500', u'CBRANCH_-1205847450'), ('const-561', u'CALL_-1205847195'), ('tmp_1432', u'PTRSUB_-1205847059'), (u'MULTIEQUAL_-1205847028', u'INT_NOTEQUAL_-1205847381'), (u'PTRADD_-1205846981', u'STORE_-1205847115'), ('const-4', u'INT_SRIGHT_-1205847529'), (u'PIECE_-1205847045', u'STORE_-1205847130'), ('const-433', u'STORE_-1205847592'), ('const-433', u'STORE_-1205847115'), ('tmp_1436', u'INT_ADD_-1205847560'), ('tmp_1815', u'STORE_-1205847114'), (u'PTRSUB_-1205847059', u'CALL_-1205847701'), (u'INT_ADD_-1205847270', u'CAST_-1205846872'), ('const-4294967292', u'INT_NOTEQUAL_-1205847406'), (u'INT_EQUAL_-1205847357', u'CBRANCH_-1205847356'), (u'LOAD_-1205847691', u'PTRADD_-1205847009'), ('const-433', u'STORE_-1205847277'), ('const-433', u'STORE_-1205847130'), ('const-1', u'INT_ADD_-1205847264'), (u'INT_ADD_-1205847263', u'CAST_-1205846859'), ('tmp_1436', u'INT_ADD_-1205847433'), (u'MULTIEQUAL_-1205847028', u'INT_ADD_-1205847263'), (u'CAST_-1205846903', u'LOAD_-1205847379'), (u'INDIRECT_-1205847092', u'STORE_-1205847131'), ('const--72', u'PTRSUB_-1205847058'), (u'LOAD_-1205847691', u'PTRADD_-1205846992'), (u'INT_EQUAL_-1205847661', u'CBRANCH_-1205847658'), (u'INT_ADD_-1205847274', u'STORE_-1205847277'), (u'CALL_-1205847701', u'INDIRECT_-1205847087'), ('tmp_1436', u'INT_ADD_-1205847270'), (u'COPY_-1205847684', u'MULTIEQUAL_-1205847002'), (u'INDIRECT_-1205847078', u'PIECE_-1205847026'), ('const-0', u'RETURN_-1205847301'), (u'CALL_-1205847701', u'INDIRECT_-1205847100'), (u'PTRADD_-1205847004', u'STORE_-1205847146'), ('const-3', u'INT_LEFT_-1205847481'), (u'CAST_-1205846888', u'STORE_-1205847340'), (u'INDIRECT_-1205846880', u'MULTIEQUAL_-1205847002'), (u'LOAD_-1205847691', u'PTRADD_-1205846980'), (u'CAST_-1205846872', u'STORE_-1205847279'), (u'MULTIEQUAL_-1205847015', u'INT_AND_-1205847414'), ('const-32', u'INT_ADD_-1205847452'), ('const-80', u'INT_ADD_-1205847202'), (u'CALL_-1205847220', u'INDIRECT_-1205846906'), ('tmp_1436', u'INT_ADD_-1205847220'), ('const-3', u'PTRADD_-1205846992'), (u'CAST_-1205846940', u'LOAD_-1205847466'), (u'INDIRECT_-1205847087', u'PIECE_-1205847045'), ('const-8', u'PTRADD_-1205847004'), (u'INT_ADD_-1205847337', u'STORE_-1205847340'), ('tmp_775', u'BRANCH_-1205847269'), ('const-160', u'INT_ADD_-1205847263'), (u'INT_AND_-1205847440', u'INT_EQUAL_-1205847454'), ('const-433', u'STORE_-1205847340'), (u'CALL_-1205847195', u'INDIRECT_-1205846846'), ('const-56', u'INT_ADD_-1205847270'), ('tmp_1436', u'INT_ADD_-1205847452'), ('tmp_542', u'CBRANCH_-1205847423'), ('const-0', u'INT_NOTEQUAL_-1205847381'), ('const-433', u'LOAD_-1205847676'), (u'INT_NOTEQUAL_-1205847381', u'CBRANCH_-1205847380'), (u'INT_NOTEQUAL_-1205847406', u'CBRANCH_-1205847403'), ('const-0', u'SUBPIECE_-1205846973'), ('tmp_578', u'CBRANCH_-1205847403'), (u'INDIRECT_-1205847096', u'MULTIEQUAL_-1205847028'), (u'INDIRECT_-1205847083', u'MULTIEQUAL_-1205847015'), (u'INDIRECT_-1205847096', u'STORE_-1205847146'), (u'INT_AND_-1205847414', u'INT_NOTEQUAL_-1205847427'), (u'LOAD_-1205847218', u'MULTIEQUAL_-1205847184'), (u'LOAD_-1205847379', u'INT_EQUAL_-1205847357'), ('const-1', u'INT_ADD_-1205847337'), (u'INT_ADD_-1205847433', u'CAST_-1205846933'), ('const-433', u'LOAD_-1205847466'), ('const-0', u'INT_EQUAL_-1205847357'), (u'INT_ADD_-1205847326', u'CAST_-1205846888'), (u'PIECE_-1205847026', u'STORE_-1205847115'), (u'CALL_-1205847701', u'INDIRECT_-1205847078'), ('const-8', u'PTRADD_-1205846993'), ('tmp_1442', u'CALL_-1205847701'), (u'LOAD_-1205847691', u'INT_EQUAL_-1205847661'), ('const-16', u'INT_ADD_-1205847433'), (u'INT_LEFT_-1205847481', u'STORE_-1205847447'), (u'LOAD_-1205847282', u'INT_ADD_-1205847264'), ('const-433', u'STORE_-1205847279'), (u'PTRADD_-1205847009', u'MULTIEQUAL_-1205847184'), (u'LOAD_-1205847691', u'STORE_-1205847147'), (u'INDIRECT_-1205847100', u'STORE_-1205847147'), ('tmp_1436', u'INT_ADD_-1205847578'), ('tmp_1432', u'PTRSUB_-1205847058'), (u'INT_ADD_-1205847202', u'CAST_-1205846842'), ('const-16', u'INT_AND_-1205847414'), (u'CAST_-1205846933', u'STORE_-1205847447'), ('const-1', u'PTRADD_-1205847004'), ('const-2863311531', u'INT_MULT_-1205847489'), (u'CAST_-1205846859', u'STORE_-1205847277'), (u'INT_SRIGHT_-1205847529', u'SUBPIECE_-1205846973'), (u'MULTIEQUAL_-1205847010', u'INT_NOTEQUAL_-1205847406'), ('const-433', u'STORE_-1205847147'), (u'INT_ADD_-1205847660', u'CAST_-1205847018'), ('const-433', u'LOAD_-1205847572'), (u'CAST_-1205846958', u'LOAD_-1205847572'), ('const-8', u'PTRADD_-1205846980'), (u'CALL_-1205847220', u'INDIRECT_-1205846893'), (u'INT_ADD_-1205847264', u'STORE_-1205847279'), ('const-0', u'INT_EQUAL_-1205847454'), ('tmp_826', u'BRANCH_-1205847263'), ('const-80', u'INT_ADD_-1205847675'), (u'CALL_-1205847220', u'INDIRECT_-1205846888'), (u'MULTIEQUAL_-1205847028', u'INT_ADD_-1205847326'), (u'CAST_-1205846842', u'LOAD_-1205847218'), (u'INT_ADD_-1205847560', u'CAST_-1205846958'), (u'LOAD_-1205847572', u'INT_SUB_-1205847553'), ('const-88', u'INT_ADD_-1205847660'), ('tmp_1436', u'INT_ADD_-1205847675'), ('const-72', u'INT_ADD_-1205847560'), (u'PTRADD_-1205846992', u'STORE_-1205847130'), ('tmp_1433', u'CALL_-1205847701'), ('const-6', u'PTRADD_-1205847009'), ('const-2', u'PTRADD_-1205846993'), ('tmp_1436', u'INT_ADD_-1205847202'), (u'LOAD_-1205847379', u'INT_ADD_-1205847337'), ('const-433', u'LOAD_-1205847218'), ('const-4294967295', u'INT_ADD_-1205847274'), ('const-433', u'LOAD_-1205847691'), ('const-433', u'STORE_-1205847447'), (u'PTRADD_-1205847009', u'STORE_-1205847592'), (u'PTRSUB_-1205847058', u'CALL_-1205847220'), (u'INDIRECT_-1205847083', u'PIECE_-1205847045'), (u'SUBPIECE_-1205846973', u'INT_MULT_-1205847489'), ('const--72', u'PTRSUB_-1205847059'), (u'CAST_-1205846872', u'LOAD_-1205847282'), ('const-5749088', u'COPY_-1205846888'), ('const-5', u'PTRADD_-1205846980'), ('tmp_612', u'CBRANCH_-1205847380'), (u'COPY_-1205846888', u'CALL_-1205847195'), ('const-4', u'PTRADD_-1205846981'), ('const-433', u'LOAD_-1205847379'), ('const-433', u'LOAD_-1205847282'), ('tmp_1860', u'CALL_-1205847701'), ('const-8', u'PTRADD_-1205846981'), ('tmp_866', u'BRANCH_-1205847210'), (u'MULTIEQUAL_-1205847184', u'CAST_-1205846957'), ('const-80', u'INT_ADD_-1205847578'), (u'MULTIEQUAL_-1205847028', u'INT_ADD_-1205847363'), (u'CALL_-1205847701', u'INDIRECT_-1205847083'), (u'PTRADD_-1205846993', u'STORE_-1205847131'), (u'INDIRECT_-1205847078', u'MULTIEQUAL_-1205847010'), (u'INT_ADD_-1205847452', u'CAST_-1205846940'), (u'LOAD_-1205847691', u'PTRADD_-1205846993'), (u'INT_ADD_-1205847220', u'CALL_-1205847220'), (u'INT_SUB_-1205847553', u'INT_SRIGHT_-1205847529'), (u'INDIRECT_-1205847074', u'PIECE_-1205847026'), (u'INT_SRIGHT_-1205847529', u'INT_LEFT_-1205847481'), ('const-5452676', u'COPY_-1205846889'), ('const-433', u'STORE_-1205847131'), (u'CALL_-1205847220', u'INDIRECT_-1205846880'), ('tmp_1814', u'CALL_-1205847701'), ('const-433', u'STORE_-1205847114'), (u'PTRADD_-1205846980', u'STORE_-1205847114'), ('tmp_1815', u'COPY_-1205847684'), ('const-72', u'INT_ADD_-1205847220'), (u'INT_EQUAL_-1205847454', u'CBRANCH_-1205847450')] | null | null | 003f3930 | x64 | O2 | (translation_unit "void FUN_003f3930(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)\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 undefined8 uStack_20;\n \n FUN_003d5600(&local_48,param_2,param_3,param_5,param_6,param_7);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n uStack_20 = param_8;\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_003f2c80(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = param_8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}\n\n" (function_definition "void FUN_003f3930(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)\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 undefined8 uStack_20;\n \n FUN_003d5600(&local_48,param_2,param_3,param_5,param_6,param_7);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n uStack_20 = param_8;\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_003f2c80(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = param_8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" primitive_type (function_declarator "FUN_003f3930(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)" ( (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) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier 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 undefined8 uStack_20;\n \n FUN_003d5600(&local_48,param_2,param_3,param_5,param_6,param_7);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n uStack_20 = param_8;\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_003f2c80(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = param_8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../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 ;) (declaration "undefined8 uStack_20;" type_identifier identifier ;) (expression_statement "FUN_003d5600(&local_48,param_2,param_3,param_5,param_6,param_7);" (call_expression "FUN_003d5600(&local_48,param_2,param_3,param_5,param_6,param_7)" identifier (argument_list "(&local_48,param_2,param_3,param_5,param_6,param_7)" ( (pointer_expression "&local_48" & identifier) , identifier , identifier , identifier , identifier , identifier ))) ;) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x50)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) (expression_statement "uStack_20 = param_8;" (assignment_expression "uStack_20 = param_8" identifier = identifier) ;) (if_statement "if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_003f2c80(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = param_8;\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_003f2c80(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }" { (expression_statement "FUN_003f2c80(param_1 + 0x48,puVar1,&local_48);" (call_expression "FUN_003f2c80(param_1 + 0x48,puVar1,&local_48)" identifier (argument_list "(param_1 + 0x48,puVar1,&local_48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) , identifier , (pointer_expression "&local_48" & identifier) ))) ;) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x50)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) }) (else_clause "else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = param_8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" else (compound_statement "{\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = param_8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" { (expression_statement "puVar2 = puVar1 + 6;" (assignment_expression "puVar2 = puVar1 + 6" identifier = (binary_expression "puVar1 + 6" identifier + number_literal)) ;) (expression_statement "*puVar1 = local_48;" (assignment_expression "*puVar1 = local_48" (pointer_expression "*puVar1" * identifier) = identifier) ;) (expression_statement "puVar1[1] = lStack_40;" (assignment_expression "puVar1[1] = lStack_40" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[2] = local_38;" (assignment_expression "puVar1[2] = local_38" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[3] = CONCAT17(bStack_29,uStack_30);" (assignment_expression "puVar1[3] = CONCAT17(bStack_29,uStack_30)" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = (call_expression "CONCAT17(bStack_29,uStack_30)" identifier (argument_list "(bStack_29,uStack_30)" ( identifier , identifier )))) ;) (expression_statement "puVar1[4] = CONCAT44(uStack_24,local_28);" (assignment_expression "puVar1[4] = CONCAT44(uStack_24,local_28)" (subscript_expression "puVar1[4]" identifier [ number_literal ]) = (call_expression "CONCAT44(uStack_24,local_28)" identifier (argument_list "(uStack_24,local_28)" ( identifier , identifier )))) ;) (expression_statement "puVar1[5] = param_8;" (assignment_expression "puVar1[5] = param_8" (subscript_expression "puVar1[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined8 **)(param_1 + 0x50) = puVar2;" (assignment_expression "*(undefined8 **)(param_1 + 0x50) = puVar2" (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) = identifier) ;) }))) (expression_statement "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;" (assignment_expression "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4" identifier = (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48) >> 4" (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48)" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) >> number_literal)) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" { (expression_statement "*(long *)(param_1 + 0x10) = lVar3 << 3;" (assignment_expression "*(long *)(param_1 + 0x10) = lVar3 << 3" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) = (binary_expression "lVar3 << 3" identifier << number_literal)) ;) (if_statement "if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" if (parenthesized_expression "((bStack_29 & 0x10) != 0)" ( (binary_expression "(bStack_29 & 0x10) != 0" (parenthesized_expression "(bStack_29 & 0x10)" ( (binary_expression "bStack_29 & 0x10" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" { (expression_statement "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;" (assignment_expression "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + number_literal)) ;) })) (if_statement "if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" if (parenthesized_expression "((local_28 != -4) && (lStack_40 != 0))" ( (binary_expression "(local_28 != -4) && (lStack_40 != 0)" (parenthesized_expression "(local_28 != -4)" ( (binary_expression "local_28 != -4" identifier != number_literal) )) && (parenthesized_expression "(lStack_40 != 0)" ( (binary_expression "lStack_40 != 0" identifier != number_literal) ))) )) (compound_statement "{\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" { (if_statement "if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }" if (parenthesized_expression "(*(int *)(lStack_40 + 0xa4) == 0)" ( (binary_expression "*(int *)(lStack_40 + 0xa4) == 0" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }" { (expression_statement "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;" (assignment_expression "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1" (pointer_expression "*(int *)(lStack_40 + 0xa0)" * (cast_expression "(int *)(lStack_40 + 0xa0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa0)" ( (binary_expression "lStack_40 + 0xa0" identifier + number_literal) )))) = (binary_expression "(int)lVar3 * -0x55555555 + -1" (binary_expression "(int)lVar3 * -0x55555555" (cast_expression "(int)lVar3" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal) + number_literal)) ;) })) (expression_statement "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;" (assignment_expression "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) = (binary_expression "*(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) + number_literal)) ;) })) (return_statement "return;" return ;) })) comment (expression_statement "FUN_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 ") ))) ;) }))) | (translation_unit "/* WARNING: Type propagation algorithm not settling */\n/* DWARF original prototype: void add_target_specific(Output_data_reloc<4,_false,_64,_false> * this,\n uint type, void * arg, Output_data * od, Sized_relobj<64,_false> * relobj, uint shndx, Address\n address, Addend addend) */\n\nvoid __thiscall\ngold::Output_data_reloc<4,_false,_64,_false>::add_target_specific\n (Output_data_reloc<4,_false,_64,_false> *this,uint type,void *arg,Output_data *od,\n Sized_relobj<64,_false> *relobj,uint shndx,Address address,Addend addend)\n\n{\n size_t *psVar1;\n uint uVar2;\n iterator __position;\n Output_reloc<4,_false,_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 Addend AStack_20;\n \n Output_reloc<9,_false,_64,_false>::Output_reloc\n ((Output_reloc<9,_false,_64,_false> *)&local_48,type,arg,relobj,shndx,address);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current)->rel_).u1_ = local_48;\n ((__position._M_current)->rel_).u2_.relobj = pSStack_40;\n ((__position._M_current)->rel_).address_ = local_38;\n *(ulong *)&((__position._M_current)->rel_).local_sym_index_ = CONCAT17(bStack_29,uStack_30);\n *(ulong *)&((__position._M_current)->rel_).shndx_ = CONCAT44(uStack_24,local_28);\n (__position._M_current)->addend_ = addend;\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish = pOVar3;\n }\n lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_start >> 4;\n if (((this->super_Output_data_reloc_base<4,_false,_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<4,_false,_64,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 << 3;\n if ((bStack_29 & 0x10) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<4,_false,_64,_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 * -0x55555555 - 1;\n }\n (pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}\n\n" comment comment (declaration "void __thiscall\ngold::Output_data_reloc<4,_false,_64,_false>::add_target_specific\n (Output_data_reloc<4,_false,_64,_false> *this,uint type,void *arg,Output_data *od,\n Sized_relobj<64,_false> *relobj,uint shndx,Address address,Addend addend)\n\n{\n size_t *psVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::" identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_false>::add_target_specific\n (Output_data_reloc<4,_false,_64,_false> *this,uint type,void *arg,Output_data *od,\n Sized_relobj<64,_false> *relobj,uint shndx,Address address,Addend addend)\n\n{\n size_t" identifier > : : (function_declarator "add_target_specific\n (Output_data_reloc<4,_false,_64,_false> *this,uint type,void *arg,Output_data *od,\n Sized_relobj<64,_false> *relobj,uint shndx,Address address,Addend addend)" identifier (parameter_list "(Output_data_reloc<4,_false,_64,_false> *this,uint type,void *arg,Output_data *od,\n Sized_relobj<64,_false> *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 "_64" type_identifier) , (parameter_declaration "_false> *this" type_identifier (ERROR ">" >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "void *arg" primitive_type (pointer_declarator "*arg" * identifier)) , (parameter_declaration "Output_data *od" type_identifier (pointer_declarator "*od" * 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) ))) { primitive_type) (pointer_declarator "*psVar1" * identifier) ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "iterator __position;" type_identifier identifier ;) (expression_statement "Output_reloc<4,_false,_64,_false> *pOVar3;" (update_expression "Output_reloc<4,_false,_64,_false> *pOVar3" (binary_expression "Output_reloc<4,_false,_64,_false> *pOVar3" (binary_expression "Output_reloc<4" identifier < number_literal) (ERROR ",_false,_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 ;) (declaration "Addend AStack_20;" type_identifier identifier ;) (expression_statement "Output_reloc<9,_false,_64,_false>::Output_reloc\n ((Output_reloc<9,_false,_64,_false> *)&local_48,type,arg,relobj,shndx,address);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current)->rel_).u1_ = local_48;" (assignment_expression "Output_reloc<9,_false,_64,_false>::Output_reloc\n ((Output_reloc<9,_false,_64,_false> *)&local_48,type,arg,relobj,shndx,address);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current)->rel_).u1_ = local_48" (field_expression "Output_reloc<9,_false,_64,_false>::Output_reloc\n ((Output_reloc<9,_false,_64,_false> *)&local_48,type,arg,relobj,shndx,address);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current)->rel_).u1_" (binary_expression "Output_reloc<9,_false,_64,_false>::Output_reloc\n ((Output_reloc<9,_false,_64,_false> *)&local_48,type,arg,relobj,shndx,address);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current)->rel_" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_false,_64,_false" , identifier , identifier , identifier) > (ERROR "::" : :) (field_expression "Output_reloc\n ((Output_reloc<9,_false,_64,_false> *)&local_48,type,arg,relobj,shndx,address);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current)->rel_" (call_expression "Output_reloc\n ((Output_reloc<9,_false,_64,_false> *)&local_48,type,arg,relobj,shndx,address);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current)" identifier (argument_list "((Output_reloc<9,_false,_64,_false> *)&local_48,type,arg,relobj,shndx,address);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_end_of_storage) {\n std::\n vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;\n }\n else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current)" ( (binary_expression "(Output_reloc<9,_false,_64,_false> *)&local_48,type,arg,relobj,shndx,address);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4" (assignment_expression "(Output_reloc<9,_false,_64,_false> *)&local_48,type,arg,relobj,shndx,address);\n __position._M_current =\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(Output_reloc<9,_false,_64,_false> *)&local_48,type,arg,relobj,shndx,address);\n __position._M_current" (parenthesized_expression "(Output_reloc<9,_false,_64,_false> *)&local_48,type,arg,relobj,shndx,address)" ( (comma_expression "Output_reloc<9,_false,_64,_false> *)&local_48,type,arg,relobj,shndx,address" (binary_expression "Output_reloc<9" identifier < number_literal) , (comma_expression "_false,_64,_false> *)&local_48,type,arg,relobj,shndx,address" identifier , (comma_expression "_64,_false> *)&local_48,type,arg,relobj,shndx,address" identifier , (comma_expression "_false> *)&local_48,type,arg,relobj,shndx,address" (binary_expression "_false> *)&local_48" identifier > (pointer_expression "*)&local_48" * (ERROR ")" )) (pointer_expression "&local_48" & identifier))) , (comma_expression "type,arg,relobj,shndx,address" identifier , (comma_expression "arg,relobj,shndx,address" identifier , (comma_expression "relobj,shndx,address" identifier , (comma_expression "shndx,address" identifier , identifier)))))))) )) (ERROR ";\n __position" ; identifier) . field_identifier) = (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_false" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_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<4" identifier < number_literal) , identifier , identifier , (ERROR "_false>_>_>\n ._M_impl._M_finish;\n AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_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) ; (call_expression "AStack_20 = addend;\n if (__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_end_of_storage)" (assignment_expression "AStack_20 = addend" identifier = identifier) (ERROR ";\n if" ; if) (argument_list "(__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_end_of_storage)" ( (binary_expression "__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4" (binary_expression "__position._M_current ==\n (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold" (field_expression "__position._M_current" identifier . field_identifier) == (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_false" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_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<4" 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) )))) (compound_statement "{\n std::\n vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48);\n pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;\n }" { (labeled_statement "std::\n vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48);" statement_identifier (ERROR "::\n vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ::_M_realloc_insert<const_gold:" : : (binary_expression "vector<gold" identifier < identifier) : : (comma_expression "Output_reloc<4,_false,_64,_false>,_std" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_false,_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<4,_false,_64,_false>_>_>\n ::_M_realloc_insert<const_gold" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_false,_64,_false>_>_>\n ::_M_realloc_insert<const_gold" identifier , (comma_expression "_64,_false>_>_>\n ::_M_realloc_insert<const_gold" identifier , (binary_expression "_false>_>_>\n ::_M_realloc_insert<const_gold" (binary_expression "_false>_>_>\n ::_M_realloc_insert" (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier) > (ERROR "::" : :) identifier) < identifier)))) :) : (expression_statement "Output_reloc<4,_false,_64,_false>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48);" (comma_expression "Output_reloc<4,_false,_64,_false>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48)" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_false,_64,_false>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48)" identifier , (comma_expression "_64,_false>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48)" identifier , (binary_expression "_false>&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48)" identifier > (pointer_expression "&>\n (&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48)" & (ERROR ">" >) (parenthesized_expression "(&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48)" ( (comma_expression "&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_,__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48" (pointer_expression "&(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_" & (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_false" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_false" identifier , (comma_expression "_64,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier)) , (comma_expression "__position,\n (Output_reloc<4,_false,_64,_false> *)&local_48" identifier , (binary_expression "(Output_reloc<4,_false,_64,_false> *)&local_48" (parenthesized_expression "(Output_reloc<4,_false,_64,_false> *)" ( (comma_expression "Output_reloc<4,_false,_64,_false> *" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_false,_64,_false> *" identifier , (comma_expression "_64,_false> *" identifier , (binary_expression "_false> *" identifier > (pointer_expression "*" * identifier))))) )) & identifier))) ))))))) ;)) (ERROR "pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::" (comma_expression "pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std" (binary_expression "pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4" (assignment_expression "pOVar3 = (this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold" identifier = (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_false" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_false" identifier , (comma_expression "_64,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier)) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_false,_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<4,_false,_64,_false>_>_>\n ._M_impl._M_finish;" (comma_expression "Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_false,_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)))) ;) }) (ERROR "else {\n pOVar3 = __position._M_current + 1;\n ((__position._M_current" else { identifier = identifier . identifier + number_literal ; ( ( identifier . identifier) ))) -> field_identifier)) (ERROR ")" )) . field_identifier) = identifier) ;) (expression_statement "((__position._M_current)->rel_).u2_.relobj = pSStack_40;" (assignment_expression "((__position._M_current)->rel_).u2_.relobj = pSStack_40" (field_expression "((__position._M_current)->rel_).u2_.relobj" (field_expression "((__position._M_current)->rel_).u2_" (parenthesized_expression "((__position._M_current)->rel_)" ( (field_expression "(__position._M_current)->rel_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "((__position._M_current)->rel_).address_ = local_38;" (assignment_expression "((__position._M_current)->rel_).address_ = local_38" (field_expression "((__position._M_current)->rel_).address_" (parenthesized_expression "((__position._M_current)->rel_)" ( (field_expression "(__position._M_current)->rel_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "*(ulong *)&((__position._M_current)->rel_).local_sym_index_ = CONCAT17(bStack_29,uStack_30);" (assignment_expression "*(ulong *)&((__position._M_current)->rel_).local_sym_index_ = CONCAT17(bStack_29,uStack_30)" (pointer_expression "*(ulong *)&((__position._M_current)->rel_).local_sym_index_" * (cast_expression "(ulong *)&((__position._M_current)->rel_).local_sym_index_" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&((__position._M_current)->rel_).local_sym_index_" & (field_expression "((__position._M_current)->rel_).local_sym_index_" (parenthesized_expression "((__position._M_current)->rel_)" ( (field_expression "(__position._M_current)->rel_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier)))) = (call_expression "CONCAT17(bStack_29,uStack_30)" identifier (argument_list "(bStack_29,uStack_30)" ( identifier , identifier )))) ;) (expression_statement "*(ulong *)&((__position._M_current)->rel_).shndx_ = CONCAT44(uStack_24,local_28);" (assignment_expression "*(ulong *)&((__position._M_current)->rel_).shndx_ = CONCAT44(uStack_24,local_28)" (pointer_expression "*(ulong *)&((__position._M_current)->rel_).shndx_" * (cast_expression "(ulong *)&((__position._M_current)->rel_).shndx_" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&((__position._M_current)->rel_).shndx_" & (field_expression "((__position._M_current)->rel_).shndx_" (parenthesized_expression "((__position._M_current)->rel_)" ( (field_expression "(__position._M_current)->rel_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier)))) = (call_expression "CONCAT44(uStack_24,local_28)" identifier (argument_list "(uStack_24,local_28)" ( identifier , identifier )))) ;) (expression_statement "(__position._M_current)->addend_ = addend;" (assignment_expression "(__position._M_current)->addend_ = addend" (field_expression "(__position._M_current)->addend_" (parenthesized_expression "(__position._M_current)" ( (field_expression "__position._M_current" identifier . field_identifier) )) -> field_identifier) = identifier) ;) (expression_statement "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish = pOVar3;" (assignment_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish = pOVar3" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_finish" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl" (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_" (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_" (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4" (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold" (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std" (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4" (binary_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_false" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_false" identifier , (comma_expression "_64,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) (ERROR ",_false,_64,_false" , identifier , identifier , identifier) > (ERROR "," ,) identifier) (ERROR "::allocator" : : identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) (ERROR ",_false,_64,_false" , identifier , identifier , identifier) > identifier) > identifier) (ERROR ">" >) . field_identifier) . field_identifier) = identifier) ;) (ERROR "}\n lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold::Output_reloc<4," } (assignment_expression "lVar4 = (long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold" identifier = (binary_expression "(long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base<gold" (binary_expression "(long)pOVar3 -\n (long)(this->super_Output_data_reloc_base<4,_false,_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<4,_false,_64,_false>).relocs_.\n super__Vector_base" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_.\n super__Vector_base" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).relocs_" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_false" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_false" identifier , (comma_expression "_64,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier))) < identifier)) : : (binary_expression "Output_reloc<4" identifier < number_literal) ,) (declaration "_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n ._M_impl._M_start >> 4;" type_identifier (ERROR "," ,) identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<gold::" identifier : : identifier < identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_false>_>_>\n ._M_impl." identifier > identifier > identifier > . identifier .) identifier (ERROR ">> 4" >> number_literal) ;) (if_statement "if (((this->super_Output_data_reloc_base<4,_false,_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<4,_false,_64,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 << 3;\n if ((bStack_29 & 0x10) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<4,_false,_64,_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 * -0x55555555 - 1;\n }\n (pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }" if (parenthesized_expression "(((this->super_Output_data_reloc_base<4,_false,_64,_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<4,_false,_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<4,_false,_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<4,_false,_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<4,_false,_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<4,_false,_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<4,_false,_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<4,_false,_64,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_false" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_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<4,_false,_64,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 << 3;\n if ((bStack_29 & 0x10) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<4,_false,_64,_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 * -0x55555555 - 1;\n }\n (pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }\n return;\n }" { (expression_statement "(this->super_Output_data_reloc_base<4,_false,_64,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 << 3;" (assignment_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =\n lVar4 << 3" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_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<4,_false,_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<4,_false,_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<4,_false,_64,_false>).super_Output_data_reloc_generic.\n super_Output_section_data_build" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_false" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_false" identifier , (comma_expression "_64,_false" identifier , identifier))) (ERROR ">" >) )) . field_identifier) . field_identifier) . field_identifier) . field_identifier) . field_identifier) = (binary_expression "lVar4 << 3" identifier << number_literal)) ;) (if_statement "if ((bStack_29 & 0x10) != 0) {\n psVar1 = &(this->super_Output_data_reloc_base<4,_false,_64,_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<4,_false,_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<4,_false,_64,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_;" (assignment_expression "psVar1 = &(this->super_Output_data_reloc_base<4,_false,_64,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_" identifier = (pointer_expression "&(this->super_Output_data_reloc_base<4,_false,_64,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_" & (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).\n super_Output_data_reloc_generic.relative_reloc_count_" (field_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>).\n super_Output_data_reloc_generic" (parenthesized_expression "(this->super_Output_data_reloc_base<4,_false,_64,_false>)" ( (comma_expression "this->super_Output_data_reloc_base<4,_false,_64,_false" (binary_expression "this->super_Output_data_reloc_base<4" (field_expression "this->super_Output_data_reloc_base" identifier -> field_identifier) < number_literal) , (comma_expression "_false,_64,_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 * -0x55555555 - 1;\n }\n (pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }" if (parenthesized_expression "((local_28 != -4) && (pSStack_40 != (Sized_relobj<64,_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 * -0x55555555 - 1;\n }\n (pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;\n }" { (expression_statement "uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_;" (assignment_expression "uVar2 = (pSStack_40->super_Relobj).dyn_reloc_count_" identifier = (field_expression "(pSStack_40->super_Relobj).dyn_reloc_count_" (parenthesized_expression "(pSStack_40->super_Relobj)" ( (field_expression "pSStack_40->super_Relobj" identifier -> field_identifier) )) . field_identifier)) ;) (if_statement "if (uVar2 == 0) {\n (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x55555555 - 1;\n }" if (parenthesized_expression "(uVar2 == 0)" ( (binary_expression "uVar2 == 0" identifier == number_literal) )) (compound_statement "{\n (pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x55555555 - 1;\n }" { (expression_statement "(pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x55555555 - 1;" (assignment_expression "(pSStack_40->super_Relobj).first_dyn_reloc_ = (int)lVar4 * -0x55555555 - 1" (field_expression "(pSStack_40->super_Relobj).first_dyn_reloc_" (parenthesized_expression "(pSStack_40->super_Relobj)" ( (field_expression "pSStack_40->super_Relobj" identifier -> field_identifier) )) . field_identifier) = (binary_expression "(int)lVar4 * -0x55555555 - 1" (binary_expression "(int)lVar4 * -0x55555555" (cast_expression "(int)lVar4" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal) - number_literal)) ;) })) (expression_statement "(pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1;" (assignment_expression "(pSStack_40->super_Relobj).dyn_reloc_count_ = uVar2 + 1" (field_expression "(pSStack_40->super_Relobj).dyn_reloc_count_" (parenthesized_expression "(pSStack_40->super_Relobj)" ( (field_expression "pSStack_40->super_Relobj" identifier -> field_identifier) )) . field_identifier) = (binary_expression "uVar2 + 1" identifier + number_literal)) ;) })) (return_statement "return;" return ;) })) comment (expression_statement "do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child");" (call_expression "do_gold_unreachable("../../gold/output.h",0x231,"set_current_data_size_for_child")" identifier (argument_list "("../../gold/output.h",0x231,"set_current_data_size_for_child")" ( (string_literal ""../../gold/output.h"" " string_content ") , number_literal , (string_literal ""set_current_data_size_for_child"" " string_content ") ))) ;) (ERROR "}" })) | (translation_unit "void FUN_003f3930(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)\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 undefined8 uStack_20;\n \n FUN_003d5600(&local_48,param_2,param_3,param_5,param_6,param_7);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n uStack_20 = param_8;\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_003f2c80(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = param_8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}\n\n" (function_definition "void FUN_003f3930(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)\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 undefined8 uStack_20;\n \n FUN_003d5600(&local_48,param_2,param_3,param_5,param_6,param_7);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n uStack_20 = param_8;\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_003f2c80(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = param_8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" primitive_type (function_declarator "FUN_003f3930(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)" identifier (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)" ( (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) , (parameter_declaration "undefined4 param_6" type_identifier identifier) , (parameter_declaration "undefined8 param_7" type_identifier identifier) , (parameter_declaration "undefined8 param_8" type_identifier 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 undefined8 uStack_20;\n \n FUN_003d5600(&local_48,param_2,param_3,param_5,param_6,param_7);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n uStack_20 = param_8;\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_003f2c80(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = param_8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_00352af0("../../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 ;) (declaration "undefined8 uStack_20;" type_identifier identifier ;) (expression_statement "FUN_003d5600(&local_48,param_2,param_3,param_5,param_6,param_7);" (call_expression "FUN_003d5600(&local_48,param_2,param_3,param_5,param_6,param_7)" identifier (argument_list "(&local_48,param_2,param_3,param_5,param_6,param_7)" ( (pointer_expression "&local_48" & identifier) , identifier , identifier , identifier , identifier , identifier ))) ;) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x50)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) (expression_statement "uStack_20 = param_8;" (assignment_expression "uStack_20 = param_8" identifier = identifier) ;) (if_statement "if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_003f2c80(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = param_8;\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_003f2c80(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }" { (expression_statement "FUN_003f2c80(param_1 + 0x48,puVar1,&local_48);" (call_expression "FUN_003f2c80(param_1 + 0x48,puVar1,&local_48)" identifier (argument_list "(param_1 + 0x48,puVar1,&local_48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) , identifier , (pointer_expression "&local_48" & identifier) ))) ;) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x50)" identifier = (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) ))))) ;) }) (else_clause "else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = param_8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" else (compound_statement "{\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = param_8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" { (expression_statement "puVar2 = puVar1 + 6;" (assignment_expression "puVar2 = puVar1 + 6" identifier = (binary_expression "puVar1 + 6" identifier + number_literal)) ;) (expression_statement "*puVar1 = local_48;" (assignment_expression "*puVar1 = local_48" (pointer_expression "*puVar1" * identifier) = identifier) ;) (expression_statement "puVar1[1] = lStack_40;" (assignment_expression "puVar1[1] = lStack_40" (subscript_expression "puVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[2] = local_38;" (assignment_expression "puVar1[2] = local_38" (subscript_expression "puVar1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar1[3] = CONCAT17(bStack_29,uStack_30);" (assignment_expression "puVar1[3] = CONCAT17(bStack_29,uStack_30)" (subscript_expression "puVar1[3]" identifier [ number_literal ]) = (call_expression "CONCAT17(bStack_29,uStack_30)" identifier (argument_list "(bStack_29,uStack_30)" ( identifier , identifier )))) ;) (expression_statement "puVar1[4] = CONCAT44(uStack_24,local_28);" (assignment_expression "puVar1[4] = CONCAT44(uStack_24,local_28)" (subscript_expression "puVar1[4]" identifier [ number_literal ]) = (call_expression "CONCAT44(uStack_24,local_28)" identifier (argument_list "(uStack_24,local_28)" ( identifier , identifier )))) ;) (expression_statement "puVar1[5] = param_8;" (assignment_expression "puVar1[5] = param_8" (subscript_expression "puVar1[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined8 **)(param_1 + 0x50) = puVar2;" (assignment_expression "*(undefined8 **)(param_1 + 0x50) = puVar2" (pointer_expression "*(undefined8 **)(param_1 + 0x50)" * (cast_expression "(undefined8 **)(param_1 + 0x50)" ( (type_descriptor "undefined8 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 0x50)" ( (binary_expression "param_1 + 0x50" identifier + number_literal) )))) = identifier) ;) }))) (expression_statement "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;" (assignment_expression "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4" identifier = (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48) >> 4" (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48)" (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (pointer_expression "*(long *)(param_1 + 0x48)" * (cast_expression "(long *)(param_1 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x48)" ( (binary_expression "param_1 + 0x48" identifier + number_literal) ))))) >> number_literal)) ;) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" if (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" ( (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" ( (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" * (cast_expression "(byte *)(param_1 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) & number_literal) )) == number_literal) )) (compound_statement "{\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" { (expression_statement "*(long *)(param_1 + 0x10) = lVar3 << 3;" (assignment_expression "*(long *)(param_1 + 0x10) = lVar3 << 3" (pointer_expression "*(long *)(param_1 + 0x10)" * (cast_expression "(long *)(param_1 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x10)" ( (binary_expression "param_1 + 0x10" identifier + number_literal) )))) = (binary_expression "lVar3 << 3" identifier << number_literal)) ;) (if_statement "if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" if (parenthesized_expression "((bStack_29 & 0x10) != 0)" ( (binary_expression "(bStack_29 & 0x10) != 0" (parenthesized_expression "(bStack_29 & 0x10)" ( (binary_expression "bStack_29 & 0x10" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" { (expression_statement "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;" (assignment_expression "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) = (binary_expression "*(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" * (cast_expression "(long *)(param_1 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x38)" ( (binary_expression "param_1 + 0x38" identifier + number_literal) )))) + number_literal)) ;) })) (if_statement "if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" if (parenthesized_expression "((local_28 != -4) && (lStack_40 != 0))" ( (binary_expression "(local_28 != -4) && (lStack_40 != 0)" (parenthesized_expression "(local_28 != -4)" ( (binary_expression "local_28 != -4" identifier != number_literal) )) && (parenthesized_expression "(lStack_40 != 0)" ( (binary_expression "lStack_40 != 0" identifier != number_literal) ))) )) (compound_statement "{\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" { (if_statement "if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }" if (parenthesized_expression "(*(int *)(lStack_40 + 0xa4) == 0)" ( (binary_expression "*(int *)(lStack_40 + 0xa4) == 0" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }" { (expression_statement "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;" (assignment_expression "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1" (pointer_expression "*(int *)(lStack_40 + 0xa0)" * (cast_expression "(int *)(lStack_40 + 0xa0)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa0)" ( (binary_expression "lStack_40 + 0xa0" identifier + number_literal) )))) = (binary_expression "(int)lVar3 * -0x55555555 + -1" (binary_expression "(int)lVar3 * -0x55555555" (cast_expression "(int)lVar3" ( (type_descriptor "int" primitive_type) ) identifier) * number_literal) + number_literal)) ;) })) (expression_statement "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;" (assignment_expression "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) = (binary_expression "*(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" * (cast_expression "(int *)(lStack_40 + 0xa4)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lStack_40 + 0xa4)" ( (binary_expression "lStack_40 + 0xa4" identifier + number_literal) )))) + number_literal)) ;) })) (return_statement "return;" return ;) })) (expression_statement "FUN_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 ") ))) ;) }))) | (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) , (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 ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , IDENT , IDENT , IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , IDENT , (pointer_expression & IDENT) ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (call_expression IDENT (argument_list ( IDENT , IDENT )))) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) }))) (expression_statement (assignment_expression IDENT = (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) - (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) >> LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) & LIT) )) == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression IDENT << LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT != LIT) )) && (parenthesized_expression ( (binary_expression IDENT != LIT) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (binary_expression (cast_expression ( (type_descriptor TYPE) ) IDENT) * LIT) + LIT)) ;) })) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT)) ;) })) (return_statement return ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) | (function_definition "void FUN_003f3930(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)\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 undefined8 uStack_20;\n \n FUN_003d5600(&local_48,param_2,param_3,param_5,param_6,param_7);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n uStack_20 = param_8;\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_003f2c80(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = param_8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");\n}" (primitive_type "void") (function_declarator "FUN_003f3930(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)" (identifier "FUN_003f3930") (parameter_list "(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,\n undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)" (( "(") (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")) (, ",") (parameter_declaration "undefined4 param_6" (type_identifier "undefined4") (identifier "param_6")) (, ",") (parameter_declaration "undefined8 param_7" (type_identifier "undefined8") (identifier "param_7")) (, ",") (parameter_declaration "undefined8 param_8" (type_identifier "undefined8") (identifier "param_8")) () ")"))) (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 undefined8 uStack_20;\n \n FUN_003d5600(&local_48,param_2,param_3,param_5,param_6,param_7);\n puVar1 = *(undefined8 **)(param_1 + 0x50);\n uStack_20 = param_8;\n if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_003f2c80(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = param_8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }\n lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;\n if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }\n \n FUN_00352af0("../../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") (; ";")) (declaration "undefined8 uStack_20;" (type_identifier "undefined8") (identifier "uStack_20") (; ";")) (expression_statement "FUN_003d5600(&local_48,param_2,param_3,param_5,param_6,param_7);" (call_expression "FUN_003d5600(&local_48,param_2,param_3,param_5,param_6,param_7)" (identifier "FUN_003d5600") (argument_list "(&local_48,param_2,param_3,param_5,param_6,param_7)" (( "(") (pointer_expression "&local_48" (& "&") (identifier "local_48")) (, ",") (identifier "param_2") (, ",") (identifier "param_3") (, ",") (identifier "param_5") (, ",") (identifier "param_6") (, ",") (identifier "param_7") () ")"))) (; ";")) (expression_statement "puVar1 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar1 = *(undefined8 **)(param_1 + 0x50)" (identifier "puVar1") (= "=") (pointer_expression "*(undefined8 **)(param_1 + 0x50)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x50)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")"))))) (; ";")) (expression_statement "uStack_20 = param_8;" (assignment_expression "uStack_20 = param_8" (identifier "uStack_20") (= "=") (identifier "param_8")) (; ";")) (if_statement "if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {\n FUN_003f2c80(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }\n else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = param_8;\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_003f2c80(param_1 + 0x48,puVar1,&local_48);\n puVar2 = *(undefined8 **)(param_1 + 0x50);\n }" ({ "{") (expression_statement "FUN_003f2c80(param_1 + 0x48,puVar1,&local_48);" (call_expression "FUN_003f2c80(param_1 + 0x48,puVar1,&local_48)" (identifier "FUN_003f2c80") (argument_list "(param_1 + 0x48,puVar1,&local_48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) (, ",") (identifier "puVar1") (, ",") (pointer_expression "&local_48" (& "&") (identifier "local_48")) () ")"))) (; ";")) (expression_statement "puVar2 = *(undefined8 **)(param_1 + 0x50);" (assignment_expression "puVar2 = *(undefined8 **)(param_1 + 0x50)" (identifier "puVar2") (= "=") (pointer_expression "*(undefined8 **)(param_1 + 0x50)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x50)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")"))))) (; ";")) (} "}")) (else_clause "else {\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = param_8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" (else "else") (compound_statement "{\n puVar2 = puVar1 + 6;\n *puVar1 = local_48;\n puVar1[1] = lStack_40;\n puVar1[2] = local_38;\n puVar1[3] = CONCAT17(bStack_29,uStack_30);\n puVar1[4] = CONCAT44(uStack_24,local_28);\n puVar1[5] = param_8;\n *(undefined8 **)(param_1 + 0x50) = puVar2;\n }" ({ "{") (expression_statement "puVar2 = puVar1 + 6;" (assignment_expression "puVar2 = puVar1 + 6" (identifier "puVar2") (= "=") (binary_expression "puVar1 + 6" (identifier "puVar1") (+ "+") (number_literal "6"))) (; ";")) (expression_statement "*puVar1 = local_48;" (assignment_expression "*puVar1 = local_48" (pointer_expression "*puVar1" (* "*") (identifier "puVar1")) (= "=") (identifier "local_48")) (; ";")) (expression_statement "puVar1[1] = lStack_40;" (assignment_expression "puVar1[1] = lStack_40" (subscript_expression "puVar1[1]" (identifier "puVar1") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "lStack_40")) (; ";")) (expression_statement "puVar1[2] = local_38;" (assignment_expression "puVar1[2] = local_38" (subscript_expression "puVar1[2]" (identifier "puVar1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "local_38")) (; ";")) (expression_statement "puVar1[3] = CONCAT17(bStack_29,uStack_30);" (assignment_expression "puVar1[3] = CONCAT17(bStack_29,uStack_30)" (subscript_expression "puVar1[3]" (identifier "puVar1") ([ "[") (number_literal "3") (] "]")) (= "=") (call_expression "CONCAT17(bStack_29,uStack_30)" (identifier "CONCAT17") (argument_list "(bStack_29,uStack_30)" (( "(") (identifier "bStack_29") (, ",") (identifier "uStack_30") () ")")))) (; ";")) (expression_statement "puVar1[4] = CONCAT44(uStack_24,local_28);" (assignment_expression "puVar1[4] = CONCAT44(uStack_24,local_28)" (subscript_expression "puVar1[4]" (identifier "puVar1") ([ "[") (number_literal "4") (] "]")) (= "=") (call_expression "CONCAT44(uStack_24,local_28)" (identifier "CONCAT44") (argument_list "(uStack_24,local_28)" (( "(") (identifier "uStack_24") (, ",") (identifier "local_28") () ")")))) (; ";")) (expression_statement "puVar1[5] = param_8;" (assignment_expression "puVar1[5] = param_8" (subscript_expression "puVar1[5]" (identifier "puVar1") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "param_8")) (; ";")) (expression_statement "*(undefined8 **)(param_1 + 0x50) = puVar2;" (assignment_expression "*(undefined8 **)(param_1 + 0x50) = puVar2" (pointer_expression "*(undefined8 **)(param_1 + 0x50)" (* "*") (cast_expression "(undefined8 **)(param_1 + 0x50)" (( "(") (type_descriptor "undefined8 **" (type_identifier "undefined8") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 0x50)" (( "(") (binary_expression "param_1 + 0x50" (identifier "param_1") (+ "+") (number_literal "0x50")) () ")")))) (= "=") (identifier "puVar2")) (; ";")) (} "}")))) (expression_statement "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;" (assignment_expression "lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4" (identifier "lVar3") (= "=") (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48) >> 4" (binary_expression "(long)puVar2 - *(long *)(param_1 + 0x48)" (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2")) (- "-") (pointer_expression "*(long *)(param_1 + 0x48)" (* "*") (cast_expression "(long *)(param_1 + 0x48)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x48)" (( "(") (binary_expression "param_1 + 0x48" (identifier "param_1") (+ "+") (number_literal "0x48")) () ")"))))) (>> ">>") (number_literal "4"))) (; ";")) (if_statement "if ((*(byte *)(param_1 + 0x20) & 2) == 0) {\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" (if "if") (parenthesized_expression "((*(byte *)(param_1 + 0x20) & 2) == 0)" (( "(") (binary_expression "(*(byte *)(param_1 + 0x20) & 2) == 0" (parenthesized_expression "(*(byte *)(param_1 + 0x20) & 2)" (( "(") (binary_expression "*(byte *)(param_1 + 0x20) & 2" (pointer_expression "*(byte *)(param_1 + 0x20)" (* "*") (cast_expression "(byte *)(param_1 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (& "&") (number_literal "2")) () ")")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(long *)(param_1 + 0x10) = lVar3 << 3;\n if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }\n if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }\n return;\n }" ({ "{") (expression_statement "*(long *)(param_1 + 0x10) = lVar3 << 3;" (assignment_expression "*(long *)(param_1 + 0x10) = lVar3 << 3" (pointer_expression "*(long *)(param_1 + 0x10)" (* "*") (cast_expression "(long *)(param_1 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x10)" (( "(") (binary_expression "param_1 + 0x10" (identifier "param_1") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (binary_expression "lVar3 << 3" (identifier "lVar3") (<< "<<") (number_literal "3"))) (; ";")) (if_statement "if ((bStack_29 & 0x10) != 0) {\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" (if "if") (parenthesized_expression "((bStack_29 & 0x10) != 0)" (( "(") (binary_expression "(bStack_29 & 0x10) != 0" (parenthesized_expression "(bStack_29 & 0x10)" (( "(") (binary_expression "bStack_29 & 0x10" (identifier "bStack_29") (& "&") (number_literal "0x10")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n *(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;\n }" ({ "{") (expression_statement "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;" (assignment_expression "*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" (* "*") (cast_expression "(long *)(param_1 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (binary_expression "*(long *)(param_1 + 0x38) + 1" (pointer_expression "*(long *)(param_1 + 0x38)" (* "*") (cast_expression "(long *)(param_1 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x38)" (( "(") (binary_expression "param_1 + 0x38" (identifier "param_1") (+ "+") (number_literal "0x38")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (if_statement "if ((local_28 != -4) && (lStack_40 != 0)) {\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" (if "if") (parenthesized_expression "((local_28 != -4) && (lStack_40 != 0))" (( "(") (binary_expression "(local_28 != -4) && (lStack_40 != 0)" (parenthesized_expression "(local_28 != -4)" (( "(") (binary_expression "local_28 != -4" (identifier "local_28") (!= "!=") (number_literal "-4")) () ")")) (&& "&&") (parenthesized_expression "(lStack_40 != 0)" (( "(") (binary_expression "lStack_40 != 0" (identifier "lStack_40") (!= "!=") (number_literal "0")) () ")"))) () ")")) (compound_statement "{\n if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }\n *(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;\n }" ({ "{") (if_statement "if (*(int *)(lStack_40 + 0xa4) == 0) {\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }" (if "if") (parenthesized_expression "(*(int *)(lStack_40 + 0xa4) == 0)" (( "(") (binary_expression "*(int *)(lStack_40 + 0xa4) == 0" (pointer_expression "*(int *)(lStack_40 + 0xa4)" (* "*") (cast_expression "(int *)(lStack_40 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lStack_40 + 0xa4)" (( "(") (binary_expression "lStack_40 + 0xa4" (identifier "lStack_40") (+ "+") (number_literal "0xa4")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n *(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;\n }" ({ "{") (expression_statement "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;" (assignment_expression "*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1" (pointer_expression "*(int *)(lStack_40 + 0xa0)" (* "*") (cast_expression "(int *)(lStack_40 + 0xa0)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lStack_40 + 0xa0)" (( "(") (binary_expression "lStack_40 + 0xa0" (identifier "lStack_40") (+ "+") (number_literal "0xa0")) () ")")))) (= "=") (binary_expression "(int)lVar3 * -0x55555555 + -1" (binary_expression "(int)lVar3 * -0x55555555" (cast_expression "(int)lVar3" (( "(") (type_descriptor "int" (primitive_type "int")) () ")") (identifier "lVar3")) (* "*") (number_literal "-0x55555555")) (+ "+") (number_literal "-1"))) (; ";")) (} "}"))) (expression_statement "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;" (assignment_expression "*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" (* "*") (cast_expression "(int *)(lStack_40 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lStack_40 + 0xa4)" (( "(") (binary_expression "lStack_40 + 0xa4" (identifier "lStack_40") (+ "+") (number_literal "0xa4")) () ")")))) (= "=") (binary_expression "*(int *)(lStack_40 + 0xa4) + 1" (pointer_expression "*(int *)(lStack_40 + 0xa4)" (* "*") (cast_expression "(int *)(lStack_40 + 0xa4)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lStack_40 + 0xa4)" (( "(") (binary_expression "lStack_40 + 0xa4" (identifier "lStack_40") (+ "+") (number_literal "0xa4")) () ")")))) (+ "+") (number_literal "1"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) (expression_statement "FUN_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") (" """)) () ")"))) (; ";")) (} "}"))) |
/* WARNING: Type propagation algorithm not settling */
/* DWARF original prototype: void add_target_specific(Output_data_reloc<4,_false,_64,_false> * this,
uint type, void * arg, Output_data * od, Sized_relobj<64,_false> * relobj, uint shndx, Address
address, Addend addend) */
void __thiscall
var_4::Output_data_reloc<4,var_3,_64,var_3>::add_target_specific
(Output_data_reloc<4,var_3,_64,var_3> *this,type_1 type,void *arg,Output_data *od,
var_2<64,var_3> *relobj,type_1 shndx,type_4 address,type_8 addend)
{
size_t *psVar1;
type_1 var_14;
type_2 __position;
var_1<4,var_3,_64,var_3> *pOVar3;
long var_10;
type_3 var_5;
var_2<64,var_3> *var_13;
type_4 local_38;
type_5 uStack_30;
type_6 var_11;
int var_12;
type_7 uStack_24;
type_8 AStack_20;
var_1<9,var_3,_64,var_3>::var_1
((var_1<9,var_3,_64,var_3> *)&var_5,type,arg,relobj,shndx,address);
__position._M_current =
(this->super_Output_data_reloc_base<4,var_3,_64,var_3>).relocs_.
super__Vector_base<var_4::var_1<4,var_3,_64,var_3>,var_9::allocator<var_4::var_1<4,var_3,_64,var_3>var_6>var_6>
._M_impl._M_finish;
AStack_20 = addend;
if (__position._M_current ==
(this->super_Output_data_reloc_base<4,var_3,_64,var_3>).relocs_.
super__Vector_base<var_4::var_1<4,var_3,_64,var_3>,var_9::allocator<var_4::var_1<4,var_3,_64,var_3>var_6>var_6>
._M_impl._M_end_of_storage) {
std::
vector<var_4::var_1<4,var_3,_64,var_3>,var_9::allocator<var_4::var_1<4,var_3,_64,var_3>var_6>var_6>
::_M_realloc_insert<const_gold::var_1<4,var_3,_64,var_3>&>
(&(this->super_Output_data_reloc_base<4,var_3,_64,var_3>).relocs_,__position,
(var_1<4,var_3,_64,var_3> *)&var_5);
pOVar3 = (this->super_Output_data_reloc_base<4,var_3,_64,var_3>).relocs_.
super__Vector_base<var_4::var_1<4,var_3,_64,var_3>,var_9::allocator<var_4::var_1<4,var_3,_64,var_3>var_6>var_6>
._M_impl._M_finish;
}
else {
pOVar3 = __position._M_current + 1;
((__position._M_current)->rel_).u1_ = var_5;
((__position._M_current)->rel_).u2_.relobj = var_13;
((__position._M_current)->rel_).address_ = local_38;
*(type_9 *)&((__position._M_current)->rel_).local_sym_index_ = var_7(var_11,uStack_30);
*(type_9 *)&((__position._M_current)->rel_).shndx_ = var_8(uStack_24,var_12);
(__position._M_current)->addend_ = addend;
(this->super_Output_data_reloc_base<4,var_3,_64,var_3>).relocs_.
super__Vector_base<var_4::var_1<4,var_3,_64,var_3>,var_9::allocator<var_4::var_1<4,var_3,_64,var_3>var_6>var_6>
._M_impl._M_finish = pOVar3;
}
var_10 = (long)pOVar3 -
(long)(this->super_Output_data_reloc_base<4,var_3,_64,var_3>).relocs_.
super__Vector_base<var_4::var_1<4,var_3,_64,var_3>,var_9::allocator<var_4::var_1<4,var_3,_64,var_3>var_6>var_6>
._M_impl._M_start >> 4;
if (((this->super_Output_data_reloc_base<4,var_3,_64,var_3>).super_Output_data_reloc_generic.
super_Output_section_data_build.super_Output_section_data.super_Output_data.field_0x20 & 2)
== 0) {
(this->super_Output_data_reloc_base<4,var_3,_64,var_3>).super_Output_data_reloc_generic.
super_Output_section_data_build.super_Output_section_data.super_Output_data.data_size_ =
var_10 << 3;
if ((var_11 & 0x10) != 0) {
psVar1 = &(this->super_Output_data_reloc_base<4,var_3,_64,var_3>).
super_Output_data_reloc_generic.relative_reloc_count_;
*psVar1 = *psVar1 + 1;
}
if ((var_12 != -4) && (var_13 != (var_2<64,var_3> *)0x0)) {
var_14 = (var_13->super_Relobj).dyn_reloc_count_;
if (var_14 == 0) {
(var_13->super_Relobj).first_dyn_reloc_ = (int)var_10 * -0x55555555 - 1;
}
(var_13->super_Relobj).dyn_reloc_count_ = var_14 + 1;
}
return;
}
/* WARNING: Subroutine does not return */
var_15("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (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: (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)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (identifier) (identifier) (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (identifier) (pointer_expression argument: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier)) right: (number_literal)) right: (number_literal)))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))) (return_statement))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) | null |
void MASKED(long param_1,undefined8 param_2,undefined8 param_3,undefined8 param_4,
undefined8 param_5,undefined4 param_6,undefined8 param_7,undefined8 param_8)
{
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;
undefined8 uStack_20;
FUN_003d5600(&local_48,param_2,param_3,param_5,param_6,param_7);
puVar1 = *(undefined8 **)(param_1 + 0x50);
uStack_20 = param_8;
if (puVar1 == *(undefined8 **)(param_1 + 0x58)) {
FUN_003f2c80(param_1 + 0x48,puVar1,&local_48);
puVar2 = *(undefined8 **)(param_1 + 0x50);
}
else {
puVar2 = puVar1 + 6;
*puVar1 = local_48;
puVar1[1] = lStack_40;
puVar1[2] = local_38;
puVar1[3] = CONCAT17(bStack_29,uStack_30);
puVar1[4] = CONCAT44(uStack_24,local_28);
puVar1[5] = param_8;
*(undefined8 **)(param_1 + 0x50) = puVar2;
}
lVar3 = (long)puVar2 - *(long *)(param_1 + 0x48) >> 4;
if ((*(byte *)(param_1 + 0x20) & 2) == 0) {
*(long *)(param_1 + 0x10) = lVar3 << 3;
if ((bStack_29 & 0x10) != 0) {
*(long *)(param_1 + 0x38) = *(long *)(param_1 + 0x38) + 1;
}
if ((local_28 != -4) && (lStack_40 != 0)) {
if (*(int *)(lStack_40 + 0xa4) == 0) {
*(int *)(lStack_40 + 0xa0) = (int)lVar3 * -0x55555555 + -1;
}
*(int *)(lStack_40 + 0xa4) = *(int *)(lStack_40 + 0xa4) + 1;
}
return;
}
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/output.h",0x231,"set_current_data_size_for_child");
}
|
5352_powerpc64-linux-gnu-dwp_and_powerpc64-linux-gnu-dwp_strip.c | __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section_sort_entry*,_std::vector<gold::Output_section::Input_section_sort_entry>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_section::Input_section_sort_section_order_index_compare>_> | FUN_0022d500 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name:
__unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section_sort_entry*,
std::vector<gold::Output_section::Input_section_sort_entry> >,
__gnu_cxx::__ops::_Val_comp_iter<gold::Output_section::Input_section_sort_section_order_index_compare>
> */
void std::
__unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section_sort_entry*,_std::vector<gold::Output_section::Input_section_sort_entry>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_section::Input_section_sort_section_order_index_compare>_>
(undefined8 *__last)
{
undefined8 uVar1;
char *pcVar2;
undefined8 uVar3;
bool bVar4;
size_t __n;
char *__src;
pointer __dest;
value_type __val;
__val.index_ = *(uint *)(__last + 4);
__val.input_section_._0_8_ = *__last;
__val.input_section_.u1_ = *(anon_union_8_2_227b06d7_for_u1_ *)(__last + 1);
__val.input_section_.u2_ = *(anon_union_8_4_139239c7_for_u2_ *)(__last + 2);
__val.input_section_._24_8_ = __last[3];
__val.section_name_._M_dataplus._M_p = (pointer)&__val.section_name_.field_2;
if ((pointer)(__last + 7) == (pointer)__last[5]) {
__val.section_name_.field_2._M_allocated_capacity = __last[7];
__val.section_name_.field_2._8_8_ = __last[8];
}
else {
__val.section_name_.field_2._M_allocated_capacity = __last[7];
__val.section_name_._M_dataplus._M_p = (pointer)__last[5];
}
__val.section_name_._M_string_length = __last[6];
__last[5] = __last + 7;
__src = (char *)(__last + -2);
__last[6] = 0;
*(undefined1 *)(__last + 7) = 0;
while( true ) {
/* try { // try from 0022d5bf to 0022d5c3 has its CatchHandler @ 0022d780 */
bVar4 = gold::Output_section::Input_section_sort_section_order_index_compare::operator()
((Input_section_sort_section_order_index_compare *)&stack0x00000008,&__val,
(Input_section_sort_entry *)(__src + -0x38));
__dest = *(pointer *)(__src + 0x38);
if (!bVar4) break;
*(undefined8 *)(__src + 0x20) = *(undefined8 *)(__src + -0x28);
*(undefined8 *)(__src + 0x10) = *(undefined8 *)(__src + -0x38);
*(undefined8 *)(__src + 0x18) = *(undefined8 *)(__src + -0x30);
*(undefined4 *)(__src + 0x28) = *(undefined4 *)(__src + -0x20);
*(undefined4 *)(__src + 0x30) = *(undefined4 *)(__src + -0x18);
pcVar2 = *(char **)(__src + -0x10);
if (pcVar2 == __src) {
__n = *(size_t *)(__src + -8);
if (__n != 0) {
if (__n == 1) {
*__dest = *__src;
__n = *(size_t *)(__src + -8);
__dest = *(pointer *)(__src + 0x38);
}
else {
memcpy(__dest,__src,__n);
__n = *(size_t *)(__src + -8);
__dest = *(pointer *)(__src + 0x38);
}
}
*(size_t *)(__src + 0x40) = __n;
__dest[__n] = '\0';
__dest = *(char **)(__src + -0x10);
}
else {
if (__dest == __src + 0x48) {
*(char **)(__src + 0x38) = pcVar2;
*(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);
*(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;
}
else {
*(char **)(__src + 0x38) = pcVar2;
uVar1 = *(undefined8 *)(__src + 0x48);
*(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);
*(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;
if (__dest != (pointer)0x0) {
*(pointer *)(__src + -0x10) = __dest;
*(undefined8 *)__src = uVar1;
goto LAB_0022d5a0;
}
}
*(char **)(__src + -0x10) = __src;
__dest = __src;
}
LAB_0022d5a0:
__src[-8] = '\0';
__src[-7] = '\0';
__src[-6] = '\0';
__src[-5] = '\0';
__src[-4] = '\0';
__src[-3] = '\0';
__src[-2] = '\0';
__src[-1] = '\0';
__src = __src + -0x48;
*__dest = '\0';
}
*(anon_union_8_4_139239c7_for_u2_ *)(__src + 0x20) = __val.input_section_.u2_;
*(undefined8 *)(__src + 0x10) = __val.input_section_._0_8_;
*(anon_union_8_2_227b06d7_for_u1_ *)(__src + 0x18) = __val.input_section_.u1_;
*(uint *)(__src + 0x28) = __val.input_section_.section_order_index_;
*(uint *)(__src + 0x30) = __val.index_;
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)__val.section_name_._M_dataplus._M_p == &__val.section_name_.field_2) {
if (__val.section_name_._M_string_length != 0) {
if (__val.section_name_._M_string_length == 1) {
*__dest = __val.section_name_.field_2._M_local_buf[0];
__dest = *(pointer *)(__src + 0x38);
}
else {
memcpy(__dest,__val.section_name_._M_dataplus._M_p,__val.section_name_._M_string_length);
__dest = *(pointer *)(__src + 0x38);
}
}
*(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;
__dest[__val.section_name_._M_string_length] = '\0';
uVar3 = __val.section_name_.field_2._M_allocated_capacity;
}
else {
if (__dest == __src + 0x48) {
*(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p;
*(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;
*(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity;
}
else {
uVar3 = *(undefined8 *)(__src + 0x48);
*(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p;
*(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;
*(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity;
__val.section_name_._M_dataplus._M_p = __dest;
if (__dest != (pointer)0x0) goto LAB_0022d6ca;
}
__val.section_name_._M_dataplus._M_p = (pointer)&__val.section_name_.field_2;
uVar3 = __val.section_name_.field_2._M_allocated_capacity;
}
LAB_0022d6ca:
__val.section_name_.field_2._M_allocated_capacity = uVar3;
__val.section_name_._M_string_length = 0;
*__val.section_name_._M_dataplus._M_p = '\0';
if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9
*)__val.section_name_._M_dataplus._M_p != &__val.section_name_.field_2) {
operator_delete(__val.section_name_._M_dataplus._M_p);
}
return;
}
|
void FUN_0022d500(undefined8 *param_1)
{
undefined8 uVar1;
undefined8 *puVar2;
char cVar3;
size_t __n;
undefined8 *__src;
undefined8 *__dest;
undefined8 local_68;
undefined8 uStack_60;
undefined8 local_58;
undefined8 uStack_50;
undefined4 local_48;
undefined8 *local_40;
size_t local_38;
undefined8 local_30;
undefined8 uStack_28;
local_48 = *(undefined4 *)(param_1 + 4);
local_68 = *param_1;
uStack_60 = param_1[1];
local_58 = param_1[2];
uStack_50 = param_1[3];
local_40 = &local_30;
if (param_1 + 7 == (undefined8 *)param_1[5]) {
local_30 = param_1[7];
uStack_28 = param_1[8];
}
else {
local_30 = param_1[7];
local_40 = (undefined8 *)param_1[5];
}
local_38 = param_1[6];
param_1[5] = param_1 + 7;
__src = param_1 + -2;
param_1[6] = 0;
*(undefined1 *)(param_1 + 7) = 0;
while( true ) {
/* try { // try from 0022d5bf to 0022d5c3 has its CatchHandler @ 0022d780 */
cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);
__dest = (undefined8 *)__src[7];
if (cVar3 == '\0') break;
__src[4] = __src[-5];
__src[2] = __src[-7];
__src[3] = __src[-6];
*(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);
*(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);
puVar2 = (undefined8 *)__src[-2];
if (puVar2 == __src) {
__n = __src[-1];
if (__n != 0) {
if (__n == 1) {
*(undefined1 *)__dest = *(undefined1 *)__src;
__n = __src[-1];
__dest = (undefined8 *)__src[7];
}
else {
memcpy(__dest,__src,__n);
__n = __src[-1];
__dest = (undefined8 *)__src[7];
}
}
__src[8] = __n;
*(undefined1 *)((long)__dest + __n) = 0;
__dest = (undefined8 *)__src[-2];
}
else {
if (__dest == __src + 9) {
__src[7] = puVar2;
__src[8] = __src[-1];
__src[9] = *__src;
}
else {
__src[7] = puVar2;
uVar1 = __src[9];
__src[8] = __src[-1];
__src[9] = *__src;
if (__dest != (undefined8 *)0x0) {
__src[-2] = __dest;
*__src = uVar1;
goto LAB_0022d5a0;
}
}
__src[-2] = __src;
__dest = __src;
}
LAB_0022d5a0:
__src[-1] = 0;
__src = __src + -9;
*(undefined1 *)__dest = 0;
}
__src[4] = local_58;
__src[2] = local_68;
__src[3] = uStack_60;
*(undefined4 *)(__src + 5) = (undefined4)uStack_50;
*(undefined4 *)(__src + 6) = local_48;
if (local_40 == &local_30) {
if (local_38 != 0) {
if (local_38 == 1) {
*(undefined1 *)__dest = (undefined1)local_30;
__dest = (undefined8 *)__src[7];
}
else {
memcpy(__dest,local_40,local_38);
__dest = (undefined8 *)__src[7];
}
}
__src[8] = local_38;
*(undefined1 *)((long)__dest + local_38) = 0;
uVar1 = local_30;
}
else {
if (__dest == __src + 9) {
__src[7] = local_40;
__src[8] = local_38;
__src[9] = local_30;
}
else {
uVar1 = __src[9];
__src[7] = local_40;
__src[8] = local_38;
__src[9] = local_30;
local_40 = __dest;
if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;
}
local_40 = &local_30;
uVar1 = local_30;
}
LAB_0022d6ca:
local_30 = uVar1;
local_38 = 0;
*(undefined1 *)local_40 = 0;
if (local_40 != &local_30) {
FUN_002dac70();
}
return;
}
| PUSH R12
PUSH RBP
PUSH RBX
SUB RSP,0x50
MOV EAX,dword ptr [RDI + 0x20]
MOVDQU XMM1,xmmword ptr [RDI]
MOV RBP,RSP
MOVDQU XMM2,xmmword ptr [RDI + 0x10]
MOV RDX,qword ptr [RDI + 0x28]
MOV dword ptr [RSP + 0x20],EAX
LEA RAX,[RBP + 0x38]
MOV qword ptr [RSP + 0x28],RAX
LEA RAX,[RDI + 0x38]
MOVAPS xmmword ptr [RSP],XMM1
MOVAPS xmmword ptr [RSP + 0x10],XMM2
CMP RAX,RDX
JZ 0x0022d730
MOV qword ptr [RSP + 0x28],RDX
MOV RDX,qword ptr [RDI + 0x38]
MOV qword ptr [RSP + 0x38],RDX
MOV RDX,qword ptr [RDI + 0x30]
MOV qword ptr [RDI + 0x28],RAX
LEA RBX,[RDI + -0x10]
MOV qword ptr [RDI + 0x30],0x0
MOV qword ptr [RSP + 0x30],RDX
MOV byte ptr [RDI + 0x38],0x0
JMP 0x0022d5af
CMP RDI,RCX
JZ 0x0022d638
MOV qword ptr [RBX + 0x38],RAX
MOV RAX,qword ptr [RBX + -0x8]
MOV RDX,qword ptr [RBX + 0x48]
MOV qword ptr [RBX + 0x40],RAX
MOV RAX,qword ptr [RBX]
MOV qword ptr [RBX + 0x48],RAX
TEST RDI,RDI
JZ 0x0022d64b
MOV qword ptr [RBX + -0x10],RDI
MOV qword ptr [RBX],RDX
MOV qword ptr [RBX + -0x8],0x0
SUB RBX,0x48
MOV byte ptr [RDI],0x0
LEA RDX,[RBX + -0x38]
MOV RSI,RBP
LEA RDI,[RSP + 0x70]
LEA R12,[RBX + 0x10]
CALL 0x001f66c0
MOV RDI,qword ptr [RBX + 0x38]
LEA RCX,[RBX + 0x48]
TEST AL,AL
JZ 0x0022d660
MOV RAX,qword ptr [RBX + -0x28]
MOVDQU XMM0,xmmword ptr [RBX + -0x38]
MOV qword ptr [RBX + 0x20],RAX
MOV EAX,dword ptr [RBX + -0x20]
MOVUPS xmmword ptr [RBX + 0x10],XMM0
MOV dword ptr [RBX + 0x28],EAX
MOV EAX,dword ptr [RBX + -0x18]
MOV dword ptr [RBX + 0x30],EAX
MOV RAX,qword ptr [RBX + -0x10]
CMP RAX,RBX
JNZ 0x0022d570
MOV RDX,qword ptr [RBX + -0x8]
TEST RDX,RDX
JZ 0x0022d621
CMP RDX,0x1
JZ 0x0022d718
MOV RSI,RBX
CALL 0x00147aa0
MOV RDX,qword ptr [RBX + -0x8]
MOV RDI,qword ptr [RBX + 0x38]
MOV qword ptr [RBX + 0x40],RDX
MOV byte ptr [RDI + RDX*0x1],0x0
MOV RDI,qword ptr [RBX + -0x10]
JMP 0x0022d5a0
MOV qword ptr [RBX + 0x38],RAX
MOV RAX,qword ptr [RBX + -0x8]
MOV qword ptr [RBX + 0x40],RAX
MOV RAX,qword ptr [RBX]
MOV qword ptr [RBX + 0x48],RAX
MOV qword ptr [RBX + -0x10],RBX
MOV RDI,RBX
JMP 0x0022d5a0
MOV RAX,qword ptr [RSP + 0x10]
MOVDQA XMM3,xmmword ptr [RSP]
MOV RSI,qword ptr [RSP + 0x28]
MOV RDX,qword ptr [RSP + 0x30]
MOV qword ptr [R12 + 0x10],RAX
MOV EAX,dword ptr [RSP + 0x18]
MOVUPS xmmword ptr [R12],XMM3
MOV dword ptr [R12 + 0x18],EAX
MOV EAX,dword ptr [RSP + 0x20]
MOV dword ptr [R12 + 0x20],EAX
LEA RAX,[RBP + 0x38]
CMP RSI,RAX
JZ 0x0022d740
MOV RAX,qword ptr [RSP + 0x38]
CMP RDI,RCX
JZ 0x0022d6f8
MOV RCX,qword ptr [R12 + 0x38]
MOV qword ptr [R12 + 0x28],RSI
MOV qword ptr [R12 + 0x30],RDX
MOV qword ptr [R12 + 0x38],RAX
TEST RDI,RDI
JZ 0x0022d707
MOV qword ptr [RSP + 0x28],RDI
MOV qword ptr [RSP + 0x38],RCX
MOV qword ptr [RSP + 0x30],0x0
ADD RBP,0x38
MOV byte ptr [RDI],0x0
MOV RDI,qword ptr [RSP + 0x28]
CMP RDI,RBP
JZ 0x0022d6e9
CALL 0x002dac70
ADD RSP,0x50
POP RBX
POP RBP
POP R12
RET
MOV qword ptr [R12 + 0x28],RSI
MOV qword ptr [R12 + 0x30],RDX
MOV qword ptr [R12 + 0x38],RAX
LEA RDI,[RBP + 0x38]
MOV qword ptr [RSP + 0x28],RDI
JMP 0x0022d6ca
MOVZX EAX,byte ptr [RBX]
MOV byte ptr [RDI],AL
MOV RDX,qword ptr [RBX + -0x8]
MOV RDI,qword ptr [RBX + 0x38]
JMP 0x0022d621
MOVDQU XMM4,xmmword ptr [RDI + 0x38]
MOVUPS xmmword ptr [RSP + 0x38],XMM4
JMP 0x0022d54c
TEST RDX,RDX
JZ 0x0022d75a
CMP RDX,0x1
JZ 0x0022d76d
CALL 0x00147aa0
MOV RDX,qword ptr [RSP + 0x30]
MOV RDI,qword ptr [R12 + 0x28]
MOV qword ptr [R12 + 0x30],RDX
MOV byte ptr [RDI + RDX*0x1],0x0
MOV RDI,qword ptr [RSP + 0x28]
JMP 0x0022d6ca
MOVZX EAX,byte ptr [RSP + 0x38]
MOV byte ptr [RDI],AL
MOV RDX,qword ptr [RSP + 0x30]
MOV RDI,qword ptr [R12 + 0x28]
JMP 0x0022d75a | null | null | null | null | [(u'LOAD_-1203906448', u'MULTIEQUAL_-1203906175'), ('const-56', u'PTRADD_-1203906142'), (u'CAST_-1203905946', u'LOAD_-1203907035'), (u'PTRADD_-1203906013', u'STORE_-1203906068'), (u'MULTIEQUAL_-1203905839', u'STORE_-1203906473'), (u'PTRADD_-1203906015', u'STORE_-1203906070'), ('const-433', u'STORE_-1203906473'), ('const--3', u'PTRADD_-1203906012'), ('const-433', u'STORE_-1203906253'), ('const-433', u'STORE_-1203906911'), ('const-16', u'PTRADD_-1203906987'), ('const--2', u'PTRADD_-1203906117'), ('const-0', u'INT_NOTEQUAL_-1203906919'), ('const-7', u'PTRADD_-1203906137'), (u'MULTIEQUAL_-1203905998', u'MULTIEQUAL_-1203906124'), (u'INDIRECT_-1203906157', u'MULTIEQUAL_-1203906055'), (u'INDIRECT_-1203906157', u'STORE_-1203906055'), (u'LOAD_-1203907299', u'MULTIEQUAL_-1203906130'), (u'CAST_-1203905844', u'LOAD_-1203906921'), (u'LOAD_-1203906949', u'STORE_-1203906742'), ('const-56', u'PTRADD_-1203906682'), (u'LOAD_-1203907035', u'CALL_-1203906273'), ('const-40', u'PTRSUB_-1203906157'), (u'MULTIEQUAL_-1203905974', u'MULTIEQUAL_-1203906100'), (u'CALL_-1203906868', u'INDIRECT_-1203906024'), (u'INT_EQUAL_-1203906565', u'CBRANCH_-1203906563'), (u'LOAD_-1203906563', u'MULTIEQUAL_-1203906285'), (u'PTRADD_-1203906877', u'CAST_-1203905962'), (u'INDIRECT_-1203906088', u'STORE_-1203906536'), ('const-433', u'STORE_-1203906055'), (u'PTRSUB_-1203906157', u'PTRSUB_-1203906149'), (u'PTRADD_-1203906889', u'CAST_-1203905971'), ('tmp_608', u'CBRANCH_-1203906977'), (u'INDIRECT_-1203906146', u'STORE_-1203906657'), (u'PTRSUB_-1203905727', u'PTRSUB_-1203905717'), (u'LOAD_-1203906921', u'CALL_-1203906868'), ('const-4', u'PTRADD_-1203906204'), (u'PTRADD_-1203906137', u'LOAD_-1203907198'), ('const-56', u'PTRADD_-1203906501'), ('const-1', u'PTRADD_-1203906017'), (u'INDIRECT_-1203906076', u'MULTIEQUAL_-1203905974'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906166'), (u'CAST_-1203905814', u'LOAD_-1203906866'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906906'), ('const-0', u'RETURN_-1203906399'), (u'MULTIEQUAL_-1203906147', u'MULTIEQUAL_-1203906130'), ('const-433', u'LOAD_-1203907274'), (u'CAST_-1203905948', u'STORE_-1203906911'), ('const-1', u'PTRADD_-1203906682'), (u'PTRADD_-1203906656', u'CAST_-1203905781'), (u'INDIRECT_-1203906168', u'MULTIEQUAL_-1203905895'), (u'MULTIEQUAL_-1203906314', u'PTRADD_-1203906782'), (u'PTRADD_-1203906675', u'CAST_-1203905795'), ('tmp_1309', u'BRANCH_-1203906256'), (u'INT_EQUAL_-1203906979', u'CBRANCH_-1203906977'), (u'INDIRECT_-1203905988', u'MULTIEQUAL_-1203905974'), (u'CALL_-1203906439', u'INDIRECT_-1203905839'), (u'MULTIEQUAL_-1203906002', u'PTRADD_-1203906184'), (u'CAST_-1203905962', u'STORE_-1203906937'), ('const-1', u'PTRADD_-1203906889'), ('const-433', u'STORE_-1203906071'), (u'PTRADD_-1203906906', u'CAST_-1203905884'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906151'), (u'CAST_-1203905551', u'LOAD_-1203906563'), ('const-1', u'PTRADD_-1203906877'), (u'MULTIEQUAL_-1203906044', u'MULTIEQUAL_-1203906170'), (u'CAST_-1203905966', u'LOAD_-1203906945'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906010'), ('const--40', u'PTRADD_-1203906942'), (u'CAST_-1203905911', u'LOAD_-1203907004'), (u'CAST_-1203905795', u'LOAD_-1203906737'), ('tmp_2407', u'PTRADD_-1203906117'), ('const-0', u'SUBPIECE_-1203905657'), ('const-8', u'PTRADD_-1203906204'), ('const-1', u'PTRADD_-1203906492'), (u'CAST_-1203905890', u'STORE_-1203906215'), (u'LOAD_-1203907035', u'COPY_-1203905775'), ('const-3', u'PTRADD_-1203906191'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906675'), ('const-433', u'LOAD_-1203907183'), (u'LOAD_-1203906570', u'MULTIEQUAL_-1203906314'), ('const-433', u'STORE_-1203906544'), (u'MULTIEQUAL_-1203906124', u'MULTIEQUAL_-1203906107'), (u'CALL_-1203906868', u'INDIRECT_-1203906069'), (u'CALL_-1203906273', u'INDIRECT_-1203905691'), ('const-433', u'LOAD_-1203906447'), ('const--72', u'PTRADD_-1203906895'), (u'MULTIEQUAL_-1203906192', u'MULTIEQUAL_-1203906175'), (u'CAST_-1203905758', u'STORE_-1203906055'), ('tmp_2407', u'PTRADD_-1203906098'), (u'MULTIEQUAL_-1203906421', u'CAST_-1203905943'), ('const-8', u'PTRADD_-1203906191'), (u'PTRADD_-1203906184', u'STORE_-1203906244'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906142'), (u'INDIRECT_-1203906058', u'MULTIEQUAL_-1203906044'), (u'PTRADD_-1203906192', u'CAST_-1203906132'), (u'CALL_-1203907037', u'INDIRECT_-1203906123'), ('const-1', u'PTRADD_-1203906893'), ('const-7', u'PTRADD_-1203906165'), (u'CALL_-1203906273', u'INDIRECT_-1203905771'), (u'INDIRECT_-1203906100', u'MULTIEQUAL_-1203906002'), ('tmp_2404', u'PTRSUB_-1203906015'), ('tmp_284', u'CBRANCH_-1203907009'), ('const--56', u'PTRADD_-1203907004'), (u'CAST_-1203905785', u'LOAD_-1203906724'), (u'CALL_-1203906273', u'INDIRECT_-1203905703'), ('const-56', u'PTRADD_-1203906201'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906682'), (u'CAST_-1203905876', u'STORE_-1203906953'), (u'LOAD_-1203907035', u'STORE_-1203906911'), (u'CAST_-1203905899', u'STORE_-1203906987'), ('const-433', u'LOAD_-1203906581'), (u'LOAD_-1203906921', u'INT_EQUAL_-1203906886'), (u'INDIRECT_-1203905737', u'MULTIEQUAL_-1203905718'), ('const-0', u'STORE_-1203906071'), (u'PTRADD_-1203906500', u'CAST_-1203905706'), ('const-433', u'LOAD_-1203906962'), (u'CAST_-1203906144', u'LOAD_-1203907299'), (u'LOAD_-1203907198', u'MULTIEQUAL_-1203906193'), (u'MULTIEQUAL_-1203905839', u'CALL_-1203906439'), ('tmp_2407', u'PTRADD_-1203905631'), ('tmp_891', u'CBRANCH_-1203906563'), (u'PTRADD_-1203906935', u'CAST_-1203905906'), ('const-433', u'LOAD_-1203907299'), (u'LOAD_-1203906737', u'STORE_-1203906728'), (u'CAST_-1203905800', u'STORE_-1203906742'), (u'LOAD_-1203905874', u'MULTIEQUAL_-1203906181'), (u'MULTIEQUAL_-1203906112', u'MULTIEQUAL_-1203906095'), (u'CALL_-1203906273', u'INDIRECT_-1203905760'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906804'), ('const-1', u'PTRADD_-1203906668'), (u'INDIRECT_-1203906112', u'STORE_-1203906552'), (u'MULTIEQUAL_-1203906181', u'MULTIEQUAL_-1203906164'), (u'CALL_-1203906868', u'INDIRECT_-1203906080'), (u'PTRSUB_-1203906208', u'CALL_-1203907037'), (u'LOAD_-1203906231', u'STORE_-1203906215'), (u'INDIRECT_-1203906134', u'MULTIEQUAL_-1203905718'), (u'PTRADD_-1203906098', u'CAST_-1203906044'), ('const-6', u'PTRADD_-1203906127'), ('const-433', u'LOAD_-1203906965'), (u'INDIRECT_-1203906046', u'MULTIEQUAL_-1203906032'), ('const-1', u'PTRADD_-1203906476'), (u'INDIRECT_-1203906088', u'STORE_-1203906374'), ('const-1', u'PTRADD_-1203906501'), (u'CALL_-1203906273', u'INDIRECT_-1203905737'), (u'LOAD_-1203906724', u'STORE_-1203906716'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906895'), ('const-433', u'STORE_-1203906244'), (u'PTRADD_-1203906012', u'STORE_-1203906067'), (u'CAST_-1203905502', u'LOAD_-1203906204'), (u'INDIRECT_-1203906035', u'MULTIEQUAL_-1203906021'), (u'INDIRECT_-1203906076', u'MULTIEQUAL_-1203905803'), (u'INDIRECT_-1203906168', u'MULTIEQUAL_-1203906066'), (u'MULTIEQUAL_-1203905660', u'MULTIEQUAL_-1203905803'), ('const--104', u'PTRSUB_-1203905796'), (u'CALL_-1203906439', u'INDIRECT_-1203905805'), ('const-1', u'PTRADD_-1203906330'), (u'PTRADD_-1203906927', u'CAST_-1203905899'), ('const-1', u'PTRADD_-1203906010'), ('const-433', u'STORE_-1203906905'), (u'MULTIEQUAL_-1203906421', u'STORE_-1203906728'), (u'LOAD_-1203906434', u'MULTIEQUAL_-1203906141'), ('const-16', u'PTRADD_-1203906913'), (u'CAST_-1203905906', u'LOAD_-1203906231'), ('const-8', u'PTRADD_-1203906192'), ('const-1', u'PTRADD_-1203906790'), ('const-0', u'STORE_-1203906068'), ('const-72', u'PTRADD_-1203906966'), (u'PTRADD_-1203906597', u'CAST_-1203905769'), (u'INDIRECT_-1203906146', u'MULTIEQUAL_-1203906170'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906797'), (u'INT_EQUAL_-1203907213', u'CBRANCH_-1203907211'), ('const-0', u'STORE_-1203906065'), (u'PTRADD_-1203905631', u'LOAD_-1203905875'), ('const-1', u'PTRADD_-1203906987'), (u'CAST_-1203906044', u'STORE_-1203907142'), (u'MULTIEQUAL_-1203906100', u'MULTIEQUAL_-1203906083'), ('const-433', u'LOAD_-1203906448'), ('const-1', u'PTRADD_-1203906942'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906966'), (u'CAST_-1203905872', u'LOAD_-1203906949'), (u'PTRADD_-1203906790', u'CAST_-1203905804'), ('const--16', u'PTRADD_-1203906887'), ('tmp_2407', u'PTRADD_-1203905630'), (u'CALL_-1203906868', u'INDIRECT_-1203905988'), (u'CALL_-1203906439', u'INDIRECT_-1203905781'), (u'PTRSUB_-1203905779', u'INT_EQUAL_-1203906593'), (u'PTRADD_-1203906797', u'CAST_-1203905809'), (u'MULTIEQUAL_-1203905718', u'MULTIEQUAL_-1203905861'), (u'CALL_-1203906273', u'INDIRECT_-1203905726'), ('const-1', u'INT_EQUAL_-1203906886'), ('const-72', u'PTRADD_-1203906476'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906935'), (u'MULTIEQUAL_-1203906421', u'COPY_-1203905886'), (u'CALL_-1203907037', u'INDIRECT_-1203906146'), (u'MULTIEQUAL_-1203906421', u'INT_EQUAL_-1203906929'), (u'PTRADD_-1203906508', u'CAST_-1203905556'), ('const-1', u'PTRADD_-1203906574'), ('const-1', u'PTRADD_-1203906804'), (u'CAST_-1203905943', u'STORE_-1203906905'), ('tmp_2404', u'PTRSUB_-1203906175'), (u'INDIRECT_-1203906146', u'MULTIEQUAL_-1203905873'), ('tmp_1042', u'CBRANCH_-1203906446'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906775'), ('const-2', u'PTRADD_-1203906192'), ('const-433', u'STORE_-1203906945'), ('const-16', u'PTRSUB_-1203905711'), (u'CAST_-1203906126', u'COPY_-1203906149'), (u'PTRADD_-1203906204', u'CAST_-1203906144'), ('const-433', u'STORE_-1203906214'), (u'INT_EQUAL_-1203906886', u'CBRANCH_-1203906883'), (u'INDIRECT_-1203906100', u'INT_NOTEQUAL_-1203906298'), ('const-56', u'PTRADD_-1203906973'), ('const-7', u'PTRADD_-1203906098'), ('const-433', u'STORE_-1203906970'), ('const-16', u'PTRSUB_-1203905658'), (u'PTRADD_-1203906322', u'CAST_-1203905622'), (u'LOAD_-1203907035', u'MULTIEQUAL_-1203905973'), ('const-8', u'PTRADD_-1203905631'), ('const-1', u'PTRADD_-1203906797'), ('const-1', u'PTRADD_-1203906013'), (u'LOAD_-1203907035', u'CALL_-1203906868'), (u'MULTIEQUAL_-1203906010', u'MULTIEQUAL_-1203906136'), (u'PTRADD_-1203906330', u'CAST_-1203905628'), (u'MULTIEQUAL_-1203906002', u'STORE_-1203906253'), ('const-1', u'PTRADD_-1203906859'), ('const-1', u'PTRADD_-1203906851'), (u'MULTIEQUAL_-1203905730', u'MULTIEQUAL_-1203905873'), ('const--8', u'PTRADD_-1203906903'), (u'INDIRECT_-1203906146', u'MULTIEQUAL_-1203905730'), (u'MULTIEQUAL_-1203905672', u'COPY_-1203905602'), ('const-0', u'STORE_-1203906968'), (u'MULTIEQUAL_-1203906032', u'MULTIEQUAL_-1203906158'), (u'PTRSUB_-1203906149', u'CAST_-1203906117'), ('const-1', u'PTRADD_-1203906920'), (u'LOAD_-1203907035', u'INT_EQUAL_-1203906979'), (u'PTRADD_-1203906574', u'CAST_-1203905752'), (u'CALL_-1203906439', u'INDIRECT_-1203905828'), (u'CALL_-1203906439', u'INDIRECT_-1203905862'), (u'MULTIEQUAL_-1203905741', u'MULTIEQUAL_-1203905884'), (u'PTRSUB_-1203905796', u'PTRSUB_-1203905786'), ('const-433', u'STORE_-1203906069'), (u'CAST_-1203905537', u'LOAD_-1203906263'), ('tmp_2407', u'PTRADD_-1203906185'), ('tmp_949', u'CBRANCH_-1203906516'), (u'CAST_-1203905694', u'STORE_-1203906544'), ('const-32', u'PTRADD_-1203906597'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906942'), ('const-1', u'PTRADD_-1203906903'), (u'CALL_-1203907037', u'BOOL_NEGATE_-1203906984'), (u'MULTIEQUAL_-1203906421', u'CAST_-1203905966'), (u'CAST_-1203905768', u'STORE_-1203906728'), ('tmp_2407', u'PTRADD_-1203906122'), (u'CALL_-1203906868', u'INDIRECT_-1203906035'), ('const-40', u'PTRSUB_-1203905717'), (u'INDIRECT_-1203906112', u'MULTIEQUAL_-1203906010'), (u'CAST_-1203905742', u'STORE_-1203906618'), (u'MULTIEQUAL_-1203905696', u'COPY_-1203905606'), (u'LOAD_-1203906866', u'MULTIEQUAL_-1203906314'), (u'INDIRECT_-1203906076', u'MULTIEQUAL_-1203905660'), (u'PTRADD_-1203906966', u'INT_EQUAL_-1203906979'), ('const-433', u'LOAD_-1203906866'), (u'COPY_-1203905695', u'MULTIEQUAL_-1203905839'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906656'), (u'LOAD_-1203907183', u'MULTIEQUAL_-1203906107'), (u'CAST_-1203905889', u'STORE_-1203906214'), (u'INT_NOTEQUAL_-1203906447', u'CBRANCH_-1203906446'), (u'PTRADD_-1203906011', u'STORE_-1203906066'), (u'INDIRECT_-1203906168', u'STORE_-1203906056'), (u'INDIRECT_-1203906168', u'MULTIEQUAL_-1203905752'), (u'PTRADD_-1203906558', u'CAST_-1203905742'), (u'CAST_-1203905969', u'CALL_-1203907037'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906973'), ('const-433', u'STORE_-1203906657'), ('tmp_2407', u'LOAD_-1203906448'), ('const-433', u'STORE_-1203906728'), (u'PTRADD_-1203906973', u'CAST_-1203905946'), (u'PTRADD_-1203906804', u'CAST_-1203905814'), ('const--104', u'PTRSUB_-1203905673'), (u'PTRADD_-1203906887', u'CAST_-1203905872'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906574'), ('tmp_2407', u'PTRADD_-1203906112'), (u'PTRADD_-1203906668', u'CAST_-1203905768'), (u'PTRADD_-1203906966', u'INT_EQUAL_-1203906565'), (u'PTRADD_-1203906476', u'CAST_-1203905688'), ('const-72', u'PTRADD_-1203906500'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906920'), (u'PTRADD_-1203906910', u'CAST_-1203905986'), ('tmp_2407', u'PTRADD_-1203906127'), (u'INDIRECT_-1203906100', u'CALL_-1203906273'), ('const-1', u'PTRADD_-1203907004'), ('const-1', u'PTRADD_-1203906973'), (u'LOAD_-1203906435', u'MULTIEQUAL_-1203906153'), (u'PTRADD_-1203906903', u'CAST_-1203905981'), (u'CALL_-1203906868', u'INDIRECT_-1203906058'), (u'MULTIEQUAL_-1203906421', u'CAST_-1203905785'), (u'INDIRECT_-1203906100', u'INT_EQUAL_-1203906283'), ('const-56', u'PTRADD_-1203906492'), (u'INT_NOTEQUAL_-1203906298', u'CBRANCH_-1203906297'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906889'), ('const-433', u'LOAD_-1203906204'), ('const-8', u'PTRADD_-1203906098'), (u'PTRADD_-1203906668', u'CAST_-1203905790'), (u'LOAD_-1203907274', u'CAST_-1203906126'), (u'MULTIEQUAL_-1203906066', u'MULTIEQUAL_-1203906192'), (u'CALL_-1203906868', u'INDIRECT_-1203906000'), (u'CAST_-1203905804', u'STORE_-1203906850'), ('const-48', u'PTRADD_-1203906893'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906314'), ('const-8', u'PTRSUB_-1203906015'), ('tmp_1177', u'CBRANCH_-1203906297'), ('tmp_1207', u'CBRANCH_-1203906280'), (u'INDIRECT_-1203906157', u'MULTIEQUAL_-1203905884'), (u'CAST_-1203905700', u'STORE_-1203906552'), ('tmp_2407', u'PTRADD_-1203906137'), ('const-64', u'PTRADD_-1203906322'), (u'CAST_-1203905986', u'STORE_-1203906970'), (u'INDIRECT_-1203905715', u'MULTIEQUAL_-1203905696'), (u'PTRSUB_-1203905658', u'CAST_-1203905597'), (u'INDIRECT_-1203906100', u'MULTIEQUAL_-1203905998'), ('const-1', u'PTRADD_-1203906906'), (u'LOAD_-1203907035', u'STORE_-1203906215'), ('const-433', u'STORE_-1203907142'), ('const-433', u'STORE_-1203906850'), (u'CAST_-1203905706', u'LOAD_-1203906562'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906903'), ('const-1', u'PTRADD_-1203906500'), (u'PTRADD_-1203906014', u'STORE_-1203906069'), (u'PTRSUB_-1203906175', u'PTRSUB_-1203906157'), ('const-433', u'STORE_-1203906953'), (u'LOAD_-1203906204', u'MULTIEQUAL_-1203905973'), ('tmp_426', u'CBRANCH_-1203906900'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203905992'), ('const-56', u'PTRADD_-1203906797'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906015'), ('const-1', u'PTRADD_-1203906966'), ('const-7', u'PTRADD_-1203905631'), (u'INT_NOTEQUAL_-1203906919', u'CBRANCH_-1203906918'), ('const-56', u'PTRADD_-1203906330'), (u'LOAD_-1203907035', u'STORE_-1203906573'), ('const-1', u'PTRADD_-1203906508'), (u'CALL_-1203907037', u'INDIRECT_-1203906134'), (u'MULTIEQUAL_-1203905815', u'COPY_-1203905758'), (u'STORE_-1203906473', u'INDIRECT_-1203905792'), (u'PTRSUB_-1203905663', u'PTRSUB_-1203905658'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906913'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906011'), (u'INDIRECT_-1203906123', u'MULTIEQUAL_-1203905850'), (u'CAST_-1203905781', u'STORE_-1203906716'), ('const-433', u'STORE_-1203906382'), ('tmp_150', u'CBRANCH_-1203907211'), (u'CALL_-1203907037', u'INDIRECT_-1203906088'), (u'PTRSUB_-1203906015', u'CAST_-1203905961'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906987'), ('const-433', u'STORE_-1203906065'), ('const-433', u'LOAD_-1203906859'), ('const-32', u'PTRADD_-1203906927'), ('tmp_456', u'CBRANCH_-1203906883'), ('const-1', u'PTRADD_-1203906782'), (u'INDIRECT_-1203906024', u'MULTIEQUAL_-1203906010'), ('const-72', u'PTRADD_-1203906656'), (u'INDIRECT_-1203906112', u'STORE_-1203906390'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906896'), ('const-433', u'STORE_-1203906618'), ('const-433', u'STORE_-1203907161'), ('const-1', u'PTRADD_-1203906484'), (u'CALL_-1203906868', u'INDIRECT_-1203906046'), (u'INT_NOTEQUAL_-1203906517', u'CBRANCH_-1203906516'), ('const-0', u'COPY_-1203906499'), ('const-433', u'LOAD_-1203906921'), ('const-1', u'PTRADD_-1203906668'), ('const-1', u'PTRADD_-1203906200'), (u'LOAD_-1203906962', u'STORE_-1203906953'), ('const-1', u'PTRADD_-1203906675'), (u'PTRADD_-1203906122', u'STORE_-1203907174'), ('const--8', u'PTRADD_-1203906859'), ('const-64', u'PTRADD_-1203906790'), ('const-8', u'PTRADD_-1203906127'), (u'INDIRECT_-1203906069', u'MULTIEQUAL_-1203906055'), (u'MULTIEQUAL_-1203906021', u'MULTIEQUAL_-1203906147'), ('const-72', u'PTRADD_-1203906877'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906927'), (u'MULTIEQUAL_-1203905986', u'MULTIEQUAL_-1203906112'), ('const-72', u'PTRADD_-1203906896'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906893'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906910'), ('const-1', u'PTRADD_-1203906775'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906014'), (u'CAST_-1203905752', u'STORE_-1203906634'), ('tmp_1260', u'BRANCH_-1203906230'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906016'), (u'INDIRECT_-1203906123', u'STORE_-1203906618'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906501'), ('tmp_679', u'CBRANCH_-1203906918'), ('tmp_704', u'BRANCH_-1203906718'), ('const-1', u'PTRADD_-1203906322'), ('const-433', u'LOAD_-1203906562'), ('const-433', u'LOAD_-1203907004'), (u'LOAD_-1203907035', u'MULTIEQUAL_-1203906285'), (u'CAST_-1203905961', u'CALL_-1203907037'), (u'INDIRECT_-1203906134', u'MULTIEQUAL_-1203906158'), ('const-433', u'STORE_-1203906966'), ('const-1', u'PTRADD_-1203906193'), ('const-1', u'PTRADD_-1203906142'), (u'CAST_-1203905981', u'LOAD_-1203906965'), ('tmp_221', u'BRANCH_-1203907136'), (u'CAST_-1203905597', u'COPY_-1203905695'), ('const-8', u'PTRADD_-1203906185'), (u'PTRADD_-1203906851', u'CAST_-1203905948'), (u'PTRADD_-1203906165', u'STORE_-1203907174'), (u'COPY_-1203905925', u'MULTIEQUAL_-1203906411'), (u'LOAD_-1203905875', u'MULTIEQUAL_-1203906193'), ('const-0', u'STORE_-1203906070'), ('const-1', u'PTRADD_-1203906011'), (u'PTRADD_-1203906191', u'LOAD_-1203906434'), (u'MULTIEQUAL_-1203906411', u'STORE_-1203906945'), (u'INDIRECT_-1203906088', u'MULTIEQUAL_-1203905986'), (u'CAST_-1203905645', u'INT_NOTEQUAL_-1203906447'), (u'CAST_-1203905976', u'LOAD_-1203906958'), (u'CAST_-1203905894', u'LOAD_-1203906982'), ('const-433', u'STORE_-1203906536'), (u'LOAD_-1203907035', u'INT_NOTEQUAL_-1203906919'), (u'CAST_-1203906094', u'INT_EQUAL_-1203907213'), ('const-0', u'STORE_-1203906945'), (u'PTRADD_-1203906893', u'CAST_-1203905876'), ('tmp_3197', u'MULTIEQUAL_-1203906181'), ('tmp_579', u'BRANCH_-1203906555'), ('const-8', u'PTRADD_-1203906165'), (u'CALL_-1203906439', u'INDIRECT_-1203905817'), ('tmp_1128', u'BRANCH_-1203906368'), (u'CAST_-1203905905', u'LOAD_-1203906230'), (u'PTRADD_-1203906017', u'STORE_-1203906968'), (u'PTRADD_-1203906920', u'CAST_-1203905894'), ('const-433', u'LOAD_-1203906958'), (u'PTRADD_-1203906913', u'CAST_-1203905890'), ('const-64', u'PTRADD_-1203906668'), ('const--5', u'PTRADD_-1203906014'), ('const-433', u'STORE_-1203906390'), (u'PTRSUB_-1203905711', u'INT_NOTEQUAL_-1203906447'), ('const--104', u'PTRSUB_-1203905727'), (u'INDIRECT_-1203906100', u'STORE_-1203906382'), ('const-1', u'PTRADD_-1203906896'), (u'PTRADD_-1203906117', u'CAST_-1203906062'), (u'LOAD_-1203906982', u'STORE_-1203906966'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906500'), ('const-40', u'PTRADD_-1203906906'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906013'), (u'PTRADD_-1203906484', u'CAST_-1203905694'), ('const-433', u'STORE_-1203906215'), ('const--2', u'PTRADD_-1203906011'), ('const-433', u'LOAD_-1203906435'), (u'PTRADD_-1203906682', u'CAST_-1203905800'), (u'BOOL_NEGATE_-1203906984', u'CBRANCH_-1203907009'), ('const--8', u'PTRADD_-1203906675'), (u'INT_NOTEQUAL_-1203906901', u'CBRANCH_-1203906900'), ('const-433', u'STORE_-1203906552'), (u'MULTIEQUAL_-1203906217', u'MULTIEQUAL_-1203906119'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906877'), (u'LOAD_-1203906958', u'STORE_-1203906905'), ('const-8', u'PTRADD_-1203905630'), (u'CAST_-1203905531', u'STORE_-1203906253'), (u'CALL_-1203907037', u'INDIRECT_-1203906100'), ('const-0', u'STORE_-1203907161'), (u'CALL_-1203907037', u'INDIRECT_-1203906112'), (u'CAST_-1203905769', u'STORE_-1203906657'), ('const-40', u'PTRADD_-1203906574'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906597'), (u'MULTIEQUAL_-1203906314', u'STORE_-1203906850'), (u'LOAD_-1203906859', u'MULTIEQUAL_-1203906285'), ('const-1', u'PTRADD_-1203906201'), ('const-40', u'PTRSUB_-1203905786'), (u'LOAD_-1203906837', u'COPY_-1203905925'), ('const-433', u'STORE_-1203906374'), ('const-0', u'INT_NOTEQUAL_-1203906901'), (u'LOAD_-1203907035', u'COPY_-1203906068'), (u'INDIRECT_-1203905691', u'MULTIEQUAL_-1203905672'), (u'LOAD_-1203906263', u'MULTIEQUAL_-1203905973'), ('const-1', u'PTRADD_-1203906927'), (u'PTRADD_-1203906112', u'STORE_-1203907161'), (u'INDIRECT_-1203905771', u'MULTIEQUAL_-1203905752'), ('const-1', u'PTRADD_-1203906887'), ('const-433', u'STORE_-1203906067'), (u'COPY_-1203906149', u'MULTIEQUAL_-1203906217'), (u'CAST_-1203905556', u'LOAD_-1203906570'), ('const-1', u'PTRADD_-1203906184'), (u'CALL_-1203906439', u'INDIRECT_-1203905851'), (u'COPY_-1203905775', u'MULTIEQUAL_-1203905839'), (u'CAST_-1203905880', u'LOAD_-1203906962'), ('const-1', u'PTRADD_-1203906151'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906492'), ('const-1', u'PTRADD_-1203906597'), ('const-24', u'PTRADD_-1203905992'), ('const--16', u'PTRADD_-1203906851'), ('const-5', u'PTRADD_-1203906185'), ('const-1', u'PTRADD_-1203906935'), (u'PTRADD_-1203906200', u'CAST_-1203906140'), (u'INDIRECT_-1203906146', u'MULTIEQUAL_-1203906044'), ('const-1', u'PTRADD_-1203905992'), (u'CALL_-1203906273', u'INDIRECT_-1203905749'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906790'), ('const-433', u'LOAD_-1203907035'), ('const-48', u'PTRADD_-1203906558'), ('const-8', u'PTRADD_-1203906200'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906558'), ('const-433', u'LOAD_-1203906570'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203907004'), ('const-433', u'STORE_-1203906056'), (u'MULTIEQUAL_-1203906055', u'MULTIEQUAL_-1203906181'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906017'), ('const-1', u'PTRADD_-1203906166'), (u'INDIRECT_-1203905679', u'MULTIEQUAL_-1203905660'), ('const-433', u'STORE_-1203906070'), (u'LOAD_-1203906949', u'STORE_-1203906970'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906887'), (u'CAST_-1203905732', u'INT_EQUAL_-1203906593'), ('const-72', u'PTRADD_-1203906314'), (u'COPY_-1203905771', u'MULTIEQUAL_-1203905815'), (u'MULTIEQUAL_-1203906158', u'MULTIEQUAL_-1203906141'), (u'INDIRECT_-1203906134', u'MULTIEQUAL_-1203905861'), (u'INDIRECT_-1203906112', u'CAST_-1203905732'), ('const--56', u'PTRADD_-1203906935'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906330'), (u'PTRSUB_-1203905673', u'PTRSUB_-1203905663'), (u'INDIRECT_-1203906100', u'STORE_-1203906544'), ('const-0', u'STORE_-1203906473'), (u'CAST_-1203906132', u'LOAD_-1203906435'), ('const--7', u'PTRADD_-1203906016'), (u'MULTIEQUAL_-1203906170', u'MULTIEQUAL_-1203906153'), ('const-1', u'PTRADD_-1203906558'), ('const-8', u'PTRADD_-1203905630'), (u'COPY_-1203905602', u'MULTIEQUAL_-1203905815'), ('const-433', u'LOAD_-1203906949'), (u'CAST_-1203905759', u'STORE_-1203906056'), ('tmp_2407', u'PTRADD_-1203906191'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906851'), ('const-8', u'PTRADD_-1203906117'), (u'PTRADD_-1203906127', u'LOAD_-1203907183'), (u'INDIRECT_-1203906157', u'MULTIEQUAL_-1203905741'), ('const--16', u'PTRADD_-1203906668'), ('const-16', u'PTRSUB_-1203905779'), ('const-433', u'LOAD_-1203906563'), (u'MULTIEQUAL_-1203906136', u'MULTIEQUAL_-1203906119'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906668'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906668'), (u'INDIRECT_-1203906134', u'SUBPIECE_-1203905947'), (u'PTRADD_-1203906900', u'CAST_-1203905880'), (u'PTRSUB_-1203905786', u'PTRSUB_-1203905779'), (u'INDIRECT_-1203906168', u'MULTIEQUAL_-1203906192'), (u'PTRADD_-1203906896', u'CAST_-1203905976'), ('tmp_2404', u'PTRSUB_-1203906208'), ('const-433', u'STORE_-1203906728'), (u'LOAD_-1203906562', u'COPY_-1203905771'), (u'MULTIEQUAL_-1203905707', u'MULTIEQUAL_-1203905850'), (u'MULTIEQUAL_-1203905839', u'CAST_-1203905645'), ('const--104', u'PTRSUB_-1203906208'), ('tmp_2407', u'PTRADD_-1203906165'), ('const-1', u'PTRADD_-1203906014'), ('const-6', u'PTRADD_-1203906112'), (u'LOAD_-1203906965', u'STORE_-1203906949'), (u'CALL_-1203907037', u'INDIRECT_-1203906076'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906476'), (u'INDIRECT_-1203906088', u'COPY_-1203905691'), (u'PTRADD_-1203906185', u'LOAD_-1203907274'), ('tmp_2407', u'PTRADD_-1203906204'), ('const-433', u'STORE_-1203907174'), ('const-433', u'LOAD_-1203906724'), ('const-433', u'STORE_-1203906842'), ('const--104', u'PTRSUB_-1203906175'), ('const-433', u'LOAD_-1203906263'), (u'INDIRECT_-1203905703', u'MULTIEQUAL_-1203906002'), ('tmp_2407', u'PTRADD_-1203906192'), ('const-0', u'STORE_-1203906067'), ('const--8', u'PTRADD_-1203906804'), (u'MULTIEQUAL_-1203906193', u'MULTIEQUAL_-1203906095'), (u'PTRADD_-1203906492', u'CAST_-1203905700'), ('const-433', u'STORE_-1203906742'), (u'CAST_-1203905971', u'STORE_-1203906949'), (u'CAST_-1203906117', u'MULTIEQUAL_-1203906217'), ('const-16', u'PTRSUB_-1203906149'), (u'INDIRECT_-1203906123', u'MULTIEQUAL_-1203906147'), (u'PTRADD_-1203906010', u'STORE_-1203906065'), (u'INDIRECT_-1203905726', u'MULTIEQUAL_-1203905707'), ('const-433', u'STORE_-1203906068'), ('const-433', u'LOAD_-1203906982'), ('const--4', u'PTRADD_-1203906013'), ('const-1', u'PTRADD_-1203906314'), ('const-5', u'PTRADD_-1203906122'), ('const-1', u'PTRADD_-1203906900'), (u'INDIRECT_-1203906112', u'MULTIEQUAL_-1203906136'), (u'PTRADD_-1203906151', u'CAST_-1203905889'), (u'CAST_-1203905616', u'STORE_-1203906374'), ('const-433', u'LOAD_-1203905875'), (u'PTRADD_-1203906782', u'STORE_-1203906842'), ('const-0', u'STORE_-1203906066'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906484'), ('const-0', u'STORE_-1203906244'), ('tmp_1292', u'BRANCH_-1203906195'), ('const-1', u'PTRADD_-1203906895'), (u'INDIRECT_-1203906112', u'CALL_-1203906273'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906859'), (u'INT_EQUAL_-1203906929', u'CBRANCH_-1203906926'), ('const-1', u'PTRADD_-1203906016'), ('const-433', u'STORE_-1203906215'), ('const-433', u'STORE_-1203906937'), (u'LOAD_-1203906921', u'INT_NOTEQUAL_-1203906901'), (u'LOAD_-1203907035', u'INT_NOTEQUAL_-1203906517'), ('const-64', u'PTRADD_-1203906193'), ('const-0', u'INT_NOTEQUAL_-1203906517'), (u'CALL_-1203906439', u'INDIRECT_-1203905793'), (u'PTRADD_-1203906314', u'CAST_-1203905616'), ('tmp_2404', u'PTRSUB_-1203905673'), ('tmp_511', u'BRANCH_-1203906829'), (u'PTRSUB_-1203905717', u'PTRSUB_-1203905711'), (u'INDIRECT_-1203906088', u'SUBPIECE_-1203905657'), ('const-433', u'LOAD_-1203907198'), (u'CALL_-1203906868', u'INDIRECT_-1203906012'), ('const-433', u'STORE_-1203906987'), (u'CALL_-1203906439', u'INDIRECT_-1203905873'), ('const-40', u'PTRSUB_-1203905663'), (u'COPY_-1203905691', u'MULTIEQUAL_-1203905815'), ('const-433', u'STORE_-1203906968'), (u'CALL_-1203907037', u'INDIRECT_-1203906157'), (u'LOAD_-1203906945', u'STORE_-1203906937'), (u'MULTIEQUAL_-1203905752', u'MULTIEQUAL_-1203905895'), (u'PTRADD_-1203907004', u'CAST_-1203905969'), (u'LOAD_-1203906230', u'STORE_-1203906214'), (u'CAST_-1203906140', u'LOAD_-1203906447'), ('const-0', u'SUBPIECE_-1203905947'), (u'CAST_-1203906062', u'MULTIEQUAL_-1203906421'), (u'INDIRECT_-1203905760', u'MULTIEQUAL_-1203905741'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906322'), (u'PTRADD_-1203906166', u'CAST_-1203905905'), (u'INDIRECT_-1203906112', u'MULTIEQUAL_-1203905696'), (u'PTRADD_-1203906016', u'STORE_-1203906071'), (u'INT_EQUAL_-1203906593', u'CBRANCH_-1203906591'), (u'CALL_-1203906273', u'INDIRECT_-1203905715'), (u'PTRADD_-1203906193', u'CAST_-1203905531'), ('const--6', u'PTRADD_-1203906015'), (u'STORE_-1203906473', u'INDIRECT_-1203905804'), ('const-433', u'LOAD_-1203906434'), ('const-433', u'STORE_-1203906949'), ('const-0', u'STORE_-1203906069'), ('const-433', u'STORE_-1203906716'), (u'INDIRECT_-1203906123', u'MULTIEQUAL_-1203905707'), (u'INDIRECT_-1203906100', u'MULTIEQUAL_-1203906124'), (u'INDIRECT_-1203906076', u'MULTIEQUAL_-1203906100'), ('const-56', u'PTRADD_-1203906910'), ('tmp_392', u'CBRANCH_-1203906926'), (u'LOAD_-1203907004', u'STORE_-1203906987'), ('const-64', u'PTRADD_-1203906484'), (u'CAST_-1203905622', u'STORE_-1203906382'), (u'MULTIEQUAL_-1203906181', u'MULTIEQUAL_-1203906083'), ('const-1', u'PTRADD_-1203906012'), (u'PTRADD_-1203905992', u'CAST_-1203905758'), (u'MULTIEQUAL_-1203906421', u'CALL_-1203906868'), ('const-0', u'STORE_-1203907142'), ('const--8', u'PTRADD_-1203906017'), ('const--48', u'PTRADD_-1203906166'), ('const-8', u'PTRADD_-1203906112'), (u'SUBPIECE_-1203905947', u'STORE_-1203906634'), (u'CAST_-1203905628', u'STORE_-1203906390'), (u'CAST_-1203905790', u'STORE_-1203906728'), (u'PTRADD_-1203906501', u'CAST_-1203905551'), ('const-1', u'INT_EQUAL_-1203906283'), (u'INDIRECT_-1203906088', u'MULTIEQUAL_-1203905672'), (u'PTRADD_-1203906859', u'CAST_-1203905844'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906193'), ('tmp_2404', u'PTRSUB_-1203905796'), ('const-433', u'LOAD_-1203905874'), (u'LOAD_-1203906447', u'MULTIEQUAL_-1203906164'), ('const--24', u'PTRADD_-1203906900'), (u'INDIRECT_-1203906000', u'MULTIEQUAL_-1203905986'), (u'LOAD_-1203907035', u'INT_EQUAL_-1203906565'), (u'PTRADD_-1203906201', u'CAST_-1203905537'), ('const-0', u'INT_NOTEQUAL_-1203906298'), ('const-433', u'STORE_-1203906066'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906201'), (u'MULTIEQUAL_-1203905973', u'PTRADD_-1203906184'), (u'CAST_-1203905795', u'LOAD_-1203906837'), ('const-433', u'STORE_-1203906634'), ('const-1', u'PTRADD_-1203906015'), (u'INDIRECT_-1203906123', u'MULTIEQUAL_-1203906021'), ('const-433', u'LOAD_-1203906230'), (u'LOAD_-1203906949', u'INT_EQUAL_-1203906929'), ('const-1', u'PTRADD_-1203906910'), ('const-64', u'PTRADD_-1203906889'), ('const--16', u'PTRADD_-1203906775'), ('tmp_2404', u'PTRSUB_-1203905727'), (u'MULTIEQUAL_-1203906421', u'LOAD_-1203906581'), (u'CALL_-1203906273', u'INDIRECT_-1203905679'), (u'PTRADD_-1203906895', u'MULTIEQUAL_-1203906421'), (u'CAST_-1203905884', u'STORE_-1203906966'), ('const--1', u'PTRADD_-1203906010'), (u'INDIRECT_-1203906157', u'MULTIEQUAL_-1203906181'), (u'PTRADD_-1203906942', u'CAST_-1203905911'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906508'), (u'INDIRECT_-1203906088', u'MULTIEQUAL_-1203906112'), ('const-24', u'PTRADD_-1203906151'), (u'PTRADD_-1203906142', u'CAST_-1203905502'), (u'PTRADD_-1203906165', u'CAST_-1203906094'), (u'CALL_-1203907037', u'INDIRECT_-1203906168'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906900'), (u'PTRADD_-1203906775', u'CAST_-1203905795'), (u'INDIRECT_-1203905749', u'MULTIEQUAL_-1203905730'), (u'INDIRECT_-1203906012', u'MULTIEQUAL_-1203905998'), ('const-433', u'LOAD_-1203906945'), ('const-433', u'LOAD_-1203906737'), ('const-433', u'STORE_-1203906573'), ('const-433', u'LOAD_-1203906837'), (u'COPY_-1203905606', u'MULTIEQUAL_-1203905839'), ('const-8', u'PTRADD_-1203906122'), ('const-1', u'PTRADD_-1203906913'), ('const-1', u'PTRADD_-1203906656'), (u'SUBPIECE_-1203905657', u'STORE_-1203906215'), (u'MULTIEQUAL_-1203906421', u'PTRADD_-1203906012'), ('tmp_853', u'CBRANCH_-1203906591'), (u'PTRADD_-1203905630', u'LOAD_-1203905874'), ('const-433', u'LOAD_-1203906231'), (u'CAST_-1203906126', u'INT_EQUAL_-1203907213'), (u'CAST_-1203905688', u'STORE_-1203906536'), (u'INT_EQUAL_-1203906283', u'CBRANCH_-1203906280'), (u'INDIRECT_-1203906134', u'MULTIEQUAL_-1203906032'), ('tmp_2407', u'PTRADD_-1203906200'), (u'PTRADD_-1203906987', u'CAST_-1203905759'), (u'INDIRECT_-1203906080', u'MULTIEQUAL_-1203906066'), (u'COPY_-1203905886', u'MULTIEQUAL_-1203906411'), (u'COPY_-1203906068', u'MULTIEQUAL_-1203906411'), ('const--32', u'PTRADD_-1203906920'), ('const-0', u'STORE_-1203906842'), (u'CAST_-1203905809', u'LOAD_-1203906859'), (u'LOAD_-1203906921', u'MULTIEQUAL_-1203906314'), (u'MULTIEQUAL_-1203906285', u'PTRADD_-1203906782'), ('const-8', u'PTRADD_-1203906137'), ('const--8', u'PTRADD_-1203906508'), (u'LOAD_-1203906581', u'STORE_-1203906573')] | [(u'PTRADD_-1203905621', u'STORE_-1203906374'), (u'CAST_-1203905859', u'INT_EQUAL_-1203906929'), (u'MULTIEQUAL_-1203905797', u'COPY_-1203905722'), (u'CALL_-1203906868', u'INDIRECT_-1203905994'), ('const-0', u'INT_NOTEQUAL_-1203906919'), (u'INDIRECT_-1203906051', u'MULTIEQUAL_-1203906037'), (u'INDIRECT_-1203905982', u'MULTIEQUAL_-1203905968'), (u'MULTIEQUAL_-1203905723', u'MULTIEQUAL_-1203905866'), (u'INDIRECT_-1203906128', u'MULTIEQUAL_-1203905855'), ('const-433', u'LOAD_-1203906837'), (u'COPY_-1203905659', u'MULTIEQUAL_-1203905821'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203906050'), (u'CAST_-1203905563', u'LOAD_-1203906581'), (u'INT_EQUAL_-1203906565', u'CBRANCH_-1203906563'), (u'PTRADD_-1203905571', u'LOAD_-1203905857'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905526'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905817'), (u'CAST_-1203905859', u'STORE_-1203906742'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905532'), ('const-8', u'PTRADD_-1203906095'), ('const-8', u'PTRADD_-1203906050'), (u'INDIRECT_-1203906094', u'STORE_-1203906552'), ('tmp_608', u'CBRANCH_-1203906977'), (u'PTRADD_-1203905969', u'INT_EQUAL_-1203906979'), (u'PTRADD_-1203906100', u'MULTIEQUAL_-1203906423'), (u'PTRADD_-1203906174', u'LOAD_-1203906417'), ('const-0', u'STORE_-1203906968'), (u'LOAD_-1203906921', u'CALL_-1203906868'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905929'), (u'CALL_-1203906868', u'INDIRECT_-1203906006'), ('const-9', u'PTRADD_-1203905701'), (u'LOAD_-1203906866', u'MULTIEQUAL_-1203906316'), ('const-1', u'PTRADD_-1203906182'), ('const-5', u'PTRADD_-1203905759'), ('const-0', u'RETURN_-1203906399'), (u'CAST_-1203905917', u'CAST_-1203905559'), (u'INDIRECT_-1203905685', u'MULTIEQUAL_-1203906004'), ('const-8', u'PTRADD_-1203906120'), (u'LOAD_-1203905857', u'MULTIEQUAL_-1203906175'), (u'CAST_-1203905726', u'STORE_-1203906634'), (u'MULTIEQUAL_-1203906199', u'MULTIEQUAL_-1203906101'), ('const-433', u'LOAD_-1203907004'), ('const-433', u'LOAD_-1203906859'), ('tmp_1309', u'BRANCH_-1203906256'), (u'CAST_-1203905917', u'STORE_-1203906911'), (u'INT_EQUAL_-1203906979', u'CBRANCH_-1203906977'), (u'PTRADD_-1203905951', u'LOAD_-1203906213'), (u'PTRADD_-1203905494', u'LOAD_-1203906204'), (u'PTRADD_-1203905903', u'LOAD_-1203906921'), (u'MULTIEQUAL_-1203906287', u'CAST_-1203905802'), ('const-433', u'STORE_-1203906728'), (u'LOAD_-1203907183', u'MULTIEQUAL_-1203906089'), (u'CAST_-1203905559', u'STORE_-1203906573'), (u'PTRADD_-1203906110', u'LOAD_-1203907183'), ('tmp_2457', u'PTRSUB_-1203906190'), (u'PTRSUB_-1203905742', u'INT_EQUAL_-1203906593'), (u'CAST_-1203905917', u'INT_NOTEQUAL_-1203906919'), ('const-8', u'PTRADD_-1203906045'), (u'CAST_-1203905917', u'MULTIEQUAL_-1203906287'), ('tmp_2460', u'PTRADD_-1203906148'), (u'PTRADD_-1203906095', u'STORE_-1203907161'), ('const-2', u'PTRADD_-1203905984'), ('tmp_3288', u'MULTIEQUAL_-1203906163'), ('const-5', u'PTRADD_-1203906167'), ('const-8', u'PTRADD_-1203906182'), ('const--104', u'PTRSUB_-1203906190'), ('const-8', u'PTRADD_-1203905865'), ('const-433', u'STORE_-1203906544'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203906055'), ('const--1', u'PTRADD_-1203906055'), (u'CALL_-1203906439', u'INDIRECT_-1203905787'), ('const-433', u'STORE_-1203906966'), (u'LOAD_-1203906429', u'MULTIEQUAL_-1203906146'), ('const-433', u'STORE_-1203906987'), ('const-433', u'STORE_-1203906374'), (u'INDIRECT_-1203906116', u'MULTIEQUAL_-1203905700'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905822'), ('const-8', u'PTRADD_-1203905875'), (u'CALL_-1203907037', u'INDIRECT_-1203906139'), (u'LOAD_-1203906570', u'MULTIEQUAL_-1203906316'), ('const-433', u'LOAD_-1203905856'), (u'MULTIEQUAL_-1203905654', u'COPY_-1203905566'), (u'CALL_-1203907037', u'INDIRECT_-1203906105'), (u'LOAD_-1203907299', u'MULTIEQUAL_-1203906112'), ('const-433', u'LOAD_-1203906982'), (u'MULTIEQUAL_-1203906316', u'STORE_-1203906850'), ('const-433', u'STORE_-1203906196'), (u'MULTIEQUAL_-1203906175', u'MULTIEQUAL_-1203906077'), ('const-433', u'STORE_-1203906850'), (u'INDIRECT_-1203906058', u'MULTIEQUAL_-1203905785'), ('tmp_284', u'CBRANCH_-1203907009'), ('const-8', u'PTRADD_-1203905532'), (u'PTRADD_-1203905921', u'CAST_-1203905863'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905939'), ('const-0', u'COPY_-1203906499'), ('const-7', u'PTRADD_-1203905713'), (u'COPY_-1203905889', u'MULTIEQUAL_-1203906413'), ('const-3', u'PTRADD_-1203905934'), (u'PTRADD_-1203906006', u'MULTIEQUAL_-1203906423'), (u'PTRSUB_-1203906190', u'CALL_-1203907037'), (u'MULTIEQUAL_-1203905980', u'MULTIEQUAL_-1203906106'), (u'LOAD_-1203906921', u'INT_EQUAL_-1203906886'), (u'PTRADD_-1203905950', u'LOAD_-1203906212'), ('tmp_2460', u'PTRADD_-1203906167'), ('const-8', u'PTRADD_-1203906148'), ('const-433', u'LOAD_-1203906417'), (u'COPY_-1203905735', u'MULTIEQUAL_-1203905797'), (u'PTRADD_-1203905570', u'LOAD_-1203905856'), (u'LOAD_-1203906949', u'CAST_-1203905859'), (u'PTRADD_-1203905830', u'STORE_-1203906728'), ('const-6', u'PTRADD_-1203906110'), (u'CALL_-1203906273', u'INDIRECT_-1203905719'), (u'LOAD_-1203906213', u'STORE_-1203906197'), ('tmp_891', u'CBRANCH_-1203906563'), (u'MULTIEQUAL_-1203905992', u'MULTIEQUAL_-1203906118'), (u'LOAD_-1203906737', u'STORE_-1203906728'), ('const-8', u'PTRADD_-1203905951'), (u'INDIRECT_-1203905753', u'MULTIEQUAL_-1203905734'), ('const-8', u'PTRADD_-1203905950'), (u'CAST_-1203905511', u'MULTIEQUAL_-1203905975'), ('const-433', u'LOAD_-1203906430'), ('const--4', u'PTRADD_-1203905939'), (u'INDIRECT_-1203906128', u'MULTIEQUAL_-1203906152'), (u'PTRADD_-1203905759', u'CAST_-1203905726'), (u'PTRADD_-1203905713', u'STORE_-1203906552'), ('const-433', u'LOAD_-1203906921'), ('const--48', u'PTRSUB_-1203905670'), ('const-9', u'PTRADD_-1203906037'), ('const-433', u'STORE_-1203906634'), (u'CAST_-1203906108', u'LOAD_-1203907299'), (u'LOAD_-1203906724', u'STORE_-1203906716'), ('tmp_2460', u'PTRADD_-1203906095'), ('const-0', u'STORE_-1203907161'), ('const-8', u'PTRADD_-1203906055'), (u'INDIRECT_-1203906070', u'SUBPIECE_-1203905639'), ('tmp_2460', u'PTRADD_-1203906182'), (u'LOAD_-1203907035', u'CAST_-1203905917'), (u'MULTIEQUAL_-1203905712', u'MULTIEQUAL_-1203905855'), (u'MULTIEQUAL_-1203905821', u'INT_NOTEQUAL_-1203906447'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905856'), ('const-7', u'PTRADD_-1203906120'), ('const-0', u'SUBPIECE_-1203905639'), ('const--2', u'PTRADD_-1203905817'), (u'CALL_-1203906273', u'INDIRECT_-1203905753'), ('const-8', u'PTRADD_-1203906023'), (u'INDIRECT_-1203906006', u'MULTIEQUAL_-1203905992'), ('const-6', u'PTRADD_-1203906095'), (u'INT_EQUAL_-1203907213', u'CBRANCH_-1203907211'), (u'COPY_-1203905655', u'MULTIEQUAL_-1203905797'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905621'), ('const-8', u'PTRADD_-1203905817'), ('const-433', u'STORE_-1203906573'), (u'PTRSUB_-1203905989', u'CALL_-1203907037'), ('const--3', u'PTRADD_-1203905925'), ('const-433', u'STORE_-1203907174'), (u'INDIRECT_-1203906070', u'MULTIEQUAL_-1203906094'), ('tmp_2457', u'PTRSUB_-1203905989'), (u'CAST_-1203905476', u'MULTIEQUAL_-1203905975'), ('const--1', u'PTRADD_-1203905835'), ('const-7', u'PTRADD_-1203906060'), ('const-8', u'PTRADD_-1203906100'), (u'INDIRECT_-1203906094', u'MULTIEQUAL_-1203905992'), (u'CALL_-1203906439', u'INDIRECT_-1203905821'), ('const-433', u'LOAD_-1203906866'), (u'PTRADD_-1203905939', u'CAST_-1203905879'), ('const-9', u'PTRADD_-1203905719'), ('const-8', u'PTRADD_-1203905870'), (u'CAST_-1203905917', u'COPY_-1203905739'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905587'), (u'INDIRECT_-1203906139', u'MULTIEQUAL_-1203906163'), (u'PTRADD_-1203906182', u'LOAD_-1203906429'), (u'CALL_-1203907037', u'INDIRECT_-1203906116'), ('tmp_1042', u'CBRANCH_-1203906446'), (u'MULTIEQUAL_-1203906003', u'MULTIEQUAL_-1203906129'), (u'INDIRECT_-1203906017', u'MULTIEQUAL_-1203906003'), (u'PTRADD_-1203905929', u'CAST_-1203905871'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203906060'), ('const-8', u'PTRADD_-1203905830'), (u'MULTIEQUAL_-1203906413', u'CAST_-1203905920'), ('const-8', u'PTRADD_-1203905969'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203906045'), (u'LOAD_-1203906430', u'MULTIEQUAL_-1203906157'), (u'PTRADD_-1203906050', u'LOAD_-1203906958'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905935'), ('const-433', u'STORE_-1203906382'), (u'CAST_-1203905917', u'MULTIEQUAL_-1203905975'), (u'INT_EQUAL_-1203906886', u'CBRANCH_-1203906883'), (u'PTRADD_-1203905835', u'LOAD_-1203906737'), (u'PTRADD_-1203905998', u'CALL_-1203907037'), ('const--7', u'PTRADD_-1203905998'), (u'CAST_-1203905879', u'LOAD_-1203906982'), ('const-1', u'INT_EQUAL_-1203906283'), (u'MULTIEQUAL_-1203906152', u'MULTIEQUAL_-1203906135'), (u'CAST_-1203905917', u'COPY_-1203906032'), (u'PTRADD_-1203905587', u'LOAD_-1203906563'), (u'CAST_-1203905500', u'INT_ADD_-1203906230'), ('const-8', u'PTRADD_-1203906173'), (u'PTRADD_-1203905875', u'LOAD_-1203906866'), ('const-8', u'PTRADD_-1203905775'), (u'INDIRECT_-1203906082', u'MULTIEQUAL_-1203906106'), (u'PTRADD_-1203906055', u'LOAD_-1203906965'), (u'CALL_-1203906439', u'INDIRECT_-1203905799'), (u'MULTIEQUAL_-1203906163', u'MULTIEQUAL_-1203906146'), (u'SUBPIECE_-1203905929', u'STORE_-1203906634'), (u'MULTIEQUAL_-1203905700', u'MULTIEQUAL_-1203905843'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905592'), ('tmp_2460', u'PTRADD_-1203906174'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905494'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905956'), (u'INDIRECT_-1203905719', u'MULTIEQUAL_-1203905700'), ('const-8', u'PTRADD_-1203905903'), (u'INDIRECT_-1203906058', u'MULTIEQUAL_-1203906082'), (u'INDIRECT_-1203906062', u'MULTIEQUAL_-1203906048'), ('tmp_949', u'CBRANCH_-1203906516'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905707'), ('const-433', u'LOAD_-1203906263'), (u'INDIRECT_-1203906082', u'STORE_-1203906544'), ('const-433', u'STORE_-1203906536'), ('const-8', u'PTRADD_-1203905974'), (u'INDIRECT_-1203906070', u'STORE_-1203906374'), ('const-433', u'LOAD_-1203906958'), (u'PTRADD_-1203905917', u'LOAD_-1203906949'), (u'INT_NOTEQUAL_-1203906447', u'CBRANCH_-1203906446'), ('const-8', u'PTRADD_-1203905917'), (u'PTRADD_-1203906037', u'STORE_-1203906937'), (u'CAST_-1203905859', u'STORE_-1203906970'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905830'), (u'MULTIEQUAL_-1203906423', u'CAST_-1203905563'), ('const-433', u'STORE_-1203906968'), (u'PTRADD_-1203905765', u'STORE_-1203906037'), (u'PTRADD_-1203906173', u'LOAD_-1203906416'), (u'PTRADD_-1203905707', u'STORE_-1203906544'), ('const-8', u'PTRADD_-1203905939'), ('const-433', u'LOAD_-1203905857'), ('const-8', u'PTRADD_-1203905835'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905865'), ('const-8', u'PTRADD_-1203905719'), (u'PTRADD_-1203905526', u'STORE_-1203906253'), ('const-5', u'PTRADD_-1203906105'), (u'INT_NOTEQUAL_-1203906298', u'CBRANCH_-1203906297'), (u'PTRADD_-1203905984', u'STORE_-1203906038'), ('const-433', u'LOAD_-1203906945'), ('const-9', u'PTRADD_-1203905969'), (u'MULTIEQUAL_-1203905956', u'MULTIEQUAL_-1203906082'), ('const--48', u'PTRSUB_-1203906157'), ('const-433', u'STORE_-1203906038'), (u'LOAD_-1203906562', u'COPY_-1203905735'), ('const-8', u'PTRADD_-1203905840'), ('const-9', u'PTRADD_-1203906050'), ('tmp_1177', u'CBRANCH_-1203906297'), ('tmp_1207', u'CBRANCH_-1203906280'), (u'MULTIEQUAL_-1203905968', u'MULTIEQUAL_-1203906094'), ('tmp_2457', u'PTRSUB_-1203905614'), (u'LOAD_-1203906204', u'CAST_-1203905476'), ('const--48', u'PTRSUB_-1203905742'), ('const-1', u'INT_EQUAL_-1203906886'), (u'CALL_-1203906868', u'INDIRECT_-1203906028'), (u'INDIRECT_-1203906105', u'MULTIEQUAL_-1203906129'), (u'MULTIEQUAL_-1203906423', u'CALL_-1203906868'), (u'PTRADD_-1203905532', u'LOAD_-1203906263'), (u'PTRADD_-1203905817', u'STORE_-1203906728'), ('const-8', u'PTRADD_-1203905570'), ('const-8', u'PTRADD_-1203906045'), ('const-8', u'PTRADD_-1203905984'), (u'INDIRECT_-1203906128', u'MULTIEQUAL_-1203906026'), (u'LOAD_-1203906563', u'CAST_-1203905552'), ('tmp_2460', u'PTRADD_-1203905570'), (u'INDIRECT_-1203906094', u'CALL_-1203906273'), ('const-3', u'PTRADD_-1203906173'), ('const-8', u'PTRADD_-1203906174'), ('const--2', u'PTRADD_-1203906100'), ('tmp_2460', u'PTRADD_-1203906110'), ('tmp_426', u'CBRANCH_-1203906900'), ('const-433', u'STORE_-1203906618'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905875'), ('const-433', u'STORE_-1203906657'), (u'INDIRECT_-1203906150', u'MULTIEQUAL_-1203906174'), (u'PTRSUB_-1203905614', u'COPY_-1203905659'), (u'LOAD_-1203907274', u'CAST_-1203906092'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905759'), (u'INDIRECT_-1203906094', u'STORE_-1203906390'), ('const-8', u'PTRADD_-1203905494'), (u'INDIRECT_-1203906028', u'MULTIEQUAL_-1203906014'), (u'PTRADD_-1203905775', u'STORE_-1203906657'), (u'INDIRECT_-1203906094', u'MULTIEQUAL_-1203905678'), (u'INT_NOTEQUAL_-1203906919', u'CBRANCH_-1203906918'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203906006'), ('const-433', u'LOAD_-1203906562'), (u'COPY_-1203906113', u'MULTIEQUAL_-1203906199'), ('const-8', u'PTRADD_-1203906167'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905950'), ('const-433', u'STORE_-1203906953'), (u'CAST_-1203905552', u'MULTIEQUAL_-1203906287'), (u'LOAD_-1203906416', u'MULTIEQUAL_-1203906123'), ('const--7', u'PTRADD_-1203905951'), (u'PTRADD_-1203905935', u'STORE_-1203906197'), ('tmp_150', u'CBRANCH_-1203907211'), (u'INDIRECT_-1203906094', u'MULTIEQUAL_-1203906118'), ('const-433', u'STORE_-1203906728'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905713'), (u'PTRADD_-1203905840', u'STORE_-1203906742'), ('const-8', u'PTRADD_-1203905592'), (u'INDIRECT_-1203906128', u'MULTIEQUAL_-1203905712'), ('const-433', u'STORE_-1203906937'), ('const-433', u'STORE_-1203906716'), (u'COPY_-1203905739', u'MULTIEQUAL_-1203905821'), (u'INDIRECT_-1203906070', u'COPY_-1203905655'), ('tmp_456', u'CBRANCH_-1203906883'), (u'LOAD_-1203907198', u'MULTIEQUAL_-1203906175'), (u'PTRADD_-1203905925', u'CAST_-1203905867'), ('const-433', u'LOAD_-1203907299'), (u'CAST_-1203905917', u'CALL_-1203906868'), ('const-433', u'STORE_-1203907142'), (u'PTRSUB_-1203905670', u'INT_NOTEQUAL_-1203906447'), ('const-8', u'PTRADD_-1203905707'), ('const-7', u'PTRADD_-1203905870'), ('const-433', u'LOAD_-1203906204'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203906023'), ('const-433', u'LOAD_-1203906212'), (u'INT_NOTEQUAL_-1203906517', u'CBRANCH_-1203906516'), ('const-8', u'PTRADD_-1203906006'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905998'), (u'STORE_-1203906473', u'INDIRECT_-1203905774'), ('const-433', u'LOAD_-1203907183'), (u'CALL_-1203907037', u'INDIRECT_-1203906128'), (u'LOAD_-1203906962', u'STORE_-1203906953'), (u'INDIRECT_-1203906139', u'MULTIEQUAL_-1203906037'), (u'INDIRECT_-1203906139', u'STORE_-1203906037'), ('const-433', u'STORE_-1203906742'), (u'MULTIEQUAL_-1203906004', u'STORE_-1203906253'), ('const-8', u'PTRADD_-1203906186'), (u'MULTIEQUAL_-1203906118', u'MULTIEQUAL_-1203906101'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905951'), ('const-8', u'PTRADD_-1203905633'), ('const-7', u'PTRADD_-1203905840'), ('const-8', u'PTRADD_-1203905822'), (u'MULTIEQUAL_-1203905678', u'COPY_-1203905570'), ('tmp_1260', u'BRANCH_-1203906230'), (u'CALL_-1203907037', u'INDIRECT_-1203906082'), (u'PTRADD_-1203906060', u'STORE_-1203906970'), ('tmp_679', u'CBRANCH_-1203906918'), ('tmp_704', u'BRANCH_-1203906718'), ('tmp_2460', u'PTRADD_-1203906105'), (u'PTRADD_-1203905749', u'CAST_-1203905716'), ('tmp_2457', u'PTRSUB_-1203905670'), ('const--6', u'PTRADD_-1203905950'), ('const-6', u'PTRADD_-1203905749'), ('tmp_221', u'BRANCH_-1203907136'), (u'MULTIEQUAL_-1203906423', u'STORE_-1203906728'), ('const-433', u'LOAD_-1203906581'), (u'CALL_-1203906439', u'INDIRECT_-1203905775'), ('const-433', u'STORE_-1203906037'), ('const--1', u'PTRADD_-1203905592'), ('const-0', u'STORE_-1203907142'), ('const-8', u'PTRADD_-1203905921'), ('tmp_579', u'BRANCH_-1203906555'), ('tmp_1128', u'BRANCH_-1203906368'), (u'CAST_-1203905499', u'STORE_-1203906244'), ('const--5', u'PTRADD_-1203905956'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905903'), (u'PTRADD_-1203905956', u'LOAD_-1203907004'), (u'LOAD_-1203906982', u'STORE_-1203906966'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905921'), (u'INT_ADD_-1203906230', u'CAST_-1203905499'), (u'INDIRECT_-1203906082', u'MULTIEQUAL_-1203905980'), (u'INDIRECT_-1203906070', u'MULTIEQUAL_-1203905968'), (u'PTRADD_-1203905719', u'LOAD_-1203906562'), ('const-433', u'STORE_-1203906215'), (u'CALL_-1203906439', u'INDIRECT_-1203905810'), (u'CALL_-1203906868', u'INDIRECT_-1203906017'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905925'), ('const-433', u'STORE_-1203906842'), (u'CAST_-1203906013', u'STORE_-1203907142'), (u'MULTIEQUAL_-1203906048', u'MULTIEQUAL_-1203906174'), (u'CAST_-1203905917', u'INT_EQUAL_-1203906565'), (u'PTRADD_-1203905627', u'STORE_-1203906382'), (u'CALL_-1203906273', u'INDIRECT_-1203905685'), ('const-8', u'PTRADD_-1203905707'), (u'INT_NOTEQUAL_-1203906901', u'CBRANCH_-1203906900'), ('const-433', u'STORE_-1203906905'), (u'CALL_-1203906868', u'INDIRECT_-1203906062'), (u'PTRADD_-1203905822', u'STORE_-1203906716'), ('const-7', u'PTRADD_-1203906081'), (u'LOAD_-1203906958', u'STORE_-1203906905'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203906015'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905870'), (u'CALL_-1203906273', u'INDIRECT_-1203905697'), (u'INDIRECT_-1203906139', u'MULTIEQUAL_-1203905866'), ('tmp_2460', u'PTRADD_-1203906173'), (u'PTRADD_-1203905701', u'STORE_-1203906536'), (u'INDIRECT_-1203906150', u'MULTIEQUAL_-1203905734'), (u'MULTIEQUAL_-1203906106', u'MULTIEQUAL_-1203906089'), ('const-5', u'PTRADD_-1203905929'), ('const-433', u'STORE_-1203906473'), (u'PTRADD_-1203906105', u'STORE_-1203907174'), ('const-8', u'PTRADD_-1203905765'), (u'LOAD_-1203906921', u'MULTIEQUAL_-1203906316'), ('const-0', u'INT_NOTEQUAL_-1203906901'), ('const-7', u'PTRADD_-1203905587'), (u'LOAD_-1203906263', u'CAST_-1203905511'), ('const-8', u'PTRADD_-1203905627'), (u'PTRADD_-1203905934', u'STORE_-1203906196'), ('tmp_2457', u'PTRSUB_-1203906157'), ('const-0', u'STORE_-1203906473'), ('const-8', u'PTRADD_-1203905587'), (u'CAST_-1203905796', u'COPY_-1203905889'), ('const-7', u'PTRADD_-1203905633'), (u'MULTIEQUAL_-1203906014', u'MULTIEQUAL_-1203906140'), ('const-8', u'PTRSUB_-1203905989'), ('const-9', u'PTRADD_-1203905822'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905934'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203906037'), ('const--9', u'PTRADD_-1203906006'), (u'CALL_-1203906273', u'INDIRECT_-1203905673'), (u'INDIRECT_-1203906094', u'INT_EQUAL_-1203906593'), (u'INDIRECT_-1203905708', u'MULTIEQUAL_-1203905689'), (u'MULTIEQUAL_-1203905734', u'MULTIEQUAL_-1203905877'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905944'), ('const-3', u'PTRADD_-1203905765'), ('const-433', u'LOAD_-1203906737'), (u'CALL_-1203907037', u'INT_EQUAL_-1203907010'), ('const-433', u'LOAD_-1203906949'), ('const-7', u'PTRADD_-1203905532'), ('const-8', u'PTRADD_-1203906081'), (u'INDIRECT_-1203906058', u'MULTIEQUAL_-1203905956'), ('const-433', u'LOAD_-1203906965'), ('tmp_2460', u'PTRADD_-1203906081'), (u'INDIRECT_-1203906150', u'MULTIEQUAL_-1203906048'), (u'MULTIEQUAL_-1203906423', u'LOAD_-1203906945'), (u'PTRADD_-1203906167', u'LOAD_-1203907274'), (u'LOAD_-1203906859', u'CAST_-1203905811'), ('const-8', u'PTRADD_-1203905713'), (u'INDIRECT_-1203906082', u'MULTIEQUAL_-1203906004'), (u'LOAD_-1203906417', u'MULTIEQUAL_-1203906135'), ('const-433', u'STORE_-1203906949'), ('const-8', u'PTRADD_-1203905956'), ('const-433', u'LOAD_-1203907035'), (u'INDIRECT_-1203906139', u'MULTIEQUAL_-1203905723'), ('const-4', u'PTRADD_-1203905775'), (u'CALL_-1203906273', u'INDIRECT_-1203905731'), (u'INDIRECT_-1203906082', u'CALL_-1203906273'), ('tmp_2460', u'LOAD_-1203906430'), (u'CALL_-1203906273', u'INDIRECT_-1203905708'), ('const-6', u'PTRADD_-1203905921'), ('tmp_2460', u'PTRADD_-1203905571'), ('const-8', u'PTRADD_-1203906037'), (u'MULTIEQUAL_-1203906316', u'INT_ADD_-1203906828'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905765'), (u'CALL_-1203906439', u'INDIRECT_-1203905855'), (u'COPY_-1203906032', u'MULTIEQUAL_-1203906413'), (u'INT_ADD_-1203906828', u'CAST_-1203905801'), ('const-0', u'INT_EQUAL_-1203907010'), ('const-8', u'PTRADD_-1203905934'), (u'INDIRECT_-1203906116', u'MULTIEQUAL_-1203906014'), (u'CALL_-1203906439', u'INDIRECT_-1203905844'), ('const-433', u'LOAD_-1203907198'), (u'STORE_-1203906473', u'INDIRECT_-1203905786'), (u'SUBPIECE_-1203905639', u'STORE_-1203906215'), (u'INDIRECT_-1203906070', u'STORE_-1203906536'), ('const-8', u'PTRADD_-1203905935'), (u'CALL_-1203906868', u'INDIRECT_-1203905970'), ('const-8', u'PTRADD_-1203905621'), ('const-433', u'STORE_-1203906970'), (u'MULTIEQUAL_-1203906423', u'LOAD_-1203906724'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905719'), (u'MULTIEQUAL_-1203906037', u'MULTIEQUAL_-1203906163'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905701'), (u'COPY_-1203905850', u'MULTIEQUAL_-1203906413'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905775'), ('const-433', u'STORE_-1203907161'), ('const-8', u'PTRADD_-1203906105'), (u'MULTIEQUAL_-1203906129', u'MULTIEQUAL_-1203906112'), (u'INDIRECT_-1203906105', u'STORE_-1203906618'), (u'PTRADD_-1203906015', u'STORE_-1203906968'), (u'INDIRECT_-1203906116', u'MULTIEQUAL_-1203906140'), (u'INDIRECT_-1203906082', u'INT_NOTEQUAL_-1203906298'), ('const-8', u'PTRADD_-1203905570'), (u'PTRADD_-1203906148', u'STORE_-1203907174'), ('const-433', u'LOAD_-1203906962'), ('const-8', u'PTRADD_-1203906060'), (u'MULTIEQUAL_-1203906004', u'INT_ADD_-1203906230'), (u'LOAD_-1203906965', u'STORE_-1203906949'), (u'CALL_-1203906273', u'INDIRECT_-1203905742'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905974'), ('const-8', u'PTRADD_-1203905526'), ('const--1', u'PTRADD_-1203905875'), ('const-8', u'PTRADD_-1203905627'), (u'PTRADD_-1203905865', u'STORE_-1203906850'), (u'INDIRECT_-1203906128', u'STORE_-1203906657'), (u'INDIRECT_-1203905994', u'MULTIEQUAL_-1203905980'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905917'), ('const-8', u'PTRADD_-1203906015'), (u'MULTIEQUAL_-1203905642', u'MULTIEQUAL_-1203905785'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905633'), (u'INDIRECT_-1203906105', u'MULTIEQUAL_-1203905689'), (u'LOAD_-1203906837', u'CAST_-1203905796'), (u'PTRADD_-1203905592', u'LOAD_-1203906570'), ('const-433', u'LOAD_-1203907274'), (u'CAST_-1203905917', u'INT_EQUAL_-1203906979'), ('const-433', u'LOAD_-1203906429'), (u'PTRADD_-1203905633', u'STORE_-1203906390'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905749'), (u'CALL_-1203906439', u'INDIRECT_-1203905833'), (u'CALL_-1203906439', u'INDIRECT_-1203905763'), ('const-4', u'PTRADD_-1203905944'), ('tmp_2460', u'PTRADD_-1203906100'), (u'INDIRECT_-1203906105', u'MULTIEQUAL_-1203906003'), (u'COPY_-1203905566', u'MULTIEQUAL_-1203905797'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905984'), (u'INDIRECT_-1203906150', u'MULTIEQUAL_-1203905877'), (u'INDIRECT_-1203906116', u'MULTIEQUAL_-1203905843'), (u'INDIRECT_-1203905661', u'MULTIEQUAL_-1203905642'), ('tmp_1292', u'BRANCH_-1203906195'), (u'PTRADD_-1203906186', u'CAST_-1203906108'), ('const-433', u'STORE_-1203906197'), (u'CAST_-1203905920', u'STORE_-1203906945'), (u'CAST_-1203905802', u'INT_ADD_-1203906828'), ('const-8', u'PTRADD_-1203905830'), (u'MULTIEQUAL_-1203905821', u'CAST_-1203905634'), ('const-7', u'PTRADD_-1203905571'), ('const--2', u'PTRADD_-1203906023'), (u'INT_EQUAL_-1203906929', u'CBRANCH_-1203906926'), ('const--1', u'PTRADD_-1203905903'), (u'CALL_-1203906868', u'INDIRECT_-1203906040'), (u'LOAD_-1203906921', u'INT_NOTEQUAL_-1203906901'), (u'LOAD_-1203905856', u'MULTIEQUAL_-1203906163'), ('const-433', u'STORE_-1203906911'), ('const-433', u'STORE_-1203906945'), ('const-433', u'LOAD_-1203906213'), (u'INDIRECT_-1203906040', u'MULTIEQUAL_-1203906026'), (u'PTRSUB_-1203906157', u'MULTIEQUAL_-1203906199'), ('const-8', u'PTRADD_-1203906110'), ('const-0', u'INT_NOTEQUAL_-1203906517'), (u'CAST_-1203905484', u'STORE_-1203906215'), (u'MULTIEQUAL_-1203906140', u'MULTIEQUAL_-1203906123'), ('const-433', u'STORE_-1203906253'), ('tmp_511', u'BRANCH_-1203906829'), (u'CAST_-1203905917', u'INT_NOTEQUAL_-1203906517'), (u'CAST_-1203906092', u'INT_EQUAL_-1203907213'), (u'CALL_-1203907037', u'INDIRECT_-1203906070'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905627'), (u'INDIRECT_-1203906105', u'MULTIEQUAL_-1203905832'), (u'INDIRECT_-1203906116', u'SUBPIECE_-1203905929'), ('const-2', u'PTRADD_-1203906174'), (u'LOAD_-1203906945', u'STORE_-1203906937'), ('const-9', u'PTRADD_-1203905621'), (u'PTRADD_-1203906148', u'INT_EQUAL_-1203907213'), ('const-433', u'LOAD_-1203906570'), ('const-7', u'PTRADD_-1203906148'), (u'PTRADD_-1203906120', u'LOAD_-1203907198'), (u'MULTIEQUAL_-1203906082', u'MULTIEQUAL_-1203906065'), (u'CALL_-1203907037', u'INDIRECT_-1203906150'), (u'INT_EQUAL_-1203906593', u'CBRANCH_-1203906591'), (u'PTRADD_-1203905969', u'INT_EQUAL_-1203906565'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905840'), (u'MULTIEQUAL_-1203905689', u'MULTIEQUAL_-1203905832'), (u'PTRADD_-1203905974', u'LOAD_-1203907035'), ('const-8', u'PTRADD_-1203905925'), (u'INDIRECT_-1203905970', u'MULTIEQUAL_-1203905956'), ('const--2', u'PTRADD_-1203905917'), ('const--2', u'PTRADD_-1203905856'), (u'INT_EQUAL_-1203907010', u'CBRANCH_-1203907009'), (u'MULTIEQUAL_-1203906163', u'MULTIEQUAL_-1203906065'), (u'CALL_-1203906868', u'INDIRECT_-1203906051'), ('tmp_392', u'CBRANCH_-1203906926'), (u'LOAD_-1203907004', u'STORE_-1203906987'), ('tmp_2457', u'PTRSUB_-1203905742'), ('const-433', u'STORE_-1203906390'), (u'MULTIEQUAL_-1203906094', u'MULTIEQUAL_-1203906077'), (u'INDIRECT_-1203906150', u'STORE_-1203906038'), ('const-433', u'STORE_-1203906244'), (u'MULTIEQUAL_-1203906423', u'COPY_-1203905850'), (u'INDIRECT_-1203905731', u'MULTIEQUAL_-1203905712'), (u'PTRADD_-1203906023', u'STORE_-1203906911'), ('const-8', u'PTRADD_-1203905749'), (u'COPY_-1203905570', u'MULTIEQUAL_-1203905821'), (u'PTRADD_-1203906081', u'CAST_-1203906013'), ('const-0', u'INT_NOTEQUAL_-1203906298'), ('const-8', u'PTRADD_-1203905944'), (u'MULTIEQUAL_-1203906026', u'MULTIEQUAL_-1203906152'), ('const-4', u'PTRADD_-1203906186'), ('const-0', u'SUBPIECE_-1203905929'), (u'CAST_-1203905917', u'CALL_-1203906273'), ('const-8', u'PTRADD_-1203905929'), (u'PTRADD_-1203906045', u'STORE_-1203906949'), ('const-0', u'STORE_-1203906842'), (u'PTRADD_-1203905944', u'STORE_-1203906987'), ('const-2', u'PTRADD_-1203905935'), ('const-8', u'PTRADD_-1203905998'), ('const-8', u'PTRADD_-1203905856'), (u'MULTIEQUAL_-1203906174', u'MULTIEQUAL_-1203906157'), ('const-433', u'STORE_-1203906552'), ('const-433', u'LOAD_-1203906724'), ('const-8', u'PTRADD_-1203905701'), (u'CALL_-1203906868', u'INDIRECT_-1203905982'), (u'MULTIEQUAL_-1203905975', u'CAST_-1203905500'), (u'CAST_-1203905871', u'STORE_-1203906966'), (u'INDIRECT_-1203905697', u'MULTIEQUAL_-1203905678'), (u'INDIRECT_-1203905673', u'MULTIEQUAL_-1203905654'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905969'), (u'INDIRECT_-1203906082', u'INT_EQUAL_-1203906283'), (u'CAST_-1203905863', u'STORE_-1203906953'), (u'PTRADD_-1203905856', u'LOAD_-1203906837'), ('const-0', u'STORE_-1203906945'), (u'LOAD_-1203906212', u'STORE_-1203906196'), (u'CALL_-1203907037', u'INDIRECT_-1203906094'), ('const-7', u'PTRADD_-1203905974'), (u'PTRADD_-1203905870', u'LOAD_-1203906859'), (u'CAST_-1203905867', u'LOAD_-1203906962'), (u'INDIRECT_-1203905742', u'MULTIEQUAL_-1203905723'), ('tmp_2460', u'PTRADD_-1203906120'), (u'CAST_-1203905917', u'CAST_-1203905484'), (u'CAST_-1203905634', u'STORE_-1203906473'), (u'CALL_-1203907037', u'INDIRECT_-1203906058'), ('const-8', u'PTRADD_-1203905571'), (u'INDIRECT_-1203906070', u'MULTIEQUAL_-1203905654'), (u'CAST_-1203905801', u'STORE_-1203906842'), ('const-8', u'PTRADD_-1203905865'), (u'INDIRECT_-1203906058', u'MULTIEQUAL_-1203905642'), ('const-0', u'STORE_-1203906244'), (u'INDIRECT_-1203906082', u'STORE_-1203906382'), ('const-433', u'LOAD_-1203906416'), (u'CAST_-1203906092', u'COPY_-1203906113'), ('tmp_2460', u'PTRADD_-1203906186'), ('const-8', u'PTRADD_-1203905759'), (u'CAST_-1203905811', u'MULTIEQUAL_-1203906287'), (u'MULTIEQUAL_-1203906423', u'PTRADD_-1203905835'), ('const--48', u'PTRSUB_-1203905614'), ('const-433', u'LOAD_-1203906563'), ('tmp_853', u'CBRANCH_-1203906591'), ('const-7', u'PTRADD_-1203905494'), (u'MULTIEQUAL_-1203906423', u'INT_EQUAL_-1203906929'), (u'INT_EQUAL_-1203906283', u'CBRANCH_-1203906280'), (u'CALL_-1203906273', u'INDIRECT_-1203905661'), (u'MULTIEQUAL_-1203906423', u'STORE_-1203906905'), ('const-8', u'PTRADD_-1203905526'), (u'CAST_-1203905716', u'STORE_-1203906618'), ('const--1', u'PTRADD_-1203906015'), (u'LOAD_-1203906581', u'STORE_-1203906573')] | null | null | 0022d500 | x64 | O2 | (translation_unit "void FUN_0022d500(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n undefined8 *puVar2;\n char cVar3;\n size_t __n;\n undefined8 *__src;\n undefined8 *__dest;\n undefined8 local_68;\n undefined8 uStack_60;\n undefined8 local_58;\n undefined8 uStack_50;\n undefined4 local_48;\n undefined8 *local_40;\n size_t local_38;\n undefined8 local_30;\n undefined8 uStack_28;\n \n local_48 = *(undefined4 *)(param_1 + 4);\n local_68 = *param_1;\n uStack_60 = param_1[1];\n local_58 = param_1[2];\n uStack_50 = param_1[3];\n local_40 = &local_30;\n if (param_1 + 7 == (undefined8 *)param_1[5]) {\n local_30 = param_1[7];\n uStack_28 = param_1[8];\n }\n else {\n local_30 = param_1[7];\n local_40 = (undefined8 *)param_1[5];\n }\n local_38 = param_1[6];\n param_1[5] = param_1 + 7;\n __src = param_1 + -2;\n param_1[6] = 0;\n *(undefined1 *)(param_1 + 7) = 0;\n while( true ) {\n /* try { // try from 0022d5bf to 0022d5c3 has its CatchHandler @ 0022d780 */\n cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);\n __dest = (undefined8 *)__src[7];\n if (cVar3 == '\0') break;\n __src[4] = __src[-5];\n __src[2] = __src[-7];\n __src[3] = __src[-6];\n *(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);\n *(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);\n puVar2 = (undefined8 *)__src[-2];\n if (puVar2 == __src) {\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }\nLAB_0022d5a0:\n __src[-1] = 0;\n __src = __src + -9;\n *(undefined1 *)__dest = 0;\n }\n __src[4] = local_58;\n __src[2] = local_68;\n __src[3] = uStack_60;\n *(undefined4 *)(__src + 5) = (undefined4)uStack_50;\n *(undefined4 *)(__src + 6) = local_48;\n if (local_40 == &local_30) {\n if (local_38 != 0) {\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = local_38;\n *(undefined1 *)((long)__dest + local_38) = 0;\n uVar1 = local_30;\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }\n local_40 = &local_30;\n uVar1 = local_30;\n }\nLAB_0022d6ca:\n local_30 = uVar1;\n local_38 = 0;\n *(undefined1 *)local_40 = 0;\n if (local_40 != &local_30) {\n FUN_002dac70();\n }\n return;\n}\n\n" (function_definition "void FUN_0022d500(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n undefined8 *puVar2;\n char cVar3;\n size_t __n;\n undefined8 *__src;\n undefined8 *__dest;\n undefined8 local_68;\n undefined8 uStack_60;\n undefined8 local_58;\n undefined8 uStack_50;\n undefined4 local_48;\n undefined8 *local_40;\n size_t local_38;\n undefined8 local_30;\n undefined8 uStack_28;\n \n local_48 = *(undefined4 *)(param_1 + 4);\n local_68 = *param_1;\n uStack_60 = param_1[1];\n local_58 = param_1[2];\n uStack_50 = param_1[3];\n local_40 = &local_30;\n if (param_1 + 7 == (undefined8 *)param_1[5]) {\n local_30 = param_1[7];\n uStack_28 = param_1[8];\n }\n else {\n local_30 = param_1[7];\n local_40 = (undefined8 *)param_1[5];\n }\n local_38 = param_1[6];\n param_1[5] = param_1 + 7;\n __src = param_1 + -2;\n param_1[6] = 0;\n *(undefined1 *)(param_1 + 7) = 0;\n while( true ) {\n /* try { // try from 0022d5bf to 0022d5c3 has its CatchHandler @ 0022d780 */\n cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);\n __dest = (undefined8 *)__src[7];\n if (cVar3 == '\0') break;\n __src[4] = __src[-5];\n __src[2] = __src[-7];\n __src[3] = __src[-6];\n *(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);\n *(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);\n puVar2 = (undefined8 *)__src[-2];\n if (puVar2 == __src) {\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }\nLAB_0022d5a0:\n __src[-1] = 0;\n __src = __src + -9;\n *(undefined1 *)__dest = 0;\n }\n __src[4] = local_58;\n __src[2] = local_68;\n __src[3] = uStack_60;\n *(undefined4 *)(__src + 5) = (undefined4)uStack_50;\n *(undefined4 *)(__src + 6) = local_48;\n if (local_40 == &local_30) {\n if (local_38 != 0) {\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = local_38;\n *(undefined1 *)((long)__dest + local_38) = 0;\n uVar1 = local_30;\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }\n local_40 = &local_30;\n uVar1 = local_30;\n }\nLAB_0022d6ca:\n local_30 = uVar1;\n local_38 = 0;\n *(undefined1 *)local_40 = 0;\n if (local_40 != &local_30) {\n FUN_002dac70();\n }\n return;\n}" primitive_type (function_declarator "FUN_0022d500(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n undefined8 uVar1;\n undefined8 *puVar2;\n char cVar3;\n size_t __n;\n undefined8 *__src;\n undefined8 *__dest;\n undefined8 local_68;\n undefined8 uStack_60;\n undefined8 local_58;\n undefined8 uStack_50;\n undefined4 local_48;\n undefined8 *local_40;\n size_t local_38;\n undefined8 local_30;\n undefined8 uStack_28;\n \n local_48 = *(undefined4 *)(param_1 + 4);\n local_68 = *param_1;\n uStack_60 = param_1[1];\n local_58 = param_1[2];\n uStack_50 = param_1[3];\n local_40 = &local_30;\n if (param_1 + 7 == (undefined8 *)param_1[5]) {\n local_30 = param_1[7];\n uStack_28 = param_1[8];\n }\n else {\n local_30 = param_1[7];\n local_40 = (undefined8 *)param_1[5];\n }\n local_38 = param_1[6];\n param_1[5] = param_1 + 7;\n __src = param_1 + -2;\n param_1[6] = 0;\n *(undefined1 *)(param_1 + 7) = 0;\n while( true ) {\n /* try { // try from 0022d5bf to 0022d5c3 has its CatchHandler @ 0022d780 */\n cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);\n __dest = (undefined8 *)__src[7];\n if (cVar3 == '\0') break;\n __src[4] = __src[-5];\n __src[2] = __src[-7];\n __src[3] = __src[-6];\n *(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);\n *(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);\n puVar2 = (undefined8 *)__src[-2];\n if (puVar2 == __src) {\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }\nLAB_0022d5a0:\n __src[-1] = 0;\n __src = __src + -9;\n *(undefined1 *)__dest = 0;\n }\n __src[4] = local_58;\n __src[2] = local_68;\n __src[3] = uStack_60;\n *(undefined4 *)(__src + 5) = (undefined4)uStack_50;\n *(undefined4 *)(__src + 6) = local_48;\n if (local_40 == &local_30) {\n if (local_38 != 0) {\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = local_38;\n *(undefined1 *)((long)__dest + local_38) = 0;\n uVar1 = local_30;\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }\n local_40 = &local_30;\n uVar1 = local_30;\n }\nLAB_0022d6ca:\n local_30 = uVar1;\n local_38 = 0;\n *(undefined1 *)local_40 = 0;\n if (local_40 != &local_30) {\n FUN_002dac70();\n }\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "undefined8 *__src;" type_identifier (pointer_declarator "*__src" * identifier) ;) (declaration "undefined8 *__dest;" type_identifier (pointer_declarator "*__dest" * identifier) ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 uStack_60;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 uStack_50;" type_identifier identifier ;) (declaration "undefined4 local_48;" type_identifier identifier ;) (declaration "undefined8 *local_40;" type_identifier (pointer_declarator "*local_40" * identifier) ;) (declaration "size_t local_38;" primitive_type identifier ;) (declaration "undefined8 local_30;" type_identifier identifier ;) (declaration "undefined8 uStack_28;" type_identifier identifier ;) (expression_statement "local_48 = *(undefined4 *)(param_1 + 4);" (assignment_expression "local_48 = *(undefined4 *)(param_1 + 4)" identifier = (pointer_expression "*(undefined4 *)(param_1 + 4)" * (cast_expression "(undefined4 *)(param_1 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) (expression_statement "local_68 = *param_1;" (assignment_expression "local_68 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uStack_60 = param_1[1];" (assignment_expression "uStack_60 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "local_58 = param_1[2];" (assignment_expression "local_58 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "uStack_50 = param_1[3];" (assignment_expression "uStack_50 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "local_40 = &local_30;" (assignment_expression "local_40 = &local_30" identifier = (pointer_expression "&local_30" & identifier)) ;) (if_statement "if (param_1 + 7 == (undefined8 *)param_1[5]) {\n local_30 = param_1[7];\n uStack_28 = param_1[8];\n }\n else {\n local_30 = param_1[7];\n local_40 = (undefined8 *)param_1[5];\n }" if (parenthesized_expression "(param_1 + 7 == (undefined8 *)param_1[5])" ( (binary_expression "param_1 + 7 == (undefined8 *)param_1[5]" (binary_expression "param_1 + 7" identifier + number_literal) == (cast_expression "(undefined8 *)param_1[5]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[5]" identifier [ number_literal ]))) )) (compound_statement "{\n local_30 = param_1[7];\n uStack_28 = param_1[8];\n }" { (expression_statement "local_30 = param_1[7];" (assignment_expression "local_30 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "uStack_28 = param_1[8];" (assignment_expression "uStack_28 = param_1[8]" identifier = (subscript_expression "param_1[8]" identifier [ number_literal ])) ;) }) (else_clause "else {\n local_30 = param_1[7];\n local_40 = (undefined8 *)param_1[5];\n }" else (compound_statement "{\n local_30 = param_1[7];\n local_40 = (undefined8 *)param_1[5];\n }" { (expression_statement "local_30 = param_1[7];" (assignment_expression "local_30 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "local_40 = (undefined8 *)param_1[5];" (assignment_expression "local_40 = (undefined8 *)param_1[5]" identifier = (cast_expression "(undefined8 *)param_1[5]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[5]" identifier [ number_literal ]))) ;) }))) (expression_statement "local_38 = param_1[6];" (assignment_expression "local_38 = param_1[6]" identifier = (subscript_expression "param_1[6]" identifier [ number_literal ])) ;) (expression_statement "param_1[5] = param_1 + 7;" (assignment_expression "param_1[5] = param_1 + 7" (subscript_expression "param_1[5]" identifier [ number_literal ]) = (binary_expression "param_1 + 7" identifier + number_literal)) ;) (expression_statement "__src = param_1 + -2;" (assignment_expression "__src = param_1 + -2" identifier = (binary_expression "param_1 + -2" identifier + number_literal)) ;) (expression_statement "param_1[6] = 0;" (assignment_expression "param_1[6] = 0" (subscript_expression "param_1[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(param_1 + 7) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 7) = 0" (pointer_expression "*(undefined1 *)(param_1 + 7)" * (cast_expression "(undefined1 *)(param_1 + 7)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) = number_literal) ;) (while_statement "while( true ) {\n /* try { // try from 0022d5bf to 0022d5c3 has its CatchHandler @ 0022d780 */\n cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);\n __dest = (undefined8 *)__src[7];\n if (cVar3 == '\0') break;\n __src[4] = __src[-5];\n __src[2] = __src[-7];\n __src[3] = __src[-6];\n *(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);\n *(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);\n puVar2 = (undefined8 *)__src[-2];\n if (puVar2 == __src) {\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }\nLAB_0022d5a0:\n __src[-1] = 0;\n __src = __src + -9;\n *(undefined1 *)__dest = 0;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n /* try { // try from 0022d5bf to 0022d5c3 has its CatchHandler @ 0022d780 */\n cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);\n __dest = (undefined8 *)__src[7];\n if (cVar3 == '\0') break;\n __src[4] = __src[-5];\n __src[2] = __src[-7];\n __src[3] = __src[-6];\n *(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);\n *(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);\n puVar2 = (undefined8 *)__src[-2];\n if (puVar2 == __src) {\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }\nLAB_0022d5a0:\n __src[-1] = 0;\n __src = __src + -9;\n *(undefined1 *)__dest = 0;\n }" { comment (expression_statement "cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);" (assignment_expression "cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7)" identifier = (call_expression "FUN_001f66c0(&stack0x00000008,&local_68,__src + -7)" identifier (argument_list "(&stack0x00000008,&local_68,__src + -7)" ( (pointer_expression "&stack0x00000008" & identifier) , (pointer_expression "&local_68" & identifier) , (binary_expression "__src + -7" identifier + number_literal) )))) ;) (expression_statement "__dest = (undefined8 *)__src[7];" (assignment_expression "__dest = (undefined8 *)__src[7]" identifier = (cast_expression "(undefined8 *)__src[7]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "__src[7]" identifier [ number_literal ]))) ;) (if_statement "if (cVar3 == '\0') break;" if (parenthesized_expression "(cVar3 == '\0')" ( (binary_expression "cVar3 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (break_statement "break;" break ;)) (expression_statement "__src[4] = __src[-5];" (assignment_expression "__src[4] = __src[-5]" (subscript_expression "__src[4]" identifier [ number_literal ]) = (subscript_expression "__src[-5]" identifier [ number_literal ])) ;) (expression_statement "__src[2] = __src[-7];" (assignment_expression "__src[2] = __src[-7]" (subscript_expression "__src[2]" identifier [ number_literal ]) = (subscript_expression "__src[-7]" identifier [ number_literal ])) ;) (expression_statement "__src[3] = __src[-6];" (assignment_expression "__src[3] = __src[-6]" (subscript_expression "__src[3]" identifier [ number_literal ]) = (subscript_expression "__src[-6]" identifier [ number_literal ])) ;) (expression_statement "*(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);" (assignment_expression "*(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4)" (pointer_expression "*(undefined4 *)(__src + 5)" * (cast_expression "(undefined4 *)(__src + 5)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 5)" ( (binary_expression "__src + 5" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(__src + -4)" * (cast_expression "(undefined4 *)(__src + -4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + -4)" ( (binary_expression "__src + -4" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);" (assignment_expression "*(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3)" (pointer_expression "*(undefined4 *)(__src + 6)" * (cast_expression "(undefined4 *)(__src + 6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 6)" ( (binary_expression "__src + 6" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(__src + -3)" * (cast_expression "(undefined4 *)(__src + -3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + -3)" ( (binary_expression "__src + -3" identifier + number_literal) ))))) ;) (expression_statement "puVar2 = (undefined8 *)__src[-2];" (assignment_expression "puVar2 = (undefined8 *)__src[-2]" identifier = (cast_expression "(undefined8 *)__src[-2]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "__src[-2]" identifier [ number_literal ]))) ;) (if_statement "if (puVar2 == __src) {\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }" if (parenthesized_expression "(puVar2 == __src)" ( (binary_expression "puVar2 == __src" identifier == identifier) )) (compound_statement "{\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }" { (expression_statement "__n = __src[-1];" (assignment_expression "__n = __src[-1]" identifier = (subscript_expression "__src[-1]" identifier [ number_literal ])) ;) (if_statement "if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }" if (parenthesized_expression "(__n != 0)" ( (binary_expression "__n != 0" identifier != number_literal) )) (compound_statement "{\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }" { (if_statement "if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }" if (parenthesized_expression "(__n == 1)" ( (binary_expression "__n == 1" identifier == number_literal) )) (compound_statement "{\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }" { (expression_statement "*(undefined1 *)__dest = *(undefined1 *)__src;" (assignment_expression "*(undefined1 *)__dest = *(undefined1 *)__src" (pointer_expression "*(undefined1 *)__dest" * (cast_expression "(undefined1 *)__dest" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (pointer_expression "*(undefined1 *)__src" * (cast_expression "(undefined1 *)__src" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "__n = __src[-1];" (assignment_expression "__n = __src[-1]" identifier = (subscript_expression "__src[-1]" identifier [ number_literal ])) ;) (expression_statement "__dest = (undefined8 *)__src[7];" (assignment_expression "__dest = (undefined8 *)__src[7]" identifier = (cast_expression "(undefined8 *)__src[7]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "__src[7]" identifier [ number_literal ]))) ;) }) (else_clause "else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }" else (compound_statement "{\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }" { (expression_statement "memcpy(__dest,__src,__n);" (call_expression "memcpy(__dest,__src,__n)" identifier (argument_list "(__dest,__src,__n)" ( identifier , identifier , identifier ))) ;) (expression_statement "__n = __src[-1];" (assignment_expression "__n = __src[-1]" identifier = (subscript_expression "__src[-1]" identifier [ number_literal ])) ;) (expression_statement "__dest = (undefined8 *)__src[7];" (assignment_expression "__dest = (undefined8 *)__src[7]" identifier = (cast_expression "(undefined8 *)__src[7]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "__src[7]" identifier [ number_literal ]))) ;) }))) })) (expression_statement "__src[8] = __n;" (assignment_expression "__src[8] = __n" (subscript_expression "__src[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined1 *)((long)__dest + __n) = 0;" (assignment_expression "*(undefined1 *)((long)__dest + __n) = 0" (pointer_expression "*(undefined1 *)((long)__dest + __n)" * (cast_expression "(undefined1 *)((long)__dest + __n)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest + __n)" ( (binary_expression "(long)__dest + __n" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "__dest = (undefined8 *)__src[-2];" (assignment_expression "__dest = (undefined8 *)__src[-2]" identifier = (cast_expression "(undefined8 *)__src[-2]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "__src[-2]" identifier [ number_literal ]))) ;) }) (else_clause "else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }" else (compound_statement "{\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }" { (if_statement "if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }" if (parenthesized_expression "(__dest == __src + 9)" ( (binary_expression "__dest == __src + 9" identifier == (binary_expression "__src + 9" identifier + number_literal)) )) (compound_statement "{\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }" { (expression_statement "__src[7] = puVar2;" (assignment_expression "__src[7] = puVar2" (subscript_expression "__src[7]" identifier [ number_literal ]) = identifier) ;) (expression_statement "__src[8] = __src[-1];" (assignment_expression "__src[8] = __src[-1]" (subscript_expression "__src[8]" identifier [ number_literal ]) = (subscript_expression "__src[-1]" identifier [ number_literal ])) ;) (expression_statement "__src[9] = *__src;" (assignment_expression "__src[9] = *__src" (subscript_expression "__src[9]" identifier [ number_literal ]) = (pointer_expression "*__src" * identifier)) ;) }) (else_clause "else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }" else (compound_statement "{\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }" { (expression_statement "__src[7] = puVar2;" (assignment_expression "__src[7] = puVar2" (subscript_expression "__src[7]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar1 = __src[9];" (assignment_expression "uVar1 = __src[9]" identifier = (subscript_expression "__src[9]" identifier [ number_literal ])) ;) (expression_statement "__src[8] = __src[-1];" (assignment_expression "__src[8] = __src[-1]" (subscript_expression "__src[8]" identifier [ number_literal ]) = (subscript_expression "__src[-1]" identifier [ number_literal ])) ;) (expression_statement "__src[9] = *__src;" (assignment_expression "__src[9] = *__src" (subscript_expression "__src[9]" identifier [ number_literal ]) = (pointer_expression "*__src" * identifier)) ;) (if_statement "if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }" if (parenthesized_expression "(__dest != (undefined8 *)0x0)" ( (binary_expression "__dest != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }" { (expression_statement "__src[-2] = __dest;" (assignment_expression "__src[-2] = __dest" (subscript_expression "__src[-2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*__src = uVar1;" (assignment_expression "*__src = uVar1" (pointer_expression "*__src" * identifier) = identifier) ;) (goto_statement "goto LAB_0022d5a0;" goto statement_identifier ;) })) }))) (expression_statement "__src[-2] = __src;" (assignment_expression "__src[-2] = __src" (subscript_expression "__src[-2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "__dest = __src;" (assignment_expression "__dest = __src" identifier = identifier) ;) }))) (labeled_statement "LAB_0022d5a0:\n __src[-1] = 0;" statement_identifier : (expression_statement "__src[-1] = 0;" (assignment_expression "__src[-1] = 0" (subscript_expression "__src[-1]" identifier [ number_literal ]) = number_literal) ;)) (expression_statement "__src = __src + -9;" (assignment_expression "__src = __src + -9" identifier = (binary_expression "__src + -9" identifier + number_literal)) ;) (expression_statement "*(undefined1 *)__dest = 0;" (assignment_expression "*(undefined1 *)__dest = 0" (pointer_expression "*(undefined1 *)__dest" * (cast_expression "(undefined1 *)__dest" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = number_literal) ;) })) (expression_statement "__src[4] = local_58;" (assignment_expression "__src[4] = local_58" (subscript_expression "__src[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "__src[2] = local_68;" (assignment_expression "__src[2] = local_68" (subscript_expression "__src[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "__src[3] = uStack_60;" (assignment_expression "__src[3] = uStack_60" (subscript_expression "__src[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 *)(__src + 5) = (undefined4)uStack_50;" (assignment_expression "*(undefined4 *)(__src + 5) = (undefined4)uStack_50" (pointer_expression "*(undefined4 *)(__src + 5)" * (cast_expression "(undefined4 *)(__src + 5)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 5)" ( (binary_expression "__src + 5" identifier + number_literal) )))) = (cast_expression "(undefined4)uStack_50" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "*(undefined4 *)(__src + 6) = local_48;" (assignment_expression "*(undefined4 *)(__src + 6) = local_48" (pointer_expression "*(undefined4 *)(__src + 6)" * (cast_expression "(undefined4 *)(__src + 6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 6)" ( (binary_expression "__src + 6" identifier + number_literal) )))) = identifier) ;) (if_statement "if (local_40 == &local_30) {\n if (local_38 != 0) {\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = local_38;\n *(undefined1 *)((long)__dest + local_38) = 0;\n uVar1 = local_30;\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }\n local_40 = &local_30;\n uVar1 = local_30;\n }" if (parenthesized_expression "(local_40 == &local_30)" ( (binary_expression "local_40 == &local_30" identifier == (pointer_expression "&local_30" & identifier)) )) (compound_statement "{\n if (local_38 != 0) {\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = local_38;\n *(undefined1 *)((long)__dest + local_38) = 0;\n uVar1 = local_30;\n }" { (if_statement "if (local_38 != 0) {\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }" if (parenthesized_expression "(local_38 != 0)" ( (binary_expression "local_38 != 0" identifier != number_literal) )) (compound_statement "{\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }" { (if_statement "if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }" if (parenthesized_expression "(local_38 == 1)" ( (binary_expression "local_38 == 1" identifier == number_literal) )) (compound_statement "{\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }" { (expression_statement "*(undefined1 *)__dest = (undefined1)local_30;" (assignment_expression "*(undefined1 *)__dest = (undefined1)local_30" (pointer_expression "*(undefined1 *)__dest" * (cast_expression "(undefined1 *)__dest" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (cast_expression "(undefined1)local_30" ( (type_descriptor "undefined1" type_identifier) ) identifier)) ;) (expression_statement "__dest = (undefined8 *)__src[7];" (assignment_expression "__dest = (undefined8 *)__src[7]" identifier = (cast_expression "(undefined8 *)__src[7]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "__src[7]" identifier [ number_literal ]))) ;) }) (else_clause "else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }" else (compound_statement "{\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }" { (expression_statement "memcpy(__dest,local_40,local_38);" (call_expression "memcpy(__dest,local_40,local_38)" identifier (argument_list "(__dest,local_40,local_38)" ( identifier , identifier , identifier ))) ;) (expression_statement "__dest = (undefined8 *)__src[7];" (assignment_expression "__dest = (undefined8 *)__src[7]" identifier = (cast_expression "(undefined8 *)__src[7]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "__src[7]" identifier [ number_literal ]))) ;) }))) })) (expression_statement "__src[8] = local_38;" (assignment_expression "__src[8] = local_38" (subscript_expression "__src[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined1 *)((long)__dest + local_38) = 0;" (assignment_expression "*(undefined1 *)((long)__dest + local_38) = 0" (pointer_expression "*(undefined1 *)((long)__dest + local_38)" * (cast_expression "(undefined1 *)((long)__dest + local_38)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest + local_38)" ( (binary_expression "(long)__dest + local_38" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "uVar1 = local_30;" (assignment_expression "uVar1 = local_30" identifier = identifier) ;) }) (else_clause "else {\n if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }\n local_40 = &local_30;\n uVar1 = local_30;\n }" else (compound_statement "{\n if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }\n local_40 = &local_30;\n uVar1 = local_30;\n }" { (if_statement "if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }" if (parenthesized_expression "(__dest == __src + 9)" ( (binary_expression "__dest == __src + 9" identifier == (binary_expression "__src + 9" identifier + number_literal)) )) (compound_statement "{\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }" { (expression_statement "__src[7] = local_40;" (assignment_expression "__src[7] = local_40" (subscript_expression "__src[7]" identifier [ number_literal ]) = identifier) ;) (expression_statement "__src[8] = local_38;" (assignment_expression "__src[8] = local_38" (subscript_expression "__src[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "__src[9] = local_30;" (assignment_expression "__src[9] = local_30" (subscript_expression "__src[9]" identifier [ number_literal ]) = identifier) ;) }) (else_clause "else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }" else (compound_statement "{\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }" { (expression_statement "uVar1 = __src[9];" (assignment_expression "uVar1 = __src[9]" identifier = (subscript_expression "__src[9]" identifier [ number_literal ])) ;) (expression_statement "__src[7] = local_40;" (assignment_expression "__src[7] = local_40" (subscript_expression "__src[7]" identifier [ number_literal ]) = identifier) ;) (expression_statement "__src[8] = local_38;" (assignment_expression "__src[8] = local_38" (subscript_expression "__src[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "__src[9] = local_30;" (assignment_expression "__src[9] = local_30" (subscript_expression "__src[9]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_40 = __dest;" (assignment_expression "local_40 = __dest" identifier = identifier) ;) (if_statement "if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;" if (parenthesized_expression "(__dest != (undefined8 *)0x0)" ( (binary_expression "__dest != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0022d6ca;" goto statement_identifier ;)) }))) (expression_statement "local_40 = &local_30;" (assignment_expression "local_40 = &local_30" identifier = (pointer_expression "&local_30" & identifier)) ;) (expression_statement "uVar1 = local_30;" (assignment_expression "uVar1 = local_30" identifier = identifier) ;) }))) (labeled_statement "LAB_0022d6ca:\n local_30 = uVar1;" statement_identifier : (expression_statement "local_30 = uVar1;" (assignment_expression "local_30 = uVar1" identifier = identifier) ;)) (expression_statement "local_38 = 0;" (assignment_expression "local_38 = 0" identifier = number_literal) ;) (expression_statement "*(undefined1 *)local_40 = 0;" (assignment_expression "*(undefined1 *)local_40 = 0" (pointer_expression "*(undefined1 *)local_40" * (cast_expression "(undefined1 *)local_40" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = number_literal) ;) (if_statement "if (local_40 != &local_30) {\n FUN_002dac70();\n }" if (parenthesized_expression "(local_40 != &local_30)" ( (binary_expression "local_40 != &local_30" identifier != (pointer_expression "&local_30" & identifier)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (return_statement "return;" return ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n/* DWARF original name:\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section_sort_entry*,\n std::vector<gold::Output_section::Input_section_sort_entry> >,\n __gnu_cxx::__ops::_Val_comp_iter<gold::Output_section::Input_section_sort_section_order_index_compare>\n > */\n\nvoid std::\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section_sort_entry*,_std::vector<gold::Output_section::Input_section_sort_entry>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_section::Input_section_sort_section_order_index_compare>_>\n (undefined8 *__last)\n\n{\n undefined8 uVar1;\n char *pcVar2;\n undefined8 uVar3;\n bool bVar4;\n size_t __n;\n char *__src;\n pointer __dest;\n value_type __val;\n \n __val.index_ = *(uint *)(__last + 4);\n __val.input_section_._0_8_ = *__last;\n __val.input_section_.u1_ = *(anon_union_8_2_227b06d7_for_u1_ *)(__last + 1);\n __val.input_section_.u2_ = *(anon_union_8_4_139239c7_for_u2_ *)(__last + 2);\n __val.input_section_._24_8_ = __last[3];\n __val.section_name_._M_dataplus._M_p = (pointer)&__val.section_name_.field_2;\n if ((pointer)(__last + 7) == (pointer)__last[5]) {\n __val.section_name_.field_2._M_allocated_capacity = __last[7];\n __val.section_name_.field_2._8_8_ = __last[8];\n }\n else {\n __val.section_name_.field_2._M_allocated_capacity = __last[7];\n __val.section_name_._M_dataplus._M_p = (pointer)__last[5];\n }\n __val.section_name_._M_string_length = __last[6];\n __last[5] = __last + 7;\n __src = (char *)(__last + -2);\n __last[6] = 0;\n *(undefined1 *)(__last + 7) = 0;\n while( true ) {\n /* try { // try from 0022d5bf to 0022d5c3 has its CatchHandler @ 0022d780 */\n bVar4 = gold::Output_section::Input_section_sort_section_order_index_compare::operator()\n ((Input_section_sort_section_order_index_compare *)&stack0x00000008,&__val,\n (Input_section_sort_entry *)(__src + -0x38));\n __dest = *(pointer *)(__src + 0x38);\n if (!bVar4) break;\n *(undefined8 *)(__src + 0x20) = *(undefined8 *)(__src + -0x28);\n *(undefined8 *)(__src + 0x10) = *(undefined8 *)(__src + -0x38);\n *(undefined8 *)(__src + 0x18) = *(undefined8 *)(__src + -0x30);\n *(undefined4 *)(__src + 0x28) = *(undefined4 *)(__src + -0x20);\n *(undefined4 *)(__src + 0x30) = *(undefined4 *)(__src + -0x18);\n pcVar2 = *(char **)(__src + -0x10);\n if (pcVar2 == __src) {\n __n = *(size_t *)(__src + -8);\n if (__n != 0) {\n if (__n == 1) {\n *__dest = *__src;\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }\n else {\n memcpy(__dest,__src,__n);\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }\n }\n *(size_t *)(__src + 0x40) = __n;\n __dest[__n] = '\0';\n __dest = *(char **)(__src + -0x10);\n }\n else {\n if (__dest == __src + 0x48) {\n *(char **)(__src + 0x38) = pcVar2;\n *(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);\n *(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;\n }\n else {\n *(char **)(__src + 0x38) = pcVar2;\n uVar1 = *(undefined8 *)(__src + 0x48);\n *(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);\n *(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;\n if (__dest != (pointer)0x0) {\n *(pointer *)(__src + -0x10) = __dest;\n *(undefined8 *)__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n *(char **)(__src + -0x10) = __src;\n __dest = __src;\n }\nLAB_0022d5a0:\n __src[-8] = '\0';\n __src[-7] = '\0';\n __src[-6] = '\0';\n __src[-5] = '\0';\n __src[-4] = '\0';\n __src[-3] = '\0';\n __src[-2] = '\0';\n __src[-1] = '\0';\n __src = __src + -0x48;\n *__dest = '\0';\n }\n *(anon_union_8_4_139239c7_for_u2_ *)(__src + 0x20) = __val.input_section_.u2_;\n *(undefined8 *)(__src + 0x10) = __val.input_section_._0_8_;\n *(anon_union_8_2_227b06d7_for_u1_ *)(__src + 0x18) = __val.input_section_.u1_;\n *(uint *)(__src + 0x28) = __val.input_section_.section_order_index_;\n *(uint *)(__src + 0x30) = __val.index_;\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)__val.section_name_._M_dataplus._M_p == &__val.section_name_.field_2) {\n if (__val.section_name_._M_string_length != 0) {\n if (__val.section_name_._M_string_length == 1) {\n *__dest = __val.section_name_.field_2._M_local_buf[0];\n __dest = *(pointer *)(__src + 0x38);\n }\n else {\n memcpy(__dest,__val.section_name_._M_dataplus._M_p,__val.section_name_._M_string_length);\n __dest = *(pointer *)(__src + 0x38);\n }\n }\n *(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;\n __dest[__val.section_name_._M_string_length] = '\0';\n uVar3 = __val.section_name_.field_2._M_allocated_capacity;\n }\n else {\n if (__dest == __src + 0x48) {\n *(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p;\n *(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;\n *(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity;\n }\n else {\n uVar3 = *(undefined8 *)(__src + 0x48);\n *(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p;\n *(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;\n *(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity;\n __val.section_name_._M_dataplus._M_p = __dest;\n if (__dest != (pointer)0x0) goto LAB_0022d6ca;\n }\n __val.section_name_._M_dataplus._M_p = (pointer)&__val.section_name_.field_2;\n uVar3 = __val.section_name_.field_2._M_allocated_capacity;\n }\nLAB_0022d6ca:\n __val.section_name_.field_2._M_allocated_capacity = uVar3;\n __val.section_name_._M_string_length = 0;\n *__val.section_name_._M_dataplus._M_p = '\0';\n if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)__val.section_name_._M_dataplus._M_p != &__val.section_name_.field_2) {\n operator_delete(__val.section_name_._M_dataplus._M_p);\n }\n return;\n}\n\n" comment comment (declaration "void std::\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section_sort_entry*,_std::vector<gold::Output_section::Input_section_sort_entry>_>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_section::Input_section_sort_section_order_index_compare>_>\n (undefined8 *__last)\n\n{\n undefined8 uVar1;" primitive_type (ERROR "std::\n __unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_section::" identifier : : identifier < identifier : : identifier < identifier : : identifier : :) identifier (ERROR "*" *) , (ERROR "_std::vector<gold::Output_section::Input_section_sort_entry>" identifier : : identifier < identifier : : identifier : : identifier >) identifier (ERROR ">" >) , (ERROR "___gnu_cxx::__ops::_Val_comp_iter<gold::Output_section::Input_section_sort_section_order_index_compare>_>\n (undefined8 *__last)\n\n{\n undefined8" identifier : : identifier : : identifier < identifier : : identifier : : identifier > (function_declarator "_>\n (undefined8 *__last)" identifier (ERROR ">" >) (parameter_list "(undefined8 *__last)" ( (parameter_declaration "undefined8 *__last" type_identifier (pointer_declarator "*__last" * identifier)) ))) { identifier) identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "undefined8 uVar3;" type_identifier identifier ;) (declaration "bool bVar4;" primitive_type identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "char *__src;" primitive_type (pointer_declarator "*__src" * identifier) ;) (declaration "pointer __dest;" type_identifier identifier ;) (declaration "value_type __val;" type_identifier identifier ;) (expression_statement "__val.index_ = *(uint *)(__last + 4);" (assignment_expression "__val.index_ = *(uint *)(__last + 4)" (field_expression "__val.index_" identifier . field_identifier) = (pointer_expression "*(uint *)(__last + 4)" * (cast_expression "(uint *)(__last + 4)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__last + 4)" ( (binary_expression "__last + 4" identifier + number_literal) ))))) ;) (expression_statement "__val.input_section_._0_8_ = *__last;" (assignment_expression "__val.input_section_._0_8_ = *__last" (field_expression "__val.input_section_._0_8_" (field_expression "__val.input_section_" identifier . field_identifier) . field_identifier) = (pointer_expression "*__last" * identifier)) ;) (expression_statement "__val.input_section_.u1_ = *(anon_union_8_2_227b06d7_for_u1_ *)(__last + 1);" (assignment_expression "__val.input_section_.u1_ = *(anon_union_8_2_227b06d7_for_u1_ *)(__last + 1)" (field_expression "__val.input_section_.u1_" (field_expression "__val.input_section_" identifier . field_identifier) . field_identifier) = (pointer_expression "*(anon_union_8_2_227b06d7_for_u1_ *)(__last + 1)" * (cast_expression "(anon_union_8_2_227b06d7_for_u1_ *)(__last + 1)" ( (type_descriptor "anon_union_8_2_227b06d7_for_u1_ *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__last + 1)" ( (binary_expression "__last + 1" identifier + number_literal) ))))) ;) (expression_statement "__val.input_section_.u2_ = *(anon_union_8_4_139239c7_for_u2_ *)(__last + 2);" (assignment_expression "__val.input_section_.u2_ = *(anon_union_8_4_139239c7_for_u2_ *)(__last + 2)" (field_expression "__val.input_section_.u2_" (field_expression "__val.input_section_" identifier . field_identifier) . field_identifier) = (pointer_expression "*(anon_union_8_4_139239c7_for_u2_ *)(__last + 2)" * (cast_expression "(anon_union_8_4_139239c7_for_u2_ *)(__last + 2)" ( (type_descriptor "anon_union_8_4_139239c7_for_u2_ *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__last + 2)" ( (binary_expression "__last + 2" identifier + number_literal) ))))) ;) (expression_statement "__val.input_section_._24_8_ = __last[3];" (assignment_expression "__val.input_section_._24_8_ = __last[3]" (field_expression "__val.input_section_._24_8_" (field_expression "__val.input_section_" identifier . field_identifier) . field_identifier) = (subscript_expression "__last[3]" identifier [ number_literal ])) ;) (expression_statement "__val.section_name_._M_dataplus._M_p = (pointer)&__val.section_name_.field_2;" (assignment_expression "__val.section_name_._M_dataplus._M_p = (pointer)&__val.section_name_.field_2" (field_expression "__val.section_name_._M_dataplus._M_p" (field_expression "__val.section_name_._M_dataplus" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier) = (binary_expression "(pointer)&__val.section_name_.field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "__val.section_name_.field_2" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier))) ;) (if_statement "if ((pointer)(__last + 7) == (pointer)__last[5]) {\n __val.section_name_.field_2._M_allocated_capacity = __last[7];\n __val.section_name_.field_2._8_8_ = __last[8];\n }\n else {\n __val.section_name_.field_2._M_allocated_capacity = __last[7];\n __val.section_name_._M_dataplus._M_p = (pointer)__last[5];\n }" if (parenthesized_expression "((pointer)(__last + 7) == (pointer)__last[5])" ( (binary_expression "(pointer)(__last + 7) == (pointer)__last[5]" (call_expression "(pointer)(__last + 7)" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "(__last + 7)" ( (binary_expression "__last + 7" identifier + number_literal) ))) == (cast_expression "(pointer)__last[5]" ( (type_descriptor "pointer" type_identifier) ) (subscript_expression "__last[5]" identifier [ number_literal ]))) )) (compound_statement "{\n __val.section_name_.field_2._M_allocated_capacity = __last[7];\n __val.section_name_.field_2._8_8_ = __last[8];\n }" { (expression_statement "__val.section_name_.field_2._M_allocated_capacity = __last[7];" (assignment_expression "__val.section_name_.field_2._M_allocated_capacity = __last[7]" (field_expression "__val.section_name_.field_2._M_allocated_capacity" (field_expression "__val.section_name_.field_2" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier) = (subscript_expression "__last[7]" identifier [ number_literal ])) ;) (expression_statement "__val.section_name_.field_2._8_8_ = __last[8];" (assignment_expression "__val.section_name_.field_2._8_8_ = __last[8]" (field_expression "__val.section_name_.field_2._8_8_" (field_expression "__val.section_name_.field_2" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier) = (subscript_expression "__last[8]" identifier [ number_literal ])) ;) }) (else_clause "else {\n __val.section_name_.field_2._M_allocated_capacity = __last[7];\n __val.section_name_._M_dataplus._M_p = (pointer)__last[5];\n }" else (compound_statement "{\n __val.section_name_.field_2._M_allocated_capacity = __last[7];\n __val.section_name_._M_dataplus._M_p = (pointer)__last[5];\n }" { (expression_statement "__val.section_name_.field_2._M_allocated_capacity = __last[7];" (assignment_expression "__val.section_name_.field_2._M_allocated_capacity = __last[7]" (field_expression "__val.section_name_.field_2._M_allocated_capacity" (field_expression "__val.section_name_.field_2" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier) = (subscript_expression "__last[7]" identifier [ number_literal ])) ;) (expression_statement "__val.section_name_._M_dataplus._M_p = (pointer)__last[5];" (assignment_expression "__val.section_name_._M_dataplus._M_p = (pointer)__last[5]" (field_expression "__val.section_name_._M_dataplus._M_p" (field_expression "__val.section_name_._M_dataplus" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(pointer)__last[5]" ( (type_descriptor "pointer" type_identifier) ) (subscript_expression "__last[5]" identifier [ number_literal ]))) ;) }))) (expression_statement "__val.section_name_._M_string_length = __last[6];" (assignment_expression "__val.section_name_._M_string_length = __last[6]" (field_expression "__val.section_name_._M_string_length" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) = (subscript_expression "__last[6]" identifier [ number_literal ])) ;) (expression_statement "__last[5] = __last + 7;" (assignment_expression "__last[5] = __last + 7" (subscript_expression "__last[5]" identifier [ number_literal ]) = (binary_expression "__last + 7" identifier + number_literal)) ;) (expression_statement "__src = (char *)(__last + -2);" (assignment_expression "__src = (char *)(__last + -2)" identifier = (cast_expression "(char *)(__last + -2)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__last + -2)" ( (binary_expression "__last + -2" identifier + number_literal) )))) ;) (expression_statement "__last[6] = 0;" (assignment_expression "__last[6] = 0" (subscript_expression "__last[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(__last + 7) = 0;" (assignment_expression "*(undefined1 *)(__last + 7) = 0" (pointer_expression "*(undefined1 *)(__last + 7)" * (cast_expression "(undefined1 *)(__last + 7)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__last + 7)" ( (binary_expression "__last + 7" identifier + number_literal) )))) = number_literal) ;) (while_statement "while( true ) {\n /* try { // try from 0022d5bf to 0022d5c3 has its CatchHandler @ 0022d780 */\n bVar4 = gold::Output_section::Input_section_sort_section_order_index_compare::operator()\n ((Input_section_sort_section_order_index_compare *)&stack0x00000008,&__val,\n (Input_section_sort_entry *)(__src + -0x38));\n __dest = *(pointer *)(__src + 0x38);\n if (!bVar4) break;\n *(undefined8 *)(__src + 0x20) = *(undefined8 *)(__src + -0x28);\n *(undefined8 *)(__src + 0x10) = *(undefined8 *)(__src + -0x38);\n *(undefined8 *)(__src + 0x18) = *(undefined8 *)(__src + -0x30);\n *(undefined4 *)(__src + 0x28) = *(undefined4 *)(__src + -0x20);\n *(undefined4 *)(__src + 0x30) = *(undefined4 *)(__src + -0x18);\n pcVar2 = *(char **)(__src + -0x10);\n if (pcVar2 == __src) {\n __n = *(size_t *)(__src + -8);\n if (__n != 0) {\n if (__n == 1) {\n *__dest = *__src;\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }\n else {\n memcpy(__dest,__src,__n);\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }\n }\n *(size_t *)(__src + 0x40) = __n;\n __dest[__n] = '\0';\n __dest = *(char **)(__src + -0x10);\n }\n else {\n if (__dest == __src + 0x48) {\n *(char **)(__src + 0x38) = pcVar2;\n *(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);\n *(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;\n }\n else {\n *(char **)(__src + 0x38) = pcVar2;\n uVar1 = *(undefined8 *)(__src + 0x48);\n *(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);\n *(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;\n if (__dest != (pointer)0x0) {\n *(pointer *)(__src + -0x10) = __dest;\n *(undefined8 *)__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n *(char **)(__src + -0x10) = __src;\n __dest = __src;\n }\nLAB_0022d5a0:\n __src[-8] = '\0';\n __src[-7] = '\0';\n __src[-6] = '\0';\n __src[-5] = '\0';\n __src[-4] = '\0';\n __src[-3] = '\0';\n __src[-2] = '\0';\n __src[-1] = '\0';\n __src = __src + -0x48;\n *__dest = '\0';\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n /* try { // try from 0022d5bf to 0022d5c3 has its CatchHandler @ 0022d780 */\n bVar4 = gold::Output_section::Input_section_sort_section_order_index_compare::operator()\n ((Input_section_sort_section_order_index_compare *)&stack0x00000008,&__val,\n (Input_section_sort_entry *)(__src + -0x38));\n __dest = *(pointer *)(__src + 0x38);\n if (!bVar4) break;\n *(undefined8 *)(__src + 0x20) = *(undefined8 *)(__src + -0x28);\n *(undefined8 *)(__src + 0x10) = *(undefined8 *)(__src + -0x38);\n *(undefined8 *)(__src + 0x18) = *(undefined8 *)(__src + -0x30);\n *(undefined4 *)(__src + 0x28) = *(undefined4 *)(__src + -0x20);\n *(undefined4 *)(__src + 0x30) = *(undefined4 *)(__src + -0x18);\n pcVar2 = *(char **)(__src + -0x10);\n if (pcVar2 == __src) {\n __n = *(size_t *)(__src + -8);\n if (__n != 0) {\n if (__n == 1) {\n *__dest = *__src;\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }\n else {\n memcpy(__dest,__src,__n);\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }\n }\n *(size_t *)(__src + 0x40) = __n;\n __dest[__n] = '\0';\n __dest = *(char **)(__src + -0x10);\n }\n else {\n if (__dest == __src + 0x48) {\n *(char **)(__src + 0x38) = pcVar2;\n *(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);\n *(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;\n }\n else {\n *(char **)(__src + 0x38) = pcVar2;\n uVar1 = *(undefined8 *)(__src + 0x48);\n *(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);\n *(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;\n if (__dest != (pointer)0x0) {\n *(pointer *)(__src + -0x10) = __dest;\n *(undefined8 *)__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n *(char **)(__src + -0x10) = __src;\n __dest = __src;\n }\nLAB_0022d5a0:\n __src[-8] = '\0';\n __src[-7] = '\0';\n __src[-6] = '\0';\n __src[-5] = '\0';\n __src[-4] = '\0';\n __src[-3] = '\0';\n __src[-2] = '\0';\n __src[-1] = '\0';\n __src = __src + -0x48;\n *__dest = '\0';\n }" { comment (ERROR "bVar4 = gold::" (assignment_expression "bVar4 = gold" identifier = identifier) : :) (labeled_statement "Output_section::Input_section_sort_section_order_index_compare::operator()\n ((Input_section_sort_section_order_index_compare *)&stack0x00000008,&__val,\n (Input_section_sort_entry *)(__src + -0x38));" statement_identifier : (ERROR ":" :) (labeled_statement "Input_section_sort_section_order_index_compare::operator()\n ((Input_section_sort_section_order_index_compare *)&stack0x00000008,&__val,\n (Input_section_sort_entry *)(__src + -0x38));" statement_identifier : (ERROR ":" :) (expression_statement "operator()\n ((Input_section_sort_section_order_index_compare *)&stack0x00000008,&__val,\n (Input_section_sort_entry *)(__src + -0x38));" (call_expression "operator()\n ((Input_section_sort_section_order_index_compare *)&stack0x00000008,&__val,\n (Input_section_sort_entry *)(__src + -0x38))" (call_expression "operator()" identifier (argument_list "()" ( ))) (argument_list "((Input_section_sort_section_order_index_compare *)&stack0x00000008,&__val,\n (Input_section_sort_entry *)(__src + -0x38))" ( (cast_expression "(Input_section_sort_section_order_index_compare *)&stack0x00000008" ( (type_descriptor "Input_section_sort_section_order_index_compare *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&stack0x00000008" & identifier)) , (pointer_expression "&__val" & identifier) , (cast_expression "(Input_section_sort_entry *)(__src + -0x38)" ( (type_descriptor "Input_section_sort_entry *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + -0x38)" ( (binary_expression "__src + -0x38" identifier + number_literal) ))) ))) ;))) (expression_statement "__dest = *(pointer *)(__src + 0x38);" (assignment_expression "__dest = *(pointer *)(__src + 0x38)" identifier = (pointer_expression "*(pointer *)(__src + 0x38)" * (cast_expression "(pointer *)(__src + 0x38)" ( (type_descriptor "pointer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x38)" ( (binary_expression "__src + 0x38" identifier + number_literal) ))))) ;) (if_statement "if (!bVar4) break;" if (parenthesized_expression "(!bVar4)" ( (unary_expression "!bVar4" ! identifier) )) (break_statement "break;" break ;)) (expression_statement "*(undefined8 *)(__src + 0x20) = *(undefined8 *)(__src + -0x28);" (assignment_expression "*(undefined8 *)(__src + 0x20) = *(undefined8 *)(__src + -0x28)" (pointer_expression "*(undefined8 *)(__src + 0x20)" * (cast_expression "(undefined8 *)(__src + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x20)" ( (binary_expression "__src + 0x20" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)(__src + -0x28)" * (cast_expression "(undefined8 *)(__src + -0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + -0x28)" ( (binary_expression "__src + -0x28" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(__src + 0x10) = *(undefined8 *)(__src + -0x38);" (assignment_expression "*(undefined8 *)(__src + 0x10) = *(undefined8 *)(__src + -0x38)" (pointer_expression "*(undefined8 *)(__src + 0x10)" * (cast_expression "(undefined8 *)(__src + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x10)" ( (binary_expression "__src + 0x10" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)(__src + -0x38)" * (cast_expression "(undefined8 *)(__src + -0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + -0x38)" ( (binary_expression "__src + -0x38" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(__src + 0x18) = *(undefined8 *)(__src + -0x30);" (assignment_expression "*(undefined8 *)(__src + 0x18) = *(undefined8 *)(__src + -0x30)" (pointer_expression "*(undefined8 *)(__src + 0x18)" * (cast_expression "(undefined8 *)(__src + 0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x18)" ( (binary_expression "__src + 0x18" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)(__src + -0x30)" * (cast_expression "(undefined8 *)(__src + -0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + -0x30)" ( (binary_expression "__src + -0x30" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(__src + 0x28) = *(undefined4 *)(__src + -0x20);" (assignment_expression "*(undefined4 *)(__src + 0x28) = *(undefined4 *)(__src + -0x20)" (pointer_expression "*(undefined4 *)(__src + 0x28)" * (cast_expression "(undefined4 *)(__src + 0x28)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x28)" ( (binary_expression "__src + 0x28" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(__src + -0x20)" * (cast_expression "(undefined4 *)(__src + -0x20)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + -0x20)" ( (binary_expression "__src + -0x20" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(__src + 0x30) = *(undefined4 *)(__src + -0x18);" (assignment_expression "*(undefined4 *)(__src + 0x30) = *(undefined4 *)(__src + -0x18)" (pointer_expression "*(undefined4 *)(__src + 0x30)" * (cast_expression "(undefined4 *)(__src + 0x30)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x30)" ( (binary_expression "__src + 0x30" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(__src + -0x18)" * (cast_expression "(undefined4 *)(__src + -0x18)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + -0x18)" ( (binary_expression "__src + -0x18" identifier + number_literal) ))))) ;) (expression_statement "pcVar2 = *(char **)(__src + -0x10);" (assignment_expression "pcVar2 = *(char **)(__src + -0x10)" identifier = (pointer_expression "*(char **)(__src + -0x10)" * (cast_expression "(char **)(__src + -0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(__src + -0x10)" ( (binary_expression "__src + -0x10" identifier + number_literal) ))))) ;) (if_statement "if (pcVar2 == __src) {\n __n = *(size_t *)(__src + -8);\n if (__n != 0) {\n if (__n == 1) {\n *__dest = *__src;\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }\n else {\n memcpy(__dest,__src,__n);\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }\n }\n *(size_t *)(__src + 0x40) = __n;\n __dest[__n] = '\0';\n __dest = *(char **)(__src + -0x10);\n }\n else {\n if (__dest == __src + 0x48) {\n *(char **)(__src + 0x38) = pcVar2;\n *(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);\n *(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;\n }\n else {\n *(char **)(__src + 0x38) = pcVar2;\n uVar1 = *(undefined8 *)(__src + 0x48);\n *(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);\n *(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;\n if (__dest != (pointer)0x0) {\n *(pointer *)(__src + -0x10) = __dest;\n *(undefined8 *)__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n *(char **)(__src + -0x10) = __src;\n __dest = __src;\n }" if (parenthesized_expression "(pcVar2 == __src)" ( (binary_expression "pcVar2 == __src" identifier == identifier) )) (compound_statement "{\n __n = *(size_t *)(__src + -8);\n if (__n != 0) {\n if (__n == 1) {\n *__dest = *__src;\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }\n else {\n memcpy(__dest,__src,__n);\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }\n }\n *(size_t *)(__src + 0x40) = __n;\n __dest[__n] = '\0';\n __dest = *(char **)(__src + -0x10);\n }" { (expression_statement "__n = *(size_t *)(__src + -8);" (assignment_expression "__n = *(size_t *)(__src + -8)" identifier = (pointer_expression "*(size_t *)(__src + -8)" * (cast_expression "(size_t *)(__src + -8)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + -8)" ( (binary_expression "__src + -8" identifier + number_literal) ))))) ;) (if_statement "if (__n != 0) {\n if (__n == 1) {\n *__dest = *__src;\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }\n else {\n memcpy(__dest,__src,__n);\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }\n }" if (parenthesized_expression "(__n != 0)" ( (binary_expression "__n != 0" identifier != number_literal) )) (compound_statement "{\n if (__n == 1) {\n *__dest = *__src;\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }\n else {\n memcpy(__dest,__src,__n);\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }\n }" { (if_statement "if (__n == 1) {\n *__dest = *__src;\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }\n else {\n memcpy(__dest,__src,__n);\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }" if (parenthesized_expression "(__n == 1)" ( (binary_expression "__n == 1" identifier == number_literal) )) (compound_statement "{\n *__dest = *__src;\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }" { (expression_statement "*__dest = *__src;" (assignment_expression "*__dest = *__src" (pointer_expression "*__dest" * identifier) = (pointer_expression "*__src" * identifier)) ;) (expression_statement "__n = *(size_t *)(__src + -8);" (assignment_expression "__n = *(size_t *)(__src + -8)" identifier = (pointer_expression "*(size_t *)(__src + -8)" * (cast_expression "(size_t *)(__src + -8)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + -8)" ( (binary_expression "__src + -8" identifier + number_literal) ))))) ;) (expression_statement "__dest = *(pointer *)(__src + 0x38);" (assignment_expression "__dest = *(pointer *)(__src + 0x38)" identifier = (pointer_expression "*(pointer *)(__src + 0x38)" * (cast_expression "(pointer *)(__src + 0x38)" ( (type_descriptor "pointer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x38)" ( (binary_expression "__src + 0x38" identifier + number_literal) ))))) ;) }) (else_clause "else {\n memcpy(__dest,__src,__n);\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }" else (compound_statement "{\n memcpy(__dest,__src,__n);\n __n = *(size_t *)(__src + -8);\n __dest = *(pointer *)(__src + 0x38);\n }" { (expression_statement "memcpy(__dest,__src,__n);" (call_expression "memcpy(__dest,__src,__n)" identifier (argument_list "(__dest,__src,__n)" ( identifier , identifier , identifier ))) ;) (expression_statement "__n = *(size_t *)(__src + -8);" (assignment_expression "__n = *(size_t *)(__src + -8)" identifier = (pointer_expression "*(size_t *)(__src + -8)" * (cast_expression "(size_t *)(__src + -8)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + -8)" ( (binary_expression "__src + -8" identifier + number_literal) ))))) ;) (expression_statement "__dest = *(pointer *)(__src + 0x38);" (assignment_expression "__dest = *(pointer *)(__src + 0x38)" identifier = (pointer_expression "*(pointer *)(__src + 0x38)" * (cast_expression "(pointer *)(__src + 0x38)" ( (type_descriptor "pointer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x38)" ( (binary_expression "__src + 0x38" identifier + number_literal) ))))) ;) }))) })) (expression_statement "*(size_t *)(__src + 0x40) = __n;" (assignment_expression "*(size_t *)(__src + 0x40) = __n" (pointer_expression "*(size_t *)(__src + 0x40)" * (cast_expression "(size_t *)(__src + 0x40)" ( (type_descriptor "size_t *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x40)" ( (binary_expression "__src + 0x40" identifier + number_literal) )))) = identifier) ;) (expression_statement "__dest[__n] = '\0';" (assignment_expression "__dest[__n] = '\0'" (subscript_expression "__dest[__n]" identifier [ identifier ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "__dest = *(char **)(__src + -0x10);" (assignment_expression "__dest = *(char **)(__src + -0x10)" identifier = (pointer_expression "*(char **)(__src + -0x10)" * (cast_expression "(char **)(__src + -0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(__src + -0x10)" ( (binary_expression "__src + -0x10" identifier + number_literal) ))))) ;) }) (else_clause "else {\n if (__dest == __src + 0x48) {\n *(char **)(__src + 0x38) = pcVar2;\n *(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);\n *(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;\n }\n else {\n *(char **)(__src + 0x38) = pcVar2;\n uVar1 = *(undefined8 *)(__src + 0x48);\n *(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);\n *(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;\n if (__dest != (pointer)0x0) {\n *(pointer *)(__src + -0x10) = __dest;\n *(undefined8 *)__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n *(char **)(__src + -0x10) = __src;\n __dest = __src;\n }" else (compound_statement "{\n if (__dest == __src + 0x48) {\n *(char **)(__src + 0x38) = pcVar2;\n *(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);\n *(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;\n }\n else {\n *(char **)(__src + 0x38) = pcVar2;\n uVar1 = *(undefined8 *)(__src + 0x48);\n *(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);\n *(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;\n if (__dest != (pointer)0x0) {\n *(pointer *)(__src + -0x10) = __dest;\n *(undefined8 *)__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n *(char **)(__src + -0x10) = __src;\n __dest = __src;\n }" { (if_statement "if (__dest == __src + 0x48) {\n *(char **)(__src + 0x38) = pcVar2;\n *(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);\n *(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;\n }\n else {\n *(char **)(__src + 0x38) = pcVar2;\n uVar1 = *(undefined8 *)(__src + 0x48);\n *(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);\n *(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;\n if (__dest != (pointer)0x0) {\n *(pointer *)(__src + -0x10) = __dest;\n *(undefined8 *)__src = uVar1;\n goto LAB_0022d5a0;\n }\n }" if (parenthesized_expression "(__dest == __src + 0x48)" ( (binary_expression "__dest == __src + 0x48" identifier == (binary_expression "__src + 0x48" identifier + number_literal)) )) (compound_statement "{\n *(char **)(__src + 0x38) = pcVar2;\n *(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);\n *(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;\n }" { (expression_statement "*(char **)(__src + 0x38) = pcVar2;" (assignment_expression "*(char **)(__src + 0x38) = pcVar2" (pointer_expression "*(char **)(__src + 0x38)" * (cast_expression "(char **)(__src + 0x38)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(__src + 0x38)" ( (binary_expression "__src + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);" (assignment_expression "*(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8)" (pointer_expression "*(undefined8 *)(__src + 0x40)" * (cast_expression "(undefined8 *)(__src + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x40)" ( (binary_expression "__src + 0x40" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)(__src + -8)" * (cast_expression "(undefined8 *)(__src + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + -8)" ( (binary_expression "__src + -8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;" (assignment_expression "*(undefined8 *)(__src + 0x48) = *(undefined8 *)__src" (pointer_expression "*(undefined8 *)(__src + 0x48)" * (cast_expression "(undefined8 *)(__src + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x48)" ( (binary_expression "__src + 0x48" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)__src" * (cast_expression "(undefined8 *)__src" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) }) (else_clause "else {\n *(char **)(__src + 0x38) = pcVar2;\n uVar1 = *(undefined8 *)(__src + 0x48);\n *(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);\n *(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;\n if (__dest != (pointer)0x0) {\n *(pointer *)(__src + -0x10) = __dest;\n *(undefined8 *)__src = uVar1;\n goto LAB_0022d5a0;\n }\n }" else (compound_statement "{\n *(char **)(__src + 0x38) = pcVar2;\n uVar1 = *(undefined8 *)(__src + 0x48);\n *(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);\n *(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;\n if (__dest != (pointer)0x0) {\n *(pointer *)(__src + -0x10) = __dest;\n *(undefined8 *)__src = uVar1;\n goto LAB_0022d5a0;\n }\n }" { (expression_statement "*(char **)(__src + 0x38) = pcVar2;" (assignment_expression "*(char **)(__src + 0x38) = pcVar2" (pointer_expression "*(char **)(__src + 0x38)" * (cast_expression "(char **)(__src + 0x38)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(__src + 0x38)" ( (binary_expression "__src + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar1 = *(undefined8 *)(__src + 0x48);" (assignment_expression "uVar1 = *(undefined8 *)(__src + 0x48)" identifier = (pointer_expression "*(undefined8 *)(__src + 0x48)" * (cast_expression "(undefined8 *)(__src + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x48)" ( (binary_expression "__src + 0x48" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8);" (assignment_expression "*(undefined8 *)(__src + 0x40) = *(undefined8 *)(__src + -8)" (pointer_expression "*(undefined8 *)(__src + 0x40)" * (cast_expression "(undefined8 *)(__src + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x40)" ( (binary_expression "__src + 0x40" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)(__src + -8)" * (cast_expression "(undefined8 *)(__src + -8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + -8)" ( (binary_expression "__src + -8" identifier + number_literal) ))))) ;) (expression_statement "*(undefined8 *)(__src + 0x48) = *(undefined8 *)__src;" (assignment_expression "*(undefined8 *)(__src + 0x48) = *(undefined8 *)__src" (pointer_expression "*(undefined8 *)(__src + 0x48)" * (cast_expression "(undefined8 *)(__src + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x48)" ( (binary_expression "__src + 0x48" identifier + number_literal) )))) = (pointer_expression "*(undefined8 *)__src" * (cast_expression "(undefined8 *)__src" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (if_statement "if (__dest != (pointer)0x0) {\n *(pointer *)(__src + -0x10) = __dest;\n *(undefined8 *)__src = uVar1;\n goto LAB_0022d5a0;\n }" if (parenthesized_expression "(__dest != (pointer)0x0)" ( (binary_expression "__dest != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (compound_statement "{\n *(pointer *)(__src + -0x10) = __dest;\n *(undefined8 *)__src = uVar1;\n goto LAB_0022d5a0;\n }" { (expression_statement "*(pointer *)(__src + -0x10) = __dest;" (assignment_expression "*(pointer *)(__src + -0x10) = __dest" (pointer_expression "*(pointer *)(__src + -0x10)" * (cast_expression "(pointer *)(__src + -0x10)" ( (type_descriptor "pointer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + -0x10)" ( (binary_expression "__src + -0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)__src = uVar1;" (assignment_expression "*(undefined8 *)__src = uVar1" (pointer_expression "*(undefined8 *)__src" * (cast_expression "(undefined8 *)__src" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = identifier) ;) (goto_statement "goto LAB_0022d5a0;" goto statement_identifier ;) })) }))) (expression_statement "*(char **)(__src + -0x10) = __src;" (assignment_expression "*(char **)(__src + -0x10) = __src" (pointer_expression "*(char **)(__src + -0x10)" * (cast_expression "(char **)(__src + -0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(__src + -0x10)" ( (binary_expression "__src + -0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "__dest = __src;" (assignment_expression "__dest = __src" identifier = identifier) ;) }))) (labeled_statement "LAB_0022d5a0:\n __src[-8] = '\0';" statement_identifier : (expression_statement "__src[-8] = '\0';" (assignment_expression "__src[-8] = '\0'" (subscript_expression "__src[-8]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;)) (expression_statement "__src[-7] = '\0';" (assignment_expression "__src[-7] = '\0'" (subscript_expression "__src[-7]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "__src[-6] = '\0';" (assignment_expression "__src[-6] = '\0'" (subscript_expression "__src[-6]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "__src[-5] = '\0';" (assignment_expression "__src[-5] = '\0'" (subscript_expression "__src[-5]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "__src[-4] = '\0';" (assignment_expression "__src[-4] = '\0'" (subscript_expression "__src[-4]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "__src[-3] = '\0';" (assignment_expression "__src[-3] = '\0'" (subscript_expression "__src[-3]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "__src[-2] = '\0';" (assignment_expression "__src[-2] = '\0'" (subscript_expression "__src[-2]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "__src[-1] = '\0';" (assignment_expression "__src[-1] = '\0'" (subscript_expression "__src[-1]" identifier [ number_literal ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "__src = __src + -0x48;" (assignment_expression "__src = __src + -0x48" identifier = (binary_expression "__src + -0x48" identifier + number_literal)) ;) (expression_statement "*__dest = '\0';" (assignment_expression "*__dest = '\0'" (pointer_expression "*__dest" * identifier) = (char_literal "'\0'" ' escape_sequence ')) ;) })) (expression_statement "*(anon_union_8_4_139239c7_for_u2_ *)(__src + 0x20) = __val.input_section_.u2_;" (assignment_expression "*(anon_union_8_4_139239c7_for_u2_ *)(__src + 0x20) = __val.input_section_.u2_" (pointer_expression "*(anon_union_8_4_139239c7_for_u2_ *)(__src + 0x20)" * (cast_expression "(anon_union_8_4_139239c7_for_u2_ *)(__src + 0x20)" ( (type_descriptor "anon_union_8_4_139239c7_for_u2_ *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x20)" ( (binary_expression "__src + 0x20" identifier + number_literal) )))) = (field_expression "__val.input_section_.u2_" (field_expression "__val.input_section_" identifier . field_identifier) . field_identifier)) ;) (expression_statement "*(undefined8 *)(__src + 0x10) = __val.input_section_._0_8_;" (assignment_expression "*(undefined8 *)(__src + 0x10) = __val.input_section_._0_8_" (pointer_expression "*(undefined8 *)(__src + 0x10)" * (cast_expression "(undefined8 *)(__src + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x10)" ( (binary_expression "__src + 0x10" identifier + number_literal) )))) = (field_expression "__val.input_section_._0_8_" (field_expression "__val.input_section_" identifier . field_identifier) . field_identifier)) ;) (expression_statement "*(anon_union_8_2_227b06d7_for_u1_ *)(__src + 0x18) = __val.input_section_.u1_;" (assignment_expression "*(anon_union_8_2_227b06d7_for_u1_ *)(__src + 0x18) = __val.input_section_.u1_" (pointer_expression "*(anon_union_8_2_227b06d7_for_u1_ *)(__src + 0x18)" * (cast_expression "(anon_union_8_2_227b06d7_for_u1_ *)(__src + 0x18)" ( (type_descriptor "anon_union_8_2_227b06d7_for_u1_ *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x18)" ( (binary_expression "__src + 0x18" identifier + number_literal) )))) = (field_expression "__val.input_section_.u1_" (field_expression "__val.input_section_" identifier . field_identifier) . field_identifier)) ;) (expression_statement "*(uint *)(__src + 0x28) = __val.input_section_.section_order_index_;" (assignment_expression "*(uint *)(__src + 0x28) = __val.input_section_.section_order_index_" (pointer_expression "*(uint *)(__src + 0x28)" * (cast_expression "(uint *)(__src + 0x28)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x28)" ( (binary_expression "__src + 0x28" identifier + number_literal) )))) = (field_expression "__val.input_section_.section_order_index_" (field_expression "__val.input_section_" identifier . field_identifier) . field_identifier)) ;) (expression_statement "*(uint *)(__src + 0x30) = __val.index_;" (assignment_expression "*(uint *)(__src + 0x30) = __val.index_" (pointer_expression "*(uint *)(__src + 0x30)" * (cast_expression "(uint *)(__src + 0x30)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x30)" ( (binary_expression "__src + 0x30" identifier + number_literal) )))) = (field_expression "__val.index_" identifier . field_identifier)) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)__val.section_name_._M_dataplus._M_p == &__val.section_name_.field_2) {\n if (__val.section_name_._M_string_length != 0) {\n if (__val.section_name_._M_string_length == 1) {\n *__dest = __val.section_name_.field_2._M_local_buf[0];\n __dest = *(pointer *)(__src + 0x38);\n }\n else {\n memcpy(__dest,__val.section_name_._M_dataplus._M_p,__val.section_name_._M_string_length);\n __dest = *(pointer *)(__src + 0x38);\n }\n }\n *(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;\n __dest[__val.section_name_._M_string_length] = '\0';\n uVar3 = __val.section_name_.field_2._M_allocated_capacity;\n }\n else {\n if (__dest == __src + 0x48) {\n *(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p;\n *(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;\n *(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity;\n }\n else {\n uVar3 = *(undefined8 *)(__src + 0x48);\n *(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p;\n *(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;\n *(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity;\n __val.section_name_._M_dataplus._M_p = __dest;\n if (__dest != (pointer)0x0) goto LAB_0022d6ca;\n }\n __val.section_name_._M_dataplus._M_p = (pointer)&__val.section_name_.field_2;\n uVar3 = __val.section_name_.field_2._M_allocated_capacity;\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)__val.section_name_._M_dataplus._M_p == &__val.section_name_.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)__val.section_name_._M_dataplus._M_p == &__val.section_name_.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)__val.section_name_._M_dataplus._M_p == &__val.section_name_.field_2" (binary_expression "allocator<char>_>_9\n *)__val.section_name_._M_dataplus._M_p" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)__val.section_name_._M_dataplus._M_p" identifier * (ERROR ")" )) (field_expression "__val.section_name_._M_dataplus._M_p" (field_expression "__val.section_name_._M_dataplus" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier))) == (pointer_expression "&__val.section_name_.field_2" & (field_expression "__val.section_name_.field_2" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier))) )) )) (compound_statement "{\n if (__val.section_name_._M_string_length != 0) {\n if (__val.section_name_._M_string_length == 1) {\n *__dest = __val.section_name_.field_2._M_local_buf[0];\n __dest = *(pointer *)(__src + 0x38);\n }\n else {\n memcpy(__dest,__val.section_name_._M_dataplus._M_p,__val.section_name_._M_string_length);\n __dest = *(pointer *)(__src + 0x38);\n }\n }\n *(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;\n __dest[__val.section_name_._M_string_length] = '\0';\n uVar3 = __val.section_name_.field_2._M_allocated_capacity;\n }" { (if_statement "if (__val.section_name_._M_string_length != 0) {\n if (__val.section_name_._M_string_length == 1) {\n *__dest = __val.section_name_.field_2._M_local_buf[0];\n __dest = *(pointer *)(__src + 0x38);\n }\n else {\n memcpy(__dest,__val.section_name_._M_dataplus._M_p,__val.section_name_._M_string_length);\n __dest = *(pointer *)(__src + 0x38);\n }\n }" if (parenthesized_expression "(__val.section_name_._M_string_length != 0)" ( (binary_expression "__val.section_name_._M_string_length != 0" (field_expression "__val.section_name_._M_string_length" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) != number_literal) )) (compound_statement "{\n if (__val.section_name_._M_string_length == 1) {\n *__dest = __val.section_name_.field_2._M_local_buf[0];\n __dest = *(pointer *)(__src + 0x38);\n }\n else {\n memcpy(__dest,__val.section_name_._M_dataplus._M_p,__val.section_name_._M_string_length);\n __dest = *(pointer *)(__src + 0x38);\n }\n }" { (if_statement "if (__val.section_name_._M_string_length == 1) {\n *__dest = __val.section_name_.field_2._M_local_buf[0];\n __dest = *(pointer *)(__src + 0x38);\n }\n else {\n memcpy(__dest,__val.section_name_._M_dataplus._M_p,__val.section_name_._M_string_length);\n __dest = *(pointer *)(__src + 0x38);\n }" if (parenthesized_expression "(__val.section_name_._M_string_length == 1)" ( (binary_expression "__val.section_name_._M_string_length == 1" (field_expression "__val.section_name_._M_string_length" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) == number_literal) )) (compound_statement "{\n *__dest = __val.section_name_.field_2._M_local_buf[0];\n __dest = *(pointer *)(__src + 0x38);\n }" { (expression_statement "*__dest = __val.section_name_.field_2._M_local_buf[0];" (assignment_expression "*__dest = __val.section_name_.field_2._M_local_buf[0]" (pointer_expression "*__dest" * identifier) = (subscript_expression "__val.section_name_.field_2._M_local_buf[0]" (field_expression "__val.section_name_.field_2._M_local_buf" (field_expression "__val.section_name_.field_2" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier) [ number_literal ])) ;) (expression_statement "__dest = *(pointer *)(__src + 0x38);" (assignment_expression "__dest = *(pointer *)(__src + 0x38)" identifier = (pointer_expression "*(pointer *)(__src + 0x38)" * (cast_expression "(pointer *)(__src + 0x38)" ( (type_descriptor "pointer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x38)" ( (binary_expression "__src + 0x38" identifier + number_literal) ))))) ;) }) (else_clause "else {\n memcpy(__dest,__val.section_name_._M_dataplus._M_p,__val.section_name_._M_string_length);\n __dest = *(pointer *)(__src + 0x38);\n }" else (compound_statement "{\n memcpy(__dest,__val.section_name_._M_dataplus._M_p,__val.section_name_._M_string_length);\n __dest = *(pointer *)(__src + 0x38);\n }" { (expression_statement "memcpy(__dest,__val.section_name_._M_dataplus._M_p,__val.section_name_._M_string_length);" (call_expression "memcpy(__dest,__val.section_name_._M_dataplus._M_p,__val.section_name_._M_string_length)" identifier (argument_list "(__dest,__val.section_name_._M_dataplus._M_p,__val.section_name_._M_string_length)" ( identifier , (field_expression "__val.section_name_._M_dataplus._M_p" (field_expression "__val.section_name_._M_dataplus" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier) , (field_expression "__val.section_name_._M_string_length" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) ))) ;) (expression_statement "__dest = *(pointer *)(__src + 0x38);" (assignment_expression "__dest = *(pointer *)(__src + 0x38)" identifier = (pointer_expression "*(pointer *)(__src + 0x38)" * (cast_expression "(pointer *)(__src + 0x38)" ( (type_descriptor "pointer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x38)" ( (binary_expression "__src + 0x38" identifier + number_literal) ))))) ;) }))) })) (expression_statement "*(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;" (assignment_expression "*(size_type *)(__src + 0x40) = __val.section_name_._M_string_length" (pointer_expression "*(size_type *)(__src + 0x40)" * (cast_expression "(size_type *)(__src + 0x40)" ( (type_descriptor "size_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x40)" ( (binary_expression "__src + 0x40" identifier + number_literal) )))) = (field_expression "__val.section_name_._M_string_length" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier)) ;) (expression_statement "__dest[__val.section_name_._M_string_length] = '\0';" (assignment_expression "__dest[__val.section_name_._M_string_length] = '\0'" (subscript_expression "__dest[__val.section_name_._M_string_length]" identifier [ (field_expression "__val.section_name_._M_string_length" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "uVar3 = __val.section_name_.field_2._M_allocated_capacity;" (assignment_expression "uVar3 = __val.section_name_.field_2._M_allocated_capacity" identifier = (field_expression "__val.section_name_.field_2._M_allocated_capacity" (field_expression "__val.section_name_.field_2" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier)) ;) }) (else_clause "else {\n if (__dest == __src + 0x48) {\n *(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p;\n *(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;\n *(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity;\n }\n else {\n uVar3 = *(undefined8 *)(__src + 0x48);\n *(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p;\n *(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;\n *(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity;\n __val.section_name_._M_dataplus._M_p = __dest;\n if (__dest != (pointer)0x0) goto LAB_0022d6ca;\n }\n __val.section_name_._M_dataplus._M_p = (pointer)&__val.section_name_.field_2;\n uVar3 = __val.section_name_.field_2._M_allocated_capacity;\n }" else (compound_statement "{\n if (__dest == __src + 0x48) {\n *(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p;\n *(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;\n *(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity;\n }\n else {\n uVar3 = *(undefined8 *)(__src + 0x48);\n *(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p;\n *(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;\n *(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity;\n __val.section_name_._M_dataplus._M_p = __dest;\n if (__dest != (pointer)0x0) goto LAB_0022d6ca;\n }\n __val.section_name_._M_dataplus._M_p = (pointer)&__val.section_name_.field_2;\n uVar3 = __val.section_name_.field_2._M_allocated_capacity;\n }" { (if_statement "if (__dest == __src + 0x48) {\n *(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p;\n *(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;\n *(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity;\n }\n else {\n uVar3 = *(undefined8 *)(__src + 0x48);\n *(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p;\n *(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;\n *(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity;\n __val.section_name_._M_dataplus._M_p = __dest;\n if (__dest != (pointer)0x0) goto LAB_0022d6ca;\n }" if (parenthesized_expression "(__dest == __src + 0x48)" ( (binary_expression "__dest == __src + 0x48" identifier == (binary_expression "__src + 0x48" identifier + number_literal)) )) (compound_statement "{\n *(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p;\n *(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;\n *(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity;\n }" { (expression_statement "*(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p;" (assignment_expression "*(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p" (pointer_expression "*(pointer *)(__src + 0x38)" * (cast_expression "(pointer *)(__src + 0x38)" ( (type_descriptor "pointer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x38)" ( (binary_expression "__src + 0x38" identifier + number_literal) )))) = (field_expression "__val.section_name_._M_dataplus._M_p" (field_expression "__val.section_name_._M_dataplus" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "*(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;" (assignment_expression "*(size_type *)(__src + 0x40) = __val.section_name_._M_string_length" (pointer_expression "*(size_type *)(__src + 0x40)" * (cast_expression "(size_type *)(__src + 0x40)" ( (type_descriptor "size_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x40)" ( (binary_expression "__src + 0x40" identifier + number_literal) )))) = (field_expression "__val.section_name_._M_string_length" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier)) ;) (expression_statement "*(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity;" (assignment_expression "*(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity" (pointer_expression "*(size_type *)(__src + 0x48)" * (cast_expression "(size_type *)(__src + 0x48)" ( (type_descriptor "size_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x48)" ( (binary_expression "__src + 0x48" identifier + number_literal) )))) = (field_expression "__val.section_name_.field_2._M_allocated_capacity" (field_expression "__val.section_name_.field_2" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier)) ;) }) (else_clause "else {\n uVar3 = *(undefined8 *)(__src + 0x48);\n *(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p;\n *(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;\n *(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity;\n __val.section_name_._M_dataplus._M_p = __dest;\n if (__dest != (pointer)0x0) goto LAB_0022d6ca;\n }" else (compound_statement "{\n uVar3 = *(undefined8 *)(__src + 0x48);\n *(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p;\n *(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;\n *(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity;\n __val.section_name_._M_dataplus._M_p = __dest;\n if (__dest != (pointer)0x0) goto LAB_0022d6ca;\n }" { (expression_statement "uVar3 = *(undefined8 *)(__src + 0x48);" (assignment_expression "uVar3 = *(undefined8 *)(__src + 0x48)" identifier = (pointer_expression "*(undefined8 *)(__src + 0x48)" * (cast_expression "(undefined8 *)(__src + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x48)" ( (binary_expression "__src + 0x48" identifier + number_literal) ))))) ;) (expression_statement "*(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p;" (assignment_expression "*(pointer *)(__src + 0x38) = __val.section_name_._M_dataplus._M_p" (pointer_expression "*(pointer *)(__src + 0x38)" * (cast_expression "(pointer *)(__src + 0x38)" ( (type_descriptor "pointer *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x38)" ( (binary_expression "__src + 0x38" identifier + number_literal) )))) = (field_expression "__val.section_name_._M_dataplus._M_p" (field_expression "__val.section_name_._M_dataplus" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "*(size_type *)(__src + 0x40) = __val.section_name_._M_string_length;" (assignment_expression "*(size_type *)(__src + 0x40) = __val.section_name_._M_string_length" (pointer_expression "*(size_type *)(__src + 0x40)" * (cast_expression "(size_type *)(__src + 0x40)" ( (type_descriptor "size_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x40)" ( (binary_expression "__src + 0x40" identifier + number_literal) )))) = (field_expression "__val.section_name_._M_string_length" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier)) ;) (expression_statement "*(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity;" (assignment_expression "*(size_type *)(__src + 0x48) = __val.section_name_.field_2._M_allocated_capacity" (pointer_expression "*(size_type *)(__src + 0x48)" * (cast_expression "(size_type *)(__src + 0x48)" ( (type_descriptor "size_type *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 0x48)" ( (binary_expression "__src + 0x48" identifier + number_literal) )))) = (field_expression "__val.section_name_.field_2._M_allocated_capacity" (field_expression "__val.section_name_.field_2" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier)) ;) (expression_statement "__val.section_name_._M_dataplus._M_p = __dest;" (assignment_expression "__val.section_name_._M_dataplus._M_p = __dest" (field_expression "__val.section_name_._M_dataplus._M_p" (field_expression "__val.section_name_._M_dataplus" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier) = identifier) ;) (if_statement "if (__dest != (pointer)0x0) goto LAB_0022d6ca;" if (parenthesized_expression "(__dest != (pointer)0x0)" ( (binary_expression "__dest != (pointer)0x0" identifier != (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) )) (goto_statement "goto LAB_0022d6ca;" goto statement_identifier ;)) }))) (expression_statement "__val.section_name_._M_dataplus._M_p = (pointer)&__val.section_name_.field_2;" (assignment_expression "__val.section_name_._M_dataplus._M_p = (pointer)&__val.section_name_.field_2" (field_expression "__val.section_name_._M_dataplus._M_p" (field_expression "__val.section_name_._M_dataplus" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier) = (binary_expression "(pointer)&__val.section_name_.field_2" (parenthesized_expression "(pointer)" ( identifier )) & (field_expression "__val.section_name_.field_2" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier))) ;) (expression_statement "uVar3 = __val.section_name_.field_2._M_allocated_capacity;" (assignment_expression "uVar3 = __val.section_name_.field_2._M_allocated_capacity" identifier = (field_expression "__val.section_name_.field_2._M_allocated_capacity" (field_expression "__val.section_name_.field_2" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier)) ;) }))) (labeled_statement "LAB_0022d6ca:\n __val.section_name_.field_2._M_allocated_capacity = uVar3;" statement_identifier : (expression_statement "__val.section_name_.field_2._M_allocated_capacity = uVar3;" (assignment_expression "__val.section_name_.field_2._M_allocated_capacity = uVar3" (field_expression "__val.section_name_.field_2._M_allocated_capacity" (field_expression "__val.section_name_.field_2" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier) = identifier) ;)) (expression_statement "__val.section_name_._M_string_length = 0;" (assignment_expression "__val.section_name_._M_string_length = 0" (field_expression "__val.section_name_._M_string_length" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "*__val.section_name_._M_dataplus._M_p = '\0';" (assignment_expression "*__val.section_name_._M_dataplus._M_p = '\0'" (pointer_expression "*__val.section_name_._M_dataplus._M_p" * (field_expression "__val.section_name_._M_dataplus._M_p" (field_expression "__val.section_name_._M_dataplus" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier)) = (char_literal "'\0'" ' escape_sequence ')) ;) (if_statement "if ((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)__val.section_name_._M_dataplus._M_p != &__val.section_name_.field_2) {\n operator_delete(__val.section_name_._M_dataplus._M_p);\n }" if (parenthesized_expression "((anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)__val.section_name_._M_dataplus._M_p != &__val.section_name_.field_2)" ( (parenthesized_expression "(anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::allocator<char>_>_9\n *)__val.section_name_._M_dataplus._M_p != &__val.section_name_.field_2)" ( (ERROR "anon_union_16_2_edb7204a_for_basic_string<char,_std::char_traits<char>,_std::" (comma_expression "anon_union_16_2_edb7204a_for_basic_string<char,_std" (binary_expression "anon_union_16_2_edb7204a_for_basic_string<char" identifier < identifier) , identifier) : : (binary_expression "char_traits<char>,_std" (binary_expression "char_traits<char" identifier < identifier) > (ERROR "," ,) identifier) : :) (binary_expression "allocator<char>_>_9\n *)__val.section_name_._M_dataplus._M_p != &__val.section_name_.field_2" (binary_expression "allocator<char>_>_9\n *)__val.section_name_._M_dataplus._M_p" (binary_expression "allocator<char>_" (binary_expression "allocator<char" identifier < identifier) > identifier) > (binary_expression "_9\n *)__val.section_name_._M_dataplus._M_p" identifier * (ERROR ")" )) (field_expression "__val.section_name_._M_dataplus._M_p" (field_expression "__val.section_name_._M_dataplus" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier))) != (pointer_expression "&__val.section_name_.field_2" & (field_expression "__val.section_name_.field_2" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier))) )) )) (compound_statement "{\n operator_delete(__val.section_name_._M_dataplus._M_p);\n }" { (expression_statement "operator_delete(__val.section_name_._M_dataplus._M_p);" (call_expression "operator_delete(__val.section_name_._M_dataplus._M_p)" identifier (argument_list "(__val.section_name_._M_dataplus._M_p)" ( (field_expression "__val.section_name_._M_dataplus._M_p" (field_expression "__val.section_name_._M_dataplus" (field_expression "__val.section_name_" identifier . field_identifier) . field_identifier) . field_identifier) ))) ;) })) (return_statement "return;" return ;) (ERROR "}" })) | (translation_unit "void FUN_0022d500(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n undefined8 *puVar2;\n char cVar3;\n size_t __n;\n undefined8 *__src;\n undefined8 *__dest;\n undefined8 local_68;\n undefined8 uStack_60;\n undefined8 local_58;\n undefined8 uStack_50;\n undefined4 local_48;\n undefined8 *local_40;\n size_t local_38;\n undefined8 local_30;\n undefined8 uStack_28;\n \n local_48 = *(undefined4 *)(param_1 + 4);\n local_68 = *param_1;\n uStack_60 = param_1[1];\n local_58 = param_1[2];\n uStack_50 = param_1[3];\n local_40 = &local_30;\n if (param_1 + 7 == (undefined8 *)param_1[5]) {\n local_30 = param_1[7];\n uStack_28 = param_1[8];\n }\n else {\n local_30 = param_1[7];\n local_40 = (undefined8 *)param_1[5];\n }\n local_38 = param_1[6];\n param_1[5] = param_1 + 7;\n __src = param_1 + -2;\n param_1[6] = 0;\n *(undefined1 *)(param_1 + 7) = 0;\n while( true ) {\n \n cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);\n __dest = (undefined8 *)__src[7];\n if (cVar3 == '\0') break;\n __src[4] = __src[-5];\n __src[2] = __src[-7];\n __src[3] = __src[-6];\n *(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);\n *(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);\n puVar2 = (undefined8 *)__src[-2];\n if (puVar2 == __src) {\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }\nLAB_0022d5a0:\n __src[-1] = 0;\n __src = __src + -9;\n *(undefined1 *)__dest = 0;\n }\n __src[4] = local_58;\n __src[2] = local_68;\n __src[3] = uStack_60;\n *(undefined4 *)(__src + 5) = (undefined4)uStack_50;\n *(undefined4 *)(__src + 6) = local_48;\n if (local_40 == &local_30) {\n if (local_38 != 0) {\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = local_38;\n *(undefined1 *)((long)__dest + local_38) = 0;\n uVar1 = local_30;\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }\n local_40 = &local_30;\n uVar1 = local_30;\n }\nLAB_0022d6ca:\n local_30 = uVar1;\n local_38 = 0;\n *(undefined1 *)local_40 = 0;\n if (local_40 != &local_30) {\n FUN_002dac70();\n }\n return;\n}\n\n" (function_definition "void FUN_0022d500(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n undefined8 *puVar2;\n char cVar3;\n size_t __n;\n undefined8 *__src;\n undefined8 *__dest;\n undefined8 local_68;\n undefined8 uStack_60;\n undefined8 local_58;\n undefined8 uStack_50;\n undefined4 local_48;\n undefined8 *local_40;\n size_t local_38;\n undefined8 local_30;\n undefined8 uStack_28;\n \n local_48 = *(undefined4 *)(param_1 + 4);\n local_68 = *param_1;\n uStack_60 = param_1[1];\n local_58 = param_1[2];\n uStack_50 = param_1[3];\n local_40 = &local_30;\n if (param_1 + 7 == (undefined8 *)param_1[5]) {\n local_30 = param_1[7];\n uStack_28 = param_1[8];\n }\n else {\n local_30 = param_1[7];\n local_40 = (undefined8 *)param_1[5];\n }\n local_38 = param_1[6];\n param_1[5] = param_1 + 7;\n __src = param_1 + -2;\n param_1[6] = 0;\n *(undefined1 *)(param_1 + 7) = 0;\n while( true ) {\n \n cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);\n __dest = (undefined8 *)__src[7];\n if (cVar3 == '\0') break;\n __src[4] = __src[-5];\n __src[2] = __src[-7];\n __src[3] = __src[-6];\n *(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);\n *(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);\n puVar2 = (undefined8 *)__src[-2];\n if (puVar2 == __src) {\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }\nLAB_0022d5a0:\n __src[-1] = 0;\n __src = __src + -9;\n *(undefined1 *)__dest = 0;\n }\n __src[4] = local_58;\n __src[2] = local_68;\n __src[3] = uStack_60;\n *(undefined4 *)(__src + 5) = (undefined4)uStack_50;\n *(undefined4 *)(__src + 6) = local_48;\n if (local_40 == &local_30) {\n if (local_38 != 0) {\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = local_38;\n *(undefined1 *)((long)__dest + local_38) = 0;\n uVar1 = local_30;\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }\n local_40 = &local_30;\n uVar1 = local_30;\n }\nLAB_0022d6ca:\n local_30 = uVar1;\n local_38 = 0;\n *(undefined1 *)local_40 = 0;\n if (local_40 != &local_30) {\n FUN_002dac70();\n }\n return;\n}" primitive_type (function_declarator "FUN_0022d500(undefined8 *param_1)" identifier (parameter_list "(undefined8 *param_1)" ( (parameter_declaration "undefined8 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) ))) (compound_statement "{\n undefined8 uVar1;\n undefined8 *puVar2;\n char cVar3;\n size_t __n;\n undefined8 *__src;\n undefined8 *__dest;\n undefined8 local_68;\n undefined8 uStack_60;\n undefined8 local_58;\n undefined8 uStack_50;\n undefined4 local_48;\n undefined8 *local_40;\n size_t local_38;\n undefined8 local_30;\n undefined8 uStack_28;\n \n local_48 = *(undefined4 *)(param_1 + 4);\n local_68 = *param_1;\n uStack_60 = param_1[1];\n local_58 = param_1[2];\n uStack_50 = param_1[3];\n local_40 = &local_30;\n if (param_1 + 7 == (undefined8 *)param_1[5]) {\n local_30 = param_1[7];\n uStack_28 = param_1[8];\n }\n else {\n local_30 = param_1[7];\n local_40 = (undefined8 *)param_1[5];\n }\n local_38 = param_1[6];\n param_1[5] = param_1 + 7;\n __src = param_1 + -2;\n param_1[6] = 0;\n *(undefined1 *)(param_1 + 7) = 0;\n while( true ) {\n \n cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);\n __dest = (undefined8 *)__src[7];\n if (cVar3 == '\0') break;\n __src[4] = __src[-5];\n __src[2] = __src[-7];\n __src[3] = __src[-6];\n *(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);\n *(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);\n puVar2 = (undefined8 *)__src[-2];\n if (puVar2 == __src) {\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }\nLAB_0022d5a0:\n __src[-1] = 0;\n __src = __src + -9;\n *(undefined1 *)__dest = 0;\n }\n __src[4] = local_58;\n __src[2] = local_68;\n __src[3] = uStack_60;\n *(undefined4 *)(__src + 5) = (undefined4)uStack_50;\n *(undefined4 *)(__src + 6) = local_48;\n if (local_40 == &local_30) {\n if (local_38 != 0) {\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = local_38;\n *(undefined1 *)((long)__dest + local_38) = 0;\n uVar1 = local_30;\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }\n local_40 = &local_30;\n uVar1 = local_30;\n }\nLAB_0022d6ca:\n local_30 = uVar1;\n local_38 = 0;\n *(undefined1 *)local_40 = 0;\n if (local_40 != &local_30) {\n FUN_002dac70();\n }\n return;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (declaration "char cVar3;" primitive_type identifier ;) (declaration "size_t __n;" primitive_type identifier ;) (declaration "undefined8 *__src;" type_identifier (pointer_declarator "*__src" * identifier) ;) (declaration "undefined8 *__dest;" type_identifier (pointer_declarator "*__dest" * identifier) ;) (declaration "undefined8 local_68;" type_identifier identifier ;) (declaration "undefined8 uStack_60;" type_identifier identifier ;) (declaration "undefined8 local_58;" type_identifier identifier ;) (declaration "undefined8 uStack_50;" type_identifier identifier ;) (declaration "undefined4 local_48;" type_identifier identifier ;) (declaration "undefined8 *local_40;" type_identifier (pointer_declarator "*local_40" * identifier) ;) (declaration "size_t local_38;" primitive_type identifier ;) (declaration "undefined8 local_30;" type_identifier identifier ;) (declaration "undefined8 uStack_28;" type_identifier identifier ;) (expression_statement "local_48 = *(undefined4 *)(param_1 + 4);" (assignment_expression "local_48 = *(undefined4 *)(param_1 + 4)" identifier = (pointer_expression "*(undefined4 *)(param_1 + 4)" * (cast_expression "(undefined4 *)(param_1 + 4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) ))))) ;) (expression_statement "local_68 = *param_1;" (assignment_expression "local_68 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "uStack_60 = param_1[1];" (assignment_expression "uStack_60 = param_1[1]" identifier = (subscript_expression "param_1[1]" identifier [ number_literal ])) ;) (expression_statement "local_58 = param_1[2];" (assignment_expression "local_58 = param_1[2]" identifier = (subscript_expression "param_1[2]" identifier [ number_literal ])) ;) (expression_statement "uStack_50 = param_1[3];" (assignment_expression "uStack_50 = param_1[3]" identifier = (subscript_expression "param_1[3]" identifier [ number_literal ])) ;) (expression_statement "local_40 = &local_30;" (assignment_expression "local_40 = &local_30" identifier = (pointer_expression "&local_30" & identifier)) ;) (if_statement "if (param_1 + 7 == (undefined8 *)param_1[5]) {\n local_30 = param_1[7];\n uStack_28 = param_1[8];\n }\n else {\n local_30 = param_1[7];\n local_40 = (undefined8 *)param_1[5];\n }" if (parenthesized_expression "(param_1 + 7 == (undefined8 *)param_1[5])" ( (binary_expression "param_1 + 7 == (undefined8 *)param_1[5]" (binary_expression "param_1 + 7" identifier + number_literal) == (cast_expression "(undefined8 *)param_1[5]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[5]" identifier [ number_literal ]))) )) (compound_statement "{\n local_30 = param_1[7];\n uStack_28 = param_1[8];\n }" { (expression_statement "local_30 = param_1[7];" (assignment_expression "local_30 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "uStack_28 = param_1[8];" (assignment_expression "uStack_28 = param_1[8]" identifier = (subscript_expression "param_1[8]" identifier [ number_literal ])) ;) }) (else_clause "else {\n local_30 = param_1[7];\n local_40 = (undefined8 *)param_1[5];\n }" else (compound_statement "{\n local_30 = param_1[7];\n local_40 = (undefined8 *)param_1[5];\n }" { (expression_statement "local_30 = param_1[7];" (assignment_expression "local_30 = param_1[7]" identifier = (subscript_expression "param_1[7]" identifier [ number_literal ])) ;) (expression_statement "local_40 = (undefined8 *)param_1[5];" (assignment_expression "local_40 = (undefined8 *)param_1[5]" identifier = (cast_expression "(undefined8 *)param_1[5]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_1[5]" identifier [ number_literal ]))) ;) }))) (expression_statement "local_38 = param_1[6];" (assignment_expression "local_38 = param_1[6]" identifier = (subscript_expression "param_1[6]" identifier [ number_literal ])) ;) (expression_statement "param_1[5] = param_1 + 7;" (assignment_expression "param_1[5] = param_1 + 7" (subscript_expression "param_1[5]" identifier [ number_literal ]) = (binary_expression "param_1 + 7" identifier + number_literal)) ;) (expression_statement "__src = param_1 + -2;" (assignment_expression "__src = param_1 + -2" identifier = (binary_expression "param_1 + -2" identifier + number_literal)) ;) (expression_statement "param_1[6] = 0;" (assignment_expression "param_1[6] = 0" (subscript_expression "param_1[6]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined1 *)(param_1 + 7) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 7) = 0" (pointer_expression "*(undefined1 *)(param_1 + 7)" * (cast_expression "(undefined1 *)(param_1 + 7)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 7)" ( (binary_expression "param_1 + 7" identifier + number_literal) )))) = number_literal) ;) (while_statement "while( true ) {\n \n cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);\n __dest = (undefined8 *)__src[7];\n if (cVar3 == '\0') break;\n __src[4] = __src[-5];\n __src[2] = __src[-7];\n __src[3] = __src[-6];\n *(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);\n *(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);\n puVar2 = (undefined8 *)__src[-2];\n if (puVar2 == __src) {\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }\nLAB_0022d5a0:\n __src[-1] = 0;\n __src = __src + -9;\n *(undefined1 *)__dest = 0;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n \n cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);\n __dest = (undefined8 *)__src[7];\n if (cVar3 == '\0') break;\n __src[4] = __src[-5];\n __src[2] = __src[-7];\n __src[3] = __src[-6];\n *(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);\n *(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);\n puVar2 = (undefined8 *)__src[-2];\n if (puVar2 == __src) {\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }\nLAB_0022d5a0:\n __src[-1] = 0;\n __src = __src + -9;\n *(undefined1 *)__dest = 0;\n }" { (expression_statement "cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);" (assignment_expression "cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7)" identifier = (call_expression "FUN_001f66c0(&stack0x00000008,&local_68,__src + -7)" identifier (argument_list "(&stack0x00000008,&local_68,__src + -7)" ( (pointer_expression "&stack0x00000008" & identifier) , (pointer_expression "&local_68" & identifier) , (binary_expression "__src + -7" identifier + number_literal) )))) ;) (expression_statement "__dest = (undefined8 *)__src[7];" (assignment_expression "__dest = (undefined8 *)__src[7]" identifier = (cast_expression "(undefined8 *)__src[7]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "__src[7]" identifier [ number_literal ]))) ;) (if_statement "if (cVar3 == '\0') break;" if (parenthesized_expression "(cVar3 == '\0')" ( (binary_expression "cVar3 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) (break_statement "break;" break ;)) (expression_statement "__src[4] = __src[-5];" (assignment_expression "__src[4] = __src[-5]" (subscript_expression "__src[4]" identifier [ number_literal ]) = (subscript_expression "__src[-5]" identifier [ number_literal ])) ;) (expression_statement "__src[2] = __src[-7];" (assignment_expression "__src[2] = __src[-7]" (subscript_expression "__src[2]" identifier [ number_literal ]) = (subscript_expression "__src[-7]" identifier [ number_literal ])) ;) (expression_statement "__src[3] = __src[-6];" (assignment_expression "__src[3] = __src[-6]" (subscript_expression "__src[3]" identifier [ number_literal ]) = (subscript_expression "__src[-6]" identifier [ number_literal ])) ;) (expression_statement "*(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);" (assignment_expression "*(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4)" (pointer_expression "*(undefined4 *)(__src + 5)" * (cast_expression "(undefined4 *)(__src + 5)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 5)" ( (binary_expression "__src + 5" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(__src + -4)" * (cast_expression "(undefined4 *)(__src + -4)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + -4)" ( (binary_expression "__src + -4" identifier + number_literal) ))))) ;) (expression_statement "*(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);" (assignment_expression "*(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3)" (pointer_expression "*(undefined4 *)(__src + 6)" * (cast_expression "(undefined4 *)(__src + 6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 6)" ( (binary_expression "__src + 6" identifier + number_literal) )))) = (pointer_expression "*(undefined4 *)(__src + -3)" * (cast_expression "(undefined4 *)(__src + -3)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + -3)" ( (binary_expression "__src + -3" identifier + number_literal) ))))) ;) (expression_statement "puVar2 = (undefined8 *)__src[-2];" (assignment_expression "puVar2 = (undefined8 *)__src[-2]" identifier = (cast_expression "(undefined8 *)__src[-2]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "__src[-2]" identifier [ number_literal ]))) ;) (if_statement "if (puVar2 == __src) {\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }" if (parenthesized_expression "(puVar2 == __src)" ( (binary_expression "puVar2 == __src" identifier == identifier) )) (compound_statement "{\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }" { (expression_statement "__n = __src[-1];" (assignment_expression "__n = __src[-1]" identifier = (subscript_expression "__src[-1]" identifier [ number_literal ])) ;) (if_statement "if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }" if (parenthesized_expression "(__n != 0)" ( (binary_expression "__n != 0" identifier != number_literal) )) (compound_statement "{\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }" { (if_statement "if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }" if (parenthesized_expression "(__n == 1)" ( (binary_expression "__n == 1" identifier == number_literal) )) (compound_statement "{\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }" { (expression_statement "*(undefined1 *)__dest = *(undefined1 *)__src;" (assignment_expression "*(undefined1 *)__dest = *(undefined1 *)__src" (pointer_expression "*(undefined1 *)__dest" * (cast_expression "(undefined1 *)__dest" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (pointer_expression "*(undefined1 *)__src" * (cast_expression "(undefined1 *)__src" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "__n = __src[-1];" (assignment_expression "__n = __src[-1]" identifier = (subscript_expression "__src[-1]" identifier [ number_literal ])) ;) (expression_statement "__dest = (undefined8 *)__src[7];" (assignment_expression "__dest = (undefined8 *)__src[7]" identifier = (cast_expression "(undefined8 *)__src[7]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "__src[7]" identifier [ number_literal ]))) ;) }) (else_clause "else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }" else (compound_statement "{\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }" { (expression_statement "memcpy(__dest,__src,__n);" (call_expression "memcpy(__dest,__src,__n)" identifier (argument_list "(__dest,__src,__n)" ( identifier , identifier , identifier ))) ;) (expression_statement "__n = __src[-1];" (assignment_expression "__n = __src[-1]" identifier = (subscript_expression "__src[-1]" identifier [ number_literal ])) ;) (expression_statement "__dest = (undefined8 *)__src[7];" (assignment_expression "__dest = (undefined8 *)__src[7]" identifier = (cast_expression "(undefined8 *)__src[7]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "__src[7]" identifier [ number_literal ]))) ;) }))) })) (expression_statement "__src[8] = __n;" (assignment_expression "__src[8] = __n" (subscript_expression "__src[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined1 *)((long)__dest + __n) = 0;" (assignment_expression "*(undefined1 *)((long)__dest + __n) = 0" (pointer_expression "*(undefined1 *)((long)__dest + __n)" * (cast_expression "(undefined1 *)((long)__dest + __n)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest + __n)" ( (binary_expression "(long)__dest + __n" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "__dest = (undefined8 *)__src[-2];" (assignment_expression "__dest = (undefined8 *)__src[-2]" identifier = (cast_expression "(undefined8 *)__src[-2]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "__src[-2]" identifier [ number_literal ]))) ;) }) (else_clause "else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }" else (compound_statement "{\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }" { (if_statement "if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }" if (parenthesized_expression "(__dest == __src + 9)" ( (binary_expression "__dest == __src + 9" identifier == (binary_expression "__src + 9" identifier + number_literal)) )) (compound_statement "{\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }" { (expression_statement "__src[7] = puVar2;" (assignment_expression "__src[7] = puVar2" (subscript_expression "__src[7]" identifier [ number_literal ]) = identifier) ;) (expression_statement "__src[8] = __src[-1];" (assignment_expression "__src[8] = __src[-1]" (subscript_expression "__src[8]" identifier [ number_literal ]) = (subscript_expression "__src[-1]" identifier [ number_literal ])) ;) (expression_statement "__src[9] = *__src;" (assignment_expression "__src[9] = *__src" (subscript_expression "__src[9]" identifier [ number_literal ]) = (pointer_expression "*__src" * identifier)) ;) }) (else_clause "else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }" else (compound_statement "{\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }" { (expression_statement "__src[7] = puVar2;" (assignment_expression "__src[7] = puVar2" (subscript_expression "__src[7]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar1 = __src[9];" (assignment_expression "uVar1 = __src[9]" identifier = (subscript_expression "__src[9]" identifier [ number_literal ])) ;) (expression_statement "__src[8] = __src[-1];" (assignment_expression "__src[8] = __src[-1]" (subscript_expression "__src[8]" identifier [ number_literal ]) = (subscript_expression "__src[-1]" identifier [ number_literal ])) ;) (expression_statement "__src[9] = *__src;" (assignment_expression "__src[9] = *__src" (subscript_expression "__src[9]" identifier [ number_literal ]) = (pointer_expression "*__src" * identifier)) ;) (if_statement "if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }" if (parenthesized_expression "(__dest != (undefined8 *)0x0)" ( (binary_expression "__dest != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }" { (expression_statement "__src[-2] = __dest;" (assignment_expression "__src[-2] = __dest" (subscript_expression "__src[-2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*__src = uVar1;" (assignment_expression "*__src = uVar1" (pointer_expression "*__src" * identifier) = identifier) ;) (goto_statement "goto LAB_0022d5a0;" goto statement_identifier ;) })) }))) (expression_statement "__src[-2] = __src;" (assignment_expression "__src[-2] = __src" (subscript_expression "__src[-2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "__dest = __src;" (assignment_expression "__dest = __src" identifier = identifier) ;) }))) (labeled_statement "LAB_0022d5a0:\n __src[-1] = 0;" statement_identifier : (expression_statement "__src[-1] = 0;" (assignment_expression "__src[-1] = 0" (subscript_expression "__src[-1]" identifier [ number_literal ]) = number_literal) ;)) (expression_statement "__src = __src + -9;" (assignment_expression "__src = __src + -9" identifier = (binary_expression "__src + -9" identifier + number_literal)) ;) (expression_statement "*(undefined1 *)__dest = 0;" (assignment_expression "*(undefined1 *)__dest = 0" (pointer_expression "*(undefined1 *)__dest" * (cast_expression "(undefined1 *)__dest" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = number_literal) ;) })) (expression_statement "__src[4] = local_58;" (assignment_expression "__src[4] = local_58" (subscript_expression "__src[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "__src[2] = local_68;" (assignment_expression "__src[2] = local_68" (subscript_expression "__src[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "__src[3] = uStack_60;" (assignment_expression "__src[3] = uStack_60" (subscript_expression "__src[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 *)(__src + 5) = (undefined4)uStack_50;" (assignment_expression "*(undefined4 *)(__src + 5) = (undefined4)uStack_50" (pointer_expression "*(undefined4 *)(__src + 5)" * (cast_expression "(undefined4 *)(__src + 5)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 5)" ( (binary_expression "__src + 5" identifier + number_literal) )))) = (cast_expression "(undefined4)uStack_50" ( (type_descriptor "undefined4" type_identifier) ) identifier)) ;) (expression_statement "*(undefined4 *)(__src + 6) = local_48;" (assignment_expression "*(undefined4 *)(__src + 6) = local_48" (pointer_expression "*(undefined4 *)(__src + 6)" * (cast_expression "(undefined4 *)(__src + 6)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(__src + 6)" ( (binary_expression "__src + 6" identifier + number_literal) )))) = identifier) ;) (if_statement "if (local_40 == &local_30) {\n if (local_38 != 0) {\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = local_38;\n *(undefined1 *)((long)__dest + local_38) = 0;\n uVar1 = local_30;\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }\n local_40 = &local_30;\n uVar1 = local_30;\n }" if (parenthesized_expression "(local_40 == &local_30)" ( (binary_expression "local_40 == &local_30" identifier == (pointer_expression "&local_30" & identifier)) )) (compound_statement "{\n if (local_38 != 0) {\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = local_38;\n *(undefined1 *)((long)__dest + local_38) = 0;\n uVar1 = local_30;\n }" { (if_statement "if (local_38 != 0) {\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }" if (parenthesized_expression "(local_38 != 0)" ( (binary_expression "local_38 != 0" identifier != number_literal) )) (compound_statement "{\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }" { (if_statement "if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }" if (parenthesized_expression "(local_38 == 1)" ( (binary_expression "local_38 == 1" identifier == number_literal) )) (compound_statement "{\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }" { (expression_statement "*(undefined1 *)__dest = (undefined1)local_30;" (assignment_expression "*(undefined1 *)__dest = (undefined1)local_30" (pointer_expression "*(undefined1 *)__dest" * (cast_expression "(undefined1 *)__dest" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = (cast_expression "(undefined1)local_30" ( (type_descriptor "undefined1" type_identifier) ) identifier)) ;) (expression_statement "__dest = (undefined8 *)__src[7];" (assignment_expression "__dest = (undefined8 *)__src[7]" identifier = (cast_expression "(undefined8 *)__src[7]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "__src[7]" identifier [ number_literal ]))) ;) }) (else_clause "else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }" else (compound_statement "{\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }" { (expression_statement "memcpy(__dest,local_40,local_38);" (call_expression "memcpy(__dest,local_40,local_38)" identifier (argument_list "(__dest,local_40,local_38)" ( identifier , identifier , identifier ))) ;) (expression_statement "__dest = (undefined8 *)__src[7];" (assignment_expression "__dest = (undefined8 *)__src[7]" identifier = (cast_expression "(undefined8 *)__src[7]" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "__src[7]" identifier [ number_literal ]))) ;) }))) })) (expression_statement "__src[8] = local_38;" (assignment_expression "__src[8] = local_38" (subscript_expression "__src[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined1 *)((long)__dest + local_38) = 0;" (assignment_expression "*(undefined1 *)((long)__dest + local_38) = 0" (pointer_expression "*(undefined1 *)((long)__dest + local_38)" * (cast_expression "(undefined1 *)((long)__dest + local_38)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)__dest + local_38)" ( (binary_expression "(long)__dest + local_38" (cast_expression "(long)__dest" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = number_literal) ;) (expression_statement "uVar1 = local_30;" (assignment_expression "uVar1 = local_30" identifier = identifier) ;) }) (else_clause "else {\n if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }\n local_40 = &local_30;\n uVar1 = local_30;\n }" else (compound_statement "{\n if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }\n local_40 = &local_30;\n uVar1 = local_30;\n }" { (if_statement "if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }" if (parenthesized_expression "(__dest == __src + 9)" ( (binary_expression "__dest == __src + 9" identifier == (binary_expression "__src + 9" identifier + number_literal)) )) (compound_statement "{\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }" { (expression_statement "__src[7] = local_40;" (assignment_expression "__src[7] = local_40" (subscript_expression "__src[7]" identifier [ number_literal ]) = identifier) ;) (expression_statement "__src[8] = local_38;" (assignment_expression "__src[8] = local_38" (subscript_expression "__src[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "__src[9] = local_30;" (assignment_expression "__src[9] = local_30" (subscript_expression "__src[9]" identifier [ number_literal ]) = identifier) ;) }) (else_clause "else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }" else (compound_statement "{\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }" { (expression_statement "uVar1 = __src[9];" (assignment_expression "uVar1 = __src[9]" identifier = (subscript_expression "__src[9]" identifier [ number_literal ])) ;) (expression_statement "__src[7] = local_40;" (assignment_expression "__src[7] = local_40" (subscript_expression "__src[7]" identifier [ number_literal ]) = identifier) ;) (expression_statement "__src[8] = local_38;" (assignment_expression "__src[8] = local_38" (subscript_expression "__src[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "__src[9] = local_30;" (assignment_expression "__src[9] = local_30" (subscript_expression "__src[9]" identifier [ number_literal ]) = identifier) ;) (expression_statement "local_40 = __dest;" (assignment_expression "local_40 = __dest" identifier = identifier) ;) (if_statement "if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;" if (parenthesized_expression "(__dest != (undefined8 *)0x0)" ( (binary_expression "__dest != (undefined8 *)0x0" identifier != (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (goto_statement "goto LAB_0022d6ca;" goto statement_identifier ;)) }))) (expression_statement "local_40 = &local_30;" (assignment_expression "local_40 = &local_30" identifier = (pointer_expression "&local_30" & identifier)) ;) (expression_statement "uVar1 = local_30;" (assignment_expression "uVar1 = local_30" identifier = identifier) ;) }))) (labeled_statement "LAB_0022d6ca:\n local_30 = uVar1;" statement_identifier : (expression_statement "local_30 = uVar1;" (assignment_expression "local_30 = uVar1" identifier = identifier) ;)) (expression_statement "local_38 = 0;" (assignment_expression "local_38 = 0" identifier = number_literal) ;) (expression_statement "*(undefined1 *)local_40 = 0;" (assignment_expression "*(undefined1 *)local_40 = 0" (pointer_expression "*(undefined1 *)local_40" * (cast_expression "(undefined1 *)local_40" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) = number_literal) ;) (if_statement "if (local_40 != &local_30) {\n FUN_002dac70();\n }" if (parenthesized_expression "(local_40 != &local_30)" ( (binary_expression "local_40 != &local_30" identifier != (pointer_expression "&local_30" & identifier)) )) (compound_statement "{\n FUN_002dac70();\n }" { (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" identifier (argument_list "()" ( ))) ;) })) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression (binary_expression IDENT + LIT) == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) }))) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression & IDENT) , (pointer_expression & IDENT) , (binary_expression IDENT + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) (break_statement break ;)) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (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 *)) ) (subscript_expression IDENT [ LIT ]))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == IDENT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) }))) })) (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) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (pointer_expression * IDENT)) ;) }) (else_clause else (compound_statement { (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 ]) = (pointer_expression * IDENT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (goto_statement goto statement_identifier ;) })) }))) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = LIT) ;)) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) = LIT) ;) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (pointer_expression & IDENT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) = (cast_expression ( (type_descriptor TYPE) ) IDENT)) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) }) (else_clause else (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 *)) ) (subscript_expression IDENT [ LIT ]))) ;) }))) })) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }) (else_clause else (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (binary_expression IDENT + LIT)) )) (compound_statement { (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) }) (else_clause else (compound_statement { (expression_statement (assignment_expression IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (goto_statement goto statement_identifier ;)) }))) (expression_statement (assignment_expression IDENT = (pointer_expression & IDENT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) }))) (labeled_statement statement_identifier : (expression_statement (assignment_expression IDENT = IDENT) ;)) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) = LIT) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT != (pointer_expression & IDENT)) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) })) (return_statement return ;) }))) | (function_definition "void FUN_0022d500(undefined8 *param_1)\n\n{\n undefined8 uVar1;\n undefined8 *puVar2;\n char cVar3;\n size_t __n;\n undefined8 *__src;\n undefined8 *__dest;\n undefined8 local_68;\n undefined8 uStack_60;\n undefined8 local_58;\n undefined8 uStack_50;\n undefined4 local_48;\n undefined8 *local_40;\n size_t local_38;\n undefined8 local_30;\n undefined8 uStack_28;\n \n local_48 = *(undefined4 *)(param_1 + 4);\n local_68 = *param_1;\n uStack_60 = param_1[1];\n local_58 = param_1[2];\n uStack_50 = param_1[3];\n local_40 = &local_30;\n if (param_1 + 7 == (undefined8 *)param_1[5]) {\n local_30 = param_1[7];\n uStack_28 = param_1[8];\n }\n else {\n local_30 = param_1[7];\n local_40 = (undefined8 *)param_1[5];\n }\n local_38 = param_1[6];\n param_1[5] = param_1 + 7;\n __src = param_1 + -2;\n param_1[6] = 0;\n *(undefined1 *)(param_1 + 7) = 0;\n while( true ) {\n \n cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);\n __dest = (undefined8 *)__src[7];\n if (cVar3 == '\0') break;\n __src[4] = __src[-5];\n __src[2] = __src[-7];\n __src[3] = __src[-6];\n *(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);\n *(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);\n puVar2 = (undefined8 *)__src[-2];\n if (puVar2 == __src) {\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }\nLAB_0022d5a0:\n __src[-1] = 0;\n __src = __src + -9;\n *(undefined1 *)__dest = 0;\n }\n __src[4] = local_58;\n __src[2] = local_68;\n __src[3] = uStack_60;\n *(undefined4 *)(__src + 5) = (undefined4)uStack_50;\n *(undefined4 *)(__src + 6) = local_48;\n if (local_40 == &local_30) {\n if (local_38 != 0) {\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = local_38;\n *(undefined1 *)((long)__dest + local_38) = 0;\n uVar1 = local_30;\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }\n local_40 = &local_30;\n uVar1 = local_30;\n }\nLAB_0022d6ca:\n local_30 = uVar1;\n local_38 = 0;\n *(undefined1 *)local_40 = 0;\n if (local_40 != &local_30) {\n FUN_002dac70();\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_0022d500(undefined8 *param_1)" (identifier "FUN_0022d500") (parameter_list "(undefined8 *param_1)" (( "(") (parameter_declaration "undefined8 *param_1" (type_identifier "undefined8") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) () ")"))) (compound_statement "{\n undefined8 uVar1;\n undefined8 *puVar2;\n char cVar3;\n size_t __n;\n undefined8 *__src;\n undefined8 *__dest;\n undefined8 local_68;\n undefined8 uStack_60;\n undefined8 local_58;\n undefined8 uStack_50;\n undefined4 local_48;\n undefined8 *local_40;\n size_t local_38;\n undefined8 local_30;\n undefined8 uStack_28;\n \n local_48 = *(undefined4 *)(param_1 + 4);\n local_68 = *param_1;\n uStack_60 = param_1[1];\n local_58 = param_1[2];\n uStack_50 = param_1[3];\n local_40 = &local_30;\n if (param_1 + 7 == (undefined8 *)param_1[5]) {\n local_30 = param_1[7];\n uStack_28 = param_1[8];\n }\n else {\n local_30 = param_1[7];\n local_40 = (undefined8 *)param_1[5];\n }\n local_38 = param_1[6];\n param_1[5] = param_1 + 7;\n __src = param_1 + -2;\n param_1[6] = 0;\n *(undefined1 *)(param_1 + 7) = 0;\n while( true ) {\n \n cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);\n __dest = (undefined8 *)__src[7];\n if (cVar3 == '\0') break;\n __src[4] = __src[-5];\n __src[2] = __src[-7];\n __src[3] = __src[-6];\n *(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);\n *(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);\n puVar2 = (undefined8 *)__src[-2];\n if (puVar2 == __src) {\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }\nLAB_0022d5a0:\n __src[-1] = 0;\n __src = __src + -9;\n *(undefined1 *)__dest = 0;\n }\n __src[4] = local_58;\n __src[2] = local_68;\n __src[3] = uStack_60;\n *(undefined4 *)(__src + 5) = (undefined4)uStack_50;\n *(undefined4 *)(__src + 6) = local_48;\n if (local_40 == &local_30) {\n if (local_38 != 0) {\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = local_38;\n *(undefined1 *)((long)__dest + local_38) = 0;\n uVar1 = local_30;\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }\n local_40 = &local_30;\n uVar1 = local_30;\n }\nLAB_0022d6ca:\n local_30 = uVar1;\n local_38 = 0;\n *(undefined1 *)local_40 = 0;\n if (local_40 != &local_30) {\n FUN_002dac70();\n }\n return;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "undefined8 *puVar2;" (type_identifier "undefined8") (pointer_declarator "*puVar2" (* "*") (identifier "puVar2")) (; ";")) (declaration "char cVar3;" (primitive_type "char") (identifier "cVar3") (; ";")) (declaration "size_t __n;" (primitive_type "size_t") (identifier "__n") (; ";")) (declaration "undefined8 *__src;" (type_identifier "undefined8") (pointer_declarator "*__src" (* "*") (identifier "__src")) (; ";")) (declaration "undefined8 *__dest;" (type_identifier "undefined8") (pointer_declarator "*__dest" (* "*") (identifier "__dest")) (; ";")) (declaration "undefined8 local_68;" (type_identifier "undefined8") (identifier "local_68") (; ";")) (declaration "undefined8 uStack_60;" (type_identifier "undefined8") (identifier "uStack_60") (; ";")) (declaration "undefined8 local_58;" (type_identifier "undefined8") (identifier "local_58") (; ";")) (declaration "undefined8 uStack_50;" (type_identifier "undefined8") (identifier "uStack_50") (; ";")) (declaration "undefined4 local_48;" (type_identifier "undefined4") (identifier "local_48") (; ";")) (declaration "undefined8 *local_40;" (type_identifier "undefined8") (pointer_declarator "*local_40" (* "*") (identifier "local_40")) (; ";")) (declaration "size_t local_38;" (primitive_type "size_t") (identifier "local_38") (; ";")) (declaration "undefined8 local_30;" (type_identifier "undefined8") (identifier "local_30") (; ";")) (declaration "undefined8 uStack_28;" (type_identifier "undefined8") (identifier "uStack_28") (; ";")) (expression_statement "local_48 = *(undefined4 *)(param_1 + 4);" (assignment_expression "local_48 = *(undefined4 *)(param_1 + 4)" (identifier "local_48") (= "=") (pointer_expression "*(undefined4 *)(param_1 + 4)" (* "*") (cast_expression "(undefined4 *)(param_1 + 4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")"))))) (; ";")) (expression_statement "local_68 = *param_1;" (assignment_expression "local_68 = *param_1" (identifier "local_68") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "uStack_60 = param_1[1];" (assignment_expression "uStack_60 = param_1[1]" (identifier "uStack_60") (= "=") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "local_58 = param_1[2];" (assignment_expression "local_58 = param_1[2]" (identifier "local_58") (= "=") (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "uStack_50 = param_1[3];" (assignment_expression "uStack_50 = param_1[3]" (identifier "uStack_50") (= "=") (subscript_expression "param_1[3]" (identifier "param_1") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "local_40 = &local_30;" (assignment_expression "local_40 = &local_30" (identifier "local_40") (= "=") (pointer_expression "&local_30" (& "&") (identifier "local_30"))) (; ";")) (if_statement "if (param_1 + 7 == (undefined8 *)param_1[5]) {\n local_30 = param_1[7];\n uStack_28 = param_1[8];\n }\n else {\n local_30 = param_1[7];\n local_40 = (undefined8 *)param_1[5];\n }" (if "if") (parenthesized_expression "(param_1 + 7 == (undefined8 *)param_1[5])" (( "(") (binary_expression "param_1 + 7 == (undefined8 *)param_1[5]" (binary_expression "param_1 + 7" (identifier "param_1") (+ "+") (number_literal "7")) (== "==") (cast_expression "(undefined8 *)param_1[5]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")))) () ")")) (compound_statement "{\n local_30 = param_1[7];\n uStack_28 = param_1[8];\n }" ({ "{") (expression_statement "local_30 = param_1[7];" (assignment_expression "local_30 = param_1[7]" (identifier "local_30") (= "=") (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]"))) (; ";")) (expression_statement "uStack_28 = param_1[8];" (assignment_expression "uStack_28 = param_1[8]" (identifier "uStack_28") (= "=") (subscript_expression "param_1[8]" (identifier "param_1") ([ "[") (number_literal "8") (] "]"))) (; ";")) (} "}")) (else_clause "else {\n local_30 = param_1[7];\n local_40 = (undefined8 *)param_1[5];\n }" (else "else") (compound_statement "{\n local_30 = param_1[7];\n local_40 = (undefined8 *)param_1[5];\n }" ({ "{") (expression_statement "local_30 = param_1[7];" (assignment_expression "local_30 = param_1[7]" (identifier "local_30") (= "=") (subscript_expression "param_1[7]" (identifier "param_1") ([ "[") (number_literal "7") (] "]"))) (; ";")) (expression_statement "local_40 = (undefined8 *)param_1[5];" (assignment_expression "local_40 = (undefined8 *)param_1[5]" (identifier "local_40") (= "=") (cast_expression "(undefined8 *)param_1[5]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")))) (; ";")) (} "}")))) (expression_statement "local_38 = param_1[6];" (assignment_expression "local_38 = param_1[6]" (identifier "local_38") (= "=") (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]"))) (; ";")) (expression_statement "param_1[5] = param_1 + 7;" (assignment_expression "param_1[5] = param_1 + 7" (subscript_expression "param_1[5]" (identifier "param_1") ([ "[") (number_literal "5") (] "]")) (= "=") (binary_expression "param_1 + 7" (identifier "param_1") (+ "+") (number_literal "7"))) (; ";")) (expression_statement "__src = param_1 + -2;" (assignment_expression "__src = param_1 + -2" (identifier "__src") (= "=") (binary_expression "param_1 + -2" (identifier "param_1") (+ "+") (number_literal "-2"))) (; ";")) (expression_statement "param_1[6] = 0;" (assignment_expression "param_1[6] = 0" (subscript_expression "param_1[6]" (identifier "param_1") ([ "[") (number_literal "6") (] "]")) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)(param_1 + 7) = 0;" (assignment_expression "*(undefined1 *)(param_1 + 7) = 0" (pointer_expression "*(undefined1 *)(param_1 + 7)" (* "*") (cast_expression "(undefined1 *)(param_1 + 7)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 7)" (( "(") (binary_expression "param_1 + 7" (identifier "param_1") (+ "+") (number_literal "7")) () ")")))) (= "=") (number_literal "0")) (; ";")) (while_statement "while( true ) {\n \n cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);\n __dest = (undefined8 *)__src[7];\n if (cVar3 == '\0') break;\n __src[4] = __src[-5];\n __src[2] = __src[-7];\n __src[3] = __src[-6];\n *(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);\n *(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);\n puVar2 = (undefined8 *)__src[-2];\n if (puVar2 == __src) {\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }\nLAB_0022d5a0:\n __src[-1] = 0;\n __src = __src + -9;\n *(undefined1 *)__dest = 0;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n \n cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);\n __dest = (undefined8 *)__src[7];\n if (cVar3 == '\0') break;\n __src[4] = __src[-5];\n __src[2] = __src[-7];\n __src[3] = __src[-6];\n *(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);\n *(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);\n puVar2 = (undefined8 *)__src[-2];\n if (puVar2 == __src) {\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }\nLAB_0022d5a0:\n __src[-1] = 0;\n __src = __src + -9;\n *(undefined1 *)__dest = 0;\n }" ({ "{") (expression_statement "cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);" (assignment_expression "cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7)" (identifier "cVar3") (= "=") (call_expression "FUN_001f66c0(&stack0x00000008,&local_68,__src + -7)" (identifier "FUN_001f66c0") (argument_list "(&stack0x00000008,&local_68,__src + -7)" (( "(") (pointer_expression "&stack0x00000008" (& "&") (identifier "stack0x00000008")) (, ",") (pointer_expression "&local_68" (& "&") (identifier "local_68")) (, ",") (binary_expression "__src + -7" (identifier "__src") (+ "+") (number_literal "-7")) () ")")))) (; ";")) (expression_statement "__dest = (undefined8 *)__src[7];" (assignment_expression "__dest = (undefined8 *)__src[7]" (identifier "__dest") (= "=") (cast_expression "(undefined8 *)__src[7]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "__src[7]" (identifier "__src") ([ "[") (number_literal "7") (] "]")))) (; ";")) (if_statement "if (cVar3 == '\0') break;" (if "if") (parenthesized_expression "(cVar3 == '\0')" (( "(") (binary_expression "cVar3 == '\0'" (identifier "cVar3") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "__src[4] = __src[-5];" (assignment_expression "__src[4] = __src[-5]" (subscript_expression "__src[4]" (identifier "__src") ([ "[") (number_literal "4") (] "]")) (= "=") (subscript_expression "__src[-5]" (identifier "__src") ([ "[") (number_literal "-5") (] "]"))) (; ";")) (expression_statement "__src[2] = __src[-7];" (assignment_expression "__src[2] = __src[-7]" (subscript_expression "__src[2]" (identifier "__src") ([ "[") (number_literal "2") (] "]")) (= "=") (subscript_expression "__src[-7]" (identifier "__src") ([ "[") (number_literal "-7") (] "]"))) (; ";")) (expression_statement "__src[3] = __src[-6];" (assignment_expression "__src[3] = __src[-6]" (subscript_expression "__src[3]" (identifier "__src") ([ "[") (number_literal "3") (] "]")) (= "=") (subscript_expression "__src[-6]" (identifier "__src") ([ "[") (number_literal "-6") (] "]"))) (; ";")) (expression_statement "*(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);" (assignment_expression "*(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4)" (pointer_expression "*(undefined4 *)(__src + 5)" (* "*") (cast_expression "(undefined4 *)(__src + 5)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(__src + 5)" (( "(") (binary_expression "__src + 5" (identifier "__src") (+ "+") (number_literal "5")) () ")")))) (= "=") (pointer_expression "*(undefined4 *)(__src + -4)" (* "*") (cast_expression "(undefined4 *)(__src + -4)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(__src + -4)" (( "(") (binary_expression "__src + -4" (identifier "__src") (+ "+") (number_literal "-4")) () ")"))))) (; ";")) (expression_statement "*(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);" (assignment_expression "*(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3)" (pointer_expression "*(undefined4 *)(__src + 6)" (* "*") (cast_expression "(undefined4 *)(__src + 6)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(__src + 6)" (( "(") (binary_expression "__src + 6" (identifier "__src") (+ "+") (number_literal "6")) () ")")))) (= "=") (pointer_expression "*(undefined4 *)(__src + -3)" (* "*") (cast_expression "(undefined4 *)(__src + -3)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(__src + -3)" (( "(") (binary_expression "__src + -3" (identifier "__src") (+ "+") (number_literal "-3")) () ")"))))) (; ";")) (expression_statement "puVar2 = (undefined8 *)__src[-2];" (assignment_expression "puVar2 = (undefined8 *)__src[-2]" (identifier "puVar2") (= "=") (cast_expression "(undefined8 *)__src[-2]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "__src[-2]" (identifier "__src") ([ "[") (number_literal "-2") (] "]")))) (; ";")) (if_statement "if (puVar2 == __src) {\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }" (if "if") (parenthesized_expression "(puVar2 == __src)" (( "(") (binary_expression "puVar2 == __src" (identifier "puVar2") (== "==") (identifier "__src")) () ")")) (compound_statement "{\n __n = __src[-1];\n if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = __n;\n *(undefined1 *)((long)__dest + __n) = 0;\n __dest = (undefined8 *)__src[-2];\n }" ({ "{") (expression_statement "__n = __src[-1];" (assignment_expression "__n = __src[-1]" (identifier "__n") (= "=") (subscript_expression "__src[-1]" (identifier "__src") ([ "[") (number_literal "-1") (] "]"))) (; ";")) (if_statement "if (__n != 0) {\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }" (if "if") (parenthesized_expression "(__n != 0)" (( "(") (binary_expression "__n != 0" (identifier "__n") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n }" ({ "{") (if_statement "if (__n == 1) {\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }" (if "if") (parenthesized_expression "(__n == 1)" (( "(") (binary_expression "__n == 1" (identifier "__n") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n *(undefined1 *)__dest = *(undefined1 *)__src;\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }" ({ "{") (expression_statement "*(undefined1 *)__dest = *(undefined1 *)__src;" (assignment_expression "*(undefined1 *)__dest = *(undefined1 *)__src" (pointer_expression "*(undefined1 *)__dest" (* "*") (cast_expression "(undefined1 *)__dest" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "__dest"))) (= "=") (pointer_expression "*(undefined1 *)__src" (* "*") (cast_expression "(undefined1 *)__src" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "__src")))) (; ";")) (expression_statement "__n = __src[-1];" (assignment_expression "__n = __src[-1]" (identifier "__n") (= "=") (subscript_expression "__src[-1]" (identifier "__src") ([ "[") (number_literal "-1") (] "]"))) (; ";")) (expression_statement "__dest = (undefined8 *)__src[7];" (assignment_expression "__dest = (undefined8 *)__src[7]" (identifier "__dest") (= "=") (cast_expression "(undefined8 *)__src[7]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "__src[7]" (identifier "__src") ([ "[") (number_literal "7") (] "]")))) (; ";")) (} "}")) (else_clause "else {\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }" (else "else") (compound_statement "{\n memcpy(__dest,__src,__n);\n __n = __src[-1];\n __dest = (undefined8 *)__src[7];\n }" ({ "{") (expression_statement "memcpy(__dest,__src,__n);" (call_expression "memcpy(__dest,__src,__n)" (identifier "memcpy") (argument_list "(__dest,__src,__n)" (( "(") (identifier "__dest") (, ",") (identifier "__src") (, ",") (identifier "__n") () ")"))) (; ";")) (expression_statement "__n = __src[-1];" (assignment_expression "__n = __src[-1]" (identifier "__n") (= "=") (subscript_expression "__src[-1]" (identifier "__src") ([ "[") (number_literal "-1") (] "]"))) (; ";")) (expression_statement "__dest = (undefined8 *)__src[7];" (assignment_expression "__dest = (undefined8 *)__src[7]" (identifier "__dest") (= "=") (cast_expression "(undefined8 *)__src[7]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "__src[7]" (identifier "__src") ([ "[") (number_literal "7") (] "]")))) (; ";")) (} "}")))) (} "}"))) (expression_statement "__src[8] = __n;" (assignment_expression "__src[8] = __n" (subscript_expression "__src[8]" (identifier "__src") ([ "[") (number_literal "8") (] "]")) (= "=") (identifier "__n")) (; ";")) (expression_statement "*(undefined1 *)((long)__dest + __n) = 0;" (assignment_expression "*(undefined1 *)((long)__dest + __n) = 0" (pointer_expression "*(undefined1 *)((long)__dest + __n)" (* "*") (cast_expression "(undefined1 *)((long)__dest + __n)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest + __n)" (( "(") (binary_expression "(long)__dest + __n" (cast_expression "(long)__dest" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest")) (+ "+") (identifier "__n")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "__dest = (undefined8 *)__src[-2];" (assignment_expression "__dest = (undefined8 *)__src[-2]" (identifier "__dest") (= "=") (cast_expression "(undefined8 *)__src[-2]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "__src[-2]" (identifier "__src") ([ "[") (number_literal "-2") (] "]")))) (; ";")) (} "}")) (else_clause "else {\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }" (else "else") (compound_statement "{\n if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }\n __src[-2] = __src;\n __dest = __src;\n }" ({ "{") (if_statement "if (__dest == __src + 9) {\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }\n else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }" (if "if") (parenthesized_expression "(__dest == __src + 9)" (( "(") (binary_expression "__dest == __src + 9" (identifier "__dest") (== "==") (binary_expression "__src + 9" (identifier "__src") (+ "+") (number_literal "9"))) () ")")) (compound_statement "{\n __src[7] = puVar2;\n __src[8] = __src[-1];\n __src[9] = *__src;\n }" ({ "{") (expression_statement "__src[7] = puVar2;" (assignment_expression "__src[7] = puVar2" (subscript_expression "__src[7]" (identifier "__src") ([ "[") (number_literal "7") (] "]")) (= "=") (identifier "puVar2")) (; ";")) (expression_statement "__src[8] = __src[-1];" (assignment_expression "__src[8] = __src[-1]" (subscript_expression "__src[8]" (identifier "__src") ([ "[") (number_literal "8") (] "]")) (= "=") (subscript_expression "__src[-1]" (identifier "__src") ([ "[") (number_literal "-1") (] "]"))) (; ";")) (expression_statement "__src[9] = *__src;" (assignment_expression "__src[9] = *__src" (subscript_expression "__src[9]" (identifier "__src") ([ "[") (number_literal "9") (] "]")) (= "=") (pointer_expression "*__src" (* "*") (identifier "__src"))) (; ";")) (} "}")) (else_clause "else {\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }" (else "else") (compound_statement "{\n __src[7] = puVar2;\n uVar1 = __src[9];\n __src[8] = __src[-1];\n __src[9] = *__src;\n if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }\n }" ({ "{") (expression_statement "__src[7] = puVar2;" (assignment_expression "__src[7] = puVar2" (subscript_expression "__src[7]" (identifier "__src") ([ "[") (number_literal "7") (] "]")) (= "=") (identifier "puVar2")) (; ";")) (expression_statement "uVar1 = __src[9];" (assignment_expression "uVar1 = __src[9]" (identifier "uVar1") (= "=") (subscript_expression "__src[9]" (identifier "__src") ([ "[") (number_literal "9") (] "]"))) (; ";")) (expression_statement "__src[8] = __src[-1];" (assignment_expression "__src[8] = __src[-1]" (subscript_expression "__src[8]" (identifier "__src") ([ "[") (number_literal "8") (] "]")) (= "=") (subscript_expression "__src[-1]" (identifier "__src") ([ "[") (number_literal "-1") (] "]"))) (; ";")) (expression_statement "__src[9] = *__src;" (assignment_expression "__src[9] = *__src" (subscript_expression "__src[9]" (identifier "__src") ([ "[") (number_literal "9") (] "]")) (= "=") (pointer_expression "*__src" (* "*") (identifier "__src"))) (; ";")) (if_statement "if (__dest != (undefined8 *)0x0) {\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }" (if "if") (parenthesized_expression "(__dest != (undefined8 *)0x0)" (( "(") (binary_expression "__dest != (undefined8 *)0x0" (identifier "__dest") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n __src[-2] = __dest;\n *__src = uVar1;\n goto LAB_0022d5a0;\n }" ({ "{") (expression_statement "__src[-2] = __dest;" (assignment_expression "__src[-2] = __dest" (subscript_expression "__src[-2]" (identifier "__src") ([ "[") (number_literal "-2") (] "]")) (= "=") (identifier "__dest")) (; ";")) (expression_statement "*__src = uVar1;" (assignment_expression "*__src = uVar1" (pointer_expression "*__src" (* "*") (identifier "__src")) (= "=") (identifier "uVar1")) (; ";")) (goto_statement "goto LAB_0022d5a0;" (goto "goto") (statement_identifier "LAB_0022d5a0") (; ";")) (} "}"))) (} "}")))) (expression_statement "__src[-2] = __src;" (assignment_expression "__src[-2] = __src" (subscript_expression "__src[-2]" (identifier "__src") ([ "[") (number_literal "-2") (] "]")) (= "=") (identifier "__src")) (; ";")) (expression_statement "__dest = __src;" (assignment_expression "__dest = __src" (identifier "__dest") (= "=") (identifier "__src")) (; ";")) (} "}")))) (labeled_statement "LAB_0022d5a0:\n __src[-1] = 0;" (statement_identifier "LAB_0022d5a0") (: ":") (expression_statement "__src[-1] = 0;" (assignment_expression "__src[-1] = 0" (subscript_expression "__src[-1]" (identifier "__src") ([ "[") (number_literal "-1") (] "]")) (= "=") (number_literal "0")) (; ";"))) (expression_statement "__src = __src + -9;" (assignment_expression "__src = __src + -9" (identifier "__src") (= "=") (binary_expression "__src + -9" (identifier "__src") (+ "+") (number_literal "-9"))) (; ";")) (expression_statement "*(undefined1 *)__dest = 0;" (assignment_expression "*(undefined1 *)__dest = 0" (pointer_expression "*(undefined1 *)__dest" (* "*") (cast_expression "(undefined1 *)__dest" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "__dest"))) (= "=") (number_literal "0")) (; ";")) (} "}"))) (expression_statement "__src[4] = local_58;" (assignment_expression "__src[4] = local_58" (subscript_expression "__src[4]" (identifier "__src") ([ "[") (number_literal "4") (] "]")) (= "=") (identifier "local_58")) (; ";")) (expression_statement "__src[2] = local_68;" (assignment_expression "__src[2] = local_68" (subscript_expression "__src[2]" (identifier "__src") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "local_68")) (; ";")) (expression_statement "__src[3] = uStack_60;" (assignment_expression "__src[3] = uStack_60" (subscript_expression "__src[3]" (identifier "__src") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "uStack_60")) (; ";")) (expression_statement "*(undefined4 *)(__src + 5) = (undefined4)uStack_50;" (assignment_expression "*(undefined4 *)(__src + 5) = (undefined4)uStack_50" (pointer_expression "*(undefined4 *)(__src + 5)" (* "*") (cast_expression "(undefined4 *)(__src + 5)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(__src + 5)" (( "(") (binary_expression "__src + 5" (identifier "__src") (+ "+") (number_literal "5")) () ")")))) (= "=") (cast_expression "(undefined4)uStack_50" (( "(") (type_descriptor "undefined4" (type_identifier "undefined4")) () ")") (identifier "uStack_50"))) (; ";")) (expression_statement "*(undefined4 *)(__src + 6) = local_48;" (assignment_expression "*(undefined4 *)(__src + 6) = local_48" (pointer_expression "*(undefined4 *)(__src + 6)" (* "*") (cast_expression "(undefined4 *)(__src + 6)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(__src + 6)" (( "(") (binary_expression "__src + 6" (identifier "__src") (+ "+") (number_literal "6")) () ")")))) (= "=") (identifier "local_48")) (; ";")) (if_statement "if (local_40 == &local_30) {\n if (local_38 != 0) {\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = local_38;\n *(undefined1 *)((long)__dest + local_38) = 0;\n uVar1 = local_30;\n }\n else {\n if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }\n local_40 = &local_30;\n uVar1 = local_30;\n }" (if "if") (parenthesized_expression "(local_40 == &local_30)" (( "(") (binary_expression "local_40 == &local_30" (identifier "local_40") (== "==") (pointer_expression "&local_30" (& "&") (identifier "local_30"))) () ")")) (compound_statement "{\n if (local_38 != 0) {\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }\n __src[8] = local_38;\n *(undefined1 *)((long)__dest + local_38) = 0;\n uVar1 = local_30;\n }" ({ "{") (if_statement "if (local_38 != 0) {\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }" (if "if") (parenthesized_expression "(local_38 != 0)" (( "(") (binary_expression "local_38 != 0" (identifier "local_38") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }\n }" ({ "{") (if_statement "if (local_38 == 1) {\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }\n else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }" (if "if") (parenthesized_expression "(local_38 == 1)" (( "(") (binary_expression "local_38 == 1" (identifier "local_38") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n *(undefined1 *)__dest = (undefined1)local_30;\n __dest = (undefined8 *)__src[7];\n }" ({ "{") (expression_statement "*(undefined1 *)__dest = (undefined1)local_30;" (assignment_expression "*(undefined1 *)__dest = (undefined1)local_30" (pointer_expression "*(undefined1 *)__dest" (* "*") (cast_expression "(undefined1 *)__dest" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "__dest"))) (= "=") (cast_expression "(undefined1)local_30" (( "(") (type_descriptor "undefined1" (type_identifier "undefined1")) () ")") (identifier "local_30"))) (; ";")) (expression_statement "__dest = (undefined8 *)__src[7];" (assignment_expression "__dest = (undefined8 *)__src[7]" (identifier "__dest") (= "=") (cast_expression "(undefined8 *)__src[7]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "__src[7]" (identifier "__src") ([ "[") (number_literal "7") (] "]")))) (; ";")) (} "}")) (else_clause "else {\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }" (else "else") (compound_statement "{\n memcpy(__dest,local_40,local_38);\n __dest = (undefined8 *)__src[7];\n }" ({ "{") (expression_statement "memcpy(__dest,local_40,local_38);" (call_expression "memcpy(__dest,local_40,local_38)" (identifier "memcpy") (argument_list "(__dest,local_40,local_38)" (( "(") (identifier "__dest") (, ",") (identifier "local_40") (, ",") (identifier "local_38") () ")"))) (; ";")) (expression_statement "__dest = (undefined8 *)__src[7];" (assignment_expression "__dest = (undefined8 *)__src[7]" (identifier "__dest") (= "=") (cast_expression "(undefined8 *)__src[7]" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "__src[7]" (identifier "__src") ([ "[") (number_literal "7") (] "]")))) (; ";")) (} "}")))) (} "}"))) (expression_statement "__src[8] = local_38;" (assignment_expression "__src[8] = local_38" (subscript_expression "__src[8]" (identifier "__src") ([ "[") (number_literal "8") (] "]")) (= "=") (identifier "local_38")) (; ";")) (expression_statement "*(undefined1 *)((long)__dest + local_38) = 0;" (assignment_expression "*(undefined1 *)((long)__dest + local_38) = 0" (pointer_expression "*(undefined1 *)((long)__dest + local_38)" (* "*") (cast_expression "(undefined1 *)((long)__dest + local_38)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)__dest + local_38)" (( "(") (binary_expression "(long)__dest + local_38" (cast_expression "(long)__dest" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "__dest")) (+ "+") (identifier "local_38")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "uVar1 = local_30;" (assignment_expression "uVar1 = local_30" (identifier "uVar1") (= "=") (identifier "local_30")) (; ";")) (} "}")) (else_clause "else {\n if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }\n local_40 = &local_30;\n uVar1 = local_30;\n }" (else "else") (compound_statement "{\n if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }\n local_40 = &local_30;\n uVar1 = local_30;\n }" ({ "{") (if_statement "if (__dest == __src + 9) {\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }\n else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }" (if "if") (parenthesized_expression "(__dest == __src + 9)" (( "(") (binary_expression "__dest == __src + 9" (identifier "__dest") (== "==") (binary_expression "__src + 9" (identifier "__src") (+ "+") (number_literal "9"))) () ")")) (compound_statement "{\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n }" ({ "{") (expression_statement "__src[7] = local_40;" (assignment_expression "__src[7] = local_40" (subscript_expression "__src[7]" (identifier "__src") ([ "[") (number_literal "7") (] "]")) (= "=") (identifier "local_40")) (; ";")) (expression_statement "__src[8] = local_38;" (assignment_expression "__src[8] = local_38" (subscript_expression "__src[8]" (identifier "__src") ([ "[") (number_literal "8") (] "]")) (= "=") (identifier "local_38")) (; ";")) (expression_statement "__src[9] = local_30;" (assignment_expression "__src[9] = local_30" (subscript_expression "__src[9]" (identifier "__src") ([ "[") (number_literal "9") (] "]")) (= "=") (identifier "local_30")) (; ";")) (} "}")) (else_clause "else {\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }" (else "else") (compound_statement "{\n uVar1 = __src[9];\n __src[7] = local_40;\n __src[8] = local_38;\n __src[9] = local_30;\n local_40 = __dest;\n if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;\n }" ({ "{") (expression_statement "uVar1 = __src[9];" (assignment_expression "uVar1 = __src[9]" (identifier "uVar1") (= "=") (subscript_expression "__src[9]" (identifier "__src") ([ "[") (number_literal "9") (] "]"))) (; ";")) (expression_statement "__src[7] = local_40;" (assignment_expression "__src[7] = local_40" (subscript_expression "__src[7]" (identifier "__src") ([ "[") (number_literal "7") (] "]")) (= "=") (identifier "local_40")) (; ";")) (expression_statement "__src[8] = local_38;" (assignment_expression "__src[8] = local_38" (subscript_expression "__src[8]" (identifier "__src") ([ "[") (number_literal "8") (] "]")) (= "=") (identifier "local_38")) (; ";")) (expression_statement "__src[9] = local_30;" (assignment_expression "__src[9] = local_30" (subscript_expression "__src[9]" (identifier "__src") ([ "[") (number_literal "9") (] "]")) (= "=") (identifier "local_30")) (; ";")) (expression_statement "local_40 = __dest;" (assignment_expression "local_40 = __dest" (identifier "local_40") (= "=") (identifier "__dest")) (; ";")) (if_statement "if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;" (if "if") (parenthesized_expression "(__dest != (undefined8 *)0x0)" (( "(") (binary_expression "__dest != (undefined8 *)0x0" (identifier "__dest") (!= "!=") (cast_expression "(undefined8 *)0x0" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (goto_statement "goto LAB_0022d6ca;" (goto "goto") (statement_identifier "LAB_0022d6ca") (; ";"))) (} "}")))) (expression_statement "local_40 = &local_30;" (assignment_expression "local_40 = &local_30" (identifier "local_40") (= "=") (pointer_expression "&local_30" (& "&") (identifier "local_30"))) (; ";")) (expression_statement "uVar1 = local_30;" (assignment_expression "uVar1 = local_30" (identifier "uVar1") (= "=") (identifier "local_30")) (; ";")) (} "}")))) (labeled_statement "LAB_0022d6ca:\n local_30 = uVar1;" (statement_identifier "LAB_0022d6ca") (: ":") (expression_statement "local_30 = uVar1;" (assignment_expression "local_30 = uVar1" (identifier "local_30") (= "=") (identifier "uVar1")) (; ";"))) (expression_statement "local_38 = 0;" (assignment_expression "local_38 = 0" (identifier "local_38") (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined1 *)local_40 = 0;" (assignment_expression "*(undefined1 *)local_40 = 0" (pointer_expression "*(undefined1 *)local_40" (* "*") (cast_expression "(undefined1 *)local_40" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "local_40"))) (= "=") (number_literal "0")) (; ";")) (if_statement "if (local_40 != &local_30) {\n FUN_002dac70();\n }" (if "if") (parenthesized_expression "(local_40 != &local_30)" (( "(") (binary_expression "local_40 != &local_30" (identifier "local_40") (!= "!=") (pointer_expression "&local_30" (& "&") (identifier "local_30"))) () ")")) (compound_statement "{\n FUN_002dac70();\n }" ({ "{") (expression_statement "FUN_002dac70();" (call_expression "FUN_002dac70()" (identifier "FUN_002dac70") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
/* DWARF original name:
__unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_section::Input_section_sort_entry*,
std::vector<gold::Output_section::Input_section_sort_entry> >,
__gnu_cxx::__ops::_Val_comp_iter<gold::Output_section::Input_section_sort_section_order_index_compare>
> */
void std::
__unguarded_linear_insert<__gnu_cxx::__normal_iterator<gold::Output_section::type_9*,_std::vector<gold::Output_section::type_9>var_10>,___gnu_cxx::__ops::_Val_comp_iter<gold::Output_section::type_8>var_10>
(type_1 *var_1)
{
type_1 uVar1;
char *var_4;
type_1 uVar3;
bool bVar4;
size_t var_5;
char *var_3;
type_2 var_7;
type_3 __val;
__val.index_ = *(type_4 *)(var_1 + 4);
__val.input_section_._0_8_ = *var_1;
__val.input_section_.u1_ = *(type_5 *)(var_1 + 1);
__val.input_section_.u2_ = *(type_6 *)(var_1 + 2);
__val.input_section_._24_8_ = var_1[3];
__val.section_name_._M_dataplus._M_p = (type_2)&__val.section_name_.field_2;
if ((type_2)(var_1 + 7) == (type_2)var_1[5]) {
__val.section_name_.field_2._M_allocated_capacity = var_1[7];
__val.section_name_.field_2._8_8_ = var_1[8];
}
else {
__val.section_name_.field_2._M_allocated_capacity = var_1[7];
__val.section_name_._M_dataplus._M_p = (type_2)var_1[5];
}
__val.section_name_._M_string_length = var_1[6];
var_1[5] = var_1 + 7;
var_3 = (char *)(var_1 + -2);
var_1[6] = 0;
*(type_7 *)(var_1 + 7) = 0;
while( true ) {
/* try { // try from 0022d5bf to 0022d5c3 has its CatchHandler @ 0022d780 */
bVar4 = gold::Output_section::Input_section_sort_section_order_index_compare::var_2()
((type_8 *)&stack0x00000008,&__val,
(type_9 *)(var_3 + -0x38));
var_7 = *(type_2 *)(var_3 + 0x38);
if (!bVar4) break;
*(type_1 *)(var_3 + 0x20) = *(type_1 *)(var_3 + -0x28);
*(type_1 *)(var_3 + 0x10) = *(type_1 *)(var_3 + -0x38);
*(type_1 *)(var_3 + 0x18) = *(type_1 *)(var_3 + -0x30);
*(type_10 *)(var_3 + 0x28) = *(type_10 *)(var_3 + -0x20);
*(type_10 *)(var_3 + 0x30) = *(type_10 *)(var_3 + -0x18);
var_4 = *(char **)(var_3 + -0x10);
if (var_4 == var_3) {
var_5 = *(size_t *)(var_3 + -8);
if (var_5 != 0) {
if (var_5 == 1) {
*var_7 = *var_3;
var_5 = *(size_t *)(var_3 + -8);
var_7 = *(type_2 *)(var_3 + 0x38);
}
else {
var_6(var_7,var_3,var_5);
var_5 = *(size_t *)(var_3 + -8);
var_7 = *(type_2 *)(var_3 + 0x38);
}
}
*(size_t *)(var_3 + 0x40) = var_5;
var_7[var_5] = '\0';
var_7 = *(char **)(var_3 + -0x10);
}
else {
if (var_7 == var_3 + 0x48) {
*(char **)(var_3 + 0x38) = var_4;
*(type_1 *)(var_3 + 0x40) = *(type_1 *)(var_3 + -8);
*(type_1 *)(var_3 + 0x48) = *(type_1 *)var_3;
}
else {
*(char **)(var_3 + 0x38) = var_4;
uVar1 = *(type_1 *)(var_3 + 0x48);
*(type_1 *)(var_3 + 0x40) = *(type_1 *)(var_3 + -8);
*(type_1 *)(var_3 + 0x48) = *(type_1 *)var_3;
if (var_7 != (type_2)0x0) {
*(type_2 *)(var_3 + -0x10) = var_7;
*(type_1 *)var_3 = uVar1;
goto LAB_0022d5a0;
}
}
*(char **)(var_3 + -0x10) = var_3;
var_7 = var_3;
}
LAB_0022d5a0:
var_3[-8] = '\0';
var_3[-7] = '\0';
var_3[-6] = '\0';
var_3[-5] = '\0';
var_3[-4] = '\0';
var_3[-3] = '\0';
var_3[-2] = '\0';
var_3[-1] = '\0';
var_3 = var_3 + -0x48;
*var_7 = '\0';
}
*(type_6 *)(var_3 + 0x20) = __val.input_section_.u2_;
*(type_1 *)(var_3 + 0x10) = __val.input_section_._0_8_;
*(type_5 *)(var_3 + 0x18) = __val.input_section_.u1_;
*(type_4 *)(var_3 + 0x28) = __val.input_section_.section_order_index_;
*(type_4 *)(var_3 + 0x30) = __val.index_;
if ((anon_union_16_2_edb7204a_for_basic_string<var_9,_std::char_traits<var_9>,_std::var_8<var_9>var_10>var_11
*)__val.section_name_._M_dataplus._M_p == &__val.section_name_.field_2) {
if (__val.section_name_._M_string_length != 0) {
if (__val.section_name_._M_string_length == 1) {
*var_7 = __val.section_name_.field_2._M_local_buf[0];
var_7 = *(type_2 *)(var_3 + 0x38);
}
else {
var_6(var_7,__val.section_name_._M_dataplus._M_p,__val.section_name_._M_string_length);
var_7 = *(type_2 *)(var_3 + 0x38);
}
}
*(type_11 *)(var_3 + 0x40) = __val.section_name_._M_string_length;
var_7[__val.section_name_._M_string_length] = '\0';
uVar3 = __val.section_name_.field_2._M_allocated_capacity;
}
else {
if (var_7 == var_3 + 0x48) {
*(type_2 *)(var_3 + 0x38) = __val.section_name_._M_dataplus._M_p;
*(type_11 *)(var_3 + 0x40) = __val.section_name_._M_string_length;
*(type_11 *)(var_3 + 0x48) = __val.section_name_.field_2._M_allocated_capacity;
}
else {
uVar3 = *(type_1 *)(var_3 + 0x48);
*(type_2 *)(var_3 + 0x38) = __val.section_name_._M_dataplus._M_p;
*(type_11 *)(var_3 + 0x40) = __val.section_name_._M_string_length;
*(type_11 *)(var_3 + 0x48) = __val.section_name_.field_2._M_allocated_capacity;
__val.section_name_._M_dataplus._M_p = var_7;
if (var_7 != (type_2)0x0) goto LAB_0022d6ca;
}
__val.section_name_._M_dataplus._M_p = (type_2)&__val.section_name_.field_2;
uVar3 = __val.section_name_.field_2._M_allocated_capacity;
}
LAB_0022d6ca:
__val.section_name_.field_2._M_allocated_capacity = uVar3;
__val.section_name_._M_string_length = 0;
*__val.section_name_._M_dataplus._M_p = '\0';
if ((anon_union_16_2_edb7204a_for_basic_string<var_9,_std::char_traits<var_9>,_std::var_8<var_9>var_10>var_11
*)__val.section_name_._M_dataplus._M_p != &__val.section_name_.field_2) {
var_12(__val.section_name_._M_dataplus._M_p);
}
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_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))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)) (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: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) consequence: (break_statement)) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_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: (subscript_expression argument: (identifier) index: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal)))))) alternative: (else_clause (compound_statement (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (pointer_expression argument: (identifier))))) alternative: (else_clause (compound_statement (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: (pointer_expression argument: (identifier)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (goto_statement label: (statement_identifier))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier))) right: (number_literal))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (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: (cast_expression type: (type_descriptor type: (type_identifier)) value: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier))) right: (cast_expression type: (type_descriptor type: (type_identifier)) value: (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)))))) alternative: (else_clause (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: (subscript_expression argument: (identifier) index: (number_literal)))))))))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) alternative: (else_clause (compound_statement (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: (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)))) alternative: (else_clause (compound_statement (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (goto_statement label: (statement_identifier)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (identifier)))))) (labeled_statement label: (statement_identifier) (expression_statement (assignment_expression left: (identifier) right: (identifier)))) (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: (identifier))) right: (number_literal))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))))) (return_statement)))) | null |
void MASKED(undefined8 *param_1)
{
undefined8 uVar1;
undefined8 *puVar2;
char cVar3;
size_t __n;
undefined8 *__src;
undefined8 *__dest;
undefined8 local_68;
undefined8 uStack_60;
undefined8 local_58;
undefined8 uStack_50;
undefined4 local_48;
undefined8 *local_40;
size_t local_38;
undefined8 local_30;
undefined8 uStack_28;
local_48 = *(undefined4 *)(param_1 + 4);
local_68 = *param_1;
uStack_60 = param_1[1];
local_58 = param_1[2];
uStack_50 = param_1[3];
local_40 = &local_30;
if (param_1 + 7 == (undefined8 *)param_1[5]) {
local_30 = param_1[7];
uStack_28 = param_1[8];
}
else {
local_30 = param_1[7];
local_40 = (undefined8 *)param_1[5];
}
local_38 = param_1[6];
param_1[5] = param_1 + 7;
__src = param_1 + -2;
param_1[6] = 0;
*(undefined1 *)(param_1 + 7) = 0;
while( true ) {
/* try { // try from 0022d5bf to 0022d5c3 has its CatchHandler @ 0022d780 */
cVar3 = FUN_001f66c0(&stack0x00000008,&local_68,__src + -7);
__dest = (undefined8 *)__src[7];
if (cVar3 == '\0') break;
__src[4] = __src[-5];
__src[2] = __src[-7];
__src[3] = __src[-6];
*(undefined4 *)(__src + 5) = *(undefined4 *)(__src + -4);
*(undefined4 *)(__src + 6) = *(undefined4 *)(__src + -3);
puVar2 = (undefined8 *)__src[-2];
if (puVar2 == __src) {
__n = __src[-1];
if (__n != 0) {
if (__n == 1) {
*(undefined1 *)__dest = *(undefined1 *)__src;
__n = __src[-1];
__dest = (undefined8 *)__src[7];
}
else {
memcpy(__dest,__src,__n);
__n = __src[-1];
__dest = (undefined8 *)__src[7];
}
}
__src[8] = __n;
*(undefined1 *)((long)__dest + __n) = 0;
__dest = (undefined8 *)__src[-2];
}
else {
if (__dest == __src + 9) {
__src[7] = puVar2;
__src[8] = __src[-1];
__src[9] = *__src;
}
else {
__src[7] = puVar2;
uVar1 = __src[9];
__src[8] = __src[-1];
__src[9] = *__src;
if (__dest != (undefined8 *)0x0) {
__src[-2] = __dest;
*__src = uVar1;
goto LAB_0022d5a0;
}
}
__src[-2] = __src;
__dest = __src;
}
LAB_0022d5a0:
__src[-1] = 0;
__src = __src + -9;
*(undefined1 *)__dest = 0;
}
__src[4] = local_58;
__src[2] = local_68;
__src[3] = uStack_60;
*(undefined4 *)(__src + 5) = (undefined4)uStack_50;
*(undefined4 *)(__src + 6) = local_48;
if (local_40 == &local_30) {
if (local_38 != 0) {
if (local_38 == 1) {
*(undefined1 *)__dest = (undefined1)local_30;
__dest = (undefined8 *)__src[7];
}
else {
memcpy(__dest,local_40,local_38);
__dest = (undefined8 *)__src[7];
}
}
__src[8] = local_38;
*(undefined1 *)((long)__dest + local_38) = 0;
uVar1 = local_30;
}
else {
if (__dest == __src + 9) {
__src[7] = local_40;
__src[8] = local_38;
__src[9] = local_30;
}
else {
uVar1 = __src[9];
__src[7] = local_40;
__src[8] = local_38;
__src[9] = local_30;
local_40 = __dest;
if (__dest != (undefined8 *)0x0) goto LAB_0022d6ca;
}
local_40 = &local_30;
uVar1 = local_30;
}
LAB_0022d6ca:
local_30 = uVar1;
local_38 = 0;
*(undefined1 *)local_40 = 0;
if (local_40 != &local_30) {
FUN_002dac70();
}
return;
}
|
10_sparc64-linux-gnu-nm_and_sparc64-linux-gnu-nm_strip.c | __errno_location | __errno_location |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int * __errno_location(void)
{
int *piVar1;
piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)();
return piVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int * __errno_location(void)
{
int *piVar1;
piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)();
return piVar1;
}
| JMP qword ptr [0x0010c050] | null | null | null | null | [(u'CAST_-1206963990', u'CALLIND_-1206964056'), ('tmp_26', u'CAST_-1206963990'), (u'CALLIND_-1206964056', u'CAST_-1206963989'), (u'CAST_-1206963989', u'RETURN_-1206964053'), (u'CALLIND_-1206964056', u'INDIRECT_-1206963995'), (u'INDIRECT_-1206963995', u'COPY_-1206964054'), ('const-0', u'RETURN_-1206964053')] | [(u'CAST_-1206963990', u'CALLIND_-1206964056'), ('tmp_26', u'CAST_-1206963990'), (u'CALLIND_-1206964056', u'CAST_-1206963989'), (u'CAST_-1206963989', u'RETURN_-1206964053'), (u'CALLIND_-1206964056', u'INDIRECT_-1206963995'), (u'INDIRECT_-1206963995', u'COPY_-1206964054'), ('const-0', u'RETURN_-1206964053')] | null | null | 001030a0 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)();\n return piVar1;\n}\n\n" comment (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)();\n return piVar1;\n}" primitive_type (pointer_declarator "* __errno_location(void)" * (function_declarator "__errno_location(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)();\n return piVar1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)()" identifier = (cast_expression "(int *)(*(code *)PTR___errno_location_0010c050)()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR___errno_location_0010c050)()" (parenthesized_expression "(*(code *)PTR___errno_location_0010c050)" ( (pointer_expression "*(code *)PTR___errno_location_0010c050" * (cast_expression "(code *)PTR___errno_location_0010c050" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return piVar1;" return identifier ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)();\n return piVar1;\n}\n\n" comment (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)();\n return piVar1;\n}" primitive_type (pointer_declarator "* __errno_location(void)" * (function_declarator "__errno_location(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)();\n return piVar1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)()" identifier = (cast_expression "(int *)(*(code *)PTR___errno_location_0010c050)()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR___errno_location_0010c050)()" (parenthesized_expression "(*(code *)PTR___errno_location_0010c050)" ( (pointer_expression "*(code *)PTR___errno_location_0010c050" * (cast_expression "(code *)PTR___errno_location_0010c050" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return piVar1;" return identifier ;) }))) | (translation_unit "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)();\n return piVar1;\n}\n\n" (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)();\n return piVar1;\n}" primitive_type (pointer_declarator "* __errno_location(void)" * (function_declarator "__errno_location(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) )))) (compound_statement "{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)();\n return piVar1;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)()" identifier = (cast_expression "(int *)(*(code *)PTR___errno_location_0010c050)()" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "(*(code *)PTR___errno_location_0010c050)()" (parenthesized_expression "(*(code *)PTR___errno_location_0010c050)" ( (pointer_expression "*(code *)PTR___errno_location_0010c050" * (cast_expression "(code *)PTR___errno_location_0010c050" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))))) ;) (return_statement "return piVar1;" return identifier ;) }))) | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) )))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( ))))) ;) (return_statement return IDENT ;) }))) | (function_definition "int * __errno_location(void)\n\n{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)();\n return piVar1;\n}" (primitive_type "int") (pointer_declarator "* __errno_location(void)" (* "*") (function_declarator "__errno_location(void)" (identifier "__errno_location") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")")))) (compound_statement "{\n int *piVar1;\n \n piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)();\n return piVar1;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (expression_statement "piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)();" (assignment_expression "piVar1 = (int *)(*(code *)PTR___errno_location_0010c050)()" (identifier "piVar1") (= "=") (cast_expression "(int *)(*(code *)PTR___errno_location_0010c050)()" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "(*(code *)PTR___errno_location_0010c050)()" (parenthesized_expression "(*(code *)PTR___errno_location_0010c050)" (( "(") (pointer_expression "*(code *)PTR___errno_location_0010c050" (* "*") (cast_expression "(code *)PTR___errno_location_0010c050" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR___errno_location_0010c050"))) () ")")) (argument_list "()" (( "(") () ")"))))) (; ";")) (return_statement "return piVar1;" (return "return") (identifier "piVar1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int * function_1(void)
{
int *piVar1;
piVar1 = (int *)(*(type_1 *)PTR___errno_location_0010c050)();
return piVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type))))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list))))) (return_statement (identifier))))) | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int * MASKED(void)
{
int *piVar1;
piVar1 = (int *)(*(code *)PTR_MASKED_0010c050)();
return piVar1;
}
|
6589_s390x-linux-gnu-dwp_and_s390x-linux-gnu-dwp_strip.c | should_cancel_thread | FUN_0028a6f0 |
/* DWARF original prototype: bool should_cancel_thread(Workqueue_threader_single * this, int
param_1) */
bool __thiscall
gold::Workqueue_threader_single::should_cancel_thread(Workqueue_threader_single *this,int param_2)
{
return false;
}
|
undefined8 FUN_0028a6f0(void)
{
return 0;
}
| XOR EAX,EAX
RET | null | null | null | null | [(u'COPY_-1204312319', u'RETURN_-1204312312'), ('const-0', u'RETURN_-1204312312'), ('const-0', u'COPY_-1204312319')] | [('const-0', u'COPY_-1204312332'), (u'COPY_-1204312332', u'RETURN_-1204312312'), ('const-0', u'RETURN_-1204312312')] | null | null | 0028a6f0 | x64 | O2 | (translation_unit "undefined8 FUN_0028a6f0(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_0028a6f0(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_0028a6f0(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 should_cancel_thread(Workqueue_threader_single * this, int\n param_1) */\n\nbool __thiscall\ngold::Workqueue_threader_single::should_cancel_thread(Workqueue_threader_single *this,int param_2)\n\n{\n return false;\n}\n\n" comment (function_definition "bool __thiscall\ngold::Workqueue_threader_single::should_cancel_thread(Workqueue_threader_single *this,int param_2)\n\n{\n return false;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Workqueue_threader_single::" identifier : : identifier : :) (function_declarator "should_cancel_thread(Workqueue_threader_single *this,int param_2)" identifier (parameter_list "(Workqueue_threader_single *this,int param_2)" ( (parameter_declaration "Workqueue_threader_single *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "int param_2" primitive_type identifier) ))) (compound_statement "{\n return false;\n}" { (return_statement "return false;" return false ;) }))) | (translation_unit "undefined8 FUN_0028a6f0(void)\n\n{\n return 0;\n}\n\n" (function_definition "undefined8 FUN_0028a6f0(void)\n\n{\n return 0;\n}" type_identifier (function_declarator "FUN_0028a6f0(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_0028a6f0(void)\n\n{\n return 0;\n}" (type_identifier "undefined8") (function_declarator "FUN_0028a6f0(void)" (identifier "FUN_0028a6f0") (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 should_cancel_thread(Workqueue_threader_single * this, int
param_1) */
bool __thiscall
gold::type_1::function_1(type_1 *this,int param_2)
{
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;
}
|
4255_i686-linux-gnu-dwp_and_i686-linux-gnu-dwp_strip.c | parameters_clear_target | FUN_001ee360 |
/* WARNING: Enum "DT": Some values do not have unique names */
void gold::parameters_clear_target(void)
{
Parameters::clear_target(&static_parameters);
return;
}
|
void FUN_001ee360(void)
{
FUN_001edbf0(&DAT_003c8160);
return;
}
| LEA RDI,[0x3c8160]
JMP 0x001edbf0 | null | null | null | null | [('const-0', u'RETURN_-1207835789'), (u'PTRSUB_-1207835726', u'CALL_-1207835793'), ('const-0', u'PTRSUB_-1207835726'), ('const-3965280', u'PTRSUB_-1207835726')] | [('const-0', u'RETURN_-1207835789'), (u'PTRSUB_-1207835726', u'CALL_-1207835793'), ('const-0', u'PTRSUB_-1207835726'), ('const-3965280', u'PTRSUB_-1207835726')] | null | null | 001ee360 | x64 | O2 | (translation_unit "void FUN_001ee360(void)\n\n{\n FUN_001edbf0(&DAT_003c8160);\n return;\n}\n\n" (function_definition "void FUN_001ee360(void)\n\n{\n FUN_001edbf0(&DAT_003c8160);\n return;\n}" primitive_type (function_declarator "FUN_001ee360(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_001edbf0(&DAT_003c8160);\n return;\n}" { (expression_statement "FUN_001edbf0(&DAT_003c8160);" (call_expression "FUN_001edbf0(&DAT_003c8160)" identifier (argument_list "(&DAT_003c8160)" ( (pointer_expression "&DAT_003c8160" & identifier) ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n\nvoid gold::parameters_clear_target(void)\n\n{\n Parameters::clear_target(&static_parameters);\n return;\n}\n\n" comment (function_definition "void gold::parameters_clear_target(void)\n\n{\n Parameters::clear_target(&static_parameters);\n return;\n}" primitive_type (ERROR "gold::" identifier : :) (function_declarator "parameters_clear_target(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n Parameters::clear_target(&static_parameters);\n return;\n}" { (labeled_statement "Parameters::clear_target(&static_parameters);" statement_identifier : (ERROR ":" :) (expression_statement "clear_target(&static_parameters);" (call_expression "clear_target(&static_parameters)" identifier (argument_list "(&static_parameters)" ( (pointer_expression "&static_parameters" & identifier) ))) ;)) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_001ee360(void)\n\n{\n FUN_001edbf0(&DAT_003c8160);\n return;\n}\n\n" (function_definition "void FUN_001ee360(void)\n\n{\n FUN_001edbf0(&DAT_003c8160);\n return;\n}" primitive_type (function_declarator "FUN_001ee360(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_001edbf0(&DAT_003c8160);\n return;\n}" { (expression_statement "FUN_001edbf0(&DAT_003c8160);" (call_expression "FUN_001edbf0(&DAT_003c8160)" identifier (argument_list "(&DAT_003c8160)" ( (pointer_expression "&DAT_003c8160" & identifier) ))) ;) (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 ( (pointer_expression & IDENT) ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_001ee360(void)\n\n{\n FUN_001edbf0(&DAT_003c8160);\n return;\n}" (primitive_type "void") (function_declarator "FUN_001ee360(void)" (identifier "FUN_001ee360") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_001edbf0(&DAT_003c8160);\n return;\n}" ({ "{") (expression_statement "FUN_001edbf0(&DAT_003c8160);" (call_expression "FUN_001edbf0(&DAT_003c8160)" (identifier "FUN_001edbf0") (argument_list "(&DAT_003c8160)" (( "(") (pointer_expression "&DAT_003c8160" (& "&") (identifier "DAT_003c8160")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Enum "DT": Some values do not have unique names */
void gold::function_1(void)
{
Parameters::var_1(&static_parameters);
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 (pointer_expression argument: (identifier))))) (return_statement)))) | null |
void MASKED(void)
{
FUN_001edbf0(&DAT_003c8160);
return;
}
|
935_riscv64-linux-gnu-ld_and_riscv64-linux-gnu-ld_strip.c | bfd_section_already_linked_table_free | bfd_section_already_linked_table_free |
/* WARNING: Control flow encountered bad instruction data */
void bfd_section_already_linked_table_free(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_section_already_linked_table_free(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1203935766')] | [('const-1', u'RETURN_-1203935766')] | null | null | 002265e0 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_section_already_linked_table_free(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_section_already_linked_table_free(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_section_already_linked_table_free(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_section_already_linked_table_free(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_section_already_linked_table_free(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_section_already_linked_table_free(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void bfd_section_already_linked_table_free(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_section_already_linked_table_free(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_section_already_linked_table_free(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_section_already_linked_table_free(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_section_already_linked_table_free(void)" (identifier "bfd_section_already_linked_table_free") (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();
}
|
10462_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c | insert | FUN_003563d0 |
/* std::wstring::insert(__normal_iterator<wchar_t*, std::wstring >, wchar_t) */
long __thiscall std::wstring::insert(wstring *this,long param_2,wchar_t param_3)
{
long lVar1;
long lVar2;
lVar1 = *(long *)this;
_M_replace_aux(this,param_2 - lVar1 >> 2,0,1,param_3);
lVar2 = *(long *)this;
*(undefined4 *)(lVar2 + -8) = 0xffffffff;
return lVar2 + (param_2 - lVar1);
}
|
long FUN_003563d0(long *param_1,long param_2,undefined4 param_3)
{
long lVar1;
long lVar2;
lVar1 = *param_1;
FUN_003562c0(param_1,param_2 - lVar1 >> 2,0,1,param_3);
lVar2 = *param_1;
*(undefined4 *)(lVar2 + -8) = 0xffffffff;
return lVar2 + (param_2 - lVar1);
}
| PUSH RBP
MOV R8D,EDX
MOV RBP,RDI
MOV ECX,0x1
PUSH RBX
MOV RBX,RSI
XOR EDX,EDX
SUB RSP,0x8
SUB RBX,qword ptr [RDI]
MOV RSI,RBX
SAR RSI,0x2
CALL 0x003562c0
MOV RAX,qword ptr [RBP]
MOV dword ptr [RAX + -0x8],0xffffffff
ADD RSP,0x8
ADD RAX,RBX
POP RBX
POP RBP
RET | null | null | null | null | [('const-0', u'CALL_-1205181370'), (u'INT_SUB_-1205181411', u'INT_SRIGHT_-1205181384'), ('const-433', u'LOAD_-1205181430'), (u'LOAD_-1205181369', u'INT_ADD_-1205181321'), ('tmp_405', u'INT_SUB_-1205181411'), ('tmp_403', u'CALL_-1205181370'), (u'CAST_-1205181226', u'STORE_-1205181360'), (u'INT_ADD_-1205181346', u'CAST_-1205181226'), ('tmp_415', u'CALL_-1205181370'), (u'CAST_-1205181231', u'LOAD_-1205181369'), (u'INT_SUB_-1205181411', u'INT_ADD_-1205181321'), (u'INT_ADD_-1205181321', u'RETURN_-1205181308'), ('const-433', u'LOAD_-1205181369'), (u'LOAD_-1205181430', u'INT_SUB_-1205181411'), ('const-2', u'INT_SRIGHT_-1205181384'), (u'LOAD_-1205181369', u'INT_ADD_-1205181346'), ('const-4294967295', u'STORE_-1205181360'), ('const--8', u'INT_ADD_-1205181346'), ('const-1', u'CALL_-1205181370'), (u'INT_SRIGHT_-1205181384', u'CALL_-1205181370'), ('tmp_403', u'CAST_-1205181247'), ('const-0', u'RETURN_-1205181308'), ('tmp_403', u'CAST_-1205181231'), ('const-433', u'STORE_-1205181360'), (u'CAST_-1205181247', u'LOAD_-1205181430')] | [('tmp_403', u'INT_SUB_-1205181411'), ('const-4294967295', u'STORE_-1205181360'), ('const-433', u'STORE_-1205181360'), (u'LOAD_-1205181430', u'INT_SUB_-1205181411'), (u'INT_ADD_-1205181346', u'CAST_-1205181228'), ('const-1', u'CALL_-1205181370'), (u'LOAD_-1205181369', u'INT_ADD_-1205181346'), (u'INT_SUB_-1205181411', u'INT_SRIGHT_-1205181384'), ('const-0', u'CALL_-1205181370'), (u'LOAD_-1205181369', u'INT_ADD_-1205181321'), ('tmp_401', u'LOAD_-1205181430'), ('tmp_401', u'CALL_-1205181370'), ('const--8', u'INT_ADD_-1205181346'), ('const-2', u'INT_SRIGHT_-1205181384'), ('tmp_413', u'CALL_-1205181370'), (u'INT_SRIGHT_-1205181384', u'CALL_-1205181370'), (u'CAST_-1205181228', u'STORE_-1205181360'), ('const-0', u'RETURN_-1205181308'), ('const-433', u'LOAD_-1205181430'), ('const-433', u'LOAD_-1205181369'), ('tmp_401', u'LOAD_-1205181369'), (u'INT_SUB_-1205181411', u'INT_ADD_-1205181321'), (u'INT_ADD_-1205181321', u'RETURN_-1205181308')] | null | null | 003563d0 | x64 | O2 | (translation_unit "long FUN_003563d0(long *param_1,long param_2,undefined4 param_3)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = *param_1;\n FUN_003562c0(param_1,param_2 - lVar1 >> 2,0,1,param_3);\n lVar2 = *param_1;\n *(undefined4 *)(lVar2 + -8) = 0xffffffff;\n return lVar2 + (param_2 - lVar1);\n}\n\n" (function_definition "long FUN_003563d0(long *param_1,long param_2,undefined4 param_3)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = *param_1;\n FUN_003562c0(param_1,param_2 - lVar1 >> 2,0,1,param_3);\n lVar2 = *param_1;\n *(undefined4 *)(lVar2 + -8) = 0xffffffff;\n return lVar2 + (param_2 - lVar1);\n}" (sized_type_specifier "long" long) (function_declarator "FUN_003563d0(long *param_1,long param_2,undefined4 param_3)" identifier (parameter_list "(long *param_1,long param_2,undefined4 param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n \n lVar1 = *param_1;\n FUN_003562c0(param_1,param_2 - lVar1 >> 2,0,1,param_3);\n lVar2 = *param_1;\n *(undefined4 *)(lVar2 + -8) = 0xffffffff;\n return lVar2 + (param_2 - lVar1);\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "FUN_003562c0(param_1,param_2 - lVar1 >> 2,0,1,param_3);" (call_expression "FUN_003562c0(param_1,param_2 - lVar1 >> 2,0,1,param_3)" identifier (argument_list "(param_1,param_2 - lVar1 >> 2,0,1,param_3)" ( identifier , (binary_expression "param_2 - lVar1 >> 2" (binary_expression "param_2 - lVar1" identifier - identifier) >> number_literal) , number_literal , number_literal , identifier ))) ;) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*(undefined4 *)(lVar2 + -8) = 0xffffffff;" (assignment_expression "*(undefined4 *)(lVar2 + -8) = 0xffffffff" (pointer_expression "*(undefined4 *)(lVar2 + -8)" * (cast_expression "(undefined4 *)(lVar2 + -8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -8)" ( (binary_expression "lVar2 + -8" identifier + number_literal) )))) = number_literal) ;) (return_statement "return lVar2 + (param_2 - lVar1);" return (binary_expression "lVar2 + (param_2 - lVar1)" identifier + (parenthesized_expression "(param_2 - lVar1)" ( (binary_expression "param_2 - lVar1" identifier - identifier) ))) ;) }))) | (translation_unit "/* std::wstring::insert(__normal_iterator<wchar_t*, std::wstring >, wchar_t) */\n\nlong __thiscall std::wstring::insert(wstring *this,long param_2,wchar_t param_3)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = *(long *)this;\n _M_replace_aux(this,param_2 - lVar1 >> 2,0,1,param_3);\n lVar2 = *(long *)this;\n *(undefined4 *)(lVar2 + -8) = 0xffffffff;\n return lVar2 + (param_2 - lVar1);\n}\n\n" comment (function_definition "long __thiscall std::wstring::insert(wstring *this,long param_2,wchar_t param_3)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = *(long *)this;\n _M_replace_aux(this,param_2 - lVar1 >> 2,0,1,param_3);\n lVar2 = *(long *)this;\n *(undefined4 *)(lVar2 + -8) = 0xffffffff;\n return lVar2 + (param_2 - lVar1);\n}" (sized_type_specifier "long" long) (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::wstring::" identifier : : identifier : :) (function_declarator "insert(wstring *this,long param_2,wchar_t param_3)" identifier (parameter_list "(wstring *this,long param_2,wchar_t param_3)" ( (parameter_declaration "wstring *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "wchar_t param_3" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n \n lVar1 = *(long *)this;\n _M_replace_aux(this,param_2 - lVar1 >> 2,0,1,param_3);\n lVar2 = *(long *)this;\n *(undefined4 *)(lVar2 + -8) = 0xffffffff;\n return lVar2 + (param_2 - lVar1);\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *(long *)this;" (assignment_expression "lVar1 = *(long *)this" identifier = (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "_M_replace_aux(this,param_2 - lVar1 >> 2,0,1,param_3);" (call_expression "_M_replace_aux(this,param_2 - lVar1 >> 2,0,1,param_3)" identifier (argument_list "(this,param_2 - lVar1 >> 2,0,1,param_3)" ( identifier , (binary_expression "param_2 - lVar1 >> 2" (binary_expression "param_2 - lVar1" identifier - identifier) >> number_literal) , number_literal , number_literal , identifier ))) ;) (expression_statement "lVar2 = *(long *)this;" (assignment_expression "lVar2 = *(long *)this" identifier = (pointer_expression "*(long *)this" * (cast_expression "(long *)this" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) identifier))) ;) (expression_statement "*(undefined4 *)(lVar2 + -8) = 0xffffffff;" (assignment_expression "*(undefined4 *)(lVar2 + -8) = 0xffffffff" (pointer_expression "*(undefined4 *)(lVar2 + -8)" * (cast_expression "(undefined4 *)(lVar2 + -8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -8)" ( (binary_expression "lVar2 + -8" identifier + number_literal) )))) = number_literal) ;) (return_statement "return lVar2 + (param_2 - lVar1);" return (binary_expression "lVar2 + (param_2 - lVar1)" identifier + (parenthesized_expression "(param_2 - lVar1)" ( (binary_expression "param_2 - lVar1" identifier - identifier) ))) ;) }))) | (translation_unit "long FUN_003563d0(long *param_1,long param_2,undefined4 param_3)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = *param_1;\n FUN_003562c0(param_1,param_2 - lVar1 >> 2,0,1,param_3);\n lVar2 = *param_1;\n *(undefined4 *)(lVar2 + -8) = 0xffffffff;\n return lVar2 + (param_2 - lVar1);\n}\n\n" (function_definition "long FUN_003563d0(long *param_1,long param_2,undefined4 param_3)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = *param_1;\n FUN_003562c0(param_1,param_2 - lVar1 >> 2,0,1,param_3);\n lVar2 = *param_1;\n *(undefined4 *)(lVar2 + -8) = 0xffffffff;\n return lVar2 + (param_2 - lVar1);\n}" (sized_type_specifier "long" long) (function_declarator "FUN_003563d0(long *param_1,long param_2,undefined4 param_3)" identifier (parameter_list "(long *param_1,long param_2,undefined4 param_3)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n long lVar1;\n long lVar2;\n \n lVar1 = *param_1;\n FUN_003562c0(param_1,param_2 - lVar1 >> 2,0,1,param_3);\n lVar2 = *param_1;\n *(undefined4 *)(lVar2 + -8) = 0xffffffff;\n return lVar2 + (param_2 - lVar1);\n}" { (declaration "long lVar1;" (sized_type_specifier "long" long) identifier ;) (declaration "long lVar2;" (sized_type_specifier "long" long) identifier ;) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "FUN_003562c0(param_1,param_2 - lVar1 >> 2,0,1,param_3);" (call_expression "FUN_003562c0(param_1,param_2 - lVar1 >> 2,0,1,param_3)" identifier (argument_list "(param_1,param_2 - lVar1 >> 2,0,1,param_3)" ( identifier , (binary_expression "param_2 - lVar1 >> 2" (binary_expression "param_2 - lVar1" identifier - identifier) >> number_literal) , number_literal , number_literal , identifier ))) ;) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" identifier = (pointer_expression "*param_1" * identifier)) ;) (expression_statement "*(undefined4 *)(lVar2 + -8) = 0xffffffff;" (assignment_expression "*(undefined4 *)(lVar2 + -8) = 0xffffffff" (pointer_expression "*(undefined4 *)(lVar2 + -8)" * (cast_expression "(undefined4 *)(lVar2 + -8)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar2 + -8)" ( (binary_expression "lVar2 + -8" identifier + number_literal) )))) = number_literal) ;) (return_statement "return lVar2 + (param_2 - lVar1);" return (binary_expression "lVar2 + (param_2 - lVar1)" identifier + (parenthesized_expression "(param_2 - lVar1)" ( (binary_expression "param_2 - lVar1" identifier - identifier) ))) ;) }))) | (translation_unit (function_definition (sized_type_specifier long) (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration (sized_type_specifier long) IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (binary_expression (binary_expression IDENT - IDENT) >> LIT) , LIT , LIT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (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 (binary_expression IDENT + (parenthesized_expression ( (binary_expression IDENT - IDENT) ))) ;) }))) | (function_definition "long FUN_003563d0(long *param_1,long param_2,undefined4 param_3)\n\n{\n long lVar1;\n long lVar2;\n \n lVar1 = *param_1;\n FUN_003562c0(param_1,param_2 - lVar1 >> 2,0,1,param_3);\n lVar2 = *param_1;\n *(undefined4 *)(lVar2 + -8) = 0xffffffff;\n return lVar2 + (param_2 - lVar1);\n}" (sized_type_specifier "long" (long "long")) (function_declarator "FUN_003563d0(long *param_1,long param_2,undefined4 param_3)" (identifier "FUN_003563d0") (parameter_list "(long *param_1,long param_2,undefined4 param_3)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) () ")"))) (compound_statement "{\n long lVar1;\n long lVar2;\n \n lVar1 = *param_1;\n FUN_003562c0(param_1,param_2 - lVar1 >> 2,0,1,param_3);\n lVar2 = *param_1;\n *(undefined4 *)(lVar2 + -8) = 0xffffffff;\n return lVar2 + (param_2 - lVar1);\n}" ({ "{") (declaration "long lVar1;" (sized_type_specifier "long" (long "long")) (identifier "lVar1") (; ";")) (declaration "long lVar2;" (sized_type_specifier "long" (long "long")) (identifier "lVar2") (; ";")) (expression_statement "lVar1 = *param_1;" (assignment_expression "lVar1 = *param_1" (identifier "lVar1") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "FUN_003562c0(param_1,param_2 - lVar1 >> 2,0,1,param_3);" (call_expression "FUN_003562c0(param_1,param_2 - lVar1 >> 2,0,1,param_3)" (identifier "FUN_003562c0") (argument_list "(param_1,param_2 - lVar1 >> 2,0,1,param_3)" (( "(") (identifier "param_1") (, ",") (binary_expression "param_2 - lVar1 >> 2" (binary_expression "param_2 - lVar1" (identifier "param_2") (- "-") (identifier "lVar1")) (>> ">>") (number_literal "2")) (, ",") (number_literal "0") (, ",") (number_literal "1") (, ",") (identifier "param_3") () ")"))) (; ";")) (expression_statement "lVar2 = *param_1;" (assignment_expression "lVar2 = *param_1" (identifier "lVar2") (= "=") (pointer_expression "*param_1" (* "*") (identifier "param_1"))) (; ";")) (expression_statement "*(undefined4 *)(lVar2 + -8) = 0xffffffff;" (assignment_expression "*(undefined4 *)(lVar2 + -8) = 0xffffffff" (pointer_expression "*(undefined4 *)(lVar2 + -8)" (* "*") (cast_expression "(undefined4 *)(lVar2 + -8)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar2 + -8)" (( "(") (binary_expression "lVar2 + -8" (identifier "lVar2") (+ "+") (number_literal "-8")) () ")")))) (= "=") (number_literal "0xffffffff")) (; ";")) (return_statement "return lVar2 + (param_2 - lVar1);" (return "return") (binary_expression "lVar2 + (param_2 - lVar1)" (identifier "lVar2") (+ "+") (parenthesized_expression "(param_2 - lVar1)" (( "(") (binary_expression "param_2 - lVar1" (identifier "param_2") (- "-") (identifier "lVar1")) () ")"))) (; ";")) (} "}"))) |
/* std::wstring::insert(__normal_iterator<wchar_t*, std::wstring >, wchar_t) */
long __thiscall std::type_1::function_1(type_1 *this,long var_2,type_2 param_3)
{
long var_3;
long var_4;
var_3 = *(long *)this;
var_1(this,var_2 - var_3 >> 2,0,1,param_3);
var_4 = *(long *)this;
*(type_3 *)(var_4 + -8) = 0xffffffff;
return var_4 + (var_2 - var_3);
}
| null | (translation_unit (function_definition type: (sized_type_specifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (identifier)))) body: (compound_statement (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (binary_expression left: (binary_expression left: (identifier) right: (identifier)) right: (number_literal)) (number_literal) (number_literal) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (return_statement (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (identifier) right: (identifier)))))))) | null |
long MASKED(long *param_1,long param_2,undefined4 param_3)
{
long lVar1;
long lVar2;
lVar1 = *param_1;
FUN_003562c0(param_1,param_2 - lVar1 >> 2,0,1,param_3);
lVar2 = *param_1;
*(undefined4 *)(lVar2 + -8) = 0xffffffff;
return lVar2 + (param_2 - lVar1);
}
|
224_find_and_find_strip.c | pred_timewindow | FUN_00109450 |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
_Bool pred_timewindow(timespec ts,predicate *pred_ptr,int window)
{
int iVar1;
double dVar2;
iVar1 = (pred_ptr->args).size.blocksize;
if (iVar1 == 1) {
iVar1 = compare_ts(ts,(pred_ptr->args).reftime.ts);
return SUB41((uint)iVar1 >> 0x1f,0);
}
if (iVar1 != 0) {
if (iVar1 == 2) {
dVar2 = difftime(ts.tv_sec,(pred_ptr->args).reftime.ts.tv_sec);
dVar2 = dVar2 + (double)(ts.tv_nsec - (pred_ptr->args).reftime.ts.tv_nsec) * _DAT_0013a9e0;
return _DAT_0013a9e8 < dVar2 && dVar2 <= (double)window;
}
/* WARNING: Subroutine does not return */
__assert_fail("0","pred.c",0xce,"pred_timewindow");
}
iVar1 = compare_ts(ts,(pred_ptr->args).reftime.ts);
return 0 < iVar1;
}
|
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
uint FUN_00109450(time_t param_1,long param_2,long param_3,int param_4)
{
int iVar1;
uint uVar2;
double dVar3;
iVar1 = *(int *)(param_3 + 0x3c);
if (iVar1 == 1) {
uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),
*(undefined8 *)(param_3 + 0x48));
return uVar2 >> 0x1f;
}
if (iVar1 != 0) {
if (iVar1 == 2) {
dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));
uVar2 = 0;
dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;
if (_DAT_0013a9e8 < dVar3) {
uVar2 = (uint)(dVar3 <= (double)param_4);
}
return uVar2;
}
/* WARNING: Subroutine does not return */
__assert_fail("0","pred.c",0xce,"pred_timewindow");
}
iVar1 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),
*(undefined8 *)(param_3 + 0x48));
return (uint)(0 < iVar1);
}
| PUSH R12
PUSH RBP
MOV RBP,RDX
PUSH RBX
MOV EAX,dword ptr [RDX + 0x3c]
MOV RBX,RSI
CMP EAX,0x1
JZ 0x001094d0
TEST EAX,EAX
JZ 0x001094b8
CMP EAX,0x2
JNZ 0x001094e5
MOV RSI,qword ptr [RDX + 0x40]
MOV R12D,ECX
CALL 0x00107300
SUB RBX,qword ptr [RBP + 0x48]
PXOR XMM1,XMM1
XOR EAX,EAX
CVTSI2SD XMM1,RBX
MULSD XMM1,qword ptr [0x0013a9e0]
ADDSD XMM0,XMM1
COMISD XMM0,qword ptr [0x0013a9e8]
JBE 0x001094ac
PXOR XMM1,XMM1
CVTSI2SD XMM1,R12D
COMISD XMM1,XMM0
SETNC AL
POP RBX
POP RBP
POP R12
RET
MOV RCX,qword ptr [RBP + 0x48]
MOV RDX,qword ptr [RDX + 0x40]
CALL 0x00108be0
POP RBX
POP RBP
TEST EAX,EAX
POP R12
SETG AL
RET
MOV RCX,qword ptr [RBP + 0x48]
MOV RDX,qword ptr [RDX + 0x40]
CALL 0x00108be0
POP RBX
POP RBP
SHR EAX,0x1f
POP R12
RET
LEA RCX,[0x13a9d0]
MOV EDX,0xce
LEA RSI,[0x13a463]
LEA RDI,[0x13a499]
CALL 0x001073c0 | null | null | null | null | [('tmp_624', u'INT2FLOAT_-1206937978'), (u'BOOL_AND_-1206937997', u'COPY_-1206938168'), ('tmp_622', u'CALL_-1206938223'), (u'PTRSUB_-1206937973', u'PTRSUB_-1206937948'), (u'COPY_-1206937894', u'CALL_-1206938232'), (u'COPY_-1206937896', u'CALL_-1206938232'), ('const-8', u'PTRSUB_-1206937852'), ('const-31', u'INT_RIGHT_-1206937868'), ('tmp_623', u'PTRSUB_-1206937862'), ('const-1287321', u'COPY_-1206937894'), (u'COPY_-1206938137', u'RETURN_-1206938239'), ('tmp_124', u'CBRANCH_-1206938467'), (u'CALL_-1206938284', u'INT_SLESS_-1206938243'), ('const-2', u'INT_EQUAL_-1206938470'), ('tmp_623', u'PTRSUB_-1206937995'), (u'LOAD_-1206938524', u'INT_NOTEQUAL_-1206938484'), ('const-0', u'PTRSUB_-1206937868'), (u'LOAD_-1206938524', u'INT_EQUAL_-1206938470'), (u'PTRSUB_-1206937961', u'PTRSUB_-1206937962'), ('const-0', u'RETURN_-1206938155'), ('const-1287267', u'COPY_-1206937896'), ('const-8', u'SUBPIECE_-1206938236'), (u'SUBPIECE_-1206938052', u'RETURN_-1206938155'), (u'LOAD_-1206938524', u'INT_EQUAL_-1206938500'), (u'CALL_-1206938448', u'FLOAT_ADD_-1206938353'), (u'CALL_-1206938284', u'INDIRECT_-1206937933'), (u'CALL_-1206938223', u'INDIRECT_-1206937910'), ('const-8', u'PTRSUB_-1206937961'), (u'INT_EQUAL_-1206938500', u'CBRANCH_-1206938498'), ('const-4', u'PTRSUB_-1206937983'), ('const-56', u'PTRSUB_-1206937888'), ('const-433', u'LOAD_-1206938005'), (u'INT_NOTEQUAL_-1206938484', u'CBRANCH_-1206938484'), (u'PTRSUB_-1206937962', u'LOAD_-1206938466'), (u'SUBPIECE_-1206938236', u'INT_SUB_-1206938423'), ('tmp_623', u'PTRSUB_-1206937973'), (u'CALL_-1206938223', u'CAST_-1206937831'), (u'FLOAT_LESS_-1206937978', u'BOOL_AND_-1206937997'), (u'PTRSUB_-1206937972', u'PTRSUB_-1206937983'), ('const-433', u'LOAD_-1206937980'), ('tmp_622', u'CALL_-1206938284'), (u'COPY_-1206938168', u'RETURN_-1206938315'), (u'LOAD_-1206938442', u'INT_SUB_-1206938423'), (u'PTRSUB_-1206937942', u'LOAD_-1206938442'), (u'PTRSUB_-1206937888', u'PTRSUB_-1206937868'), (u'INT_EQUAL_-1206938470', u'CBRANCH_-1206938467'), (u'SUBPIECE_-1206938235', u'CALL_-1206938448'), (u'PTRSUB_-1206937959', u'PTRSUB_-1206937935'), (u'FLOAT_ADD_-1206938353', u'FLOAT_LESS_-1206937978'), (u'INDIRECT_-1206938009', u'COPY_-1206938006'), ('const-1', u'RETURN_-1206938227'), (u'INT_RIGHT_-1206937868', u'SUBPIECE_-1206938052'), ('const-0', u'SUBPIECE_-1206938235'), ('const-8', u'PTRSUB_-1206937942'), (u'INT_SUB_-1206938423', u'INT2FLOAT_-1206938361'), (u'CALL_-1206938284', u'INDIRECT_-1206937925'), ('const-0', u'PTRSUB_-1206937972'), (u'PTRSUB_-1206937862', u'PTRSUB_-1206937846'), (u'CALL_-1206938232', u'INDIRECT_-1206937869'), ('const-1', u'INT_EQUAL_-1206938500'), ('const-0', u'INT_SLESS_-1206938243'), (u'PTRSUB_-1206937846', u'PTRSUB_-1206937852'), ('const-0', u'PTRSUB_-1206937962'), (u'INDIRECT_-1206937933', u'COPY_-1206937974'), ('const-0', u'RETURN_-1206938239'), ('const-0', u'SUBPIECE_-1206938052'), (u'LOAD_-1206938005', u'CALL_-1206938284'), (u'FLOAT_LESSEQUAL_-1206937982', u'BOOL_AND_-1206937997'), (u'LOAD_-1206938466', u'CALL_-1206938448'), (u'COPY_-1206937893', u'CALL_-1206938232'), (u'PTRSUB_-1206937868', u'PTRSUB_-1206937877'), (u'PTRSUB_-1206937852', u'LOAD_-1206937980'), ('const-56', u'PTRSUB_-1206937995'), ('const-56', u'PTRSUB_-1206937959'), (u'FLOAT_MULT_-1206938360', u'FLOAT_ADD_-1206938353'), (u'INT2FLOAT_-1206938361', u'FLOAT_MULT_-1206938360'), (u'CALL_-1206938223', u'INDIRECT_-1206937902'), ('const-0', u'INT_NOTEQUAL_-1206938484'), (u'INT2FLOAT_-1206937978', u'FLOAT_LESSEQUAL_-1206937982'), ('const-56', u'PTRSUB_-1206937973'), ('const-1288656', u'COPY_-1206937893'), (u'INDIRECT_-1206937869', u'COPY_-1206937926'), ('const-433', u'LOAD_-1206938524'), (u'INDIRECT_-1206937925', u'COPY_-1206937966'), ('tmp_622', u'SUBPIECE_-1206938236'), ('tmp_623', u'PTRSUB_-1206937888'), ('tmp_92', u'CBRANCH_-1206938484'), ('tmp_66', u'CBRANCH_-1206938498'), (u'PTRSUB_-1206937983', u'LOAD_-1206938524'), (u'PTRSUB_-1206937948', u'PTRSUB_-1206937942'), (u'INDIRECT_-1206938001', u'COPY_-1206937998'), (u'FLOAT_ADD_-1206938353', u'FLOAT_LESSEQUAL_-1206937982'), (u'INT_SLESS_-1206938243', u'COPY_-1206938137'), (u'PTRSUB_-1206937948', u'PTRSUB_-1206937961'), (u'PTRSUB_-1206937995', u'PTRSUB_-1206937972'), (u'INDIRECT_-1206938001', u'FLOAT_LESS_-1206937978'), (u'CALL_-1206938232', u'INDIRECT_-1206937861'), ('const-433', u'LOAD_-1206938442'), ('tmp_622', u'SUBPIECE_-1206938235'), (u'INDIRECT_-1206938009', u'FLOAT_MULT_-1206938360'), ('const-0', u'RETURN_-1206938315'), ('const-206', u'CALL_-1206938232'), (u'INDIRECT_-1206937861', u'COPY_-1206937918'), (u'INDIRECT_-1206937902', u'COPY_-1206937943'), (u'CALL_-1206938448', u'INDIRECT_-1206938009'), ('const-0', u'PTRSUB_-1206937935'), ('const-8', u'PTRSUB_-1206937877'), ('const-433', u'LOAD_-1206938466'), (u'PTRSUB_-1206937877', u'LOAD_-1206938005'), (u'CALL_-1206938448', u'INDIRECT_-1206938001'), (u'PTRSUB_-1206937935', u'PTRSUB_-1206937948'), ('const-8', u'PTRSUB_-1206937948'), (u'CAST_-1206937831', u'INT_RIGHT_-1206937868'), ('const-0', u'PTRSUB_-1206937846'), (u'LOAD_-1206937980', u'CALL_-1206938223'), ('const-0', u'PTRSUB_-1206937948'), ('tmp_623', u'PTRSUB_-1206937959'), ('const-56', u'PTRSUB_-1206937862'), (u'INDIRECT_-1206937910', u'COPY_-1206937951')] | [(u'CAST_-1206937899', u'LOAD_-1206938243'), (u'CAST_-1206937916', u'LOAD_-1206938297'), (u'COPY_-1206938045', u'MULTIEQUAL_-1206937942'), (u'CAST_-1206937894', u'LOAD_-1206938236'), ('const-206', u'CALL_-1206938232'), (u'INDIRECT_-1206937964', u'COPY_-1206938005'), (u'INDIRECT_-1206937900', u'COPY_-1206937957'), ('tmp_1035', u'CALL_-1206938223'), (u'INDIRECT_-1206937892', u'COPY_-1206937949'), ('const-433', u'LOAD_-1206938297'), ('tmp_124', u'CBRANCH_-1206938467'), (u'CALL_-1206938284', u'INT_SLESS_-1206938243'), (u'INT_ADD_-1206938281', u'CAST_-1206937916'), (u'LOAD_-1206938524', u'INT_NOTEQUAL_-1206938484'), ('const-433', u'LOAD_-1206938524'), (u'LOAD_-1206938524', u'INT_EQUAL_-1206938470'), (u'COPY_-1206937951', u'RETURN_-1206938155'), (u'INDIRECT_-1206938032', u'COPY_-1206938029'), ('const-0', u'RETURN_-1206938155'), ('const-31', u'INT_RIGHT_-1206938182'), (u'FLOAT_LESSEQUAL_-1206938313', u'INT_ZEXT_-1206938153'), (u'LOAD_-1206938243', u'CALL_-1206938223'), (u'CALL_-1206938448', u'FLOAT_ADD_-1206938353'), (u'LOAD_-1206938524', u'INT_EQUAL_-1206938500'), ('tmp_1032', u'CALL_-1206938284'), (u'CALL_-1206938223', u'INT_RIGHT_-1206938182'), ('const-64', u'INT_ADD_-1206938450'), (u'INT_EQUAL_-1206938500', u'CBRANCH_-1206938498'), (u'INDIRECT_-1206938032', u'FLOAT_LESS_-1206938030'), ('const-1287267', u'COPY_-1206937927'), (u'INT_NOTEQUAL_-1206938484', u'CBRANCH_-1206938484'), ('tmp_1029', u'INT_ADD_-1206938508'), ('const-433', u'LOAD_-1206938442'), (u'LOAD_-1206938297', u'CALL_-1206938284'), (u'COPY_-1206937927', u'CALL_-1206938232'), (u'COPY_-1206937924', u'CALL_-1206938232'), ('const-0', u'COPY_-1206938045'), (u'INT_ADD_-1206938450', u'CAST_-1206937996'), (u'FLOAT_ADD_-1206938353', u'FLOAT_LESSEQUAL_-1206938313'), (u'CAST_-1206937996', u'LOAD_-1206938466'), (u'CALL_-1206938232', u'INDIRECT_-1206937900'), ('const-433', u'LOAD_-1206938466'), (u'INDIRECT_-1206937941', u'COPY_-1206937982'), ('tmp_1032', u'CALL_-1206938223'), (u'INT_RIGHT_-1206938182', u'COPY_-1206937951'), (u'CALL_-1206938448', u'INDIRECT_-1206938032'), ('const-72', u'INT_ADD_-1206938288'), (u'INT_ADD_-1206938227', u'CAST_-1206937899'), ('const-2', u'INT_EQUAL_-1206938470'), (u'LOAD_-1206938442', u'INT_SUB_-1206938423'), ('const-72', u'INT_ADD_-1206938430'), (u'INDIRECT_-1206937956', u'COPY_-1206937997'), (u'LOAD_-1206938236', u'CALL_-1206938223'), (u'INT_EQUAL_-1206938470', u'CBRANCH_-1206938467'), (u'MULTIEQUAL_-1206937942', u'RETURN_-1206938315'), ('tmp_1029', u'INT_ADD_-1206938281'), ('const-1', u'RETURN_-1206938227'), (u'INT_SUB_-1206938423', u'INT2FLOAT_-1206938361'), ('const-60', u'INT_ADD_-1206938508'), ('const-1', u'INT_EQUAL_-1206938500'), ('tmp_1029', u'INT_ADD_-1206938220'), (u'CAST_-1206937983', u'LOAD_-1206938442'), ('const-1287321', u'COPY_-1206937925'), ('tmp_1035', u'CALL_-1206938284'), (u'INDIRECT_-1206937933', u'COPY_-1206937974'), ('const-0', u'RETURN_-1206938239'), (u'INT2FLOAT_-1206938314', u'FLOAT_LESSEQUAL_-1206938313'), (u'INT_ADD_-1206938508', u'CAST_-1206938021'), (u'LOAD_-1206938466', u'CALL_-1206938448'), (u'CALL_-1206938223', u'INDIRECT_-1206937941'), (u'INT_ADD_-1206938430', u'CAST_-1206937983'), (u'CAST_-1206938021', u'LOAD_-1206938524'), (u'FLOAT_ADD_-1206938353', u'FLOAT_LESS_-1206938030'), (u'FLOAT_MULT_-1206938360', u'FLOAT_ADD_-1206938353'), (u'CAST_-1206937921', u'LOAD_-1206938304'), (u'INT2FLOAT_-1206938361', u'FLOAT_MULT_-1206938360'), ('tmp_1029', u'INT_ADD_-1206938227'), ('tmp_1032', u'INT_SUB_-1206938423'), ('tmp_1029', u'INT_ADD_-1206938288'), ('const-0', u'INT_NOTEQUAL_-1206938484'), (u'CALL_-1206938284', u'INDIRECT_-1206937964'), (u'INT_SLESS_-1206938243', u'INT_ZEXT_-1206938117'), ('const-1288656', u'COPY_-1206937924'), (u'CALL_-1206938223', u'INDIRECT_-1206937933'), ('const-72', u'INT_ADD_-1206938227'), ('tmp_92', u'CBRANCH_-1206938484'), ('tmp_66', u'CBRANCH_-1206938498'), ('const-433', u'LOAD_-1206938243'), (u'FLOAT_LESS_-1206938030', u'CBRANCH_-1206938371'), (u'CALL_-1206938284', u'INDIRECT_-1206937956'), (u'COPY_-1206937925', u'CALL_-1206938232'), (u'INT_ADD_-1206938220', u'CAST_-1206937894'), ('const-433', u'LOAD_-1206938304'), (u'INT_ZEXT_-1206938153', u'MULTIEQUAL_-1206937942'), ('tmp_249', u'CBRANCH_-1206938371'), (u'CALL_-1206938448', u'INDIRECT_-1206938040'), ('const-433', u'LOAD_-1206938236'), ('const-0', u'INT_SLESS_-1206938243'), ('tmp_1029', u'INT_ADD_-1206938430'), ('tmp_1029', u'INT_ADD_-1206938450'), ('const-0', u'RETURN_-1206938315'), (u'INDIRECT_-1206938040', u'FLOAT_MULT_-1206938360'), ('tmp_1035', u'CALL_-1206938448'), (u'CALL_-1206938232', u'INDIRECT_-1206937892'), ('tmp_1069', u'INT2FLOAT_-1206938314'), (u'INT_ADD_-1206938288', u'CAST_-1206937921'), (u'INDIRECT_-1206938040', u'COPY_-1206938037'), (u'INT_ZEXT_-1206938117', u'RETURN_-1206938239'), ('const-64', u'INT_ADD_-1206938281'), (u'LOAD_-1206938304', u'CALL_-1206938284'), ('const-64', u'INT_ADD_-1206938220')] | null | null | 00109450 | x64 | O2 | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\nuint FUN_00109450(time_t param_1,long param_2,long param_3,int param_4)\n\n{\n int iVar1;\n uint uVar2;\n double dVar3;\n \n iVar1 = *(int *)(param_3 + 0x3c);\n if (iVar1 == 1) {\n uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return uVar2 >> 0x1f;\n }\n if (iVar1 != 0) {\n if (iVar1 == 2) {\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }\n iVar1 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return (uint)(0 < iVar1);\n}\n\n" comment (function_definition "uint FUN_00109450(time_t param_1,long param_2,long param_3,int param_4)\n\n{\n int iVar1;\n uint uVar2;\n double dVar3;\n \n iVar1 = *(int *)(param_3 + 0x3c);\n if (iVar1 == 1) {\n uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return uVar2 >> 0x1f;\n }\n if (iVar1 != 0) {\n if (iVar1 == 2) {\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }\n iVar1 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return (uint)(0 < iVar1);\n}" type_identifier (function_declarator "FUN_00109450(time_t param_1,long param_2,long param_3,int param_4)" identifier (parameter_list "(time_t param_1,long param_2,long param_3,int param_4)" ( (parameter_declaration "time_t 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 "int param_4" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n uint uVar2;\n double dVar3;\n \n iVar1 = *(int *)(param_3 + 0x3c);\n if (iVar1 == 1) {\n uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return uVar2 >> 0x1f;\n }\n if (iVar1 != 0) {\n if (iVar1 == 2) {\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }\n iVar1 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return (uint)(0 < iVar1);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "double dVar3;" primitive_type identifier ;) (expression_statement "iVar1 = *(int *)(param_3 + 0x3c);" (assignment_expression "iVar1 = *(int *)(param_3 + 0x3c)" identifier = (pointer_expression "*(int *)(param_3 + 0x3c)" * (cast_expression "(int *)(param_3 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x3c)" ( (binary_expression "param_3 + 0x3c" identifier + number_literal) ))))) ;) (if_statement "if (iVar1 == 1) {\n uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return uVar2 >> 0x1f;\n }" if (parenthesized_expression "(iVar1 == 1)" ( (binary_expression "iVar1 == 1" identifier == number_literal) )) (compound_statement "{\n uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return uVar2 >> 0x1f;\n }" { (expression_statement "uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));" (assignment_expression "uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" identifier = (call_expression "FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" identifier (argument_list "(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" ( identifier , identifier , (pointer_expression "*(undefined8 *)(param_3 + 0x40)" * (cast_expression "(undefined8 *)(param_3 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x40)" ( (binary_expression "param_3 + 0x40" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(param_3 + 0x48)" * (cast_expression "(undefined8 *)(param_3 + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x48)" ( (binary_expression "param_3 + 0x48" identifier + number_literal) )))) )))) ;) (return_statement "return uVar2 >> 0x1f;" return (binary_expression "uVar2 >> 0x1f" identifier >> number_literal) ;) })) (if_statement "if (iVar1 != 0) {\n if (iVar1 == 2) {\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n if (iVar1 == 2) {\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }" { (if_statement "if (iVar1 == 2) {\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }" if (parenthesized_expression "(iVar1 == 2)" ( (binary_expression "iVar1 == 2" identifier == number_literal) )) (compound_statement "{\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }" { (expression_statement "dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));" (assignment_expression "dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40))" identifier = (call_expression "difftime(param_1,*(time_t *)(param_3 + 0x40))" identifier (argument_list "(param_1,*(time_t *)(param_3 + 0x40))" ( identifier , (pointer_expression "*(time_t *)(param_3 + 0x40)" * (cast_expression "(time_t *)(param_3 + 0x40)" ( (type_descriptor "time_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x40)" ( (binary_expression "param_3 + 0x40" identifier + number_literal) )))) )))) ;) (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" identifier = number_literal) ;) (expression_statement "dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;" (assignment_expression "dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0" identifier = (binary_expression "dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0" identifier + (binary_expression "(double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0" (cast_expression "(double)(param_2 - *(long *)(param_3 + 0x48))" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "(param_2 - *(long *)(param_3 + 0x48))" ( (binary_expression "param_2 - *(long *)(param_3 + 0x48)" identifier - (pointer_expression "*(long *)(param_3 + 0x48)" * (cast_expression "(long *)(param_3 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x48)" ( (binary_expression "param_3 + 0x48" identifier + number_literal) ))))) ))) * identifier))) ;) (if_statement "if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }" if (parenthesized_expression "(_DAT_0013a9e8 < dVar3)" ( (binary_expression "_DAT_0013a9e8 < dVar3" identifier < identifier) )) (compound_statement "{\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }" { (expression_statement "uVar2 = (uint)(dVar3 <= (double)param_4);" (assignment_expression "uVar2 = (uint)(dVar3 <= (double)param_4)" identifier = (call_expression "(uint)(dVar3 <= (double)param_4)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(dVar3 <= (double)param_4)" ( (binary_expression "dVar3 <= (double)param_4" identifier <= (cast_expression "(double)param_4" ( (type_descriptor "double" primitive_type) ) identifier)) )))) ;) })) (return_statement "return uVar2;" return identifier ;) })) comment (expression_statement "__assert_fail("0","pred.c",0xce,"pred_timewindow");" (call_expression "__assert_fail("0","pred.c",0xce,"pred_timewindow")" identifier (argument_list "("0","pred.c",0xce,"pred_timewindow")" ( (string_literal ""0"" " string_content ") , (string_literal ""pred.c"" " string_content ") , number_literal , (string_literal ""pred_timewindow"" " string_content ") ))) ;) })) (expression_statement "iVar1 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));" (assignment_expression "iVar1 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" identifier = (call_expression "FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" identifier (argument_list "(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" ( identifier , identifier , (pointer_expression "*(undefined8 *)(param_3 + 0x40)" * (cast_expression "(undefined8 *)(param_3 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x40)" ( (binary_expression "param_3 + 0x40" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(param_3 + 0x48)" * (cast_expression "(undefined8 *)(param_3 + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x48)" ( (binary_expression "param_3 + 0x48" identifier + number_literal) )))) )))) ;) (return_statement "return (uint)(0 < iVar1);" return (call_expression "(uint)(0 < iVar1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0 < iVar1)" ( (binary_expression "0 < iVar1" number_literal < identifier) ))) ;) }))) | (translation_unit "/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */\n\n_Bool pred_timewindow(timespec ts,predicate *pred_ptr,int window)\n\n{\n int iVar1;\n double dVar2;\n \n iVar1 = (pred_ptr->args).size.blocksize;\n if (iVar1 == 1) {\n iVar1 = compare_ts(ts,(pred_ptr->args).reftime.ts);\n return SUB41((uint)iVar1 >> 0x1f,0);\n }\n if (iVar1 != 0) {\n if (iVar1 == 2) {\n dVar2 = difftime(ts.tv_sec,(pred_ptr->args).reftime.ts.tv_sec);\n dVar2 = dVar2 + (double)(ts.tv_nsec - (pred_ptr->args).reftime.ts.tv_nsec) * _DAT_0013a9e0;\n return _DAT_0013a9e8 < dVar2 && dVar2 <= (double)window;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }\n iVar1 = compare_ts(ts,(pred_ptr->args).reftime.ts);\n return 0 < iVar1;\n}\n\n" comment (function_definition "_Bool pred_timewindow(timespec ts,predicate *pred_ptr,int window)\n\n{\n int iVar1;\n double dVar2;\n \n iVar1 = (pred_ptr->args).size.blocksize;\n if (iVar1 == 1) {\n iVar1 = compare_ts(ts,(pred_ptr->args).reftime.ts);\n return SUB41((uint)iVar1 >> 0x1f,0);\n }\n if (iVar1 != 0) {\n if (iVar1 == 2) {\n dVar2 = difftime(ts.tv_sec,(pred_ptr->args).reftime.ts.tv_sec);\n dVar2 = dVar2 + (double)(ts.tv_nsec - (pred_ptr->args).reftime.ts.tv_nsec) * _DAT_0013a9e0;\n return _DAT_0013a9e8 < dVar2 && dVar2 <= (double)window;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }\n iVar1 = compare_ts(ts,(pred_ptr->args).reftime.ts);\n return 0 < iVar1;\n}" type_identifier (function_declarator "pred_timewindow(timespec ts,predicate *pred_ptr,int window)" identifier (parameter_list "(timespec ts,predicate *pred_ptr,int window)" ( (parameter_declaration "timespec ts" type_identifier identifier) , (parameter_declaration "predicate *pred_ptr" type_identifier (pointer_declarator "*pred_ptr" * identifier)) , (parameter_declaration "int window" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n double dVar2;\n \n iVar1 = (pred_ptr->args).size.blocksize;\n if (iVar1 == 1) {\n iVar1 = compare_ts(ts,(pred_ptr->args).reftime.ts);\n return SUB41((uint)iVar1 >> 0x1f,0);\n }\n if (iVar1 != 0) {\n if (iVar1 == 2) {\n dVar2 = difftime(ts.tv_sec,(pred_ptr->args).reftime.ts.tv_sec);\n dVar2 = dVar2 + (double)(ts.tv_nsec - (pred_ptr->args).reftime.ts.tv_nsec) * _DAT_0013a9e0;\n return _DAT_0013a9e8 < dVar2 && dVar2 <= (double)window;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }\n iVar1 = compare_ts(ts,(pred_ptr->args).reftime.ts);\n return 0 < iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "double dVar2;" primitive_type identifier ;) (expression_statement "iVar1 = (pred_ptr->args).size.blocksize;" (assignment_expression "iVar1 = (pred_ptr->args).size.blocksize" identifier = (field_expression "(pred_ptr->args).size.blocksize" (field_expression "(pred_ptr->args).size" (parenthesized_expression "(pred_ptr->args)" ( (field_expression "pred_ptr->args" identifier -> field_identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if (iVar1 == 1) {\n iVar1 = compare_ts(ts,(pred_ptr->args).reftime.ts);\n return SUB41((uint)iVar1 >> 0x1f,0);\n }" if (parenthesized_expression "(iVar1 == 1)" ( (binary_expression "iVar1 == 1" identifier == number_literal) )) (compound_statement "{\n iVar1 = compare_ts(ts,(pred_ptr->args).reftime.ts);\n return SUB41((uint)iVar1 >> 0x1f,0);\n }" { (expression_statement "iVar1 = compare_ts(ts,(pred_ptr->args).reftime.ts);" (assignment_expression "iVar1 = compare_ts(ts,(pred_ptr->args).reftime.ts)" identifier = (call_expression "compare_ts(ts,(pred_ptr->args).reftime.ts)" identifier (argument_list "(ts,(pred_ptr->args).reftime.ts)" ( identifier , (field_expression "(pred_ptr->args).reftime.ts" (field_expression "(pred_ptr->args).reftime" (parenthesized_expression "(pred_ptr->args)" ( (field_expression "pred_ptr->args" identifier -> field_identifier) )) . field_identifier) . field_identifier) )))) ;) (return_statement "return SUB41((uint)iVar1 >> 0x1f,0);" return (call_expression "SUB41((uint)iVar1 >> 0x1f,0)" identifier (argument_list "((uint)iVar1 >> 0x1f,0)" ( (binary_expression "(uint)iVar1 >> 0x1f" (cast_expression "(uint)iVar1" ( (type_descriptor "uint" type_identifier) ) identifier) >> number_literal) , number_literal ))) ;) })) (if_statement "if (iVar1 != 0) {\n if (iVar1 == 2) {\n dVar2 = difftime(ts.tv_sec,(pred_ptr->args).reftime.ts.tv_sec);\n dVar2 = dVar2 + (double)(ts.tv_nsec - (pred_ptr->args).reftime.ts.tv_nsec) * _DAT_0013a9e0;\n return _DAT_0013a9e8 < dVar2 && dVar2 <= (double)window;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n if (iVar1 == 2) {\n dVar2 = difftime(ts.tv_sec,(pred_ptr->args).reftime.ts.tv_sec);\n dVar2 = dVar2 + (double)(ts.tv_nsec - (pred_ptr->args).reftime.ts.tv_nsec) * _DAT_0013a9e0;\n return _DAT_0013a9e8 < dVar2 && dVar2 <= (double)window;\n }\n /* WARNING: Subroutine does not return */\n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }" { (if_statement "if (iVar1 == 2) {\n dVar2 = difftime(ts.tv_sec,(pred_ptr->args).reftime.ts.tv_sec);\n dVar2 = dVar2 + (double)(ts.tv_nsec - (pred_ptr->args).reftime.ts.tv_nsec) * _DAT_0013a9e0;\n return _DAT_0013a9e8 < dVar2 && dVar2 <= (double)window;\n }" if (parenthesized_expression "(iVar1 == 2)" ( (binary_expression "iVar1 == 2" identifier == number_literal) )) (compound_statement "{\n dVar2 = difftime(ts.tv_sec,(pred_ptr->args).reftime.ts.tv_sec);\n dVar2 = dVar2 + (double)(ts.tv_nsec - (pred_ptr->args).reftime.ts.tv_nsec) * _DAT_0013a9e0;\n return _DAT_0013a9e8 < dVar2 && dVar2 <= (double)window;\n }" { (expression_statement "dVar2 = difftime(ts.tv_sec,(pred_ptr->args).reftime.ts.tv_sec);" (assignment_expression "dVar2 = difftime(ts.tv_sec,(pred_ptr->args).reftime.ts.tv_sec)" identifier = (call_expression "difftime(ts.tv_sec,(pred_ptr->args).reftime.ts.tv_sec)" identifier (argument_list "(ts.tv_sec,(pred_ptr->args).reftime.ts.tv_sec)" ( (field_expression "ts.tv_sec" identifier . field_identifier) , (field_expression "(pred_ptr->args).reftime.ts.tv_sec" (field_expression "(pred_ptr->args).reftime.ts" (field_expression "(pred_ptr->args).reftime" (parenthesized_expression "(pred_ptr->args)" ( (field_expression "pred_ptr->args" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) )))) ;) (expression_statement "dVar2 = dVar2 + (double)(ts.tv_nsec - (pred_ptr->args).reftime.ts.tv_nsec) * _DAT_0013a9e0;" (assignment_expression "dVar2 = dVar2 + (double)(ts.tv_nsec - (pred_ptr->args).reftime.ts.tv_nsec) * _DAT_0013a9e0" identifier = (binary_expression "dVar2 + (double)(ts.tv_nsec - (pred_ptr->args).reftime.ts.tv_nsec) * _DAT_0013a9e0" identifier + (binary_expression "(double)(ts.tv_nsec - (pred_ptr->args).reftime.ts.tv_nsec) * _DAT_0013a9e0" (cast_expression "(double)(ts.tv_nsec - (pred_ptr->args).reftime.ts.tv_nsec)" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "(ts.tv_nsec - (pred_ptr->args).reftime.ts.tv_nsec)" ( (binary_expression "ts.tv_nsec - (pred_ptr->args).reftime.ts.tv_nsec" (field_expression "ts.tv_nsec" identifier . field_identifier) - (field_expression "(pred_ptr->args).reftime.ts.tv_nsec" (field_expression "(pred_ptr->args).reftime.ts" (field_expression "(pred_ptr->args).reftime" (parenthesized_expression "(pred_ptr->args)" ( (field_expression "pred_ptr->args" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)) ))) * identifier))) ;) (return_statement "return _DAT_0013a9e8 < dVar2 && dVar2 <= (double)window;" return (binary_expression "_DAT_0013a9e8 < dVar2 && dVar2 <= (double)window" (binary_expression "_DAT_0013a9e8 < dVar2" identifier < identifier) && (binary_expression "dVar2 <= (double)window" identifier <= (cast_expression "(double)window" ( (type_descriptor "double" primitive_type) ) identifier))) ;) })) comment (expression_statement "__assert_fail("0","pred.c",0xce,"pred_timewindow");" (call_expression "__assert_fail("0","pred.c",0xce,"pred_timewindow")" identifier (argument_list "("0","pred.c",0xce,"pred_timewindow")" ( (string_literal ""0"" " string_content ") , (string_literal ""pred.c"" " string_content ") , number_literal , (string_literal ""pred_timewindow"" " string_content ") ))) ;) })) (expression_statement "iVar1 = compare_ts(ts,(pred_ptr->args).reftime.ts);" (assignment_expression "iVar1 = compare_ts(ts,(pred_ptr->args).reftime.ts)" identifier = (call_expression "compare_ts(ts,(pred_ptr->args).reftime.ts)" identifier (argument_list "(ts,(pred_ptr->args).reftime.ts)" ( identifier , (field_expression "(pred_ptr->args).reftime.ts" (field_expression "(pred_ptr->args).reftime" (parenthesized_expression "(pred_ptr->args)" ( (field_expression "pred_ptr->args" identifier -> field_identifier) )) . field_identifier) . field_identifier) )))) ;) (return_statement "return 0 < iVar1;" return (binary_expression "0 < iVar1" number_literal < identifier) ;) }))) | (translation_unit "uint FUN_00109450(time_t param_1,long param_2,long param_3,int param_4)\n\n{\n int iVar1;\n uint uVar2;\n double dVar3;\n \n iVar1 = *(int *)(param_3 + 0x3c);\n if (iVar1 == 1) {\n uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return uVar2 >> 0x1f;\n }\n if (iVar1 != 0) {\n if (iVar1 == 2) {\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }\n \n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }\n iVar1 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return (uint)(0 < iVar1);\n}\n\n" (function_definition "uint FUN_00109450(time_t param_1,long param_2,long param_3,int param_4)\n\n{\n int iVar1;\n uint uVar2;\n double dVar3;\n \n iVar1 = *(int *)(param_3 + 0x3c);\n if (iVar1 == 1) {\n uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return uVar2 >> 0x1f;\n }\n if (iVar1 != 0) {\n if (iVar1 == 2) {\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }\n \n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }\n iVar1 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return (uint)(0 < iVar1);\n}" type_identifier (function_declarator "FUN_00109450(time_t param_1,long param_2,long param_3,int param_4)" identifier (parameter_list "(time_t param_1,long param_2,long param_3,int param_4)" ( (parameter_declaration "time_t 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 "int param_4" primitive_type identifier) ))) (compound_statement "{\n int iVar1;\n uint uVar2;\n double dVar3;\n \n iVar1 = *(int *)(param_3 + 0x3c);\n if (iVar1 == 1) {\n uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return uVar2 >> 0x1f;\n }\n if (iVar1 != 0) {\n if (iVar1 == 2) {\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }\n \n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }\n iVar1 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return (uint)(0 < iVar1);\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "uint uVar2;" type_identifier identifier ;) (declaration "double dVar3;" primitive_type identifier ;) (expression_statement "iVar1 = *(int *)(param_3 + 0x3c);" (assignment_expression "iVar1 = *(int *)(param_3 + 0x3c)" identifier = (pointer_expression "*(int *)(param_3 + 0x3c)" * (cast_expression "(int *)(param_3 + 0x3c)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x3c)" ( (binary_expression "param_3 + 0x3c" identifier + number_literal) ))))) ;) (if_statement "if (iVar1 == 1) {\n uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return uVar2 >> 0x1f;\n }" if (parenthesized_expression "(iVar1 == 1)" ( (binary_expression "iVar1 == 1" identifier == number_literal) )) (compound_statement "{\n uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return uVar2 >> 0x1f;\n }" { (expression_statement "uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));" (assignment_expression "uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" identifier = (call_expression "FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" identifier (argument_list "(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" ( identifier , identifier , (pointer_expression "*(undefined8 *)(param_3 + 0x40)" * (cast_expression "(undefined8 *)(param_3 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x40)" ( (binary_expression "param_3 + 0x40" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(param_3 + 0x48)" * (cast_expression "(undefined8 *)(param_3 + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x48)" ( (binary_expression "param_3 + 0x48" identifier + number_literal) )))) )))) ;) (return_statement "return uVar2 >> 0x1f;" return (binary_expression "uVar2 >> 0x1f" identifier >> number_literal) ;) })) (if_statement "if (iVar1 != 0) {\n if (iVar1 == 2) {\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }\n \n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }" if (parenthesized_expression "(iVar1 != 0)" ( (binary_expression "iVar1 != 0" identifier != number_literal) )) (compound_statement "{\n if (iVar1 == 2) {\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }\n \n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }" { (if_statement "if (iVar1 == 2) {\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }" if (parenthesized_expression "(iVar1 == 2)" ( (binary_expression "iVar1 == 2" identifier == number_literal) )) (compound_statement "{\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }" { (expression_statement "dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));" (assignment_expression "dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40))" identifier = (call_expression "difftime(param_1,*(time_t *)(param_3 + 0x40))" identifier (argument_list "(param_1,*(time_t *)(param_3 + 0x40))" ( identifier , (pointer_expression "*(time_t *)(param_3 + 0x40)" * (cast_expression "(time_t *)(param_3 + 0x40)" ( (type_descriptor "time_t *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x40)" ( (binary_expression "param_3 + 0x40" identifier + number_literal) )))) )))) ;) (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" identifier = number_literal) ;) (expression_statement "dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;" (assignment_expression "dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0" identifier = (binary_expression "dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0" identifier + (binary_expression "(double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0" (cast_expression "(double)(param_2 - *(long *)(param_3 + 0x48))" ( (type_descriptor "double" primitive_type) ) (parenthesized_expression "(param_2 - *(long *)(param_3 + 0x48))" ( (binary_expression "param_2 - *(long *)(param_3 + 0x48)" identifier - (pointer_expression "*(long *)(param_3 + 0x48)" * (cast_expression "(long *)(param_3 + 0x48)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x48)" ( (binary_expression "param_3 + 0x48" identifier + number_literal) ))))) ))) * identifier))) ;) (if_statement "if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }" if (parenthesized_expression "(_DAT_0013a9e8 < dVar3)" ( (binary_expression "_DAT_0013a9e8 < dVar3" identifier < identifier) )) (compound_statement "{\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }" { (expression_statement "uVar2 = (uint)(dVar3 <= (double)param_4);" (assignment_expression "uVar2 = (uint)(dVar3 <= (double)param_4)" identifier = (call_expression "(uint)(dVar3 <= (double)param_4)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(dVar3 <= (double)param_4)" ( (binary_expression "dVar3 <= (double)param_4" identifier <= (cast_expression "(double)param_4" ( (type_descriptor "double" primitive_type) ) identifier)) )))) ;) })) (return_statement "return uVar2;" return identifier ;) })) (expression_statement "__assert_fail("0","pred.c",0xce,"pred_timewindow");" (call_expression "__assert_fail("0","pred.c",0xce,"pred_timewindow")" identifier (argument_list "("0","pred.c",0xce,"pred_timewindow")" ( (string_literal ""0"" " string_content ") , (string_literal ""pred.c"" " string_content ") , number_literal , (string_literal ""pred_timewindow"" " string_content ") ))) ;) })) (expression_statement "iVar1 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));" (assignment_expression "iVar1 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" identifier = (call_expression "FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" identifier (argument_list "(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" ( identifier , identifier , (pointer_expression "*(undefined8 *)(param_3 + 0x40)" * (cast_expression "(undefined8 *)(param_3 + 0x40)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x40)" ( (binary_expression "param_3 + 0x40" identifier + number_literal) )))) , (pointer_expression "*(undefined8 *)(param_3 + 0x48)" * (cast_expression "(undefined8 *)(param_3 + 0x48)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_3 + 0x48)" ( (binary_expression "param_3 + 0x48" identifier + number_literal) )))) )))) ;) (return_statement "return (uint)(0 < iVar1);" return (call_expression "(uint)(0 < iVar1)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(0 < iVar1)" ( (binary_expression "0 < iVar1" number_literal < 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) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (return_statement return (binary_expression IDENT >> LIT) ;) })) (if_statement if (parenthesized_expression ( (binary_expression IDENT != LIT) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == LIT) )) (compound_statement { (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (binary_expression (cast_expression ( (type_descriptor TYPE) ) (parenthesized_expression ( (binary_expression IDENT - (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 (assignment_expression IDENT = (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT <= (cast_expression ( (type_descriptor TYPE) ) IDENT)) )))) ;) })) (return_statement return IDENT ;) })) (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( IDENT , IDENT , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) )))) ;) (return_statement return (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression LIT < IDENT) ))) ;) }))) | (function_definition "uint FUN_00109450(time_t param_1,long param_2,long param_3,int param_4)\n\n{\n int iVar1;\n uint uVar2;\n double dVar3;\n \n iVar1 = *(int *)(param_3 + 0x3c);\n if (iVar1 == 1) {\n uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return uVar2 >> 0x1f;\n }\n if (iVar1 != 0) {\n if (iVar1 == 2) {\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }\n \n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }\n iVar1 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return (uint)(0 < iVar1);\n}" (type_identifier "uint") (function_declarator "FUN_00109450(time_t param_1,long param_2,long param_3,int param_4)" (identifier "FUN_00109450") (parameter_list "(time_t param_1,long param_2,long param_3,int param_4)" (( "(") (parameter_declaration "time_t param_1" (type_identifier "time_t") (identifier "param_1")) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) (, ",") (parameter_declaration "long param_3" (sized_type_specifier "long" (long "long")) (identifier "param_3")) (, ",") (parameter_declaration "int param_4" (primitive_type "int") (identifier "param_4")) () ")"))) (compound_statement "{\n int iVar1;\n uint uVar2;\n double dVar3;\n \n iVar1 = *(int *)(param_3 + 0x3c);\n if (iVar1 == 1) {\n uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return uVar2 >> 0x1f;\n }\n if (iVar1 != 0) {\n if (iVar1 == 2) {\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }\n \n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }\n iVar1 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return (uint)(0 < iVar1);\n}" ({ "{") (declaration "int iVar1;" (primitive_type "int") (identifier "iVar1") (; ";")) (declaration "uint uVar2;" (type_identifier "uint") (identifier "uVar2") (; ";")) (declaration "double dVar3;" (primitive_type "double") (identifier "dVar3") (; ";")) (expression_statement "iVar1 = *(int *)(param_3 + 0x3c);" (assignment_expression "iVar1 = *(int *)(param_3 + 0x3c)" (identifier "iVar1") (= "=") (pointer_expression "*(int *)(param_3 + 0x3c)" (* "*") (cast_expression "(int *)(param_3 + 0x3c)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x3c)" (( "(") (binary_expression "param_3 + 0x3c" (identifier "param_3") (+ "+") (number_literal "0x3c")) () ")"))))) (; ";")) (if_statement "if (iVar1 == 1) {\n uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return uVar2 >> 0x1f;\n }" (if "if") (parenthesized_expression "(iVar1 == 1)" (( "(") (binary_expression "iVar1 == 1" (identifier "iVar1") (== "==") (number_literal "1")) () ")")) (compound_statement "{\n uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));\n return uVar2 >> 0x1f;\n }" ({ "{") (expression_statement "uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));" (assignment_expression "uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" (identifier "uVar2") (= "=") (call_expression "FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" (identifier "FUN_00108be0") (argument_list "(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (pointer_expression "*(undefined8 *)(param_3 + 0x40)" (* "*") (cast_expression "(undefined8 *)(param_3 + 0x40)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x40)" (( "(") (binary_expression "param_3 + 0x40" (identifier "param_3") (+ "+") (number_literal "0x40")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(param_3 + 0x48)" (* "*") (cast_expression "(undefined8 *)(param_3 + 0x48)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x48)" (( "(") (binary_expression "param_3 + 0x48" (identifier "param_3") (+ "+") (number_literal "0x48")) () ")")))) () ")")))) (; ";")) (return_statement "return uVar2 >> 0x1f;" (return "return") (binary_expression "uVar2 >> 0x1f" (identifier "uVar2") (>> ">>") (number_literal "0x1f")) (; ";")) (} "}"))) (if_statement "if (iVar1 != 0) {\n if (iVar1 == 2) {\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }\n \n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }" (if "if") (parenthesized_expression "(iVar1 != 0)" (( "(") (binary_expression "iVar1 != 0" (identifier "iVar1") (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n if (iVar1 == 2) {\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }\n \n __assert_fail("0","pred.c",0xce,"pred_timewindow");\n }" ({ "{") (if_statement "if (iVar1 == 2) {\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }" (if "if") (parenthesized_expression "(iVar1 == 2)" (( "(") (binary_expression "iVar1 == 2" (identifier "iVar1") (== "==") (number_literal "2")) () ")")) (compound_statement "{\n dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));\n uVar2 = 0;\n dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;\n if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }\n return uVar2;\n }" ({ "{") (expression_statement "dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));" (assignment_expression "dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40))" (identifier "dVar3") (= "=") (call_expression "difftime(param_1,*(time_t *)(param_3 + 0x40))" (identifier "difftime") (argument_list "(param_1,*(time_t *)(param_3 + 0x40))" (( "(") (identifier "param_1") (, ",") (pointer_expression "*(time_t *)(param_3 + 0x40)" (* "*") (cast_expression "(time_t *)(param_3 + 0x40)" (( "(") (type_descriptor "time_t *" (type_identifier "time_t") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x40)" (( "(") (binary_expression "param_3 + 0x40" (identifier "param_3") (+ "+") (number_literal "0x40")) () ")")))) () ")")))) (; ";")) (expression_statement "uVar2 = 0;" (assignment_expression "uVar2 = 0" (identifier "uVar2") (= "=") (number_literal "0")) (; ";")) (expression_statement "dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;" (assignment_expression "dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0" (identifier "dVar3") (= "=") (binary_expression "dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0" (identifier "dVar3") (+ "+") (binary_expression "(double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0" (cast_expression "(double)(param_2 - *(long *)(param_3 + 0x48))" (( "(") (type_descriptor "double" (primitive_type "double")) () ")") (parenthesized_expression "(param_2 - *(long *)(param_3 + 0x48))" (( "(") (binary_expression "param_2 - *(long *)(param_3 + 0x48)" (identifier "param_2") (- "-") (pointer_expression "*(long *)(param_3 + 0x48)" (* "*") (cast_expression "(long *)(param_3 + 0x48)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x48)" (( "(") (binary_expression "param_3 + 0x48" (identifier "param_3") (+ "+") (number_literal "0x48")) () ")"))))) () ")"))) (* "*") (identifier "_DAT_0013a9e0")))) (; ";")) (if_statement "if (_DAT_0013a9e8 < dVar3) {\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }" (if "if") (parenthesized_expression "(_DAT_0013a9e8 < dVar3)" (( "(") (binary_expression "_DAT_0013a9e8 < dVar3" (identifier "_DAT_0013a9e8") (< "<") (identifier "dVar3")) () ")")) (compound_statement "{\n uVar2 = (uint)(dVar3 <= (double)param_4);\n }" ({ "{") (expression_statement "uVar2 = (uint)(dVar3 <= (double)param_4);" (assignment_expression "uVar2 = (uint)(dVar3 <= (double)param_4)" (identifier "uVar2") (= "=") (call_expression "(uint)(dVar3 <= (double)param_4)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(dVar3 <= (double)param_4)" (( "(") (binary_expression "dVar3 <= (double)param_4" (identifier "dVar3") (<= "<=") (cast_expression "(double)param_4" (( "(") (type_descriptor "double" (primitive_type "double")) () ")") (identifier "param_4"))) () ")")))) (; ";")) (} "}"))) (return_statement "return uVar2;" (return "return") (identifier "uVar2") (; ";")) (} "}"))) (expression_statement "__assert_fail("0","pred.c",0xce,"pred_timewindow");" (call_expression "__assert_fail("0","pred.c",0xce,"pred_timewindow")" (identifier "__assert_fail") (argument_list "("0","pred.c",0xce,"pred_timewindow")" (( "(") (string_literal ""0"" (" """) (string_content "0") (" """)) (, ",") (string_literal ""pred.c"" (" """) (string_content "pred.c") (" """)) (, ",") (number_literal "0xce") (, ",") (string_literal ""pred_timewindow"" (" """) (string_content "pred_timewindow") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "iVar1 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48));" (assignment_expression "iVar1 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" (identifier "iVar1") (= "=") (call_expression "FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" (identifier "FUN_00108be0") (argument_list "(param_1,param_2,*(undefined8 *)(param_3 + 0x40),\n *(undefined8 *)(param_3 + 0x48))" (( "(") (identifier "param_1") (, ",") (identifier "param_2") (, ",") (pointer_expression "*(undefined8 *)(param_3 + 0x40)" (* "*") (cast_expression "(undefined8 *)(param_3 + 0x40)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x40)" (( "(") (binary_expression "param_3 + 0x40" (identifier "param_3") (+ "+") (number_literal "0x40")) () ")")))) (, ",") (pointer_expression "*(undefined8 *)(param_3 + 0x48)" (* "*") (cast_expression "(undefined8 *)(param_3 + 0x48)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_3 + 0x48)" (( "(") (binary_expression "param_3 + 0x48" (identifier "param_3") (+ "+") (number_literal "0x48")) () ")")))) () ")")))) (; ";")) (return_statement "return (uint)(0 < iVar1);" (return "return") (call_expression "(uint)(0 < iVar1)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(0 < iVar1)" (( "(") (binary_expression "0 < iVar1" (number_literal "0") (< "<") (identifier "iVar1")) () ")"))) (; ";")) (} "}"))) |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
type_1 function_1(type_2 ts,type_3 *pred_ptr,int window)
{
int var_1;
double var_5;
var_1 = (pred_ptr->args).size.blocksize;
if (var_1 == 1) {
var_1 = var_2(ts,(pred_ptr->args).reftime.ts);
return var_3((type_4)var_1 >> 0x1f,0);
}
if (var_1 != 0) {
if (var_1 == 2) {
var_5 = var_4(ts.tv_sec,(pred_ptr->args).reftime.ts.tv_sec);
var_5 = var_5 + (double)(ts.tv_nsec - (pred_ptr->args).reftime.ts.tv_nsec) * var_6;
return var_7 < var_5 && var_5 <= (double)window;
}
/* WARNING: Subroutine does not return */
var_8("0","pred.c",0xce,"pred_timewindow");
}
var_1 = var_2(ts,(pred_ptr->args).reftime.ts);
return 0 < var_1;
}
| 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: (primitive_type) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (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: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_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 (binary_expression left: (identifier) right: (number_literal))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (binary_expression left: (cast_expression type: (type_descriptor type: (primitive_type)) value: (parenthesized_expression (binary_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))) right: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type)) value: (identifier))))))))) (return_statement (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (pointer_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 (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (number_literal) right: (identifier)))))))) | null |
/* WARNING: Globals starting with '_' overlap smaller symbols at the same address */
uint MASKED(time_t param_1,long param_2,long param_3,int param_4)
{
int iVar1;
uint uVar2;
double dVar3;
iVar1 = *(int *)(param_3 + 0x3c);
if (iVar1 == 1) {
uVar2 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),
*(undefined8 *)(param_3 + 0x48));
return uVar2 >> 0x1f;
}
if (iVar1 != 0) {
if (iVar1 == 2) {
dVar3 = difftime(param_1,*(time_t *)(param_3 + 0x40));
uVar2 = 0;
dVar3 = dVar3 + (double)(param_2 - *(long *)(param_3 + 0x48)) * _DAT_0013a9e0;
if (_DAT_0013a9e8 < dVar3) {
uVar2 = (uint)(dVar3 <= (double)param_4);
}
return uVar2;
}
/* WARNING: Subroutine does not return */
__assert_fail("0","pred.c",0xce,"pred_timewindow");
}
iVar1 = FUN_00108be0(param_1,param_2,*(undefined8 *)(param_3 + 0x40),
*(undefined8 *)(param_3 + 0x48));
return (uint)(0 < iVar1);
}
|
7999_i686-kfreebsd-gnu-dwp_and_i686-kfreebsd-gnu-dwp_strip.c | __numpunct_fill_cache<char> | FUN_002b1d00 |
/* void std::__facet_shims::__numpunct_fill_cache<char>(std::integral_constant<bool, false>,
std::locale::facet const*, std::__numpunct_cache<char>*) */
void std::__facet_shims::__numpunct_fill_cache<char>(long *param_1,long param_2)
{
int *piVar1;
ulong uVar2;
undefined1 uVar3;
char *pcVar4;
int iVar5;
long local_40 [2];
uVar3 = (**(code **)(*param_1 + 0x10))();
*(undefined1 *)(param_2 + 0x48) = uVar3;
uVar3 = (**(code **)(*param_1 + 0x18))(param_1);
*(undefined1 *)(param_2 + 0x88) = 1;
*(undefined1 *)(param_2 + 0x49) = uVar3;
*(undefined8 *)(param_2 + 0x10) = 0;
*(undefined8 *)(param_2 + 0x28) = 0;
*(undefined8 *)(param_2 + 0x38) = 0;
(**(code **)(*param_1 + 0x20))((string *)local_40,param_1);
uVar2 = *(ulong *)(local_40[0] + -0x18);
/* try { // try from 002b1d68 to 002b1d7f has its CatchHandler @ 002b1f23 */
pcVar4 = (char *)operator_new__(uVar2 + 1);
std::string::copy((string *)local_40,pcVar4,uVar2,0);
pcVar4[uVar2] = '\0';
*(char **)(param_2 + 0x10) = pcVar4;
*(ulong *)(param_2 + 0x18) = uVar2;
if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {
if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {
iVar5 = *(int *)(local_40[0] + -8);
*(int *)(local_40[0] + -8) = iVar5 + -1;
}
else {
LOCK();
piVar1 = (int *)(local_40[0] + -8);
iVar5 = *piVar1;
*piVar1 = *piVar1 + -1;
UNLOCK();
}
if (iVar5 < 1) {
std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));
}
}
(**(code **)(*param_1 + 0x28))((string *)local_40,param_1);
uVar2 = *(ulong *)(local_40[0] + -0x18);
/* try { // try from 002b1dc0 to 002b1dd7 has its CatchHandler @ 002b1f1e */
pcVar4 = (char *)operator_new__(uVar2 + 1);
std::string::copy((string *)local_40,pcVar4,uVar2,0);
pcVar4[uVar2] = '\0';
*(char **)(param_2 + 0x28) = pcVar4;
*(ulong *)(param_2 + 0x30) = uVar2;
if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {
if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {
iVar5 = *(int *)(local_40[0] + -8);
*(int *)(local_40[0] + -8) = iVar5 + -1;
}
else {
LOCK();
piVar1 = (int *)(local_40[0] + -8);
iVar5 = *piVar1;
*piVar1 = *piVar1 + -1;
UNLOCK();
}
if (iVar5 < 1) {
std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));
}
}
(**(code **)(*param_1 + 0x30))((string *)local_40,param_1);
uVar2 = *(ulong *)(local_40[0] + -0x18);
/* try { // try from 002b1e11 to 002b1e28 has its CatchHandler @ 002b1f28 */
pcVar4 = (char *)operator_new__(uVar2 + 1);
std::string::copy((string *)local_40,pcVar4,uVar2,0);
pcVar4[uVar2] = '\0';
*(char **)(param_2 + 0x38) = pcVar4;
*(ulong *)(param_2 + 0x40) = uVar2;
if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {
if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {
iVar5 = *(int *)(local_40[0] + -8);
*(int *)(local_40[0] + -8) = iVar5 + -1;
}
else {
LOCK();
piVar1 = (int *)(local_40[0] + -8);
iVar5 = *piVar1;
*piVar1 = *piVar1 + -1;
UNLOCK();
}
if (iVar5 < 1) {
std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));
}
}
return;
}
|
void FUN_002b1d00(long *param_1,long param_2)
{
int *piVar1;
int iVar2;
long lVar3;
undefined1 uVar4;
long lVar5;
undefined1 local_41;
long local_40 [2];
uVar4 = (**(code **)(*param_1 + 0x10))();
*(undefined1 *)(param_2 + 0x48) = uVar4;
uVar4 = (**(code **)(*param_1 + 0x18))(param_1);
*(undefined1 *)(param_2 + 0x88) = 1;
*(undefined1 *)(param_2 + 0x49) = uVar4;
*(undefined8 *)(param_2 + 0x10) = 0;
*(undefined8 *)(param_2 + 0x28) = 0;
*(undefined8 *)(param_2 + 0x38) = 0;
(**(code **)(*param_1 + 0x20))(local_40,param_1);
lVar3 = *(long *)(local_40[0] + -0x18);
/* try { // try from 002b1d68 to 002b1d7f has its CatchHandler @ 002b1f23 */
lVar5 = thunk_FUN_00275550(lVar3 + 1);
FUN_002a8e60(local_40,lVar5,lVar3,0);
*(undefined1 *)(lVar5 + lVar3) = 0;
*(long *)(param_2 + 0x10) = lVar5;
*(long *)(param_2 + 0x18) = lVar3;
if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {
if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {
iVar2 = *(int *)(local_40[0] + -8);
*(int *)(local_40[0] + -8) = iVar2 + -1;
}
else {
LOCK();
piVar1 = (int *)(local_40[0] + -8);
iVar2 = *piVar1;
*piVar1 = *piVar1 + -1;
UNLOCK();
}
if (iVar2 < 1) {
thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);
}
}
(**(code **)(*param_1 + 0x28))(local_40,param_1);
lVar3 = *(long *)(local_40[0] + -0x18);
/* try { // try from 002b1dc0 to 002b1dd7 has its CatchHandler @ 002b1f1e */
lVar5 = thunk_FUN_00275550(lVar3 + 1);
FUN_002a8e60(local_40,lVar5,lVar3,0);
*(undefined1 *)(lVar5 + lVar3) = 0;
*(long *)(param_2 + 0x28) = lVar5;
*(long *)(param_2 + 0x30) = lVar3;
if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {
if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {
iVar2 = *(int *)(local_40[0] + -8);
*(int *)(local_40[0] + -8) = iVar2 + -1;
}
else {
LOCK();
piVar1 = (int *)(local_40[0] + -8);
iVar2 = *piVar1;
*piVar1 = *piVar1 + -1;
UNLOCK();
}
if (iVar2 < 1) {
thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);
}
}
(**(code **)(*param_1 + 0x30))(local_40,param_1);
lVar3 = *(long *)(local_40[0] + -0x18);
/* try { // try from 002b1e11 to 002b1e28 has its CatchHandler @ 002b1f28 */
lVar5 = thunk_FUN_00275550(lVar3 + 1);
FUN_002a8e60(local_40,lVar5,lVar3,0);
*(undefined1 *)(lVar5 + lVar3) = 0;
*(long *)(param_2 + 0x38) = lVar5;
*(long *)(param_2 + 0x40) = lVar3;
if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {
if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {
iVar2 = *(int *)(local_40[0] + -8);
*(int *)(local_40[0] + -8) = iVar2 + -1;
}
else {
LOCK();
piVar1 = (int *)(local_40[0] + -8);
iVar2 = *piVar1;
*piVar1 = *piVar1 + -1;
UNLOCK();
}
if (iVar2 < 1) {
thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);
}
}
return;
}
| PUSH R15
PUSH R14
PUSH R13
PUSH R12
PUSH RBP
MOV RBP,RDI
PUSH RBX
MOV RBX,RSI
SUB RSP,0x18
MOV RAX,qword ptr [RDI]
LEA R12,[RSP + 0x8]
CALL qword ptr [RAX + 0x10]
MOV RDI,RBP
MOV byte ptr [RBX + 0x48],AL
MOV RAX,qword ptr [RBP]
CALL qword ptr [RAX + 0x18]
MOV byte ptr [RBX + 0x88],0x1
MOV RDI,R12
MOV RSI,RBP
MOV byte ptr [RBX + 0x49],AL
MOV qword ptr [RBX + 0x10],0x0
MOV qword ptr [RBX + 0x28],0x0
MOV qword ptr [RBX + 0x38],0x0
MOV RAX,qword ptr [RBP]
CALL qword ptr [RAX + 0x20]
MOV RAX,qword ptr [RSP + 0x8]
MOV R13,qword ptr [RAX + -0x18]
LEA RDI,[R13 + 0x1]
CALL 0x002754f0
XOR ECX,ECX
MOV RDX,R13
MOV RSI,RAX
MOV RDI,R12
MOV R14,RAX
CALL 0x002a8e60
MOV RAX,qword ptr [RSP + 0x8]
MOV byte ptr [R14 + R13*0x1],0x0
MOV qword ptr [RBX + 0x10],R14
LEA R14,[0x3ca540]
LEA RDI,[RAX + -0x18]
MOV qword ptr [RBX + 0x18],R13
CMP RDI,R14
JNZ 0x002b1e58
MOV RAX,qword ptr [RBP]
MOV RDI,R12
MOV RSI,RBP
CALL qword ptr [RAX + 0x28]
MOV RAX,qword ptr [RSP + 0x8]
MOV R13,qword ptr [RAX + -0x18]
LEA RDI,[R13 + 0x1]
CALL 0x002754f0
XOR ECX,ECX
MOV RDX,R13
MOV RSI,RAX
MOV RDI,R12
MOV R15,RAX
CALL 0x002a8e60
MOV RAX,qword ptr [RSP + 0x8]
MOV byte ptr [R15 + R13*0x1],0x0
MOV qword ptr [RBX + 0x28],R15
LEA RDI,[RAX + -0x18]
MOV qword ptr [RBX + 0x30],R13
CMP RDI,R14
JNZ 0x002b1e90
MOV RAX,qword ptr [RBP]
MOV RSI,RBP
MOV RDI,R12
CALL qword ptr [RAX + 0x30]
MOV RAX,qword ptr [RSP + 0x8]
MOV RBP,qword ptr [RAX + -0x18]
LEA RDI,[RBP + 0x1]
CALL 0x002754f0
XOR ECX,ECX
MOV RDX,RBP
MOV RSI,RAX
MOV RDI,R12
MOV R13,RAX
CALL 0x002a8e60
MOV RAX,qword ptr [RSP + 0x8]
MOV byte ptr [R13 + RBP*0x1],0x0
MOV qword ptr [RBX + 0x38],R13
LEA RDI,[RAX + -0x18]
MOV qword ptr [RBX + 0x40],RBP
CMP RDI,R14
JNZ 0x002b1ec0
ADD RSP,0x18
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
CMP qword ptr [0x003bdee8],0x0
JZ 0x002b1f10
MOV EDX,0xffffffff
XADD.LOCK dword ptr [RAX + -0x8],EDX
TEST EDX,EDX
JG 0x002b1da6
LEA RSI,[RSP + 0x7]
CALL 0x002a9af0
JMP 0x002b1da6
CMP qword ptr [0x003bdee8],0x0
JZ 0x002b1f00
MOV EDX,0xffffffff
XADD.LOCK dword ptr [RAX + -0x8],EDX
TEST EDX,EDX
JG 0x002b1df7
LEA RSI,[RSP + 0x7]
CALL 0x002a9af0
JMP 0x002b1df7
CMP qword ptr [0x003bdee8],0x0
JZ 0x002b1ef0
MOV EDX,0xffffffff
XADD.LOCK dword ptr [RAX + -0x8],EDX
TEST EDX,EDX
JG 0x002b1e45
LEA RSI,[RSP + 0x7]
CALL 0x002a9af0
JMP 0x002b1e45
MOV EDX,dword ptr [RAX + -0x8]
LEA ECX,[RDX + -0x1]
MOV dword ptr [RAX + -0x8],ECX
JMP 0x002b1ed4
MOV EDX,dword ptr [RAX + -0x8]
LEA ECX,[RDX + -0x1]
MOV dword ptr [RAX + -0x8],ECX
JMP 0x002b1ea4
MOV EDX,dword ptr [RAX + -0x8]
LEA ECX,[RDX + -0x1]
MOV dword ptr [RAX + -0x8],ECX
JMP 0x002b1e70 | null | null | null | null | [(u'PTRSUB_-1204543034', u'CAST_-1204543035'), ('const-18', u'CALLOTHER_-1204543456'), ('const--8', u'INT_ADD_-1204543393'), (u'STORE_-1204543981', u'INDIRECT_-1204543070'), (u'CAST_-1204542952', u'LOAD_-1204544078'), (u'INT_ADD_-1204543441', u'CAST_-1204542677'), ('const-17', u'CALLOTHER_-1204543461'), (u'LOAD_-1204544174', u'INT_ADD_-1204544151'), ('const-1', u'PTRADD_-1204543650'), (u'INT_ADD_-1204544062', u'CAST_-1204542952'), ('tmp_2537', u'LOAD_-1204543956'), ('const--8', u'INT_ADD_-1204543226'), (u'CAST_-1204543010', u'STORE_-1204544156'), ('const-433', u'LOAD_-1204543451'), (u'INT_SLESS_-1204543420', u'CBRANCH_-1204543427'), ('tmp_2539', u'INT_ADD_-1204544107'), ('const-1', u'PTRADD_-1204543950'), ('const-0', u'PTRSUB_-1204542821'), (u'CALL_-1204543759', u'INDIRECT_-1204542903'), (u'INT_ADD_-1204544124', u'CAST_-1204542996'), ('const--64', u'PTRSUB_-1204543034'), ('const-73', u'INT_ADD_-1204544124'), (u'STORE_-1204543856', u'INDIRECT_-1204543001'), (u'INT_EQUAL_-1204543476', u'CBRANCH_-1204543469'), (u'CALL_-1204544059', u'INDIRECT_-1204543139'), ('const-56', u'INT_ADD_-1204543687'), (u'CAST_-1204542974', u'STORE_-1204544110'), (u'INDIRECT_-1204542968', u'INT_ADD_-1204543303'), (u'INT_ADD_-1204544107', u'CAST_-1204542983'), (u'INT_ADD_-1204544176', u'CAST_-1204543029'), (u'INT_ADD_-1204543239', u'CAST_-1204542514'), ('const-433', u'LOAD_-1204544192'), (u'LOAD_-1204543924', u'INT_ADD_-1204543901'), ('const--24', u'INT_ADD_-1204544062'), (u'CALL_-1204543869', u'INDIRECT_-1204542968'), ('tmp_1197', u'CBRANCH_-1204543418'), ('const-0', u'INT_EQUAL_-1204543494'), ('const--8', u'INT_ADD_-1204543380'), ('const--24', u'INT_ADD_-1204543973'), (u'STORE_-1204543317', u'INDIRECT_-1204542695'), (u'CALLIND_-1204544157', u'INDIRECT_-1204543204'), (u'INT_ADD_-1204543973', u'CAST_-1204542896'), ('const-433', u'STORE_-1204543394'), ('const--8', u'INT_ADD_-1204543303'), (u'CALL_-1204543400', u'INDIRECT_-1204542801'), (u'CALL_-1204543869', u'INDIRECT_-1204543027'), ('const-56', u'INT_ADD_-1204544096'), (u'INDIRECT_-1204542968', u'MULTIEQUAL_-1204542926'), (u'INT_ADD_-1204543309', u'STORE_-1204543317'), ('const-0', u'CALL_-1204543723'), (u'PTRADD_-1204543950', u'STORE_-1204544010'), (u'INDIRECT_-1204542883', u'INT_ADD_-1204543380'), (u'INT_ADD_-1204543779', u'CAST_-1204542772'), (u'CAST_-1204542943', u'CALL_-1204544023'), (u'INT_ADD_-1204543901', u'CALL_-1204543905'), (u'INDIRECT_-1204542920', u'INT_ADD_-1204543762'), (u'LOAD_-1204543473', u'MULTIEQUAL_-1204542789'), (u'CAST_-1204543029', u'LOAD_-1204544192'), (u'MULTIEQUAL_-1204542881', u'INT_SLESS_-1204543411'), (u'CAST_-1204542713', u'CALL_-1204543422'), ('const-433', u'STORE_-1204544156'), (u'INT_ADD_-1204543755', u'CALL_-1204543759'), (u'INT_ADD_-1204543463', u'CAST_-1204542557'), (u'CAST_-1204542677', u'STORE_-1204543447'), (u'CALLIND_-1204544182', u'INDIRECT_-1204543159'), ('const-17', u'CALLOTHER_-1204543474'), ('tmp_2539', u'INT_ADD_-1204544118'), ('tmp_2539', u'INT_ADD_-1204543834'), (u'LOAD_-1204544167', u'CALLIND_-1204544157'), (u'INT_SLESS_-1204543411', u'CBRANCH_-1204543418'), (u'STORE_-1204543447', u'INDIRECT_-1204542849'), ('const-433', u'LOAD_-1204544095'), ('tmp_1239', u'BRANCH_-1204543235'), (u'INDIRECT_-1204542986', u'MULTIEQUAL_-1204542962'), (u'CALL_-1204543422', u'INDIRECT_-1204542752'), ('const-433', u'STORE_-1204544132'), (u'CALL_-1204543409', u'INDIRECT_-1204542804'), (u'INDIRECT_-1204542901', u'INT_EQUAL_-1204543494'), (u'INDIRECT_-1204542986', u'INT_EQUAL_-1204543481'), (u'INT_ADD_-1204543834', u'CAST_-1204542810'), (u'CAST_-1204542845', u'CALL_-1204543869'), (u'CALL_-1204544059', u'INDIRECT_-1204543080'), (u'INT_ADD_-1204543988', u'CAST_-1204542908'), (u'LOAD_-1204543924', u'STORE_-1204543835'), ('const-1', u'INT_ADD_-1204543901'), (u'INDIRECT_-1204542883', u'INT_ADD_-1204543680'), ('const-433', u'STORE_-1204543469'), ('const-3974464', u'PTRSUB_-1204542903'), (u'INT_ADD_-1204544163', u'CAST_-1204543022'), ('const-433', u'LOAD_-1204544167'), ('tmp_2537', u'LOAD_-1204544205'), (u'CAST_-1204542754', u'CALL_-1204543723'), (u'CAST_-1204542845', u'PTRADD_-1204543796'), ('const-4294967295', u'INT_ADD_-1204543457'), (u'INT_NOTEQUAL_-1204543816', u'CBRANCH_-1204543814'), (u'LOAD_-1204543810', u'INT_ADD_-1204543779'), (u'INT_ADD_-1204544079', u'CAST_-1204542961'), (u'LOAD_-1204543956', u'INT_ADD_-1204543925'), ('const-1', u'INT_ADD_-1204544055'), (u'CALLIND_-1204544182', u'INDIRECT_-1204543218'), ('tmp_2537', u'LOAD_-1204544174'), (u'MULTIEQUAL_-1204542838', u'MULTIEQUAL_-1204543041'), ('const-433', u'STORE_-1204543835'), (u'CALLIND_-1204544157', u'INDIRECT_-1204543145'), (u'LOAD_-1204543453', u'INT_ADD_-1204543435'), (u'CALL_-1204544023', u'INDIRECT_-1204543060'), (u'CAST_-1204543035', u'CALLIND_-1204544085'), ('const-433', u'STORE_-1204543456'), ('tmp_2537', u'LOAD_-1204543810'), (u'PTRSUB_-1204542903', u'CAST_-1204542886'), ('const-433', u'STORE_-1204543447'), (u'CALL_-1204544059', u'CAST_-1204542943'), (u'INDIRECT_-1204543060', u'INT_ADD_-1204543239'), ('const-0', u'STORE_-1204544121'), (u'LOAD_-1204543778', u'CALL_-1204543723'), (u'STORE_-1204544177', u'INDIRECT_-1204543197'), ('const-0', u'STORE_-1204544010'), (u'MULTIEQUAL_-1204542828', u'INT_SLESS_-1204543420'), (u'INT_ADD_-1204544151', u'CAST_-1204543014'), ('tmp_1040', u'CBRANCH_-1204543427'), (u'CAST_-1204542754', u'PTRADD_-1204543650'), (u'CAST_-1204542754', u'STORE_-1204543701'), ('const-433', u'LOAD_-1204543460'), (u'CALL_-1204544023', u'INDIRECT_-1204543119'), (u'CALL_-1204543905', u'INDIRECT_-1204543047'), ('const-18', u'CALLOTHER_-1204543434'), (u'LOAD_-1204544078', u'STORE_-1204543981'), ('tmp_2539', u'INT_ADD_-1204544163'), ('const-433', u'STORE_-1204543981'), (u'CAST_-1204542703', u'INT_NOTEQUAL_-1204543669'), (u'INDIRECT_-1204542677', u'MULTIEQUAL_-1204542838'), ('const-433', u'LOAD_-1204544205'), (u'CAST_-1204542908', u'STORE_-1204544002'), (u'INT_NOTEQUAL_-1204543962', u'CBRANCH_-1204543960'), ('tmp_797', u'CBRANCH_-1204543487'), (u'STORE_-1204543456', u'INDIRECT_-1204542799'), (u'INT_ADD_-1204542797', u'STORE_-1204543394'), ('tmp_674', u'CBRANCH_-1204543667'), (u'CAST_-1204542615', u'LOAD_-1204543462'), ('const-433', u'STORE_-1204544010'), ('const-3974464', u'PTRSUB_-1204542821'), ('const-433', u'LOAD_-1204543453'), (u'INT_ADD_-1204543444', u'STORE_-1204543456'), ('const-433', u'STORE_-1204543701'), (u'STORE_-1204544121', u'INDIRECT_-1204543159'), (u'CALL_-1204543905', u'INDIRECT_-1204542988'), (u'LOAD_-1204543332', u'INT_ADD_-1204543309'), (u'INDIRECT_-1204543060', u'MULTIEQUAL_-1204543006'), ('tmp_1082', u'BRANCH_-1204543312'), (u'LOAD_-1204544078', u'INT_ADD_-1204544055'), ('const-0', u'CALL_-1204544023'), ('const-433', u'STORE_-1204543240'), (u'CAST_-1204542886', u'INT_NOTEQUAL_-1204543962'), (u'CAST_-1204542513', u'STORE_-1204543317'), ('const--24', u'INT_ADD_-1204543908'), ('tmp_2539', u'INT_ADD_-1204543687'), (u'INDIRECT_-1204542695', u'MULTIEQUAL_-1204542788'), ('tmp_507', u'CBRANCH_-1204543814'), (u'CAST_-1204542677', u'LOAD_-1204543451'), (u'CALLIND_-1204544157', u'STORE_-1204544138'), ('tmp_954', u'CBRANCH_-1204543474'), ('const-4294967295', u'INT_ADD_-1204543309'), (u'INDIRECT_-1204543060', u'INT_ADD_-1204543973'), (u'CALL_-1204543723', u'INDIRECT_-1204542942'), (u'CAST_-1204542708', u'STORE_-1204543688'), (u'LOAD_-1204543451', u'MULTIEQUAL_-1204542881'), ('const--24', u'INT_ADD_-1204543762'), (u'LOAD_-1204543409', u'MULTIEQUAL_-1204542789'), ('const-433', u'LOAD_-1204543810'), (u'CAST_-1204542557', u'LOAD_-1204543475'), ('const-4294967295', u'INT_ADD_-1204542797'), ('const-4294967295', u'INT_ADD_-1204543232'), (u'INDIRECT_-1204543060', u'INT_ADD_-1204543226'), ('tmp_2539', u'INT_ADD_-1204543674'), ('const-0', u'STORE_-1204544110'), (u'STORE_-1204544132', u'INDIRECT_-1204543168'), (u'CAST_-1204542854', u'LOAD_-1204543924'), (u'INT_SLESS_-1204543433', u'CBRANCH_-1204543440'), ('const--24', u'INT_ADD_-1204543827'), ('const-433', u'LOAD_-1204543475'), (u'INDIRECT_-1204542753', u'MULTIEQUAL_-1204542742'), ('const-433', u'STORE_-1204544138'), (u'CAST_-1204542507', u'STORE_-1204543240'), ('const-48', u'INT_ADD_-1204543779'), (u'INT_ADD_-1204543908', u'CAST_-1204542854'), ('const--8', u'INT_ADD_-1204543441'), (u'LOAD_-1204544078', u'CALL_-1204544023'), ('const-433', u'STORE_-1204544110'), (u'INT_ADD_-1204543232', u'STORE_-1204543240'), (u'INT_ADD_-1204543393', u'CAST_-1204542526'), (u'CALLIND_-1204544085', u'INDIRECT_-1204543156'), (u'LOAD_-1204543778', u'INT_ADD_-1204543755'), (u'CAST_-1204542800', u'STORE_-1204543835'), ('tmp_1212', u'BRANCH_-1204543397'), ('const-433', u'LOAD_-1204544102'), ('const-0', u'INT_EQUAL_-1204543476'), (u'LOAD_-1204543409', u'INT_ADD_-1204542797'), (u'STORE_-1204543835', u'INDIRECT_-1204542986'), (u'LOAD_-1204544095', u'CALLIND_-1204544085'), (u'CAST_-1204542526', u'LOAD_-1204543409'), (u'CAST_-1204542863', u'LOAD_-1204543941'), (u'LOAD_-1204543924', u'PTRADD_-1204543796'), (u'CAST_-1204542983', u'STORE_-1204544121'), (u'INDIRECT_-1204542883', u'INT_ADD_-1204543463'), (u'CALL_-1204543905', u'CAST_-1204542845'), (u'STORE_-1204543469', u'INDIRECT_-1204542753'), ('const-433', u'LOAD_-1204543255'), ('const-48', u'INT_ADD_-1204543821'), ('tmp_2537', u'CALLIND_-1204543931'), (u'CAST_-1204543035', u'CALL_-1204543723'), (u'INDIRECT_-1204542752', u'MULTIEQUAL_-1204542886'), ('const-433', u'LOAD_-1204544078'), (u'CAST_-1204543014', u'LOAD_-1204544167'), (u'LOAD_-1204543924', u'CALL_-1204543869'), (u'PTRSUB_-1204542738', u'CAST_-1204542703'), (u'MULTIEQUAL_-1204542886', u'COPY_-1204542953'), ('tmp_2539', u'INT_ADD_-1204543988'), ('const-24', u'INT_ADD_-1204543967'), ('const-0', u'RETURN_-1204543610'), (u'LOAD_-1204544078', u'PTRADD_-1204543950'), ('const-0', u'STORE_-1204543856'), ('const-433', u'STORE_-1204543848'), (u'CALL_-1204543759', u'CAST_-1204542754'), (u'STORE_-1204543710', u'INDIRECT_-1204542917'), ('const-0', u'PTRSUB_-1204542903'), (u'CAST_-1204542845', u'STORE_-1204543848'), (u'INT_ADD_-1204544142', u'CAST_-1204543010'), (u'CAST_-1204542677', u'LOAD_-1204543453'), ('const-433', u'LOAD_-1204543462'), ('const-433', u'STORE_-1204543710'), (u'INDIRECT_-1204542745', u'MULTIEQUAL_-1204542926'), (u'INDIRECT_-1204542901', u'MULTIEQUAL_-1204542886'), (u'INT_ADD_-1204543450', u'CAST_-1204542615'), (u'STORE_-1204544110', u'INDIRECT_-1204543150'), (u'INDIRECT_-1204542801', u'MULTIEQUAL_-1204543006'), (u'LOAD_-1204543255', u'INT_ADD_-1204543232'), ('const-16', u'INT_ADD_-1204544176'), (u'CAST_-1204542996', u'STORE_-1204544138'), ('const-433', u'STORE_-1204543317'), ('tmp_2532', u'PTRSUB_-1204543034'), (u'INDIRECT_-1204542968', u'INT_ADD_-1204543316'), ('const-1', u'INT_SLESS_-1204543420'), (u'LOAD_-1204543941', u'CALLIND_-1204543931'), ('const-17', u'CALLOTHER_-1204543452'), (u'STORE_-1204544002', u'INDIRECT_-1204543086'), ('const-64', u'INT_ADD_-1204543674'), ('const-1', u'PTRADD_-1204543796'), ('const-24', u'INT_ADD_-1204544151'), (u'STORE_-1204543848', u'INDIRECT_-1204542995'), (u'MULTIEQUAL_-1204542788', u'MULTIEQUAL_-1204542962'), ('tmp_2537', u'CALLIND_-1204543785'), ('tmp_898', u'BRANCH_-1204543419'), (u'INT_ADD_-1204543457', u'STORE_-1204543469'), (u'INT_ADD_-1204543687', u'CAST_-1204542718'), ('tmp_2537', u'CALLIND_-1204544085'), ('tmp_925', u'BRANCH_-1204543389'), (u'LOAD_-1204544205', u'INT_ADD_-1204544176'), (u'CAST_-1204542896', u'CALL_-1204543400'), (u'LOAD_-1204543462', u'INT_ADD_-1204543444'), (u'INT_ADD_-1204543821', u'CAST_-1204542800'), (u'INT_ADD_-1204543226', u'CAST_-1204542507'), (u'LOAD_-1204543795', u'CALLIND_-1204543785'), (u'INDIRECT_-1204542968', u'INT_ADD_-1204543450'), (u'INT_ADD_-1204544055', u'CALL_-1204544059'), ('const-433', u'LOAD_-1204543795'), ('const-40', u'INT_ADD_-1204543925'), (u'CAST_-1204542772', u'LOAD_-1204543795'), (u'LOAD_-1204543778', u'PTRADD_-1204543650'), (u'CAST_-1204542961', u'LOAD_-1204544095'), (u'MULTIEQUAL_-1204542742', u'MULTIEQUAL_-1204542886'), (u'STORE_-1204543394', u'INDIRECT_-1204542713'), (u'INDIRECT_-1204542799', u'MULTIEQUAL_-1204542788'), ('const-0', u'CALL_-1204543869'), (u'CAST_-1204542805', u'INT_NOTEQUAL_-1204543816'), (u'MULTIEQUAL_-1204542789', u'INT_SLESS_-1204543433'), ('const-433', u'LOAD_-1204543956'), (u'INT_ADD_-1204543435', u'STORE_-1204543447'), (u'CAST_-1204542615', u'LOAD_-1204543460'), ('const-433', u'STORE_-1204544121'), ('const-433', u'LOAD_-1204543778'), ('const-16', u'INT_ADD_-1204543988'), (u'CAST_-1204543035', u'CALLIND_-1204543785'), ('tmp_2537', u'LOAD_-1204544102'), ('const--24', u'INT_ADD_-1204543680'), (u'INDIRECT_-1204542713', u'MULTIEQUAL_-1204542742'), (u'CAST_-1204542943', u'STORE_-1204544002'), (u'STORE_-1204543701', u'INDIRECT_-1204542910'), (u'INT_ADD_-1204543680', u'CAST_-1204542713'), (u'LOAD_-1204544102', u'INT_ADD_-1204544079'), (u'CAST_-1204542519', u'STORE_-1204543394'), (u'CALL_-1204543759', u'INDIRECT_-1204542962'), (u'LOAD_-1204543332', u'MULTIEQUAL_-1204542828'), ('const-0', u'INT_EQUAL_-1204543481'), ('const--8', u'INT_ADD_-1204543463'), (u'PTRADD_-1204543650', u'STORE_-1204543710'), ('const-40', u'INT_ADD_-1204543834'), ('const-1', u'INT_SLESS_-1204543411'), (u'CAST_-1204542810', u'STORE_-1204543848'), (u'INT_EQUAL_-1204543481', u'CBRANCH_-1204543474'), (u'CAST_-1204542557', u'LOAD_-1204543473'), (u'CALLIND_-1204543785', u'INDIRECT_-1204542979'), (u'INDIRECT_-1204543070', u'INT_EQUAL_-1204543476'), ('const-136', u'INT_ADD_-1204544142'), ('const-16', u'INT_ADD_-1204544118'), (u'LOAD_-1204544192', u'CALLIND_-1204544182'), (u'INDIRECT_-1204542860', u'MULTIEQUAL_-1204543041'), (u'INT_NOTEQUAL_-1204543669', u'CBRANCH_-1204543667'), (u'INT_ADD_-1204543967', u'CAST_-1204542891'), (u'INT_ADD_-1204543316', u'CAST_-1204542520'), (u'INT_ADD_-1204543925', u'CAST_-1204542863'), (u'CAST_-1204542896', u'INT_NOTEQUAL_-1204543962'), (u'INDIRECT_-1204542968', u'INT_ADD_-1204543827'), (u'PTRSUB_-1204542821', u'CAST_-1204542795'), ('const--8', u'INT_ADD_-1204543316'), ('const-40', u'INT_ADD_-1204544107'), (u'CALLIND_-1204543931', u'INDIRECT_-1204543005'), (u'CALL_-1204543400', u'INDIRECT_-1204542860'), (u'STORE_-1204544156', u'INDIRECT_-1204543186'), (u'CALLIND_-1204544085', u'INDIRECT_-1204543097'), (u'LOAD_-1204543460', u'MULTIEQUAL_-1204542828'), (u'INDIRECT_-1204542849', u'MULTIEQUAL_-1204542838'), (u'CAST_-1204542763', u'LOAD_-1204543778'), ('tmp_1055', u'BRANCH_-1204543406'), ('const-0', u'STORE_-1204544132'), ('tmp_2539', u'INT_ADD_-1204544124'), (u'INT_ADD_-1204543303', u'CAST_-1204542513'), (u'INT_ADD_-1204543762', u'CAST_-1204542763'), (u'CAST_-1204542805', u'CALL_-1204543409'), (u'INDIRECT_-1204543005', u'INT_ADD_-1204543908'), ('tmp_883', u'CBRANCH_-1204543440'), (u'INDIRECT_-1204542883', u'INT_ADD_-1204543393'), ('tmp_340', u'CBRANCH_-1204543960'), (u'CAST_-1204542992', u'STORE_-1204544132'), (u'CAST_-1204542795', u'INT_NOTEQUAL_-1204543816'), (u'CAST_-1204542891', u'STORE_-1204543981'), (u'CAST_-1204542557', u'STORE_-1204543469'), ('const-72', u'INT_ADD_-1204544163'), (u'STORE_-1204544010', u'INDIRECT_-1204543092'), ('tmp_2537', u'CALLIND_-1204544157'), ('tmp_2539', u'INT_ADD_-1204544142'), (u'INT_ADD_-1204543674', u'CAST_-1204542708'), (u'CAST_-1204543035', u'CALL_-1204543869'), ('const-433', u'LOAD_-1204543409'), (u'CALLIND_-1204543785', u'INDIRECT_-1204542920'), (u'INT_ADD_-1204543380', u'CAST_-1204542519'), (u'PTRADD_-1204543796', u'STORE_-1204543856'), ('const-433', u'LOAD_-1204543332'), ('const-32', u'INT_ADD_-1204544079'), (u'LOAD_-1204543255', u'MULTIEQUAL_-1204542881'), (u'STORE_-1204544138', u'INDIRECT_-1204543172'), ('const-433', u'STORE_-1204543688'), (u'CAST_-1204543035', u'CALLIND_-1204543931'), ('const-433', u'LOAD_-1204543924'), (u'CAST_-1204543022', u'STORE_-1204544177'), (u'CAST_-1204542713', u'INT_NOTEQUAL_-1204543669'), ('const-18', u'CALLOTHER_-1204543443'), (u'STORE_-1204543688', u'INDIRECT_-1204542901'), (u'CAST_-1204542943', u'PTRADD_-1204543950'), (u'CAST_-1204542615', u'STORE_-1204543456'), (u'LOAD_-1204543475', u'INT_ADD_-1204543457'), (u'INT_ADD_-1204544096', u'CAST_-1204542974'), (u'CAST_-1204543035', u'CALL_-1204544023'), ('const-3974464', u'PTRSUB_-1204542738'), ('const-433', u'STORE_-1204543856'), (u'CAST_-1204542718', u'STORE_-1204543701'), (u'CALL_-1204543409', u'INDIRECT_-1204542745'), (u'CAST_-1204542520', u'LOAD_-1204543332'), ('tmp_2539', u'INT_ADD_-1204543967'), (u'STORE_-1204543240', u'INDIRECT_-1204542677'), ('const-433', u'LOAD_-1204543941'), (u'LOAD_-1204543778', u'STORE_-1204543688'), ('const-1', u'INT_ADD_-1204543755'), (u'CAST_-1204542514', u'LOAD_-1204543255'), ('const-433', u'STORE_-1204544002'), (u'INDIRECT_-1204543070', u'MULTIEQUAL_-1204543041'), ('const-0', u'STORE_-1204543710'), ('const-4294967295', u'INT_ADD_-1204543444'), (u'CALLIND_-1204544182', u'STORE_-1204544177'), ('const-433', u'LOAD_-1204544174'), (u'INDIRECT_-1204543060', u'INT_ADD_-1204543441'), (u'CALLIND_-1204543931', u'INDIRECT_-1204543064'), ('tmp_2539', u'INT_ADD_-1204544096'), ('const-433', u'STORE_-1204544177'), ('const--8', u'INT_ADD_-1204543450'), (u'INT_ADD_-1204544118', u'CAST_-1204542992'), ('const-0', u'PTRSUB_-1204542738'), ('const--8', u'INT_ADD_-1204543239'), ('const-1', u'STORE_-1204544156'), (u'INDIRECT_-1204543097', u'INT_ADD_-1204544062'), ('tmp_2539', u'INT_ADD_-1204543821'), (u'CALL_-1204543723', u'INDIRECT_-1204542883'), (u'INT_EQUAL_-1204543494', u'CBRANCH_-1204543487'), (u'INT_ADD_-1204543827', u'CAST_-1204542805'), (u'INDIRECT_-1204542804', u'MULTIEQUAL_-1204542962'), ('const-4294967295', u'INT_ADD_-1204543435'), ('tmp_1111', u'CBRANCH_-1204543469'), ('const-433', u'LOAD_-1204543473'), ('const-1', u'INT_SLESS_-1204543433')] | [('const-433', u'STORE_-1204543710'), ('const-18', u'CALLOTHER_-1204543456'), ('const--8', u'INT_ADD_-1204543393'), ('const-433', u'STORE_-1204544138'), (u'CAST_-1204542800', u'INT_NOTEQUAL_-1204543816'), ('const-17', u'CALLOTHER_-1204543461'), (u'LOAD_-1204544174', u'INT_ADD_-1204544151'), (u'PTRSUB_-1204543030', u'CALL_-1204544023'), ('const--8', u'INT_ADD_-1204543226'), (u'INT_SLESS_-1204543420', u'CBRANCH_-1204543427'), ('const-73', u'INT_ADD_-1204544124'), (u'INT_EQUAL_-1204543476', u'CBRANCH_-1204543469'), ('const-433', u'STORE_-1204544010'), (u'CALL_-1204543905', u'INDIRECT_-1204543043'), (u'CAST_-1204542811', u'STORE_-1204543856'), (u'INT_ADD_-1204543762', u'CAST_-1204542759'), ('const-56', u'INT_ADD_-1204543687'), ('const-0', u'PTRSUB_-1204542899'), (u'INT_ADD_-1204543821', u'CAST_-1204542795'), (u'PTRSUB_-1204543030', u'CALL_-1204543723'), ('tmp_2558', u'PTRSUB_-1204542623'), ('const-4294967295', u'INT_ADD_-1204543232'), (u'INT_ADD_-1204543842', u'CAST_-1204542811'), (u'LOAD_-1204543924', u'INT_ADD_-1204543901'), (u'STORE_-1204543469', u'INDIRECT_-1204542749'), ('const--24', u'INT_ADD_-1204544062'), (u'CAST_-1204542714', u'STORE_-1204543701'), (u'CALL_-1204544059', u'INT_ADD_-1204543996'), (u'CAST_-1204542709', u'INT_NOTEQUAL_-1204543669'), ('tmp_1197', u'CBRANCH_-1204543418'), ('const-433', u'LOAD_-1204543956'), ('const--8', u'INT_ADD_-1204543380'), ('const--24', u'INT_ADD_-1204543973'), (u'CAST_-1204542990', u'STORE_-1204544138'), (u'STORE_-1204544177', u'INDIRECT_-1204543193'), (u'CAST_-1204542955', u'LOAD_-1204544095'), ('tmp_2565', u'INT_ADD_-1204543674'), (u'CALL_-1204543400', u'INDIRECT_-1204542856'), ('const--8', u'INT_ADD_-1204543303'), (u'INT_ADD_-1204543996', u'CAST_-1204542908'), (u'PTRSUB_-1204542899', u'INT_NOTEQUAL_-1204543962'), ('const-56', u'INT_ADD_-1204544096'), (u'PTRSUB_-1204542574', u'CALL_-1204543422'), ('const-1', u'INT_SLESS_-1204543433'), (u'INT_ADD_-1204543309', u'STORE_-1204543317'), (u'CALLIND_-1204543931', u'INDIRECT_-1204543001'), (u'INDIRECT_-1204542964', u'INT_ADD_-1204543450'), (u'CAST_-1204542672', u'LOAD_-1204543453'), (u'CALL_-1204543759', u'INT_ADD_-1204543696'), (u'INT_ADD_-1204543901', u'CALL_-1204543905'), ('const-433', u'STORE_-1204544002'), (u'PTRSUB_-1204542734', u'INT_NOTEQUAL_-1204543669'), ('const-0', u'STORE_-1204544010'), (u'CALL_-1204544059', u'CALL_-1204544023'), (u'INT_ADD_-1204543755', u'CALL_-1204543759'), ('const-433', u'LOAD_-1204543778'), (u'CAST_-1204542946', u'LOAD_-1204544078'), (u'CALLIND_-1204544182', u'INDIRECT_-1204543155'), ('const-17', u'CALLOTHER_-1204543474'), ('const-433', u'LOAD_-1204543924'), (u'LOAD_-1204544167', u'CALLIND_-1204544157'), (u'INDIRECT_-1204542897', u'MULTIEQUAL_-1204542882'), ('tmp_2558', u'PTRSUB_-1204542676'), ('const-1', u'STORE_-1204544156'), (u'INT_SLESS_-1204543411', u'CBRANCH_-1204543418'), ('const-0', u'PTRSUB_-1204542817'), ('const-433', u'STORE_-1204543835'), (u'INDIRECT_-1204542800', u'MULTIEQUAL_-1204542958'), (u'INT_ADD_-1204544142', u'CAST_-1204543004'), (u'STORE_-1204543981', u'INDIRECT_-1204543066'), ('const-433', u'STORE_-1204544156'), ('tmp_1239', u'BRANCH_-1204543235'), (u'LOAD_-1204543778', u'INT_ADD_-1204543696'), ('tmp_2565', u'INT_ADD_-1204544096'), ('const-0', u'CALL_-1204544023'), (u'LOAD_-1204543924', u'STORE_-1204543835'), ('const-1', u'INT_ADD_-1204543901'), (u'CAST_-1204542986', u'STORE_-1204544132'), (u'STORE_-1204544010', u'INDIRECT_-1204543088'), (u'INT_ADD_-1204543441', u'CAST_-1204542672'), (u'MULTIEQUAL_-1204542834', u'MULTIEQUAL_-1204543037'), (u'CALL_-1204543422', u'INDIRECT_-1204542748'), (u'INT_NOTEQUAL_-1204543816', u'CBRANCH_-1204543814'), (u'LOAD_-1204543810', u'INT_ADD_-1204543779'), (u'CALLIND_-1204544157', u'INDIRECT_-1204543200'), ('const-1', u'INT_SLESS_-1204543420'), (u'CALL_-1204543409', u'INDIRECT_-1204542800'), (u'INT_ADD_-1204543393', u'CAST_-1204542523'), (u'LOAD_-1204543956', u'INT_ADD_-1204543925'), (u'CAST_-1204542516', u'STORE_-1204543394'), (u'INDIRECT_-1204542879', u'INT_ADD_-1204543463'), ('const-1', u'INT_ADD_-1204544055'), (u'CAST_-1204542805', u'STORE_-1204543848'), ('const-433', u'STORE_-1204543317'), ('tmp_2565', u'INT_ADD_-1204544124'), (u'LOAD_-1204543255', u'MULTIEQUAL_-1204542878'), (u'STORE_-1204543856', u'INDIRECT_-1204542997'), (u'LOAD_-1204543453', u'INT_ADD_-1204543435'), ('const-433', u'STORE_-1204543981'), ('tmp_2563', u'LOAD_-1204543810'), (u'CAST_-1204543004', u'STORE_-1204544156'), ('const-0', u'INT_EQUAL_-1204543494'), (u'INDIRECT_-1204543056', u'INT_ADD_-1204543226'), ('const-433', u'STORE_-1204544121'), ('const--65', u'PTRSUB_-1204542676'), (u'LOAD_-1204543778', u'CALL_-1204543723'), (u'CAST_-1204542502', u'STORE_-1204543240'), ('tmp_1040', u'CBRANCH_-1204543427'), (u'STORE_-1204543447', u'INDIRECT_-1204542845'), (u'MULTIEQUAL_-1204542878', u'INT_SLESS_-1204543411'), ('tmp_2563', u'CALLIND_-1204543931'), ('tmp_2565', u'INT_ADD_-1204544107'), ('const-18', u'CALLOTHER_-1204543434'), ('const-433', u'LOAD_-1204543462'), (u'LOAD_-1204544078', u'STORE_-1204543981'), ('const-433', u'LOAD_-1204543332'), (u'INDIRECT_-1204542709', u'MULTIEQUAL_-1204542738'), (u'STORE_-1204543835', u'INDIRECT_-1204542982'), (u'INDIRECT_-1204543066', u'MULTIEQUAL_-1204543037'), ('const--65', u'PTRSUB_-1204542574'), (u'CAST_-1204542759', u'LOAD_-1204543778'), (u'CALL_-1204544059', u'INDIRECT_-1204543135'), ('const-0', u'STORE_-1204544110'), ('tmp_2563', u'CALLIND_-1204544085'), ('tmp_2563', u'LOAD_-1204544205'), ('const-433', u'LOAD_-1204543255'), (u'STORE_-1204543848', u'INDIRECT_-1204542991'), (u'INT_NOTEQUAL_-1204543962', u'CBRANCH_-1204543960'), ('tmp_797', u'CBRANCH_-1204543487'), ('tmp_674', u'CBRANCH_-1204543667'), (u'CALL_-1204543759', u'STORE_-1204543701'), (u'CALL_-1204543759', u'INDIRECT_-1204542899'), (u'CALL_-1204543400', u'INDIRECT_-1204542797'), (u'STORE_-1204543456', u'INDIRECT_-1204542795'), (u'INT_ADD_-1204543444', u'STORE_-1204543456'), (u'CALLIND_-1204544157', u'INDIRECT_-1204543141'), (u'LOAD_-1204543332', u'INT_ADD_-1204543309'), (u'INT_ADD_-1204543239', u'CAST_-1204542509'), (u'MULTIEQUAL_-1204542882', u'COPY_-1204542949'), ('tmp_1082', u'BRANCH_-1204543312'), (u'LOAD_-1204544078', u'INT_ADD_-1204544055'), (u'INDIRECT_-1204542964', u'INT_ADD_-1204543316'), ('const--65', u'PTRSUB_-1204542623'), (u'INDIRECT_-1204543001', u'INT_ADD_-1204543908'), ('const--24', u'INT_ADD_-1204543908'), ('const-433', u'LOAD_-1204543795'), ('tmp_507', u'CBRANCH_-1204543814'), (u'CAST_-1204543023', u'LOAD_-1204544192'), (u'CALLIND_-1204544157', u'STORE_-1204544138'), ('tmp_954', u'CBRANCH_-1204543474'), ('tmp_2563', u'CALLIND_-1204543785'), (u'INT_ADD_-1204543386', u'STORE_-1204543394'), (u'INT_ADD_-1204544096', u'CAST_-1204542968'), ('const-433', u'STORE_-1204543447'), ('const--24', u'INT_ADD_-1204543762'), (u'LOAD_-1204543332', u'MULTIEQUAL_-1204542825'), (u'CALL_-1204543759', u'CALL_-1204543723'), (u'INT_ADD_-1204543988', u'CAST_-1204542902'), (u'INDIRECT_-1204542845', u'MULTIEQUAL_-1204542834'), (u'MULTIEQUAL_-1204542738', u'MULTIEQUAL_-1204542882'), (u'INDIRECT_-1204543066', u'INT_EQUAL_-1204543476'), (u'INT_SLESS_-1204543433', u'CBRANCH_-1204543440'), ('const--24', u'INT_ADD_-1204543827'), (u'INDIRECT_-1204542856', u'MULTIEQUAL_-1204543037'), ('const-48', u'INT_ADD_-1204543779'), (u'CALL_-1204544059', u'STORE_-1204544002'), ('const-0', u'STORE_-1204543856'), (u'CAST_-1204542709', u'CALL_-1204543422'), ('const--8', u'INT_ADD_-1204543441'), (u'CAST_-1204542523', u'LOAD_-1204543409'), (u'LOAD_-1204544078', u'CALL_-1204544023'), (u'INT_ADD_-1204543232', u'STORE_-1204543240'), ('const-0', u'CALL_-1204543723'), (u'CALLIND_-1204544182', u'INDIRECT_-1204543214'), ('const-0', u'INT_EQUAL_-1204543481'), (u'CAST_-1204542890', u'INT_NOTEQUAL_-1204543962'), ('const-433', u'LOAD_-1204544167'), (u'CALLIND_-1204543785', u'INDIRECT_-1204542916'), (u'CALL_-1204543905', u'CALL_-1204543869'), (u'CAST_-1204542977', u'STORE_-1204544121'), (u'LOAD_-1204543778', u'INT_ADD_-1204543755'), (u'INDIRECT_-1204542748', u'MULTIEQUAL_-1204542882'), ('tmp_1212', u'BRANCH_-1204543397'), (u'STORE_-1204544121', u'INDIRECT_-1204543155'), (u'CAST_-1204542509', u'STORE_-1204543317'), ('const-433', u'LOAD_-1204543473'), ('tmp_2565', u'INT_ADD_-1204543988'), (u'PTRSUB_-1204543030', u'CALLIND_-1204544085'), (u'LOAD_-1204544095', u'CALLIND_-1204544085'), (u'CALL_-1204543723', u'INDIRECT_-1204542938'), ('tmp_2565', u'INT_ADD_-1204543821'), (u'INDIRECT_-1204542749', u'MULTIEQUAL_-1204542738'), (u'STORE_-1204543688', u'INDIRECT_-1204542897'), ('const-433', u'LOAD_-1204544174'), ('const-48', u'INT_ADD_-1204543821'), (u'CALL_-1204544059', u'INDIRECT_-1204543076'), (u'LOAD_-1204543924', u'CALL_-1204543869'), (u'CAST_-1204542554', u'STORE_-1204543469'), ('const-3974464', u'PTRSUB_-1204542899'), (u'CAST_-1204542908', u'STORE_-1204544010'), (u'STORE_-1204543710', u'INDIRECT_-1204542913'), (u'LOAD_-1204543409', u'INT_ADD_-1204543386'), ('tmp_2563', u'LOAD_-1204543956'), ('const-0', u'STORE_-1204543710'), (u'LOAD_-1204543409', u'MULTIEQUAL_-1204542776'), ('const-24', u'INT_ADD_-1204543967'), ('const-0', u'RETURN_-1204543610'), (u'INT_ADD_-1204543925', u'CAST_-1204542858'), (u'INT_ADD_-1204543463', u'CAST_-1204542554'), (u'CALL_-1204543759', u'INDIRECT_-1204542958'), (u'INDIRECT_-1204542879', u'INT_ADD_-1204543393'), (u'INDIRECT_-1204542691', u'MULTIEQUAL_-1204542784'), ('const-433', u'LOAD_-1204543941'), (u'INT_ADD_-1204544151', u'CAST_-1204543008'), (u'CAST_-1204543016', u'STORE_-1204544177'), (u'INT_ADD_-1204543226', u'CAST_-1204542502'), (u'INT_ADD_-1204544062', u'CAST_-1204542946'), ('const-0', u'CALL_-1204543869'), (u'INT_ADD_-1204543303', u'CAST_-1204542509'), (u'LOAD_-1204543255', u'INT_ADD_-1204543232'), (u'PTRSUB_-1204543030', u'CALLIND_-1204543785'), ('tmp_2563', u'LOAD_-1204544102'), ('const-16', u'INT_ADD_-1204544176'), (u'STORE_-1204544002', u'INDIRECT_-1204543082'), (u'INDIRECT_-1204542982', u'INT_EQUAL_-1204543481'), ('const-4294967295', u'INT_ADD_-1204543457'), (u'CALL_-1204543723', u'INDIRECT_-1204542879'), (u'INDIRECT_-1204542964', u'MULTIEQUAL_-1204542922'), (u'LOAD_-1204543941', u'CALLIND_-1204543931'), ('const-17', u'CALLOTHER_-1204543452'), (u'CAST_-1204542516', u'LOAD_-1204543332'), ('const-64', u'INT_ADD_-1204543674'), ('const-24', u'INT_ADD_-1204544151'), ('tmp_898', u'BRANCH_-1204543419'), (u'CALLIND_-1204544085', u'INDIRECT_-1204543152'), (u'INT_ADD_-1204543457', u'STORE_-1204543469'), (u'CALL_-1204543905', u'STORE_-1204543848'), (u'CAST_-1204542795', u'STORE_-1204543835'), (u'INT_ADD_-1204543316', u'CAST_-1204542516'), (u'INT_ADD_-1204544163', u'CAST_-1204543016'), ('tmp_925', u'BRANCH_-1204543389'), (u'LOAD_-1204544205', u'INT_ADD_-1204544176'), (u'INT_ADD_-1204543908', u'CAST_-1204542849'), ('const-433', u'STORE_-1204543456'), ('tmp_2558', u'PTRSUB_-1204542574'), (u'INT_ADD_-1204543696', u'CAST_-1204542721'), (u'CALLIND_-1204543785', u'INDIRECT_-1204542975'), (u'LOAD_-1204543462', u'INT_ADD_-1204543444'), (u'CAST_-1204542554', u'LOAD_-1204543473'), (u'LOAD_-1204543795', u'CALLIND_-1204543785'), ('const-433', u'LOAD_-1204544078'), ('const--64', u'PTRSUB_-1204543030'), (u'PTRSUB_-1204542817', u'INT_NOTEQUAL_-1204543816'), ('const-433', u'STORE_-1204543701'), (u'INT_ADD_-1204544055', u'CALL_-1204544059'), ('const-40', u'INT_ADD_-1204543925'), (u'INDIRECT_-1204542879', u'INT_ADD_-1204543380'), ('tmp_2565', u'INT_ADD_-1204544163'), (u'INDIRECT_-1204543056', u'MULTIEQUAL_-1204543002'), (u'CAST_-1204542611', u'STORE_-1204543456'), ('const-433', u'LOAD_-1204544102'), (u'INT_ADD_-1204543435', u'STORE_-1204543447'), ('const-0', u'STORE_-1204544121'), (u'CAST_-1204542858', u'LOAD_-1204543941'), (u'MULTIEQUAL_-1204542784', u'MULTIEQUAL_-1204542958'), (u'INDIRECT_-1204543093', u'INT_ADD_-1204544062'), ('const-16', u'INT_ADD_-1204543988'), (u'CALL_-1204543869', u'INDIRECT_-1204543023'), ('tmp_2565', u'INT_ADD_-1204544142'), ('const--24', u'INT_ADD_-1204543680'), ('tmp_2565', u'INT_ADD_-1204544118'), (u'STORE_-1204543394', u'INDIRECT_-1204542709'), (u'CALL_-1204544023', u'INDIRECT_-1204543115'), ('tmp_2563', u'CALLIND_-1204544157'), (u'LOAD_-1204544102', u'INT_ADD_-1204544079'), ('const-3974464', u'PTRSUB_-1204542734'), ('const-4294967295', u'INT_ADD_-1204543309'), (u'INDIRECT_-1204542964', u'INT_ADD_-1204543303'), (u'INT_ADD_-1204543450', u'CAST_-1204542611'), (u'LOAD_-1204543460', u'MULTIEQUAL_-1204542825'), ('const--8', u'INT_ADD_-1204543463'), ('const-433', u'STORE_-1204543240'), ('const-40', u'INT_ADD_-1204543834'), ('const-433', u'STORE_-1204544132'), (u'INDIRECT_-1204542982', u'MULTIEQUAL_-1204542958'), (u'INT_EQUAL_-1204543481', u'CBRANCH_-1204543474'), (u'STORE_-1204544138', u'INDIRECT_-1204543168'), (u'INT_ADD_-1204544176', u'CAST_-1204543023'), ('const-136', u'INT_ADD_-1204544142'), ('const-16', u'INT_ADD_-1204544118'), (u'INT_ADD_-1204544079', u'CAST_-1204542955'), (u'INDIRECT_-1204542673', u'MULTIEQUAL_-1204542834'), (u'LOAD_-1204544192', u'CALLIND_-1204544182'), (u'INT_NOTEQUAL_-1204543669', u'CBRANCH_-1204543667'), (u'INT_ADD_-1204543687', u'CAST_-1204542714'), (u'STORE_-1204544110', u'INDIRECT_-1204543146'), ('const--8', u'INT_ADD_-1204543316'), ('const-40', u'INT_ADD_-1204544107'), ('tmp_2565', u'INT_ADD_-1204543687'), (u'LOAD_-1204543473', u'MULTIEQUAL_-1204542776'), (u'INDIRECT_-1204542964', u'INT_ADD_-1204543827'), ('const-4294967295', u'INT_ADD_-1204543444'), (u'CAST_-1204542611', u'LOAD_-1204543462'), (u'INDIRECT_-1204542795', u'MULTIEQUAL_-1204542784'), (u'CALL_-1204544023', u'INDIRECT_-1204543056'), (u'MULTIEQUAL_-1204542776', u'INT_SLESS_-1204543433'), ('tmp_2565', u'INT_ADD_-1204543967'), (u'CALLIND_-1204543931', u'INDIRECT_-1204543060'), ('const-0', u'INT_EQUAL_-1204543476'), ('const-433', u'LOAD_-1204543409'), (u'CAST_-1204542890', u'CALL_-1204543400'), ('tmp_1055', u'BRANCH_-1204543406'), (u'INT_ADD_-1204543779', u'CAST_-1204542768'), ('tmp_883', u'CBRANCH_-1204543440'), ('tmp_340', u'CBRANCH_-1204543960'), (u'INT_ADD_-1204543967', u'CAST_-1204542885'), (u'INDIRECT_-1204542879', u'INT_ADD_-1204543680'), (u'INT_ADD_-1204544118', u'CAST_-1204542986'), ('const-433', u'LOAD_-1204543451'), ('const-72', u'INT_ADD_-1204544163'), ('const-0', u'PTRSUB_-1204542734'), ('tmp_2563', u'LOAD_-1204544174'), ('const-433', u'STORE_-1204543394'), ('const-433', u'LOAD_-1204543460'), (u'STORE_-1204543317', u'INDIRECT_-1204542691'), (u'LOAD_-1204544078', u'INT_ADD_-1204543996'), (u'INDIRECT_-1204542897', u'INT_EQUAL_-1204543494'), (u'CALL_-1204543905', u'INT_ADD_-1204543842'), (u'INT_ADD_-1204543827', u'CAST_-1204542800'), (u'STORE_-1204544156', u'INDIRECT_-1204543182'), (u'CAST_-1204542672', u'STORE_-1204543447'), (u'CAST_-1204542672', u'LOAD_-1204543451'), ('const-32', u'INT_ADD_-1204544079'), ('const-1', u'INT_SLESS_-1204543411'), (u'CALLIND_-1204544085', u'INDIRECT_-1204543093'), (u'CALL_-1204543869', u'INDIRECT_-1204542964'), (u'CAST_-1204542509', u'LOAD_-1204543255'), ('const-433', u'LOAD_-1204544192'), (u'CAST_-1204542704', u'STORE_-1204543688'), (u'INT_ADD_-1204543834', u'CAST_-1204542805'), ('const-433', u'STORE_-1204543856'), (u'INT_ADD_-1204544124', u'CAST_-1204542990'), ('const-433', u'STORE_-1204543469'), (u'CAST_-1204542800', u'CALL_-1204543409'), (u'STORE_-1204543240', u'INDIRECT_-1204542673'), (u'INT_ADD_-1204543973', u'CAST_-1204542890'), ('const-18', u'CALLOTHER_-1204543443'), (u'INT_ADD_-1204543674', u'CAST_-1204542704'), (u'PTRSUB_-1204542623', u'CALL_-1204543409'), (u'INT_ADD_-1204543680', u'CAST_-1204542709'), ('const-433', u'STORE_-1204544110'), ('const-433', u'LOAD_-1204543810'), (u'PTRSUB_-1204542676', u'CALL_-1204543400'), (u'CALL_-1204543905', u'INDIRECT_-1204542984'), ('const-4294967295', u'INT_ADD_-1204543386'), (u'LOAD_-1204543451', u'MULTIEQUAL_-1204542878'), (u'CAST_-1204542968', u'STORE_-1204544110'), (u'LOAD_-1204543475', u'INT_ADD_-1204543457'), (u'CAST_-1204542611', u'LOAD_-1204543460'), ('tmp_2565', u'INT_ADD_-1204543834'), (u'INDIRECT_-1204543056', u'INT_ADD_-1204543973'), ('const-433', u'STORE_-1204543848'), (u'CAST_-1204542721', u'STORE_-1204543710'), (u'MULTIEQUAL_-1204542825', u'INT_SLESS_-1204543420'), (u'LOAD_-1204543778', u'STORE_-1204543688'), (u'CAST_-1204543008', u'LOAD_-1204544167'), ('const-1', u'INT_ADD_-1204543755'), (u'INDIRECT_-1204542741', u'MULTIEQUAL_-1204542922'), (u'CAST_-1204542554', u'LOAD_-1204543475'), ('const-433', u'STORE_-1204544177'), ('const-433', u'LOAD_-1204544205'), (u'CALLIND_-1204544182', u'STORE_-1204544177'), (u'CAST_-1204542849', u'LOAD_-1204543924'), (u'STORE_-1204544132', u'INDIRECT_-1204543164'), (u'CAST_-1204542885', u'STORE_-1204543981'), ('const-433', u'LOAD_-1204543475'), ('const-433', u'STORE_-1204543688'), (u'INDIRECT_-1204542916', u'INT_ADD_-1204543762'), ('const-0', u'STORE_-1204544132'), ('const-433', u'LOAD_-1204544095'), (u'INT_ADD_-1204544107', u'CAST_-1204542977'), ('const--8', u'INT_ADD_-1204543450'), ('const-4294967295', u'INT_ADD_-1204543435'), (u'INDIRECT_-1204543056', u'INT_ADD_-1204543441'), ('const--8', u'INT_ADD_-1204543239'), ('const-3974464', u'PTRSUB_-1204542817'), (u'PTRSUB_-1204543030', u'CALL_-1204543869'), ('const-433', u'LOAD_-1204543453'), (u'LOAD_-1204543924', u'INT_ADD_-1204543842'), (u'PTRSUB_-1204543030', u'CALLIND_-1204543931'), (u'CALL_-1204543409', u'INDIRECT_-1204542741'), (u'INT_EQUAL_-1204543494', u'CBRANCH_-1204543487'), (u'INDIRECT_-1204543056', u'INT_ADD_-1204543239'), (u'INT_ADD_-1204543380', u'CAST_-1204542516'), (u'STORE_-1204543701', u'INDIRECT_-1204542906'), (u'CAST_-1204542902', u'STORE_-1204544002'), (u'CAST_-1204542768', u'LOAD_-1204543795'), ('tmp_2558', u'PTRSUB_-1204543030'), ('tmp_1111', u'CBRANCH_-1204543469'), (u'INDIRECT_-1204542797', u'MULTIEQUAL_-1204543002')] | null | null | 002b1d00 | x64 | O2 | (translation_unit "void FUN_002b1d00(long *param_1,long param_2)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 uVar4;\n long lVar5;\n undefined1 local_41;\n long local_40 [2];\n \n uVar4 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar4;\n uVar4 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar4;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 002b1d68 to 002b1d7f has its CatchHandler @ 002b1f23 */\n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x10) = lVar5;\n *(long *)(param_2 + 0x18) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x28))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 002b1dc0 to 002b1dd7 has its CatchHandler @ 002b1f1e */\n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x28) = lVar5;\n *(long *)(param_2 + 0x30) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x30))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 002b1e11 to 002b1e28 has its CatchHandler @ 002b1f28 */\n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x38) = lVar5;\n *(long *)(param_2 + 0x40) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n return;\n}\n\n" (function_definition "void FUN_002b1d00(long *param_1,long param_2)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 uVar4;\n long lVar5;\n undefined1 local_41;\n long local_40 [2];\n \n uVar4 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar4;\n uVar4 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar4;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 002b1d68 to 002b1d7f has its CatchHandler @ 002b1f23 */\n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x10) = lVar5;\n *(long *)(param_2 + 0x18) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x28))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 002b1dc0 to 002b1dd7 has its CatchHandler @ 002b1f1e */\n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x28) = lVar5;\n *(long *)(param_2 + 0x30) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x30))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 002b1e11 to 002b1e28 has its CatchHandler @ 002b1f28 */\n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x38) = lVar5;\n *(long *)(param_2 + 0x40) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_002b1d00(long *param_1,long param_2)" identifier (parameter_list "(long *param_1,long param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 uVar4;\n long lVar5;\n undefined1 local_41;\n long local_40 [2];\n \n uVar4 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar4;\n uVar4 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar4;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 002b1d68 to 002b1d7f has its CatchHandler @ 002b1f23 */\n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x10) = lVar5;\n *(long *)(param_2 + 0x18) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x28))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 002b1dc0 to 002b1dd7 has its CatchHandler @ 002b1f1e */\n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x28) = lVar5;\n *(long *)(param_2 + 0x30) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x30))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n /* try { // try from 002b1e11 to 002b1e28 has its CatchHandler @ 002b1f28 */\n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x38) = lVar5;\n *(long *)(param_2 + 0x40) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 uVar4;" type_identifier identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_41;" type_identifier identifier ;) (declaration "long local_40 [2];" (sized_type_specifier "long" long) (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (expression_statement "uVar4 = (**(code **)(*param_1 + 0x10))();" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x10))()" identifier = (call_expression "(**(code **)(*param_1 + 0x10))()" (parenthesized_expression "(**(code **)(*param_1 + 0x10))" ( (pointer_expression "**(code **)(*param_1 + 0x10)" * (pointer_expression "*(code **)(*param_1 + 0x10)" * (cast_expression "(code **)(*param_1 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x10)" ( (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "*(undefined1 *)(param_2 + 0x48) = uVar4;" (assignment_expression "*(undefined1 *)(param_2 + 0x48) = uVar4" (pointer_expression "*(undefined1 *)(param_2 + 0x48)" * (cast_expression "(undefined1 *)(param_2 + 0x48)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar4 = (**(code **)(*param_1 + 0x18))(param_1);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x18))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 0x18))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x18))" ( (pointer_expression "**(code **)(*param_1 + 0x18)" * (pointer_expression "*(code **)(*param_1 + 0x18)" * (cast_expression "(code **)(*param_1 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x18)" ( (binary_expression "*param_1 + 0x18" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "*(undefined1 *)(param_2 + 0x88) = 1;" (assignment_expression "*(undefined1 *)(param_2 + 0x88) = 1" (pointer_expression "*(undefined1 *)(param_2 + 0x88)" * (cast_expression "(undefined1 *)(param_2 + 0x88)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x88)" ( (binary_expression "param_2 + 0x88" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(param_2 + 0x49) = uVar4;" (assignment_expression "*(undefined1 *)(param_2 + 0x49) = uVar4" (pointer_expression "*(undefined1 *)(param_2 + 0x49)" * (cast_expression "(undefined1 *)(param_2 + 0x49)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x49)" ( (binary_expression "param_2 + 0x49" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(param_2 + 0x10) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x10) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x10)" * (cast_expression "(undefined8 *)(param_2 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_2 + 0x28) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x28) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x28)" * (cast_expression "(undefined8 *)(param_2 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_2 + 0x38) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x38) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x38)" * (cast_expression "(undefined8 *)(param_2 + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x38)" ( (binary_expression "param_2 + 0x38" identifier + number_literal) )))) = number_literal) ;) (expression_statement "(**(code **)(*param_1 + 0x20))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x20))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x20))" ( (pointer_expression "**(code **)(*param_1 + 0x20)" * (pointer_expression "*(code **)(*param_1 + 0x20)" * (cast_expression "(code **)(*param_1 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x20)" ( (binary_expression "*param_1 + 0x20" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(local_40,param_1)" ( identifier , identifier ))) ;) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(long *)(local_40[0] + -0x18)" * (cast_expression "(long *)(local_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) comment (expression_statement "lVar5 = thunk_FUN_00275550(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_00275550(lVar3 + 1)" identifier = (call_expression "thunk_FUN_00275550(lVar3 + 1)" identifier (argument_list "(lVar3 + 1)" ( (binary_expression "lVar3 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_002a8e60(local_40,lVar5,lVar3,0);" (call_expression "FUN_002a8e60(local_40,lVar5,lVar3,0)" identifier (argument_list "(local_40,lVar5,lVar3,0)" ( identifier , identifier , identifier , number_literal ))) ;) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" * (cast_expression "(undefined1 *)(lVar5 + lVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + lVar3)" ( (binary_expression "lVar5 + lVar3" identifier + identifier) )))) = number_literal) ;) (expression_statement "*(long *)(param_2 + 0x10) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x10) = lVar5" (pointer_expression "*(long *)(param_2 + 0x10)" * (cast_expression "(long *)(param_2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_2 + 0x18) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x18) = lVar3" (pointer_expression "*(long *)(param_2 + 0x18)" * (cast_expression "(long *)(param_2 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" if (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540)" ( (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_003ca540" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" { (expression_statement "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41)" identifier (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" ( (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) , (pointer_expression "&local_41" & identifier) ))) ;) })) })) (expression_statement "(**(code **)(*param_1 + 0x28))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x28))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x28))" ( (pointer_expression "**(code **)(*param_1 + 0x28)" * (pointer_expression "*(code **)(*param_1 + 0x28)" * (cast_expression "(code **)(*param_1 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x28)" ( (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(local_40,param_1)" ( identifier , identifier ))) ;) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(long *)(local_40[0] + -0x18)" * (cast_expression "(long *)(local_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) comment (expression_statement "lVar5 = thunk_FUN_00275550(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_00275550(lVar3 + 1)" identifier = (call_expression "thunk_FUN_00275550(lVar3 + 1)" identifier (argument_list "(lVar3 + 1)" ( (binary_expression "lVar3 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_002a8e60(local_40,lVar5,lVar3,0);" (call_expression "FUN_002a8e60(local_40,lVar5,lVar3,0)" identifier (argument_list "(local_40,lVar5,lVar3,0)" ( identifier , identifier , identifier , number_literal ))) ;) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" * (cast_expression "(undefined1 *)(lVar5 + lVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + lVar3)" ( (binary_expression "lVar5 + lVar3" identifier + identifier) )))) = number_literal) ;) (expression_statement "*(long *)(param_2 + 0x28) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x28) = lVar5" (pointer_expression "*(long *)(param_2 + 0x28)" * (cast_expression "(long *)(param_2 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_2 + 0x30) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x30) = lVar3" (pointer_expression "*(long *)(param_2 + 0x30)" * (cast_expression "(long *)(param_2 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" if (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540)" ( (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_003ca540" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" { (expression_statement "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41)" identifier (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" ( (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) , (pointer_expression "&local_41" & identifier) ))) ;) })) })) (expression_statement "(**(code **)(*param_1 + 0x30))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x30))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x30))" ( (pointer_expression "**(code **)(*param_1 + 0x30)" * (pointer_expression "*(code **)(*param_1 + 0x30)" * (cast_expression "(code **)(*param_1 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x30)" ( (binary_expression "*param_1 + 0x30" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(local_40,param_1)" ( identifier , identifier ))) ;) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(long *)(local_40[0] + -0x18)" * (cast_expression "(long *)(local_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) comment (expression_statement "lVar5 = thunk_FUN_00275550(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_00275550(lVar3 + 1)" identifier = (call_expression "thunk_FUN_00275550(lVar3 + 1)" identifier (argument_list "(lVar3 + 1)" ( (binary_expression "lVar3 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_002a8e60(local_40,lVar5,lVar3,0);" (call_expression "FUN_002a8e60(local_40,lVar5,lVar3,0)" identifier (argument_list "(local_40,lVar5,lVar3,0)" ( identifier , identifier , identifier , number_literal ))) ;) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" * (cast_expression "(undefined1 *)(lVar5 + lVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + lVar3)" ( (binary_expression "lVar5 + lVar3" identifier + identifier) )))) = number_literal) ;) (expression_statement "*(long *)(param_2 + 0x38) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x38) = lVar5" (pointer_expression "*(long *)(param_2 + 0x38)" * (cast_expression "(long *)(param_2 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x38)" ( (binary_expression "param_2 + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_2 + 0x40) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x40) = lVar3" (pointer_expression "*(long *)(param_2 + 0x40)" * (cast_expression "(long *)(param_2 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x40)" ( (binary_expression "param_2 + 0x40" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" if (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540)" ( (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_003ca540" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" { (expression_statement "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41)" identifier (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" ( (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) , (pointer_expression "&local_41" & identifier) ))) ;) })) })) (return_statement "return;" return ;) }))) | (translation_unit "/* void std::__facet_shims::__numpunct_fill_cache<char>(std::integral_constant<bool, false>,\n std::locale::facet const*, std::__numpunct_cache<char>*) */\n\nvoid std::__facet_shims::__numpunct_fill_cache<char>(long *param_1,long param_2)\n\n{\n int *piVar1;\n ulong uVar2;\n undefined1 uVar3;\n char *pcVar4;\n int iVar5;\n long local_40 [2];\n \n uVar3 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar3;\n uVar3 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar3;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))((string *)local_40,param_1);\n uVar2 = *(ulong *)(local_40[0] + -0x18);\n /* try { // try from 002b1d68 to 002b1d7f has its CatchHandler @ 002b1f23 */\n pcVar4 = (char *)operator_new__(uVar2 + 1);\n std::string::copy((string *)local_40,pcVar4,uVar2,0);\n pcVar4[uVar2] = '\0';\n *(char **)(param_2 + 0x10) = pcVar4;\n *(ulong *)(param_2 + 0x18) = uVar2;\n if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }\n (**(code **)(*param_1 + 0x28))((string *)local_40,param_1);\n uVar2 = *(ulong *)(local_40[0] + -0x18);\n /* try { // try from 002b1dc0 to 002b1dd7 has its CatchHandler @ 002b1f1e */\n pcVar4 = (char *)operator_new__(uVar2 + 1);\n std::string::copy((string *)local_40,pcVar4,uVar2,0);\n pcVar4[uVar2] = '\0';\n *(char **)(param_2 + 0x28) = pcVar4;\n *(ulong *)(param_2 + 0x30) = uVar2;\n if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }\n (**(code **)(*param_1 + 0x30))((string *)local_40,param_1);\n uVar2 = *(ulong *)(local_40[0] + -0x18);\n /* try { // try from 002b1e11 to 002b1e28 has its CatchHandler @ 002b1f28 */\n pcVar4 = (char *)operator_new__(uVar2 + 1);\n std::string::copy((string *)local_40,pcVar4,uVar2,0);\n pcVar4[uVar2] = '\0';\n *(char **)(param_2 + 0x38) = pcVar4;\n *(ulong *)(param_2 + 0x40) = uVar2;\n if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }\n return;\n}\n\n" comment (declaration "void std::__facet_shims::__numpunct_fill_cache<char>(long *param_1,long param_2)\n\n{\n int *piVar1;" primitive_type (ERROR "std::__facet_shims::__numpunct_fill_cache<char>(long" identifier : : identifier : : identifier < primitive_type > ( long) (pointer_declarator "*param_1" * identifier) , (ERROR "long param_2)\n\n{\n int" identifier identifier ) { primitive_type) (pointer_declarator "*piVar1" * identifier) ;) (declaration "ulong uVar2;" type_identifier identifier ;) (declaration "undefined1 uVar3;" type_identifier identifier ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (declaration "int iVar5;" primitive_type identifier ;) (declaration "long local_40 [2];" (sized_type_specifier "long" long) (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (expression_statement "uVar3 = (**(code **)(*param_1 + 0x10))();" (assignment_expression "uVar3 = (**(code **)(*param_1 + 0x10))()" identifier = (call_expression "(**(code **)(*param_1 + 0x10))()" (parenthesized_expression "(**(code **)(*param_1 + 0x10))" ( (pointer_expression "**(code **)(*param_1 + 0x10)" * (pointer_expression "*(code **)(*param_1 + 0x10)" * (cast_expression "(code **)(*param_1 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x10)" ( (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "*(undefined1 *)(param_2 + 0x48) = uVar3;" (assignment_expression "*(undefined1 *)(param_2 + 0x48) = uVar3" (pointer_expression "*(undefined1 *)(param_2 + 0x48)" * (cast_expression "(undefined1 *)(param_2 + 0x48)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar3 = (**(code **)(*param_1 + 0x18))(param_1);" (assignment_expression "uVar3 = (**(code **)(*param_1 + 0x18))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 0x18))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x18))" ( (pointer_expression "**(code **)(*param_1 + 0x18)" * (pointer_expression "*(code **)(*param_1 + 0x18)" * (cast_expression "(code **)(*param_1 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x18)" ( (binary_expression "*param_1 + 0x18" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "*(undefined1 *)(param_2 + 0x88) = 1;" (assignment_expression "*(undefined1 *)(param_2 + 0x88) = 1" (pointer_expression "*(undefined1 *)(param_2 + 0x88)" * (cast_expression "(undefined1 *)(param_2 + 0x88)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x88)" ( (binary_expression "param_2 + 0x88" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(param_2 + 0x49) = uVar3;" (assignment_expression "*(undefined1 *)(param_2 + 0x49) = uVar3" (pointer_expression "*(undefined1 *)(param_2 + 0x49)" * (cast_expression "(undefined1 *)(param_2 + 0x49)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x49)" ( (binary_expression "param_2 + 0x49" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(param_2 + 0x10) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x10) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x10)" * (cast_expression "(undefined8 *)(param_2 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_2 + 0x28) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x28) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x28)" * (cast_expression "(undefined8 *)(param_2 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_2 + 0x38) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x38) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x38)" * (cast_expression "(undefined8 *)(param_2 + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x38)" ( (binary_expression "param_2 + 0x38" identifier + number_literal) )))) = number_literal) ;) (expression_statement "(**(code **)(*param_1 + 0x20))((string *)local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x20))((string *)local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x20))" ( (pointer_expression "**(code **)(*param_1 + 0x20)" * (pointer_expression "*(code **)(*param_1 + 0x20)" * (cast_expression "(code **)(*param_1 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x20)" ( (binary_expression "*param_1 + 0x20" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "((string *)local_40,param_1)" ( (cast_expression "(string *)local_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (expression_statement "uVar2 = *(ulong *)(local_40[0] + -0x18);" (assignment_expression "uVar2 = *(ulong *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(ulong *)(local_40[0] + -0x18)" * (cast_expression "(ulong *)(local_40[0] + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) comment (expression_statement "pcVar4 = (char *)operator_new__(uVar2 + 1);" (assignment_expression "pcVar4 = (char *)operator_new__(uVar2 + 1)" identifier = (cast_expression "(char *)operator_new__(uVar2 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new__(uVar2 + 1)" identifier (argument_list "(uVar2 + 1)" ( (binary_expression "uVar2 + 1" identifier + number_literal) ))))) ;) (labeled_statement "std::string::copy((string *)local_40,pcVar4,uVar2,0);" statement_identifier : (ERROR ":" :) (labeled_statement "string::copy((string *)local_40,pcVar4,uVar2,0);" statement_identifier : (ERROR ":" :) (expression_statement "copy((string *)local_40,pcVar4,uVar2,0);" (call_expression "copy((string *)local_40,pcVar4,uVar2,0)" identifier (argument_list "((string *)local_40,pcVar4,uVar2,0)" ( (cast_expression "(string *)local_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , identifier , number_literal ))) ;))) (expression_statement "pcVar4[uVar2] = '\0';" (assignment_expression "pcVar4[uVar2] = '\0'" (subscript_expression "pcVar4[uVar2]" identifier [ identifier ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "*(char **)(param_2 + 0x10) = pcVar4;" (assignment_expression "*(char **)(param_2 + 0x10) = pcVar4" (pointer_expression "*(char **)(param_2 + 0x10)" * (cast_expression "(char **)(param_2 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(ulong *)(param_2 + 0x18) = uVar2;" (assignment_expression "*(ulong *)(param_2 + 0x18) = uVar2" (pointer_expression "*(ulong *)(param_2 + 0x18)" * (cast_expression "(ulong *)(param_2 + 0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }" if (parenthesized_expression "((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage)" ( (binary_expression "(allocator *)(local_40[0] + -0x18) != (allocator *)&std" (cast_expression "(allocator *)(local_40[0] + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (cast_expression "(allocator *)&std" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&std" & identifier))) (ERROR "::string::_Rep::_S_empty_rep_storage" : : identifier : : identifier : : identifier) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }" { (expression_statement "iVar5 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar5 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar5 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar5 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar5 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "iVar5 = *piVar1;" (assignment_expression "iVar5 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }" if (parenthesized_expression "(iVar5 < 1)" ( (binary_expression "iVar5 < 1" identifier < number_literal) )) (compound_statement "{\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }" { (labeled_statement "std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (expression_statement "_M_destroy((allocator *)(local_40[0] + -0x18));" (call_expression "_M_destroy((allocator *)(local_40[0] + -0x18))" identifier (argument_list "((allocator *)(local_40[0] + -0x18))" ( (cast_expression "(allocator *)(local_40[0] + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) ))) ;)))) })) })) (expression_statement "(**(code **)(*param_1 + 0x28))((string *)local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x28))((string *)local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x28))" ( (pointer_expression "**(code **)(*param_1 + 0x28)" * (pointer_expression "*(code **)(*param_1 + 0x28)" * (cast_expression "(code **)(*param_1 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x28)" ( (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "((string *)local_40,param_1)" ( (cast_expression "(string *)local_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (expression_statement "uVar2 = *(ulong *)(local_40[0] + -0x18);" (assignment_expression "uVar2 = *(ulong *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(ulong *)(local_40[0] + -0x18)" * (cast_expression "(ulong *)(local_40[0] + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) comment (expression_statement "pcVar4 = (char *)operator_new__(uVar2 + 1);" (assignment_expression "pcVar4 = (char *)operator_new__(uVar2 + 1)" identifier = (cast_expression "(char *)operator_new__(uVar2 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new__(uVar2 + 1)" identifier (argument_list "(uVar2 + 1)" ( (binary_expression "uVar2 + 1" identifier + number_literal) ))))) ;) (labeled_statement "std::string::copy((string *)local_40,pcVar4,uVar2,0);" statement_identifier : (ERROR ":" :) (labeled_statement "string::copy((string *)local_40,pcVar4,uVar2,0);" statement_identifier : (ERROR ":" :) (expression_statement "copy((string *)local_40,pcVar4,uVar2,0);" (call_expression "copy((string *)local_40,pcVar4,uVar2,0)" identifier (argument_list "((string *)local_40,pcVar4,uVar2,0)" ( (cast_expression "(string *)local_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , identifier , number_literal ))) ;))) (expression_statement "pcVar4[uVar2] = '\0';" (assignment_expression "pcVar4[uVar2] = '\0'" (subscript_expression "pcVar4[uVar2]" identifier [ identifier ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "*(char **)(param_2 + 0x28) = pcVar4;" (assignment_expression "*(char **)(param_2 + 0x28) = pcVar4" (pointer_expression "*(char **)(param_2 + 0x28)" * (cast_expression "(char **)(param_2 + 0x28)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(ulong *)(param_2 + 0x30) = uVar2;" (assignment_expression "*(ulong *)(param_2 + 0x30) = uVar2" (pointer_expression "*(ulong *)(param_2 + 0x30)" * (cast_expression "(ulong *)(param_2 + 0x30)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }" if (parenthesized_expression "((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage)" ( (binary_expression "(allocator *)(local_40[0] + -0x18) != (allocator *)&std" (cast_expression "(allocator *)(local_40[0] + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (cast_expression "(allocator *)&std" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&std" & identifier))) (ERROR "::string::_Rep::_S_empty_rep_storage" : : identifier : : identifier : : identifier) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }" { (expression_statement "iVar5 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar5 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar5 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar5 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar5 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "iVar5 = *piVar1;" (assignment_expression "iVar5 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }" if (parenthesized_expression "(iVar5 < 1)" ( (binary_expression "iVar5 < 1" identifier < number_literal) )) (compound_statement "{\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }" { (labeled_statement "std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (expression_statement "_M_destroy((allocator *)(local_40[0] + -0x18));" (call_expression "_M_destroy((allocator *)(local_40[0] + -0x18))" identifier (argument_list "((allocator *)(local_40[0] + -0x18))" ( (cast_expression "(allocator *)(local_40[0] + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) ))) ;)))) })) })) (expression_statement "(**(code **)(*param_1 + 0x30))((string *)local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x30))((string *)local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x30))" ( (pointer_expression "**(code **)(*param_1 + 0x30)" * (pointer_expression "*(code **)(*param_1 + 0x30)" * (cast_expression "(code **)(*param_1 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x30)" ( (binary_expression "*param_1 + 0x30" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "((string *)local_40,param_1)" ( (cast_expression "(string *)local_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier ))) ;) (expression_statement "uVar2 = *(ulong *)(local_40[0] + -0x18);" (assignment_expression "uVar2 = *(ulong *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(ulong *)(local_40[0] + -0x18)" * (cast_expression "(ulong *)(local_40[0] + -0x18)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) comment (expression_statement "pcVar4 = (char *)operator_new__(uVar2 + 1);" (assignment_expression "pcVar4 = (char *)operator_new__(uVar2 + 1)" identifier = (cast_expression "(char *)operator_new__(uVar2 + 1)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new__(uVar2 + 1)" identifier (argument_list "(uVar2 + 1)" ( (binary_expression "uVar2 + 1" identifier + number_literal) ))))) ;) (labeled_statement "std::string::copy((string *)local_40,pcVar4,uVar2,0);" statement_identifier : (ERROR ":" :) (labeled_statement "string::copy((string *)local_40,pcVar4,uVar2,0);" statement_identifier : (ERROR ":" :) (expression_statement "copy((string *)local_40,pcVar4,uVar2,0);" (call_expression "copy((string *)local_40,pcVar4,uVar2,0)" identifier (argument_list "((string *)local_40,pcVar4,uVar2,0)" ( (cast_expression "(string *)local_40" ( (type_descriptor "string *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) , identifier , identifier , number_literal ))) ;))) (expression_statement "pcVar4[uVar2] = '\0';" (assignment_expression "pcVar4[uVar2] = '\0'" (subscript_expression "pcVar4[uVar2]" identifier [ identifier ]) = (char_literal "'\0'" ' escape_sequence ')) ;) (expression_statement "*(char **)(param_2 + 0x38) = pcVar4;" (assignment_expression "*(char **)(param_2 + 0x38) = pcVar4" (pointer_expression "*(char **)(param_2 + 0x38)" * (cast_expression "(char **)(param_2 + 0x38)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x38)" ( (binary_expression "param_2 + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(ulong *)(param_2 + 0x40) = uVar2;" (assignment_expression "*(ulong *)(param_2 + 0x40) = uVar2" (pointer_expression "*(ulong *)(param_2 + 0x40)" * (cast_expression "(ulong *)(param_2 + 0x40)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x40)" ( (binary_expression "param_2 + 0x40" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }" if (parenthesized_expression "((allocator *)(local_40[0] + -0x18) != (allocator *)&std::string::_Rep::_S_empty_rep_storage)" ( (binary_expression "(allocator *)(local_40[0] + -0x18) != (allocator *)&std" (cast_expression "(allocator *)(local_40[0] + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (cast_expression "(allocator *)&std" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&std" & identifier))) (ERROR "::string::_Rep::_S_empty_rep_storage" : : identifier : : identifier : : identifier) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar5 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar5 + -1;\n }" { (expression_statement "iVar5 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar5 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar5 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar5 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar5 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar5 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "iVar5 = *piVar1;" (assignment_expression "iVar5 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar5 < 1) {\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }" if (parenthesized_expression "(iVar5 < 1)" ( (binary_expression "iVar5 < 1" identifier < number_literal) )) (compound_statement "{\n std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));\n }" { (labeled_statement "std::string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "string::_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (labeled_statement "_Rep::_M_destroy((allocator *)(local_40[0] + -0x18));" statement_identifier : (ERROR ":" :) (expression_statement "_M_destroy((allocator *)(local_40[0] + -0x18));" (call_expression "_M_destroy((allocator *)(local_40[0] + -0x18))" identifier (argument_list "((allocator *)(local_40[0] + -0x18))" ( (cast_expression "(allocator *)(local_40[0] + -0x18)" ( (type_descriptor "allocator *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) ))) ;)))) })) })) (return_statement "return;" return ;) (ERROR "}" })) | (translation_unit "void FUN_002b1d00(long *param_1,long param_2)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 uVar4;\n long lVar5;\n undefined1 local_41;\n long local_40 [2];\n \n uVar4 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar4;\n uVar4 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar4;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x10) = lVar5;\n *(long *)(param_2 + 0x18) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x28))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x28) = lVar5;\n *(long *)(param_2 + 0x30) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x30))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x38) = lVar5;\n *(long *)(param_2 + 0x40) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n return;\n}\n\n" (function_definition "void FUN_002b1d00(long *param_1,long param_2)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 uVar4;\n long lVar5;\n undefined1 local_41;\n long local_40 [2];\n \n uVar4 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar4;\n uVar4 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar4;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x10) = lVar5;\n *(long *)(param_2 + 0x18) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x28))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x28) = lVar5;\n *(long *)(param_2 + 0x30) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x30))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x38) = lVar5;\n *(long *)(param_2 + 0x40) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n return;\n}" primitive_type (function_declarator "FUN_002b1d00(long *param_1,long param_2)" identifier (parameter_list "(long *param_1,long param_2)" ( (parameter_declaration "long *param_1" (sized_type_specifier "long" long) (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "long param_2" (sized_type_specifier "long" long) identifier) ))) (compound_statement "{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 uVar4;\n long lVar5;\n undefined1 local_41;\n long local_40 [2];\n \n uVar4 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar4;\n uVar4 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar4;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x10) = lVar5;\n *(long *)(param_2 + 0x18) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x28))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x28) = lVar5;\n *(long *)(param_2 + 0x30) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x30))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x38) = lVar5;\n *(long *)(param_2 + 0x40) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n return;\n}" { (declaration "int *piVar1;" primitive_type (pointer_declarator "*piVar1" * identifier) ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "long lVar3;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 uVar4;" type_identifier identifier ;) (declaration "long lVar5;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined1 local_41;" type_identifier identifier ;) (declaration "long local_40 [2];" (sized_type_specifier "long" long) (array_declarator "local_40 [2]" identifier [ number_literal ]) ;) (expression_statement "uVar4 = (**(code **)(*param_1 + 0x10))();" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x10))()" identifier = (call_expression "(**(code **)(*param_1 + 0x10))()" (parenthesized_expression "(**(code **)(*param_1 + 0x10))" ( (pointer_expression "**(code **)(*param_1 + 0x10)" * (pointer_expression "*(code **)(*param_1 + 0x10)" * (cast_expression "(code **)(*param_1 + 0x10)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x10)" ( (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "()" ( )))) ;) (expression_statement "*(undefined1 *)(param_2 + 0x48) = uVar4;" (assignment_expression "*(undefined1 *)(param_2 + 0x48) = uVar4" (pointer_expression "*(undefined1 *)(param_2 + 0x48)" * (cast_expression "(undefined1 *)(param_2 + 0x48)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x48)" ( (binary_expression "param_2 + 0x48" identifier + number_literal) )))) = identifier) ;) (expression_statement "uVar4 = (**(code **)(*param_1 + 0x18))(param_1);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x18))(param_1)" identifier = (call_expression "(**(code **)(*param_1 + 0x18))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x18))" ( (pointer_expression "**(code **)(*param_1 + 0x18)" * (pointer_expression "*(code **)(*param_1 + 0x18)" * (cast_expression "(code **)(*param_1 + 0x18)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x18)" ( (binary_expression "*param_1 + 0x18" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(param_1)" ( identifier )))) ;) (expression_statement "*(undefined1 *)(param_2 + 0x88) = 1;" (assignment_expression "*(undefined1 *)(param_2 + 0x88) = 1" (pointer_expression "*(undefined1 *)(param_2 + 0x88)" * (cast_expression "(undefined1 *)(param_2 + 0x88)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x88)" ( (binary_expression "param_2 + 0x88" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined1 *)(param_2 + 0x49) = uVar4;" (assignment_expression "*(undefined1 *)(param_2 + 0x49) = uVar4" (pointer_expression "*(undefined1 *)(param_2 + 0x49)" * (cast_expression "(undefined1 *)(param_2 + 0x49)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x49)" ( (binary_expression "param_2 + 0x49" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined8 *)(param_2 + 0x10) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x10) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x10)" * (cast_expression "(undefined8 *)(param_2 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_2 + 0x28) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x28) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x28)" * (cast_expression "(undefined8 *)(param_2 + 0x28)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_2 + 0x38) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x38) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x38)" * (cast_expression "(undefined8 *)(param_2 + 0x38)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x38)" ( (binary_expression "param_2 + 0x38" identifier + number_literal) )))) = number_literal) ;) (expression_statement "(**(code **)(*param_1 + 0x20))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x20))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x20))" ( (pointer_expression "**(code **)(*param_1 + 0x20)" * (pointer_expression "*(code **)(*param_1 + 0x20)" * (cast_expression "(code **)(*param_1 + 0x20)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x20)" ( (binary_expression "*param_1 + 0x20" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(local_40,param_1)" ( identifier , identifier ))) ;) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(long *)(local_40[0] + -0x18)" * (cast_expression "(long *)(local_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "lVar5 = thunk_FUN_00275550(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_00275550(lVar3 + 1)" identifier = (call_expression "thunk_FUN_00275550(lVar3 + 1)" identifier (argument_list "(lVar3 + 1)" ( (binary_expression "lVar3 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_002a8e60(local_40,lVar5,lVar3,0);" (call_expression "FUN_002a8e60(local_40,lVar5,lVar3,0)" identifier (argument_list "(local_40,lVar5,lVar3,0)" ( identifier , identifier , identifier , number_literal ))) ;) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" * (cast_expression "(undefined1 *)(lVar5 + lVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + lVar3)" ( (binary_expression "lVar5 + lVar3" identifier + identifier) )))) = number_literal) ;) (expression_statement "*(long *)(param_2 + 0x10) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x10) = lVar5" (pointer_expression "*(long *)(param_2 + 0x10)" * (cast_expression "(long *)(param_2 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_2 + 0x18) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x18) = lVar3" (pointer_expression "*(long *)(param_2 + 0x18)" * (cast_expression "(long *)(param_2 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x18)" ( (binary_expression "param_2 + 0x18" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" if (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540)" ( (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_003ca540" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" { (expression_statement "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41)" identifier (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" ( (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) , (pointer_expression "&local_41" & identifier) ))) ;) })) })) (expression_statement "(**(code **)(*param_1 + 0x28))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x28))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x28))" ( (pointer_expression "**(code **)(*param_1 + 0x28)" * (pointer_expression "*(code **)(*param_1 + 0x28)" * (cast_expression "(code **)(*param_1 + 0x28)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x28)" ( (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(local_40,param_1)" ( identifier , identifier ))) ;) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(long *)(local_40[0] + -0x18)" * (cast_expression "(long *)(local_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "lVar5 = thunk_FUN_00275550(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_00275550(lVar3 + 1)" identifier = (call_expression "thunk_FUN_00275550(lVar3 + 1)" identifier (argument_list "(lVar3 + 1)" ( (binary_expression "lVar3 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_002a8e60(local_40,lVar5,lVar3,0);" (call_expression "FUN_002a8e60(local_40,lVar5,lVar3,0)" identifier (argument_list "(local_40,lVar5,lVar3,0)" ( identifier , identifier , identifier , number_literal ))) ;) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" * (cast_expression "(undefined1 *)(lVar5 + lVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + lVar3)" ( (binary_expression "lVar5 + lVar3" identifier + identifier) )))) = number_literal) ;) (expression_statement "*(long *)(param_2 + 0x28) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x28) = lVar5" (pointer_expression "*(long *)(param_2 + 0x28)" * (cast_expression "(long *)(param_2 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x28)" ( (binary_expression "param_2 + 0x28" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_2 + 0x30) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x30) = lVar3" (pointer_expression "*(long *)(param_2 + 0x30)" * (cast_expression "(long *)(param_2 + 0x30)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x30)" ( (binary_expression "param_2 + 0x30" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" if (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540)" ( (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_003ca540" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" { (expression_statement "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41)" identifier (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" ( (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) , (pointer_expression "&local_41" & identifier) ))) ;) })) })) (expression_statement "(**(code **)(*param_1 + 0x30))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x30))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x30))" ( (pointer_expression "**(code **)(*param_1 + 0x30)" * (pointer_expression "*(code **)(*param_1 + 0x30)" * (cast_expression "(code **)(*param_1 + 0x30)" ( (type_descriptor "code **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(*param_1 + 0x30)" ( (binary_expression "*param_1 + 0x30" (pointer_expression "*param_1" * identifier) + number_literal) ))))) )) (argument_list "(local_40,param_1)" ( identifier , identifier ))) ;) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" identifier = (pointer_expression "*(long *)(local_40[0] + -0x18)" * (cast_expression "(long *)(local_40[0] + -0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "lVar5 = thunk_FUN_00275550(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_00275550(lVar3 + 1)" identifier = (call_expression "thunk_FUN_00275550(lVar3 + 1)" identifier (argument_list "(lVar3 + 1)" ( (binary_expression "lVar3 + 1" identifier + number_literal) )))) ;) (expression_statement "FUN_002a8e60(local_40,lVar5,lVar3,0);" (call_expression "FUN_002a8e60(local_40,lVar5,lVar3,0)" identifier (argument_list "(local_40,lVar5,lVar3,0)" ( identifier , identifier , identifier , number_literal ))) ;) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" * (cast_expression "(undefined1 *)(lVar5 + lVar3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(lVar5 + lVar3)" ( (binary_expression "lVar5 + lVar3" identifier + identifier) )))) = number_literal) ;) (expression_statement "*(long *)(param_2 + 0x38) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x38) = lVar5" (pointer_expression "*(long *)(param_2 + 0x38)" * (cast_expression "(long *)(param_2 + 0x38)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x38)" ( (binary_expression "param_2 + 0x38" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(long *)(param_2 + 0x40) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x40) = lVar3" (pointer_expression "*(long *)(param_2 + 0x40)" * (cast_expression "(long *)(param_2 + 0x40)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x40)" ( (binary_expression "param_2 + 0x40" identifier + number_literal) )))) = identifier) ;) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" if (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540)" ( (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) != (pointer_expression "&DAT_003ca540" & identifier)) )) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" { (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" if (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" ( (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" identifier == (cast_expression "(undefined *)0x0" ( (type_descriptor "undefined *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" { (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" identifier = (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))))) ;) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" * (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) = (binary_expression "iVar2 + -1" identifier + number_literal)) ;) }) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" else (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" { (expression_statement "LOCK();" (call_expression "LOCK()" identifier (argument_list "()" ( ))) ;) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" identifier = (cast_expression "(int *)(local_40[0] + -8)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -8)" ( (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) )))) ;) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" identifier = (pointer_expression "*piVar1" * identifier)) ;) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" * identifier) = (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" * identifier) + number_literal)) ;) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" identifier (argument_list "()" ( ))) ;) }))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" if (parenthesized_expression "(iVar2 < 1)" ( (binary_expression "iVar2 < 1" identifier < number_literal) )) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" { (expression_statement "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41)" identifier (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" ( (cast_expression "(undefined8 *)(local_40[0] + -0x18)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(local_40[0] + -0x18)" ( (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" identifier [ number_literal ]) + number_literal) ))) , (pointer_expression "&local_41" & identifier) ))) ;) })) })) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) , (parameter_declaration (sized_type_specifier long) IDENT) ))) (compound_statement { (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (array_declarator IDENT [ LIT ]) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT )))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , LIT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))) != (pointer_expression & IDENT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) = (binary_expression IDENT + LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))) , (pointer_expression & IDENT) ))) ;) })) })) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , LIT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))) != (pointer_expression & IDENT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) = (binary_expression IDENT + LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))) , (pointer_expression & IDENT) ))) ;) })) })) (expression_statement (call_expression (parenthesized_expression ( (pointer_expression * (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) )) (argument_list ( IDENT , IDENT ))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))))) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) )))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , IDENT , IDENT , LIT ))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + IDENT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))) != (pointer_expression & IDENT)) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))))) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) = (binary_expression IDENT + LIT)) ;) }) (else_clause else (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) )))) ;) (expression_statement (assignment_expression IDENT = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = (binary_expression (pointer_expression * IDENT) + LIT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) (if_statement if (parenthesized_expression ( (binary_expression IDENT < LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (subscript_expression IDENT [ LIT ]) + LIT) ))) , (pointer_expression & IDENT) ))) ;) })) })) (return_statement return ;) }))) | (function_definition "void FUN_002b1d00(long *param_1,long param_2)\n\n{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 uVar4;\n long lVar5;\n undefined1 local_41;\n long local_40 [2];\n \n uVar4 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar4;\n uVar4 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar4;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x10) = lVar5;\n *(long *)(param_2 + 0x18) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x28))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x28) = lVar5;\n *(long *)(param_2 + 0x30) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x30))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x38) = lVar5;\n *(long *)(param_2 + 0x40) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_002b1d00(long *param_1,long param_2)" (identifier "FUN_002b1d00") (parameter_list "(long *param_1,long param_2)" (( "(") (parameter_declaration "long *param_1" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "long param_2" (sized_type_specifier "long" (long "long")) (identifier "param_2")) () ")"))) (compound_statement "{\n int *piVar1;\n int iVar2;\n long lVar3;\n undefined1 uVar4;\n long lVar5;\n undefined1 local_41;\n long local_40 [2];\n \n uVar4 = (**(code **)(*param_1 + 0x10))();\n *(undefined1 *)(param_2 + 0x48) = uVar4;\n uVar4 = (**(code **)(*param_1 + 0x18))(param_1);\n *(undefined1 *)(param_2 + 0x88) = 1;\n *(undefined1 *)(param_2 + 0x49) = uVar4;\n *(undefined8 *)(param_2 + 0x10) = 0;\n *(undefined8 *)(param_2 + 0x28) = 0;\n *(undefined8 *)(param_2 + 0x38) = 0;\n (**(code **)(*param_1 + 0x20))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x10) = lVar5;\n *(long *)(param_2 + 0x18) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x28))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x28) = lVar5;\n *(long *)(param_2 + 0x30) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n (**(code **)(*param_1 + 0x30))(local_40,param_1);\n lVar3 = *(long *)(local_40[0] + -0x18);\n \n lVar5 = thunk_FUN_00275550(lVar3 + 1);\n FUN_002a8e60(local_40,lVar5,lVar3,0);\n *(undefined1 *)(lVar5 + lVar3) = 0;\n *(long *)(param_2 + 0x38) = lVar5;\n *(long *)(param_2 + 0x40) = lVar3;\n if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }\n return;\n}" ({ "{") (declaration "int *piVar1;" (primitive_type "int") (pointer_declarator "*piVar1" (* "*") (identifier "piVar1")) (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "long lVar3;" (sized_type_specifier "long" (long "long")) (identifier "lVar3") (; ";")) (declaration "undefined1 uVar4;" (type_identifier "undefined1") (identifier "uVar4") (; ";")) (declaration "long lVar5;" (sized_type_specifier "long" (long "long")) (identifier "lVar5") (; ";")) (declaration "undefined1 local_41;" (type_identifier "undefined1") (identifier "local_41") (; ";")) (declaration "long local_40 [2];" (sized_type_specifier "long" (long "long")) (array_declarator "local_40 [2]" (identifier "local_40") ([ "[") (number_literal "2") (] "]")) (; ";")) (expression_statement "uVar4 = (**(code **)(*param_1 + 0x10))();" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x10))()" (identifier "uVar4") (= "=") (call_expression "(**(code **)(*param_1 + 0x10))()" (parenthesized_expression "(**(code **)(*param_1 + 0x10))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x10)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x10)" (* "*") (cast_expression "(code **)(*param_1 + 0x10)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x10)" (( "(") (binary_expression "*param_1 + 0x10" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x10")) () ")"))))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "*(undefined1 *)(param_2 + 0x48) = uVar4;" (assignment_expression "*(undefined1 *)(param_2 + 0x48) = uVar4" (pointer_expression "*(undefined1 *)(param_2 + 0x48)" (* "*") (cast_expression "(undefined1 *)(param_2 + 0x48)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x48)" (( "(") (binary_expression "param_2 + 0x48" (identifier "param_2") (+ "+") (number_literal "0x48")) () ")")))) (= "=") (identifier "uVar4")) (; ";")) (expression_statement "uVar4 = (**(code **)(*param_1 + 0x18))(param_1);" (assignment_expression "uVar4 = (**(code **)(*param_1 + 0x18))(param_1)" (identifier "uVar4") (= "=") (call_expression "(**(code **)(*param_1 + 0x18))(param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x18))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x18)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x18)" (* "*") (cast_expression "(code **)(*param_1 + 0x18)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x18)" (( "(") (binary_expression "*param_1 + 0x18" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x18")) () ")"))))) () ")")) (argument_list "(param_1)" (( "(") (identifier "param_1") () ")")))) (; ";")) (expression_statement "*(undefined1 *)(param_2 + 0x88) = 1;" (assignment_expression "*(undefined1 *)(param_2 + 0x88) = 1" (pointer_expression "*(undefined1 *)(param_2 + 0x88)" (* "*") (cast_expression "(undefined1 *)(param_2 + 0x88)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x88)" (( "(") (binary_expression "param_2 + 0x88" (identifier "param_2") (+ "+") (number_literal "0x88")) () ")")))) (= "=") (number_literal "1")) (; ";")) (expression_statement "*(undefined1 *)(param_2 + 0x49) = uVar4;" (assignment_expression "*(undefined1 *)(param_2 + 0x49) = uVar4" (pointer_expression "*(undefined1 *)(param_2 + 0x49)" (* "*") (cast_expression "(undefined1 *)(param_2 + 0x49)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x49)" (( "(") (binary_expression "param_2 + 0x49" (identifier "param_2") (+ "+") (number_literal "0x49")) () ")")))) (= "=") (identifier "uVar4")) (; ";")) (expression_statement "*(undefined8 *)(param_2 + 0x10) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x10) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x10)" (* "*") (cast_expression "(undefined8 *)(param_2 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 *)(param_2 + 0x28) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x28) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x28)" (* "*") (cast_expression "(undefined8 *)(param_2 + 0x28)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x28)" (( "(") (binary_expression "param_2 + 0x28" (identifier "param_2") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 *)(param_2 + 0x38) = 0;" (assignment_expression "*(undefined8 *)(param_2 + 0x38) = 0" (pointer_expression "*(undefined8 *)(param_2 + 0x38)" (* "*") (cast_expression "(undefined8 *)(param_2 + 0x38)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x38)" (( "(") (binary_expression "param_2 + 0x38" (identifier "param_2") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "(**(code **)(*param_1 + 0x20))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x20))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x20))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x20)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x20)" (* "*") (cast_expression "(code **)(*param_1 + 0x20)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x20)" (( "(") (binary_expression "*param_1 + 0x20" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x20")) () ")"))))) () ")")) (argument_list "(local_40,param_1)" (( "(") (identifier "local_40") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(local_40[0] + -0x18)" (* "*") (cast_expression "(long *)(local_40[0] + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))))) (; ";")) (expression_statement "lVar5 = thunk_FUN_00275550(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_00275550(lVar3 + 1)" (identifier "lVar5") (= "=") (call_expression "thunk_FUN_00275550(lVar3 + 1)" (identifier "thunk_FUN_00275550") (argument_list "(lVar3 + 1)" (( "(") (binary_expression "lVar3 + 1" (identifier "lVar3") (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "FUN_002a8e60(local_40,lVar5,lVar3,0);" (call_expression "FUN_002a8e60(local_40,lVar5,lVar3,0)" (identifier "FUN_002a8e60") (argument_list "(local_40,lVar5,lVar3,0)" (( "(") (identifier "local_40") (, ",") (identifier "lVar5") (, ",") (identifier "lVar3") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" (* "*") (cast_expression "(undefined1 *)(lVar5 + lVar3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + lVar3)" (( "(") (binary_expression "lVar5 + lVar3" (identifier "lVar5") (+ "+") (identifier "lVar3")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(long *)(param_2 + 0x10) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x10) = lVar5" (pointer_expression "*(long *)(param_2 + 0x10)" (* "*") (cast_expression "(long *)(param_2 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")")))) (= "=") (identifier "lVar5")) (; ";")) (expression_statement "*(long *)(param_2 + 0x18) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x18) = lVar3" (pointer_expression "*(long *)(param_2 + 0x18)" (* "*") (cast_expression "(long *)(param_2 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x18)" (( "(") (binary_expression "param_2 + 0x18" (identifier "param_2") (+ "+") (number_literal "0x18")) () ")")))) (= "=") (identifier "lVar3")) (; ";")) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" (if "if") (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540)" (( "(") (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))) (!= "!=") (pointer_expression "&DAT_003ca540" (& "&") (identifier "DAT_003ca540"))) () ")")) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" ({ "{") (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (if "if") (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" (( "(") (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" (identifier "PTR___pthread_key_create_003bdee8") (== "==") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" ({ "{") (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(local_40[0] + -8)" (* "*") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")"))))) (; ";")) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" (* "*") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")")))) (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) (; ";")) (} "}")) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (else "else") (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" ({ "{") (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" (identifier "piVar1") (= "=") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")")))) (; ";")) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" (identifier "iVar2") (= "=") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (; ";")) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" (identifier "UNLOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" (if "if") (parenthesized_expression "(iVar2 < 1)" (( "(") (binary_expression "iVar2 < 1" (identifier "iVar2") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" ({ "{") (expression_statement "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41)" (identifier "thunk_FUN_00276d20") (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" (( "(") (cast_expression "(undefined8 *)(local_40[0] + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))) (, ",") (pointer_expression "&local_41" (& "&") (identifier "local_41")) () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "(**(code **)(*param_1 + 0x28))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x28))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x28))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x28)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x28)" (* "*") (cast_expression "(code **)(*param_1 + 0x28)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x28)" (( "(") (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x28")) () ")"))))) () ")")) (argument_list "(local_40,param_1)" (( "(") (identifier "local_40") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(local_40[0] + -0x18)" (* "*") (cast_expression "(long *)(local_40[0] + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))))) (; ";")) (expression_statement "lVar5 = thunk_FUN_00275550(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_00275550(lVar3 + 1)" (identifier "lVar5") (= "=") (call_expression "thunk_FUN_00275550(lVar3 + 1)" (identifier "thunk_FUN_00275550") (argument_list "(lVar3 + 1)" (( "(") (binary_expression "lVar3 + 1" (identifier "lVar3") (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "FUN_002a8e60(local_40,lVar5,lVar3,0);" (call_expression "FUN_002a8e60(local_40,lVar5,lVar3,0)" (identifier "FUN_002a8e60") (argument_list "(local_40,lVar5,lVar3,0)" (( "(") (identifier "local_40") (, ",") (identifier "lVar5") (, ",") (identifier "lVar3") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" (* "*") (cast_expression "(undefined1 *)(lVar5 + lVar3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + lVar3)" (( "(") (binary_expression "lVar5 + lVar3" (identifier "lVar5") (+ "+") (identifier "lVar3")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(long *)(param_2 + 0x28) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x28) = lVar5" (pointer_expression "*(long *)(param_2 + 0x28)" (* "*") (cast_expression "(long *)(param_2 + 0x28)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x28)" (( "(") (binary_expression "param_2 + 0x28" (identifier "param_2") (+ "+") (number_literal "0x28")) () ")")))) (= "=") (identifier "lVar5")) (; ";")) (expression_statement "*(long *)(param_2 + 0x30) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x30) = lVar3" (pointer_expression "*(long *)(param_2 + 0x30)" (* "*") (cast_expression "(long *)(param_2 + 0x30)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x30)" (( "(") (binary_expression "param_2 + 0x30" (identifier "param_2") (+ "+") (number_literal "0x30")) () ")")))) (= "=") (identifier "lVar3")) (; ";")) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" (if "if") (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540)" (( "(") (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))) (!= "!=") (pointer_expression "&DAT_003ca540" (& "&") (identifier "DAT_003ca540"))) () ")")) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" ({ "{") (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (if "if") (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" (( "(") (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" (identifier "PTR___pthread_key_create_003bdee8") (== "==") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" ({ "{") (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(local_40[0] + -8)" (* "*") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")"))))) (; ";")) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" (* "*") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")")))) (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) (; ";")) (} "}")) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (else "else") (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" ({ "{") (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" (identifier "piVar1") (= "=") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")")))) (; ";")) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" (identifier "iVar2") (= "=") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (; ";")) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" (identifier "UNLOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" (if "if") (parenthesized_expression "(iVar2 < 1)" (( "(") (binary_expression "iVar2 < 1" (identifier "iVar2") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" ({ "{") (expression_statement "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41)" (identifier "thunk_FUN_00276d20") (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" (( "(") (cast_expression "(undefined8 *)(local_40[0] + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))) (, ",") (pointer_expression "&local_41" (& "&") (identifier "local_41")) () ")"))) (; ";")) (} "}"))) (} "}"))) (expression_statement "(**(code **)(*param_1 + 0x30))(local_40,param_1);" (call_expression "(**(code **)(*param_1 + 0x30))(local_40,param_1)" (parenthesized_expression "(**(code **)(*param_1 + 0x30))" (( "(") (pointer_expression "**(code **)(*param_1 + 0x30)" (* "*") (pointer_expression "*(code **)(*param_1 + 0x30)" (* "*") (cast_expression "(code **)(*param_1 + 0x30)" (( "(") (type_descriptor "code **" (type_identifier "code") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(*param_1 + 0x30)" (( "(") (binary_expression "*param_1 + 0x30" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x30")) () ")"))))) () ")")) (argument_list "(local_40,param_1)" (( "(") (identifier "local_40") (, ",") (identifier "param_1") () ")"))) (; ";")) (expression_statement "lVar3 = *(long *)(local_40[0] + -0x18);" (assignment_expression "lVar3 = *(long *)(local_40[0] + -0x18)" (identifier "lVar3") (= "=") (pointer_expression "*(long *)(local_40[0] + -0x18)" (* "*") (cast_expression "(long *)(local_40[0] + -0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))))) (; ";")) (expression_statement "lVar5 = thunk_FUN_00275550(lVar3 + 1);" (assignment_expression "lVar5 = thunk_FUN_00275550(lVar3 + 1)" (identifier "lVar5") (= "=") (call_expression "thunk_FUN_00275550(lVar3 + 1)" (identifier "thunk_FUN_00275550") (argument_list "(lVar3 + 1)" (( "(") (binary_expression "lVar3 + 1" (identifier "lVar3") (+ "+") (number_literal "1")) () ")")))) (; ";")) (expression_statement "FUN_002a8e60(local_40,lVar5,lVar3,0);" (call_expression "FUN_002a8e60(local_40,lVar5,lVar3,0)" (identifier "FUN_002a8e60") (argument_list "(local_40,lVar5,lVar3,0)" (( "(") (identifier "local_40") (, ",") (identifier "lVar5") (, ",") (identifier "lVar3") (, ",") (number_literal "0") () ")"))) (; ";")) (expression_statement "*(undefined1 *)(lVar5 + lVar3) = 0;" (assignment_expression "*(undefined1 *)(lVar5 + lVar3) = 0" (pointer_expression "*(undefined1 *)(lVar5 + lVar3)" (* "*") (cast_expression "(undefined1 *)(lVar5 + lVar3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(lVar5 + lVar3)" (( "(") (binary_expression "lVar5 + lVar3" (identifier "lVar5") (+ "+") (identifier "lVar3")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(long *)(param_2 + 0x38) = lVar5;" (assignment_expression "*(long *)(param_2 + 0x38) = lVar5" (pointer_expression "*(long *)(param_2 + 0x38)" (* "*") (cast_expression "(long *)(param_2 + 0x38)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x38)" (( "(") (binary_expression "param_2 + 0x38" (identifier "param_2") (+ "+") (number_literal "0x38")) () ")")))) (= "=") (identifier "lVar5")) (; ";")) (expression_statement "*(long *)(param_2 + 0x40) = lVar3;" (assignment_expression "*(long *)(param_2 + 0x40) = lVar3" (pointer_expression "*(long *)(param_2 + 0x40)" (* "*") (cast_expression "(long *)(param_2 + 0x40)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x40)" (( "(") (binary_expression "param_2 + 0x40" (identifier "param_2") (+ "+") (number_literal "0x40")) () ")")))) (= "=") (identifier "lVar3")) (; ";")) (if_statement "if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" (if "if") (parenthesized_expression "((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540)" (( "(") (binary_expression "(undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540" (cast_expression "(undefined8 *)(local_40[0] + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))) (!= "!=") (pointer_expression "&DAT_003ca540" (& "&") (identifier "DAT_003ca540"))) () ")")) (compound_statement "{\n if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }\n if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }\n }" ({ "{") (if_statement "if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }\n else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (if "if") (parenthesized_expression "(PTR___pthread_key_create_003bdee8 == (undefined *)0x0)" (( "(") (binary_expression "PTR___pthread_key_create_003bdee8 == (undefined *)0x0" (identifier "PTR___pthread_key_create_003bdee8") (== "==") (cast_expression "(undefined *)0x0" (( "(") (type_descriptor "undefined *" (type_identifier "undefined") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n iVar2 = *(int *)(local_40[0] + -8);\n *(int *)(local_40[0] + -8) = iVar2 + -1;\n }" ({ "{") (expression_statement "iVar2 = *(int *)(local_40[0] + -8);" (assignment_expression "iVar2 = *(int *)(local_40[0] + -8)" (identifier "iVar2") (= "=") (pointer_expression "*(int *)(local_40[0] + -8)" (* "*") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")"))))) (; ";")) (expression_statement "*(int *)(local_40[0] + -8) = iVar2 + -1;" (assignment_expression "*(int *)(local_40[0] + -8) = iVar2 + -1" (pointer_expression "*(int *)(local_40[0] + -8)" (* "*") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")")))) (= "=") (binary_expression "iVar2 + -1" (identifier "iVar2") (+ "+") (number_literal "-1"))) (; ";")) (} "}")) (else_clause "else {\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" (else "else") (compound_statement "{\n LOCK();\n piVar1 = (int *)(local_40[0] + -8);\n iVar2 = *piVar1;\n *piVar1 = *piVar1 + -1;\n UNLOCK();\n }" ({ "{") (expression_statement "LOCK();" (call_expression "LOCK()" (identifier "LOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (expression_statement "piVar1 = (int *)(local_40[0] + -8);" (assignment_expression "piVar1 = (int *)(local_40[0] + -8)" (identifier "piVar1") (= "=") (cast_expression "(int *)(local_40[0] + -8)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -8)" (( "(") (binary_expression "local_40[0] + -8" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-8")) () ")")))) (; ";")) (expression_statement "iVar2 = *piVar1;" (assignment_expression "iVar2 = *piVar1" (identifier "iVar2") (= "=") (pointer_expression "*piVar1" (* "*") (identifier "piVar1"))) (; ";")) (expression_statement "*piVar1 = *piVar1 + -1;" (assignment_expression "*piVar1 = *piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (= "=") (binary_expression "*piVar1 + -1" (pointer_expression "*piVar1" (* "*") (identifier "piVar1")) (+ "+") (number_literal "-1"))) (; ";")) (expression_statement "UNLOCK();" (call_expression "UNLOCK()" (identifier "UNLOCK") (argument_list "()" (( "(") () ")"))) (; ";")) (} "}")))) (if_statement "if (iVar2 < 1) {\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" (if "if") (parenthesized_expression "(iVar2 < 1)" (( "(") (binary_expression "iVar2 < 1" (identifier "iVar2") (< "<") (number_literal "1")) () ")")) (compound_statement "{\n thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);\n }" ({ "{") (expression_statement "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);" (call_expression "thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41)" (identifier "thunk_FUN_00276d20") (argument_list "((undefined8 *)(local_40[0] + -0x18),&local_41)" (( "(") (cast_expression "(undefined8 *)(local_40[0] + -0x18)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(local_40[0] + -0x18)" (( "(") (binary_expression "local_40[0] + -0x18" (subscript_expression "local_40[0]" (identifier "local_40") ([ "[") (number_literal "0") (] "]")) (+ "+") (number_literal "-0x18")) () ")"))) (, ",") (pointer_expression "&local_41" (& "&") (identifier "local_41")) () ")"))) (; ";")) (} "}"))) (} "}"))) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* void std::__facet_shims::__numpunct_fill_cache<char>(std::integral_constant<bool, false>,
std::locale::facet const*, std::__numpunct_cache<char>*) */
void std::__facet_shims::__numpunct_fill_cache<char>(long *param_1,long var_1)
{
int *piVar1;
type_1 var_3;
type_2 uVar3;
char *pcVar4;
int var_6;
long local_40 [2];
uVar3 = (**(type_3 **)(*param_1 + 0x10))();
*(type_2 *)(var_1 + 0x48) = uVar3;
uVar3 = (**(type_3 **)(*param_1 + 0x18))(param_1);
*(type_2 *)(var_1 + 0x88) = 1;
*(type_2 *)(var_1 + 0x49) = uVar3;
*(type_4 *)(var_1 + 0x10) = 0;
*(type_4 *)(var_1 + 0x28) = 0;
*(type_4 *)(var_1 + 0x38) = 0;
(**(type_3 **)(*param_1 + 0x20))((type_5 *)local_40,param_1);
var_3 = *(type_1 *)(local_40[0] + -0x18);
/* try { // try from 002b1d68 to 002b1d7f has its CatchHandler @ 002b1f23 */
pcVar4 = (char *)var_2(var_3 + 1);
std::string::var_4((type_5 *)local_40,pcVar4,var_3,0);
pcVar4[var_3] = '\0';
*(char **)(var_1 + 0x10) = pcVar4;
*(type_1 *)(var_1 + 0x18) = var_3;
if ((type_6 *)(local_40[0] + -0x18) != (type_6 *)&std::type_5::_Rep::_S_empty_rep_storage) {
if (var_5 == (type_7 *)0x0) {
var_6 = *(int *)(local_40[0] + -8);
*(int *)(local_40[0] + -8) = var_6 + -1;
}
else {
var_7();
piVar1 = (int *)(local_40[0] + -8);
var_6 = *piVar1;
*piVar1 = *piVar1 + -1;
var_8();
}
if (var_6 < 1) {
std::string::_Rep::var_9((type_6 *)(local_40[0] + -0x18));
}
}
(**(type_3 **)(*param_1 + 0x28))((type_5 *)local_40,param_1);
var_3 = *(type_1 *)(local_40[0] + -0x18);
/* try { // try from 002b1dc0 to 002b1dd7 has its CatchHandler @ 002b1f1e */
pcVar4 = (char *)var_2(var_3 + 1);
std::string::var_4((type_5 *)local_40,pcVar4,var_3,0);
pcVar4[var_3] = '\0';
*(char **)(var_1 + 0x28) = pcVar4;
*(type_1 *)(var_1 + 0x30) = var_3;
if ((type_6 *)(local_40[0] + -0x18) != (type_6 *)&std::type_5::_Rep::_S_empty_rep_storage) {
if (var_5 == (type_7 *)0x0) {
var_6 = *(int *)(local_40[0] + -8);
*(int *)(local_40[0] + -8) = var_6 + -1;
}
else {
var_7();
piVar1 = (int *)(local_40[0] + -8);
var_6 = *piVar1;
*piVar1 = *piVar1 + -1;
var_8();
}
if (var_6 < 1) {
std::string::_Rep::var_9((type_6 *)(local_40[0] + -0x18));
}
}
(**(type_3 **)(*param_1 + 0x30))((type_5 *)local_40,param_1);
var_3 = *(type_1 *)(local_40[0] + -0x18);
/* try { // try from 002b1e11 to 002b1e28 has its CatchHandler @ 002b1f28 */
pcVar4 = (char *)var_2(var_3 + 1);
std::string::var_4((type_5 *)local_40,pcVar4,var_3,0);
pcVar4[var_3] = '\0';
*(char **)(var_1 + 0x38) = pcVar4;
*(type_1 *)(var_1 + 0x40) = var_3;
if ((type_6 *)(local_40[0] + -0x18) != (type_6 *)&std::type_5::_Rep::_S_empty_rep_storage) {
if (var_5 == (type_7 *)0x0) {
var_6 = *(int *)(local_40[0] + -8);
*(int *)(local_40[0] + -8) = var_6 + -1;
}
else {
var_7();
piVar1 = (int *)(local_40[0] + -8);
var_6 = *piVar1;
*piVar1 = *piVar1 + -1;
var_8();
}
if (var_6 < 1) {
std::string::_Rep::var_9((type_6 *)(local_40[0] + -0x18));
}
}
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (array_declarator declarator: (identifier) size: (number_literal))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (pointer_expression argument: (identifier))))))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (pointer_expression argument: (identifier))))))))) (expression_statement (call_expression function: (parenthesized_expression (pointer_expression argument: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) arguments: (argument_list (identifier) (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (identifier) (identifier) (number_literal)))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (identifier))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) right: (pointer_expression argument: (identifier)))) consequence: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal))))) right: (binary_expression left: (identifier) right: (number_literal))))) alternative: (else_clause (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (number_literal)))) (pointer_expression argument: (identifier))))))))) (return_statement)))) | null |
void MASKED(long *param_1,long param_2)
{
int *piVar1;
int iVar2;
long lVar3;
undefined1 uVar4;
long lVar5;
undefined1 local_41;
long local_40 [2];
uVar4 = (**(code **)(*param_1 + 0x10))();
*(undefined1 *)(param_2 + 0x48) = uVar4;
uVar4 = (**(code **)(*param_1 + 0x18))(param_1);
*(undefined1 *)(param_2 + 0x88) = 1;
*(undefined1 *)(param_2 + 0x49) = uVar4;
*(undefined8 *)(param_2 + 0x10) = 0;
*(undefined8 *)(param_2 + 0x28) = 0;
*(undefined8 *)(param_2 + 0x38) = 0;
(**(code **)(*param_1 + 0x20))(local_40,param_1);
lVar3 = *(long *)(local_40[0] + -0x18);
/* try { // try from 002b1d68 to 002b1d7f has its CatchHandler @ 002b1f23 */
lVar5 = thunk_FUN_00275550(lVar3 + 1);
FUN_002a8e60(local_40,lVar5,lVar3,0);
*(undefined1 *)(lVar5 + lVar3) = 0;
*(long *)(param_2 + 0x10) = lVar5;
*(long *)(param_2 + 0x18) = lVar3;
if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {
if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {
iVar2 = *(int *)(local_40[0] + -8);
*(int *)(local_40[0] + -8) = iVar2 + -1;
}
else {
LOCK();
piVar1 = (int *)(local_40[0] + -8);
iVar2 = *piVar1;
*piVar1 = *piVar1 + -1;
UNLOCK();
}
if (iVar2 < 1) {
thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);
}
}
(**(code **)(*param_1 + 0x28))(local_40,param_1);
lVar3 = *(long *)(local_40[0] + -0x18);
/* try { // try from 002b1dc0 to 002b1dd7 has its CatchHandler @ 002b1f1e */
lVar5 = thunk_FUN_00275550(lVar3 + 1);
FUN_002a8e60(local_40,lVar5,lVar3,0);
*(undefined1 *)(lVar5 + lVar3) = 0;
*(long *)(param_2 + 0x28) = lVar5;
*(long *)(param_2 + 0x30) = lVar3;
if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {
if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {
iVar2 = *(int *)(local_40[0] + -8);
*(int *)(local_40[0] + -8) = iVar2 + -1;
}
else {
LOCK();
piVar1 = (int *)(local_40[0] + -8);
iVar2 = *piVar1;
*piVar1 = *piVar1 + -1;
UNLOCK();
}
if (iVar2 < 1) {
thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);
}
}
(**(code **)(*param_1 + 0x30))(local_40,param_1);
lVar3 = *(long *)(local_40[0] + -0x18);
/* try { // try from 002b1e11 to 002b1e28 has its CatchHandler @ 002b1f28 */
lVar5 = thunk_FUN_00275550(lVar3 + 1);
FUN_002a8e60(local_40,lVar5,lVar3,0);
*(undefined1 *)(lVar5 + lVar3) = 0;
*(long *)(param_2 + 0x38) = lVar5;
*(long *)(param_2 + 0x40) = lVar3;
if ((undefined8 *)(local_40[0] + -0x18) != &DAT_003ca540) {
if (PTR___pthread_key_create_003bdee8 == (undefined *)0x0) {
iVar2 = *(int *)(local_40[0] + -8);
*(int *)(local_40[0] + -8) = iVar2 + -1;
}
else {
LOCK();
piVar1 = (int *)(local_40[0] + -8);
iVar2 = *piVar1;
*piVar1 = *piVar1 + -1;
UNLOCK();
}
if (iVar2 < 1) {
thunk_FUN_00276d20((undefined8 *)(local_40[0] + -0x18),&local_41);
}
}
return;
}
|
114_powerpc-linux-gnuspe-as_and_powerpc-linux-gnuspe-as_strip.c | fwrite | fwrite |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fwrite_001943a0)();
return sVar1;
}
|
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_fwrite_001943a0)();
return sVar1;
}
| JMP qword ptr [0x001943a0] | null | null | null | null | [('tmp_50', u'CAST_-1206933618'), (u'CALLIND_-1206933688', u'INDIRECT_-1206933623'), (u'CALLIND_-1206933688', u'RETURN_-1206933685'), ('const-0', u'RETURN_-1206933685'), (u'INDIRECT_-1206933623', u'COPY_-1206933682'), (u'CAST_-1206933618', u'CALLIND_-1206933688')] | [('tmp_50', u'CAST_-1206933618'), (u'CALLIND_-1206933688', u'INDIRECT_-1206933623'), (u'CALLIND_-1206933688', u'RETURN_-1206933685'), ('const-0', u'RETURN_-1206933685'), (u'INDIRECT_-1206933623', u'COPY_-1206933682'), (u'CAST_-1206933618', u'CALLIND_-1206933688')] | null | null | 0010a740 | x64 | O2 | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_001943a0)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_001943a0)();\n return sVar1;\n}" primitive_type (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__s" type_identifier (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_001943a0)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_fwrite_001943a0)();" (assignment_expression "sVar1 = (*(code *)PTR_fwrite_001943a0)()" identifier = (call_expression "(*(code *)PTR_fwrite_001943a0)()" (parenthesized_expression "(*(code *)PTR_fwrite_001943a0)" ( (pointer_expression "*(code *)PTR_fwrite_001943a0" * (cast_expression "(code *)PTR_fwrite_001943a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nsize_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_001943a0)();\n return sVar1;\n}\n\n" comment (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_001943a0)();\n return sVar1;\n}" primitive_type (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__s" type_identifier (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_001943a0)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_fwrite_001943a0)();" (assignment_expression "sVar1 = (*(code *)PTR_fwrite_001943a0)()" identifier = (call_expression "(*(code *)PTR_fwrite_001943a0)()" (parenthesized_expression "(*(code *)PTR_fwrite_001943a0)" ( (pointer_expression "*(code *)PTR_fwrite_001943a0" * (cast_expression "(code *)PTR_fwrite_001943a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) }))) | (translation_unit "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_001943a0)();\n return sVar1;\n}\n\n" (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_001943a0)();\n return sVar1;\n}" primitive_type (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" identifier (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" ( (parameter_declaration "void *__ptr" primitive_type (pointer_declarator "*__ptr" * identifier)) , (parameter_declaration "size_t __size" primitive_type identifier) , (parameter_declaration "size_t __n" primitive_type identifier) , (parameter_declaration "FILE *__s" type_identifier (pointer_declarator "*__s" * identifier)) ))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_001943a0)();\n return sVar1;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (expression_statement "sVar1 = (*(code *)PTR_fwrite_001943a0)();" (assignment_expression "sVar1 = (*(code *)PTR_fwrite_001943a0)()" identifier = (call_expression "(*(code *)PTR_fwrite_001943a0)()" (parenthesized_expression "(*(code *)PTR_fwrite_001943a0)" ( (pointer_expression "*(code *)PTR_fwrite_001943a0" * (cast_expression "(code *)PTR_fwrite_001943a0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( )))) ;) (return_statement "return sVar1;" return identifier ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) IDENT)) )) (argument_list ( )))) ;) (return_statement return IDENT ;) }))) | (function_definition "size_t fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)\n\n{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_001943a0)();\n return sVar1;\n}" (primitive_type "size_t") (function_declarator "fwrite(void *__ptr,size_t __size,size_t __n,FILE *__s)" (identifier "fwrite") (parameter_list "(void *__ptr,size_t __size,size_t __n,FILE *__s)" (( "(") (parameter_declaration "void *__ptr" (primitive_type "void") (pointer_declarator "*__ptr" (* "*") (identifier "__ptr"))) (, ",") (parameter_declaration "size_t __size" (primitive_type "size_t") (identifier "__size")) (, ",") (parameter_declaration "size_t __n" (primitive_type "size_t") (identifier "__n")) (, ",") (parameter_declaration "FILE *__s" (type_identifier "FILE") (pointer_declarator "*__s" (* "*") (identifier "__s"))) () ")"))) (compound_statement "{\n size_t sVar1;\n \n sVar1 = (*(code *)PTR_fwrite_001943a0)();\n return sVar1;\n}" ({ "{") (declaration "size_t sVar1;" (primitive_type "size_t") (identifier "sVar1") (; ";")) (expression_statement "sVar1 = (*(code *)PTR_fwrite_001943a0)();" (assignment_expression "sVar1 = (*(code *)PTR_fwrite_001943a0)()" (identifier "sVar1") (= "=") (call_expression "(*(code *)PTR_fwrite_001943a0)()" (parenthesized_expression "(*(code *)PTR_fwrite_001943a0)" (( "(") (pointer_expression "*(code *)PTR_fwrite_001943a0" (* "*") (cast_expression "(code *)PTR_fwrite_001943a0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_fwrite_001943a0"))) () ")")) (argument_list "()" (( "(") () ")")))) (; ";")) (return_statement "return sVar1;" (return "return") (identifier "sVar1") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t function_1(void *__ptr,size_t __size,size_t __n,type_1 *__s)
{
size_t sVar1;
sVar1 = (*(type_2 *)PTR_fwrite_001943a0)();
return sVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)) (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (identifier)))) arguments: (argument_list)))) (return_statement (identifier))))) | null |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
size_t MASKED(void *__ptr,size_t __size,size_t __n,FILE *__s)
{
size_t sVar1;
sVar1 = (*(code *)PTR_MASKED_001943a0)();
return sVar1;
}
|
294_aarch64-linux-gnu-ranlib_and_aarch64-linux-gnu-ranlib_strip.c | bfd_close | bfd_close |
/* WARNING: Control flow encountered bad instruction data */
void bfd_close(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
void bfd_close(void)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1207037278')] | [('const-1', u'RETURN_-1207037278')] | null | null | 00111298 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_close(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_close(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_close(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n\nvoid bfd_close(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment (function_definition "void bfd_close(void)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "bfd_close(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "void bfd_close(void)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "void bfd_close(void)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "bfd_close(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "void bfd_close(void)\n\n{\n \n halt_baddata();\n}" (primitive_type "void") (function_declarator "bfd_close(void)" (identifier "bfd_close") (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();
}
|
3183_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | doing_static_link | FUN_001c59b0 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: bool doing_static_link(Parameters * this, Parameters * this) */
bool __thiscall gold::Parameters::doing_static_link(Parameters *this,Parameters *this_1)
{
/* WARNING: Subroutine does not return */
do_gold_unreachable("../../gold/parameters.h",0x82,"doing_static_link");
}
|
void FUN_001c59b0(void)
{
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/parameters.h",0x82,"doing_static_link");
}
| SUB RSP,0x8
LEA RDX,[0x53c650]
MOV ESI,0x82
LEA RDI,[0x52e279]
CALL 0x00352af0 | null | null | null | null | [(u'COPY_-1207739925', u'CALL_-1207739940'), ('const-130', u'CALL_-1207739940'), ('const-1', u'RETURN_-1207739935'), ('const-5431929', u'COPY_-1207739926'), ('const-5490256', u'COPY_-1207739925'), (u'COPY_-1207739926', u'CALL_-1207739940')] | [('const-130', u'CALL_-1207739940'), ('const-1', u'RETURN_-1207739935'), ('const-5431929', u'COPY_-1207739927'), (u'COPY_-1207739927', u'CALL_-1207739940'), ('const-5490256', u'COPY_-1207739926'), (u'COPY_-1207739926', u'CALL_-1207739940')] | null | null | 001c59b0 | x64 | O2 | (translation_unit "void FUN_001c59b0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x82,"doing_static_link");\n}\n\n" (function_definition "void FUN_001c59b0(void)\n\n{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x82,"doing_static_link");\n}" primitive_type (function_declarator "FUN_001c59b0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00352af0("../../gold/parameters.h",0x82,"doing_static_link");\n}" { comment (expression_statement "FUN_00352af0("../../gold/parameters.h",0x82,"doing_static_link");" (call_expression "FUN_00352af0("../../gold/parameters.h",0x82,"doing_static_link")" identifier (argument_list "("../../gold/parameters.h",0x82,"doing_static_link")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""doing_static_link"" " 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: bool doing_static_link(Parameters * this, Parameters * this) */\n\nbool __thiscall gold::Parameters::doing_static_link(Parameters *this,Parameters *this_1)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x82,"doing_static_link");\n}\n\n" comment comment comment (function_definition "bool __thiscall gold::Parameters::doing_static_link(Parameters *this,Parameters *this_1)\n\n{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x82,"doing_static_link");\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Parameters::" identifier : : identifier : :) (function_declarator "doing_static_link(Parameters *this,Parameters *this_1)" identifier (parameter_list "(Parameters *this,Parameters *this_1)" ( (parameter_declaration "Parameters *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Parameters *this_1" type_identifier (pointer_declarator "*this_1" * identifier)) ))) (compound_statement "{\n /* WARNING: Subroutine does not return */\n do_gold_unreachable("../../gold/parameters.h",0x82,"doing_static_link");\n}" { comment (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x82,"doing_static_link");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x82,"doing_static_link")" identifier (argument_list "("../../gold/parameters.h",0x82,"doing_static_link")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""doing_static_link"" " string_content ") ))) ;) }))) | (translation_unit "void FUN_001c59b0(void)\n\n{\n \n FUN_00352af0("../../gold/parameters.h",0x82,"doing_static_link");\n}\n\n" (function_definition "void FUN_001c59b0(void)\n\n{\n \n FUN_00352af0("../../gold/parameters.h",0x82,"doing_static_link");\n}" primitive_type (function_declarator "FUN_001c59b0(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n \n FUN_00352af0("../../gold/parameters.h",0x82,"doing_static_link");\n}" { (expression_statement "FUN_00352af0("../../gold/parameters.h",0x82,"doing_static_link");" (call_expression "FUN_00352af0("../../gold/parameters.h",0x82,"doing_static_link")" identifier (argument_list "("../../gold/parameters.h",0x82,"doing_static_link")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""doing_static_link"" " string_content ") ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) }))) | (function_definition "void FUN_001c59b0(void)\n\n{\n \n FUN_00352af0("../../gold/parameters.h",0x82,"doing_static_link");\n}" (primitive_type "void") (function_declarator "FUN_001c59b0(void)" (identifier "FUN_001c59b0") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n \n FUN_00352af0("../../gold/parameters.h",0x82,"doing_static_link");\n}" ({ "{") (expression_statement "FUN_00352af0("../../gold/parameters.h",0x82,"doing_static_link");" (call_expression "FUN_00352af0("../../gold/parameters.h",0x82,"doing_static_link")" (identifier "FUN_00352af0") (argument_list "("../../gold/parameters.h",0x82,"doing_static_link")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x82") (, ",") (string_literal ""doing_static_link"" (" """) (string_content "doing_static_link") (" """)) () ")"))) (; ";")) (} "}"))) |
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
/* DWARF original prototype: bool doing_static_link(Parameters * this, Parameters * this) */
bool __thiscall gold::type_1::function_1(type_1 *this,type_1 *this_1)
{
/* WARNING: Subroutine does not return */
var_1("../../gold/parameters.h",0x82,"doing_static_link");
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (primitive_type)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content)))))))) | null |
void MASKED(void)
{
/* WARNING: Subroutine does not return */
FUN_00352af0("../../gold/parameters.h",0x82,"doing_static_link");
}
|
1939_x86_64-linux-gnu-gold_and_x86_64-linux-gnu-gold_strip.c | optimize_tls_reloc | FUN_0015e100 |
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
Tls_optimization
anon_unknown.dwarf_241c3b::Target_x86_64<64>::optimize_tls_reloc(bool is_final,int r_type)
{
if (gold::parameters->options_ == (General_options *)0x0) {
/* WARNING: Subroutine does not return */
gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");
}
if ((gold::parameters->options_->shared_).value == false) {
switch(r_type) {
case 0x11:
case 0x14:
case 0x15:
return TLSOPT_TO_LE;
default:
/* WARNING: Subroutine does not return */
gold::do_gold_unreachable("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");
case 0x13:
case 0x22:
case 0x23:
return !is_final + TLSOPT_TO_LE;
case 0x16:
return (uint)is_final * 2;
case 0x17:
break;
}
}
return TLSOPT_NONE;
}
|
char FUN_0015e100(char param_1,undefined4 param_2)
{
if (*(long *)(PTR_DAT_003f85c0 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/parameters.h",0x5c,"options");
}
if (*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0') {
switch(param_2) {
case 0x11:
case 0x14:
case 0x15:
return '\x02';
default:
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");
case 0x13:
case 0x22:
case 0x23:
return (param_1 == '\0') + '\x02';
case 0x16:
return (param_1 != '\0') * '\x02';
case 0x17:
break;
}
}
return '\0';
}
| SUB RSP,0x8
MOV RAX,qword ptr [0x003f85c0]
MOV RAX,qword ptr [RAX + 0x10]
TEST RAX,RAX
JZ 0x0015e182
CMP byte ptr [RAX + 0x2a61],0x0
JNZ 0x0015e138
SUB ESI,0x11
CMP ESI,0x12
JA 0x0015e16a
LEA RDX,[0x338d8c]
MOVSXD RAX,dword ptr [RDX + RSI*0x4]
ADD RAX,RDX
JMP RAX
XOR EAX,EAX
ADD RSP,0x8
RET
XOR EAX,EAX
TEST DIL,DIL
SETNZ AL
ADD RSP,0x8
ADD EAX,EAX
RET
XOR EAX,EAX
TEST DIL,DIL
SETZ AL
ADD RSP,0x8
ADD EAX,0x2
RET
MOV EAX,0x2
ADD RSP,0x8
RET
LEA RDX,[0x33b080]
MOV ESI,0xd01
LEA RDI,[0x3383d2]
CALL 0x00199900
LEA RDX,[0x33bb88]
MOV ESI,0x5c
LEA RDI,[0x333279]
CALL 0x00199900 | null | null | null | null | [(u'LOAD_-1207246568', u'INT_EQUAL_-1207246549'), ('const-3390344', u'COPY_-1207246039'), ('tmp_1083', u'COPY_-1207246091'), (u'INT_MULT_-1207246097', u'COPY_-1207246212'), (u'LOAD_-1207246546', u'INT_EQUAL_-1207246531'), (u'PTRSUB_-1207246101', u'PTRSUB_-1207246098'), ('tmp_573', u'INT_ZEXT_-1207246206'), ('const-3376082', u'COPY_-1207246065'), ('const-433', u'LOAD_-1207246568'), (u'INT_EQUAL_-1207246549', u'CBRANCH_-1207246547'), (u'PTRSUB_-1207246098', u'LOAD_-1207246546'), ('tmp_1083', u'PTRSUB_-1207246111'), ('tmp_60', u'CBRANCH_-1207246547'), ('const-1', u'RETURN_-1207246321'), (u'COPY_-1207246184', u'RETURN_-1207246267'), ('const-3387520', u'COPY_-1207246064'), ('tmp_1083', u'COPY_-1207246103'), ('const-92', u'CALL_-1207246326'), ('tmp_573', u'BOOL_NEGATE_-1207246346'), ('tmp_1083', u'COPY_-1207246119'), ('const-10752', u'PTRSUB_-1207246101'), (u'PTRSUB_-1207246111', u'LOAD_-1207246568'), ('tmp_98', u'CBRANCH_-1207246524'), ('tmp_574', u'BRANCHIND_-1207246461'), ('const-3329', u'CALL_-1207246380'), ('const-0', u'INT_EQUAL_-1207246531'), ('const-2', u'INT_MULT_-1207246097'), (u'INT_ADD_-1207246337', u'COPY_-1207246196'), ('const-3355257', u'COPY_-1207246042'), (u'INT_EQUAL_-1207246531', u'CBRANCH_-1207246524'), ('const-0', u'RETURN_-1207246416'), (u'BOOL_NEGATE_-1207246346', u'INT_ZEXT_-1207246205'), ('const-1', u'RETURN_-1207246375'), (u'COPY_-1207246212', u'RETURN_-1207246307'), (u'INDIRECT_-1207245994', u'COPY_-1207246050'), (u'LOAD_-1207246568', u'PTRSUB_-1207246101'), (u'COPY_-1207246064', u'CALL_-1207246380'), (u'CALL_-1207246326', u'INDIRECT_-1207245994'), (u'COPY_-1207246196', u'RETURN_-1207246333'), ('const-0', u'INT_EQUAL_-1207246549'), ('const-2', u'COPY_-1207246184'), (u'COPY_-1207246230', u'RETURN_-1207246416'), ('const-0', u'RETURN_-1207246333'), (u'CALL_-1207246380', u'INDIRECT_-1207246017'), (u'COPY_-1207246065', u'CALL_-1207246380'), ('tmp_1083', u'COPY_-1207246138'), (u'INDIRECT_-1207246017', u'COPY_-1207246076'), (u'INT_ZEXT_-1207246206', u'INT_MULT_-1207246097'), ('const-16', u'PTRSUB_-1207246111'), ('const-97', u'PTRSUB_-1207246098'), ('const-0', u'COPY_-1207246230'), (u'INT_ZEXT_-1207246205', u'INT_ADD_-1207246337'), ('const-2', u'INT_ADD_-1207246337'), ('const-0', u'RETURN_-1207246267'), (u'COPY_-1207246039', u'CALL_-1207246326'), (u'COPY_-1207246042', u'CALL_-1207246326'), ('const-433', u'LOAD_-1207246546'), ('const-0', u'RETURN_-1207246307')] | [(u'LOAD_-1207246568', u'INT_EQUAL_-1207246549'), (u'PTRADD_-1207246506', u'CAST_-1207246111'), ('const-3390344', u'COPY_-1207246039'), (u'LOAD_-1207246546', u'INT_EQUAL_-1207246531'), (u'INT_EQUAL_-1207246549', u'CBRANCH_-1207246547'), ('tmp_60', u'CBRANCH_-1207246547'), ('tmp_1064', u'COPY_-1207246105'), ('const-1', u'RETURN_-1207246321'), ('tmp_1064', u'COPY_-1207246117'), ('tmp_1064', u'COPY_-1207246152'), (u'CAST_-1207246111', u'LOAD_-1207246568'), ('tmp_98', u'CBRANCH_-1207246524'), ('const-3376082', u'COPY_-1207246065'), ('const-0', u'INT_EQUAL_-1207246372'), (u'INDIRECT_-1207246031', u'COPY_-1207246090'), (u'INT_ADD_-1207246530', u'CAST_-1207246101'), (u'CAST_-1207246101', u'LOAD_-1207246546'), (u'COPY_-1207246100', u'RETURN_-1207246267'), (u'INT_EQUAL_-1207246531', u'CBRANCH_-1207246524'), (u'INT_NOTEQUAL_-1207246345', u'INT_MULT_-1207246091'), ('const-16', u'PTRADD_-1207246506'), ('const-0', u'RETURN_-1207246416'), ('tmp_1064', u'PTRADD_-1207246506'), ('const-433', u'LOAD_-1207246546'), (u'INT_ADD_-1207246084', u'COPY_-1207246103'), ('const-3329', u'CALL_-1207246380'), ('const-0', u'COPY_-1207246136'), ('const-92', u'CALL_-1207246326'), ('const-1', u'RETURN_-1207246375'), (u'COPY_-1207246064', u'CALL_-1207246380'), ('const-0', u'INT_EQUAL_-1207246549'), ('const-0', u'RETURN_-1207246333'), ('tmp_990', u'INT_EQUAL_-1207246372'), (u'COPY_-1207246065', u'CALL_-1207246380'), ('tmp_967', u'BRANCHIND_-1207246461'), (u'INDIRECT_-1207246008', u'COPY_-1207246064'), ('const-1', u'PTRADD_-1207246506'), ('const-433', u'LOAD_-1207246568'), ('tmp_990', u'INT_NOTEQUAL_-1207246345'), ('const-2', u'INT_ADD_-1207246084'), (u'INT_EQUAL_-1207246372', u'INT_ADD_-1207246084'), (u'INT_MULT_-1207246091', u'COPY_-1207246121'), (u'COPY_-1207246136', u'RETURN_-1207246416'), ('const-0', u'INT_NOTEQUAL_-1207246345'), ('const-2', u'COPY_-1207246100'), ('const-0', u'RETURN_-1207246267'), (u'COPY_-1207246039', u'CALL_-1207246326'), ('const-10849', u'INT_ADD_-1207246530'), (u'COPY_-1207246042', u'CALL_-1207246326'), (u'COPY_-1207246121', u'RETURN_-1207246307'), (u'LOAD_-1207246568', u'INT_ADD_-1207246530'), ('const-3355257', u'COPY_-1207246042'), ('const-2', u'INT_MULT_-1207246091'), ('const-0', u'RETURN_-1207246307'), (u'CALL_-1207246380', u'INDIRECT_-1207246031'), (u'CALL_-1207246326', u'INDIRECT_-1207246008'), ('tmp_1064', u'COPY_-1207246133'), (u'COPY_-1207246103', u'RETURN_-1207246333'), ('const-3387520', u'COPY_-1207246064'), ('const-0', u'INT_EQUAL_-1207246531')] | null | null | 0015e100 | x64 | O2 | (translation_unit "char FUN_0015e100(char param_1,undefined4 param_2)\n\n{\n if (*(long *)(PTR_DAT_003f85c0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0') {\n switch(param_2) {\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }\n }\n return '\0';\n}\n\n" (function_definition "char FUN_0015e100(char param_1,undefined4 param_2)\n\n{\n if (*(long *)(PTR_DAT_003f85c0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0') {\n switch(param_2) {\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }\n }\n return '\0';\n}" primitive_type (function_declarator "FUN_0015e100(char param_1,undefined4 param_2)" identifier (parameter_list "(char param_1,undefined4 param_2)" ( (parameter_declaration "char param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n if (*(long *)(PTR_DAT_003f85c0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0') {\n switch(param_2) {\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }\n }\n return '\0';\n}" { (if_statement "if (*(long *)(PTR_DAT_003f85c0 + 0x10) == 0) {\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_003f85c0 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_003f85c0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_003f85c0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_003f85c0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_003f85c0 + 0x10)" ( (binary_expression "PTR_DAT_003f85c0 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/parameters.h",0x5c,"options");\n }" { comment (expression_statement "FUN_00199900("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_00199900("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if (*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0') {\n switch(param_2) {\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }\n }" if (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0')" ( (binary_expression "*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61)" * (cast_expression "(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61)" ( (binary_expression "*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61" (pointer_expression "*(long *)(PTR_DAT_003f85c0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_003f85c0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_003f85c0 + 0x10)" ( (binary_expression "PTR_DAT_003f85c0 + 0x10" identifier + number_literal) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n switch(param_2) {\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }\n }" { (switch_statement "switch(param_2) {\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }" switch (parenthesized_expression "(param_2)" ( identifier )) (compound_statement "{\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }" { (case_statement "case 0x11:" case number_literal :) (case_statement "case 0x14:" case number_literal :) (case_statement "case 0x15:\n return '\x02';" case number_literal : (return_statement "return '\x02';" return (char_literal "'\x02'" ' escape_sequence ') ;)) (case_statement "default:\n /* WARNING: Subroutine does not return */\n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");" default : comment (expression_statement "FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");" (call_expression "FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc")" identifier (argument_list "("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc")" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""optimize_tls_reloc"" " string_content ") ))) ;)) (case_statement "case 0x13:" case number_literal :) (case_statement "case 0x22:" case number_literal :) (case_statement "case 0x23:\n return (param_1 == '\0') + '\x02';" case number_literal : (return_statement "return (param_1 == '\0') + '\x02';" return (binary_expression "(param_1 == '\0') + '\x02'" (parenthesized_expression "(param_1 == '\0')" ( (binary_expression "param_1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) + (char_literal "'\x02'" ' escape_sequence ')) ;)) (case_statement "case 0x16:\n return (param_1 != '\0') * '\x02';" case number_literal : (return_statement "return (param_1 != '\0') * '\x02';" return (binary_expression "(param_1 != '\0') * '\x02'" (parenthesized_expression "(param_1 != '\0')" ( (binary_expression "param_1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) * (char_literal "'\x02'" ' escape_sequence ')) ;)) (case_statement "case 0x17:\n break;" case number_literal : (break_statement "break;" break ;)) })) })) (return_statement "return '\0';" return (char_literal "'\0'" ' escape_sequence ') ;) }))) | (translation_unit "/* WARNING: Enum "DT": Some values do not have unique names */\n/* WARNING: Enum "ELFOSABI": Some values do not have unique names */\n\nTls_optimization\nanon_unknown.dwarf_241c3b::Target_x86_64<64>::optimize_tls_reloc(bool is_final,int r_type)\n\n{\n if (gold::parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((gold::parameters->options_->shared_).value == false) {\n switch(r_type) {\n case 0x11:\n case 0x14:\n case 0x15:\n return TLSOPT_TO_LE;\n default:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return !is_final + TLSOPT_TO_LE;\n case 0x16:\n return (uint)is_final * 2;\n case 0x17:\n break;\n }\n }\n return TLSOPT_NONE;\n}\n\n" comment comment (function_definition "Tls_optimization\nanon_unknown.dwarf_241c3b::Target_x86_64<64>::optimize_tls_reloc(bool is_final,int r_type)\n\n{\n if (gold::parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((gold::parameters->options_->shared_).value == false) {\n switch(r_type) {\n case 0x11:\n case 0x14:\n case 0x15:\n return TLSOPT_TO_LE;\n default:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return !is_final + TLSOPT_TO_LE;\n case 0x16:\n return (uint)is_final * 2;\n case 0x17:\n break;\n }\n }\n return TLSOPT_NONE;\n}" type_identifier (ERROR "anon_unknown.dwarf_241c3b::Target_x86_64<64>::" identifier . identifier : : identifier < number_literal > : :) (function_declarator "optimize_tls_reloc(bool is_final,int r_type)" identifier (parameter_list "(bool is_final,int r_type)" ( (parameter_declaration "bool is_final" primitive_type identifier) , (parameter_declaration "int r_type" primitive_type identifier) ))) (compound_statement "{\n if (gold::parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }\n if ((gold::parameters->options_->shared_).value == false) {\n switch(r_type) {\n case 0x11:\n case 0x14:\n case 0x15:\n return TLSOPT_TO_LE;\n default:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return !is_final + TLSOPT_TO_LE;\n case 0x16:\n return (uint)is_final * 2;\n case 0x17:\n break;\n }\n }\n return TLSOPT_NONE;\n}" { (if_statement "if (gold::parameters->options_ == (General_options *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(gold::parameters->options_ == (General_options *)0x0)" ( (ERROR "gold::" identifier : :) (binary_expression "parameters->options_ == (General_options *)0x0" (field_expression "parameters->options_" identifier -> field_identifier) == (cast_expression "(General_options *)0x0" ( (type_descriptor "General_options *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/parameters.h",0x5c,"options");" (call_expression "do_gold_unreachable("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;)) })) (if_statement "if ((gold::parameters->options_->shared_).value == false) {\n switch(r_type) {\n case 0x11:\n case 0x14:\n case 0x15:\n return TLSOPT_TO_LE;\n default:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return !is_final + TLSOPT_TO_LE;\n case 0x16:\n return (uint)is_final * 2;\n case 0x17:\n break;\n }\n }" if (parenthesized_expression "((gold::parameters->options_->shared_).value == false)" ( (binary_expression "(gold::parameters->options_->shared_).value == false" (field_expression "(gold::parameters->options_->shared_).value" (parenthesized_expression "(gold::parameters->options_->shared_)" ( (ERROR "gold::" identifier : :) (field_expression "parameters->options_->shared_" (field_expression "parameters->options_" identifier -> field_identifier) -> field_identifier) )) . field_identifier) == false) )) (compound_statement "{\n switch(r_type) {\n case 0x11:\n case 0x14:\n case 0x15:\n return TLSOPT_TO_LE;\n default:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return !is_final + TLSOPT_TO_LE;\n case 0x16:\n return (uint)is_final * 2;\n case 0x17:\n break;\n }\n }" { (switch_statement "switch(r_type) {\n case 0x11:\n case 0x14:\n case 0x15:\n return TLSOPT_TO_LE;\n default:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return !is_final + TLSOPT_TO_LE;\n case 0x16:\n return (uint)is_final * 2;\n case 0x17:\n break;\n }" switch (parenthesized_expression "(r_type)" ( identifier )) (compound_statement "{\n case 0x11:\n case 0x14:\n case 0x15:\n return TLSOPT_TO_LE;\n default:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return !is_final + TLSOPT_TO_LE;\n case 0x16:\n return (uint)is_final * 2;\n case 0x17:\n break;\n }" { (case_statement "case 0x11:" case number_literal :) (case_statement "case 0x14:" case number_literal :) (case_statement "case 0x15:\n return TLSOPT_TO_LE;" case number_literal : (return_statement "return TLSOPT_TO_LE;" return identifier ;)) (case_statement "default:\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");" default : comment (labeled_statement "gold::do_gold_unreachable("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");" (call_expression "do_gold_unreachable("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc")" identifier (argument_list "("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc")" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""optimize_tls_reloc"" " string_content ") ))) ;))) (case_statement "case 0x13:" case number_literal :) (case_statement "case 0x22:" case number_literal :) (case_statement "case 0x23:\n return !is_final + TLSOPT_TO_LE;" case number_literal : (return_statement "return !is_final + TLSOPT_TO_LE;" return (binary_expression "!is_final + TLSOPT_TO_LE" (unary_expression "!is_final" ! identifier) + identifier) ;)) (case_statement "case 0x16:\n return (uint)is_final * 2;" case number_literal : (return_statement "return (uint)is_final * 2;" return (binary_expression "(uint)is_final * 2" (cast_expression "(uint)is_final" ( (type_descriptor "uint" type_identifier) ) identifier) * number_literal) ;)) (case_statement "case 0x17:\n break;" case number_literal : (break_statement "break;" break ;)) })) })) (return_statement "return TLSOPT_NONE;" return identifier ;) }))) | (translation_unit "char FUN_0015e100(char param_1,undefined4 param_2)\n\n{\n if (*(long *)(PTR_DAT_003f85c0 + 0x10) == 0) {\n \n FUN_00199900("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0') {\n switch(param_2) {\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n \n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }\n }\n return '\0';\n}\n\n" (function_definition "char FUN_0015e100(char param_1,undefined4 param_2)\n\n{\n if (*(long *)(PTR_DAT_003f85c0 + 0x10) == 0) {\n \n FUN_00199900("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0') {\n switch(param_2) {\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n \n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }\n }\n return '\0';\n}" primitive_type (function_declarator "FUN_0015e100(char param_1,undefined4 param_2)" identifier (parameter_list "(char param_1,undefined4 param_2)" ( (parameter_declaration "char param_1" primitive_type identifier) , (parameter_declaration "undefined4 param_2" type_identifier identifier) ))) (compound_statement "{\n if (*(long *)(PTR_DAT_003f85c0 + 0x10) == 0) {\n \n FUN_00199900("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0') {\n switch(param_2) {\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n \n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }\n }\n return '\0';\n}" { (if_statement "if (*(long *)(PTR_DAT_003f85c0 + 0x10) == 0) {\n \n FUN_00199900("../../gold/parameters.h",0x5c,"options");\n }" if (parenthesized_expression "(*(long *)(PTR_DAT_003f85c0 + 0x10) == 0)" ( (binary_expression "*(long *)(PTR_DAT_003f85c0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_003f85c0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_003f85c0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_003f85c0 + 0x10)" ( (binary_expression "PTR_DAT_003f85c0 + 0x10" identifier + number_literal) )))) == number_literal) )) (compound_statement "{\n \n FUN_00199900("../../gold/parameters.h",0x5c,"options");\n }" { (expression_statement "FUN_00199900("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_00199900("../../gold/parameters.h",0x5c,"options")" identifier (argument_list "("../../gold/parameters.h",0x5c,"options")" ( (string_literal ""../../gold/parameters.h"" " string_content ") , number_literal , (string_literal ""options"" " string_content ") ))) ;) })) (if_statement "if (*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0') {\n switch(param_2) {\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n \n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }\n }" if (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0')" ( (binary_expression "*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61)" * (cast_expression "(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61)" ( (binary_expression "*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61" (pointer_expression "*(long *)(PTR_DAT_003f85c0 + 0x10)" * (cast_expression "(long *)(PTR_DAT_003f85c0 + 0x10)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(PTR_DAT_003f85c0 + 0x10)" ( (binary_expression "PTR_DAT_003f85c0 + 0x10" identifier + number_literal) )))) + number_literal) )))) == (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n switch(param_2) {\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n \n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }\n }" { (switch_statement "switch(param_2) {\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n \n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }" switch (parenthesized_expression "(param_2)" ( identifier )) (compound_statement "{\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n \n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }" { (case_statement "case 0x11:" case number_literal :) (case_statement "case 0x14:" case number_literal :) (case_statement "case 0x15:\n return '\x02';" case number_literal : (return_statement "return '\x02';" return (char_literal "'\x02'" ' escape_sequence ') ;)) (case_statement "default:\n \n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");" default : (expression_statement "FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");" (call_expression "FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc")" identifier (argument_list "("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc")" ( (string_literal ""../../gold/x86_64.cc"" " string_content ") , number_literal , (string_literal ""optimize_tls_reloc"" " string_content ") ))) ;)) (case_statement "case 0x13:" case number_literal :) (case_statement "case 0x22:" case number_literal :) (case_statement "case 0x23:\n return (param_1 == '\0') + '\x02';" case number_literal : (return_statement "return (param_1 == '\0') + '\x02';" return (binary_expression "(param_1 == '\0') + '\x02'" (parenthesized_expression "(param_1 == '\0')" ( (binary_expression "param_1 == '\0'" identifier == (char_literal "'\0'" ' escape_sequence ')) )) + (char_literal "'\x02'" ' escape_sequence ')) ;)) (case_statement "case 0x16:\n return (param_1 != '\0') * '\x02';" case number_literal : (return_statement "return (param_1 != '\0') * '\x02';" return (binary_expression "(param_1 != '\0') * '\x02'" (parenthesized_expression "(param_1 != '\0')" ( (binary_expression "param_1 != '\0'" identifier != (char_literal "'\0'" ' escape_sequence ')) )) * (char_literal "'\x02'" ' escape_sequence ')) ;)) (case_statement "case 0x17:\n break;" case number_literal : (break_statement "break;" break ;)) })) })) (return_statement "return '\0';" return (char_literal "'\0'" ' escape_sequence ') ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) )))) == (char_literal ' escape_sequence ')) )) (compound_statement { (switch_statement switch (parenthesized_expression ( IDENT )) (compound_statement { (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT : (return_statement return (char_literal ' escape_sequence ') ;)) (case_statement default : (expression_statement (call_expression IDENT (argument_list ( (string_literal " string_content ") , LIT , (string_literal " string_content ") ))) ;)) (case_statement case LIT :) (case_statement case LIT :) (case_statement case LIT : (return_statement return (binary_expression (parenthesized_expression ( (binary_expression IDENT == (char_literal ' escape_sequence ')) )) + (char_literal ' escape_sequence ')) ;)) (case_statement case LIT : (return_statement return (binary_expression (parenthesized_expression ( (binary_expression IDENT != (char_literal ' escape_sequence ')) )) * (char_literal ' escape_sequence ')) ;)) (case_statement case LIT : (break_statement break ;)) })) })) (return_statement return (char_literal ' escape_sequence ') ;) }))) | (function_definition "char FUN_0015e100(char param_1,undefined4 param_2)\n\n{\n if (*(long *)(PTR_DAT_003f85c0 + 0x10) == 0) {\n \n FUN_00199900("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0') {\n switch(param_2) {\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n \n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }\n }\n return '\0';\n}" (primitive_type "char") (function_declarator "FUN_0015e100(char param_1,undefined4 param_2)" (identifier "FUN_0015e100") (parameter_list "(char param_1,undefined4 param_2)" (( "(") (parameter_declaration "char param_1" (primitive_type "char") (identifier "param_1")) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) () ")"))) (compound_statement "{\n if (*(long *)(PTR_DAT_003f85c0 + 0x10) == 0) {\n \n FUN_00199900("../../gold/parameters.h",0x5c,"options");\n }\n if (*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0') {\n switch(param_2) {\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n \n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }\n }\n return '\0';\n}" ({ "{") (if_statement "if (*(long *)(PTR_DAT_003f85c0 + 0x10) == 0) {\n \n FUN_00199900("../../gold/parameters.h",0x5c,"options");\n }" (if "if") (parenthesized_expression "(*(long *)(PTR_DAT_003f85c0 + 0x10) == 0)" (( "(") (binary_expression "*(long *)(PTR_DAT_003f85c0 + 0x10) == 0" (pointer_expression "*(long *)(PTR_DAT_003f85c0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_003f85c0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_003f85c0 + 0x10)" (( "(") (binary_expression "PTR_DAT_003f85c0 + 0x10" (identifier "PTR_DAT_003f85c0") (+ "+") (number_literal "0x10")) () ")")))) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_00199900("../../gold/parameters.h",0x5c,"options");\n }" ({ "{") (expression_statement "FUN_00199900("../../gold/parameters.h",0x5c,"options");" (call_expression "FUN_00199900("../../gold/parameters.h",0x5c,"options")" (identifier "FUN_00199900") (argument_list "("../../gold/parameters.h",0x5c,"options")" (( "(") (string_literal ""../../gold/parameters.h"" (" """) (string_content "../../gold/parameters.h") (" """)) (, ",") (number_literal "0x5c") (, ",") (string_literal ""options"" (" """) (string_content "options") (" """)) () ")"))) (; ";")) (} "}"))) (if_statement "if (*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0') {\n switch(param_2) {\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n \n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }\n }" (if "if") (parenthesized_expression "(*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0')" (( "(") (binary_expression "*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0'" (pointer_expression "*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61)" (* "*") (cast_expression "(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61)" (( "(") (binary_expression "*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61" (pointer_expression "*(long *)(PTR_DAT_003f85c0 + 0x10)" (* "*") (cast_expression "(long *)(PTR_DAT_003f85c0 + 0x10)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(PTR_DAT_003f85c0 + 0x10)" (( "(") (binary_expression "PTR_DAT_003f85c0 + 0x10" (identifier "PTR_DAT_003f85c0") (+ "+") (number_literal "0x10")) () ")")))) (+ "+") (number_literal "0x2a61")) () ")")))) (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n switch(param_2) {\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n \n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }\n }" ({ "{") (switch_statement "switch(param_2) {\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n \n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }" (switch "switch") (parenthesized_expression "(param_2)" (( "(") (identifier "param_2") () ")")) (compound_statement "{\n case 0x11:\n case 0x14:\n case 0x15:\n return '\x02';\n default:\n \n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");\n case 0x13:\n case 0x22:\n case 0x23:\n return (param_1 == '\0') + '\x02';\n case 0x16:\n return (param_1 != '\0') * '\x02';\n case 0x17:\n break;\n }" ({ "{") (case_statement "case 0x11:" (case "case") (number_literal "0x11") (: ":")) (case_statement "case 0x14:" (case "case") (number_literal "0x14") (: ":")) (case_statement "case 0x15:\n return '\x02';" (case "case") (number_literal "0x15") (: ":") (return_statement "return '\x02';" (return "return") (char_literal "'\x02'" (' "'") (escape_sequence "\x02") (' "'")) (; ";"))) (case_statement "default:\n \n FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");" (default "default") (: ":") (expression_statement "FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");" (call_expression "FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc")" (identifier "FUN_00199900") (argument_list "("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc")" (( "(") (string_literal ""../../gold/x86_64.cc"" (" """) (string_content "../../gold/x86_64.cc") (" """)) (, ",") (number_literal "0xd01") (, ",") (string_literal ""optimize_tls_reloc"" (" """) (string_content "optimize_tls_reloc") (" """)) () ")"))) (; ";"))) (case_statement "case 0x13:" (case "case") (number_literal "0x13") (: ":")) (case_statement "case 0x22:" (case "case") (number_literal "0x22") (: ":")) (case_statement "case 0x23:\n return (param_1 == '\0') + '\x02';" (case "case") (number_literal "0x23") (: ":") (return_statement "return (param_1 == '\0') + '\x02';" (return "return") (binary_expression "(param_1 == '\0') + '\x02'" (parenthesized_expression "(param_1 == '\0')" (( "(") (binary_expression "param_1 == '\0'" (identifier "param_1") (== "==") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (+ "+") (char_literal "'\x02'" (' "'") (escape_sequence "\x02") (' "'"))) (; ";"))) (case_statement "case 0x16:\n return (param_1 != '\0') * '\x02';" (case "case") (number_literal "0x16") (: ":") (return_statement "return (param_1 != '\0') * '\x02';" (return "return") (binary_expression "(param_1 != '\0') * '\x02'" (parenthesized_expression "(param_1 != '\0')" (( "(") (binary_expression "param_1 != '\0'" (identifier "param_1") (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (* "*") (char_literal "'\x02'" (' "'") (escape_sequence "\x02") (' "'"))) (; ";"))) (case_statement "case 0x17:\n break;" (case "case") (number_literal "0x17") (: ":") (break_statement "break;" (break "break") (; ";"))) (} "}"))) (} "}"))) (return_statement "return '\0';" (return "return") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'")) (; ";")) (} "}"))) |
/* WARNING: Enum "DT": Some values do not have unique names */
/* WARNING: Enum "ELFOSABI": Some values do not have unique names */
type_1
anon_unknown.dwarf_241c3b::Target_x86_64<64>::function_1(bool is_final,int r_type)
{
if (gold::parameters->options_ == (type_2 *)0x0) {
/* WARNING: Subroutine does not return */
gold::var_1("../../gold/parameters.h",0x5c,"options");
}
if ((gold::parameters->options_->shared_).value == false) {
switch(r_type) {
case 0x11:
case 0x14:
case 0x15:
return var_2;
default:
/* WARNING: Subroutine does not return */
gold::var_1("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");
case 0x13:
case 0x22:
case 0x23:
return !is_final + var_2;
case 0x16:
return (type_3)is_final * 2;
case 0x17:
break;
}
}
return TLSOPT_NONE;
}
| 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: (identifier)))) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) consequence: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list (string_literal (string_content)) (number_literal) (string_literal (string_content))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))) right: (char_literal (escape_sequence)))) consequence: (compound_statement (switch_statement condition: (parenthesized_expression (identifier)) body: (compound_statement (case_statement value: (number_literal)) (case_statement value: (number_literal)) (case_statement value: (number_literal) (return_statement (char_literal (escape_sequence)))) (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)) (case_statement value: (number_literal)) (case_statement value: (number_literal) (return_statement (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) right: (char_literal (escape_sequence))))) (case_statement value: (number_literal) (return_statement (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (char_literal (escape_sequence)))) right: (char_literal (escape_sequence))))) (case_statement value: (number_literal) (break_statement)))))) (return_statement (char_literal (escape_sequence)))))) | null |
char MASKED(char param_1,undefined4 param_2)
{
if (*(long *)(PTR_DAT_003f85c0 + 0x10) == 0) {
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/parameters.h",0x5c,"options");
}
if (*(char *)(*(long *)(PTR_DAT_003f85c0 + 0x10) + 0x2a61) == '\0') {
switch(param_2) {
case 0x11:
case 0x14:
case 0x15:
return '\x02';
default:
/* WARNING: Subroutine does not return */
FUN_00199900("../../gold/x86_64.cc",0xd01,"optimize_tls_reloc");
case 0x13:
case 0x22:
case 0x23:
return (param_1 == '\0') + '\x02';
case 0x16:
return (param_1 != '\0') * '\x02';
case 0x17:
break;
}
}
return '\0';
}
|
5967_powerpc64le-linux-gnu-ld_and_powerpc64le-linux-gnu-ld_strip.c | _M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&> | FUN_0028b420 |
/* DWARF original name: _M_realloc_insert<const gold::Output_reloc<4, false, 64, false>&>
DWARF original prototype: void
_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&>(vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>
* this, iterator __position, Output_reloc<4,_false,_64,_false> * __args#0) */
void __thiscall
std::
vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>
::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&>
(vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>
*this,iterator __position,Output_reloc<4,_false,_64,_false> *__args_0)
{
Address *pAVar1;
undefined8 *puVar2;
Output_reloc<4,_false,_64,_false> *pOVar3;
Output_reloc<4,_false,_64,_false> *pOVar4;
anon_union_8_4_c82d8563_for_u1_ aVar5;
Address AVar6;
Address AVar7;
undefined8 uVar8;
Addend AVar9;
anon_union_8_4_c82d8563_for_u1_ aVar10;
anon_union_8_4_c82d8563_for_u1_ aVar11;
anon_union_8_4_c82d8563_for_u1_ aVar12;
anon_union_8_4_c82d8563_for_u1_ aVar13;
long lVar14;
anon_union_8_4_c82d8563_for_u1_ *paVar15;
anon_union_8_4_c82d8563_for_u1_ *paVar16;
long lVar17;
anon_union_8_4_c82d8563_for_u1_ *paVar18;
Output_reloc<4,_false,_64,_false> *pOVar19;
Output_reloc<4,_false,_64,_false> *pOVar20;
iterator iVar21;
ulong uVar22;
ulong uVar23;
pointer pOVar24;
pOVar3 = (this->
super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>
)._M_impl._M_finish;
pOVar4 = (this->
super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>
)._M_impl._M_start;
lVar14 = (long)pOVar3 - (long)pOVar4 >> 4;
lVar17 = (long)__position._M_current - (long)pOVar4;
if (lVar14 * -0x5555555555555555 == 0) {
uVar22 = 1;
LAB_0028b5f5:
uVar23 = uVar22 * 0x30;
}
else {
uVar22 = lVar14 * 0x5555555555555556;
uVar23 = 0xfffffffffffffff0;
if (((ulong)(lVar14 * -0x5555555555555555) < uVar22 || lVar14 * 0x5555555555555555 == 0) &&
(uVar22 < 0x555555555555556)) {
if (uVar22 == 0) {
paVar16 = (anon_union_8_4_c82d8563_for_u1_ *)0x30;
pOVar24 = (pointer)0x0;
paVar15 = (anon_union_8_4_c82d8563_for_u1_ *)0x0;
goto LAB_0028b49a;
}
goto LAB_0028b5f5;
}
}
paVar15 = (anon_union_8_4_c82d8563_for_u1_ *)operator_new(uVar23);
pOVar24 = (pointer)(uVar23 + (long)paVar15);
paVar16 = paVar15 + 6;
LAB_0028b49a:
aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(__args_0->rel_).u2_;
AVar6 = (__args_0->rel_).address_;
AVar7 = *(Address *)&(__args_0->rel_).local_sym_index_;
*(anon_union_8_4_c82d8563_for_u1_ *)((long)paVar15 + lVar17) = (__args_0->rel_).u1_;
((anon_union_8_4_c82d8563_for_u1_ *)((long)paVar15 + lVar17))[1] = aVar5;
uVar8 = *(undefined8 *)&(__args_0->rel_).shndx_;
AVar9 = __args_0->addend_;
pAVar1 = (Address *)((long)paVar15 + lVar17 + 0x10);
*pAVar1 = AVar6;
pAVar1[1] = AVar7;
puVar2 = (undefined8 *)((long)paVar15 + lVar17 + 0x20);
*puVar2 = uVar8;
puVar2[1] = AVar9;
paVar18 = paVar15;
pOVar19 = pOVar4;
if (__position._M_current != pOVar4) {
do {
aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).u2_;
pOVar20 = pOVar19 + 1;
*paVar18 = (pOVar19->rel_).u1_;
paVar18[1] = aVar5;
aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).local_sym_index_;
paVar18[2] = (anon_union_8_4_c82d8563_for_u1_)(pOVar19->rel_).address_;
paVar18[3] = aVar5;
aVar5 = (anon_union_8_4_c82d8563_for_u1_)pOVar19->addend_;
paVar18[4] = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).shndx_;
paVar18[5] = aVar5;
paVar18 = paVar18 + 6;
pOVar19 = pOVar20;
} while (__position._M_current != pOVar20);
paVar16 = paVar15 + ((((ulong)((long)__position._M_current + (-0x30 - (long)pOVar4)) >> 4) *
0xaaaaaaaaaaaaaab & 0xfffffffffffffff) * 3 + 6) * 2;
}
paVar18 = paVar16;
iVar21._M_current = __position._M_current;
if (__position._M_current != pOVar3) {
do {
aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).u2_;
aVar10 = (anon_union_8_4_c82d8563_for_u1_)((iVar21._M_current)->rel_).address_;
aVar11 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).local_sym_index_;
pOVar19 = iVar21._M_current + 1;
aVar12 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).shndx_;
aVar13 = (anon_union_8_4_c82d8563_for_u1_)(iVar21._M_current)->addend_;
*paVar18 = ((iVar21._M_current)->rel_).u1_;
paVar18[1] = aVar5;
paVar18[2] = aVar10;
paVar18[3] = aVar11;
paVar18[4] = aVar12;
paVar18[5] = aVar13;
paVar18 = paVar18 + 6;
iVar21._M_current = pOVar19;
} while (pOVar3 != pOVar19);
paVar16 = paVar16 + ((((ulong)((long)pOVar3 + (-0x30 - (long)__position._M_current)) >> 4) *
0xaaaaaaaaaaaaaab & 0xfffffffffffffff) + 1) * 6;
}
if (pOVar4 != (Output_reloc<4,_false,_64,_false> *)0x0) {
operator_delete(pOVar4);
}
(this->
super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>
)._M_impl._M_start = (pointer)paVar15;
(this->
super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>
)._M_impl._M_end_of_storage = pOVar24;
(this->
super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>
)._M_impl._M_finish = (pointer)paVar16;
return;
}
|
void FUN_0028b420(long *param_1,undefined8 *param_2,undefined8 *param_3)
{
undefined8 *puVar1;
undefined8 *puVar2;
undefined8 uVar3;
undefined8 uVar4;
undefined8 uVar5;
undefined8 uVar6;
undefined8 uVar7;
long lVar8;
undefined8 *puVar9;
undefined8 *puVar10;
long lVar11;
undefined8 *puVar12;
undefined8 *puVar13;
undefined8 *puVar14;
ulong uVar15;
long lVar16;
puVar1 = (undefined8 *)param_1[1];
puVar2 = (undefined8 *)*param_1;
lVar8 = (long)puVar1 - (long)puVar2 >> 4;
lVar11 = (long)param_2 - (long)puVar2;
if (lVar8 * -0x5555555555555555 == 0) {
uVar15 = 1;
LAB_0028b5f5:
lVar16 = uVar15 * 0x30;
}
else {
uVar15 = lVar8 * 0x5555555555555556;
lVar16 = -0x10;
if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&
(uVar15 < 0x555555555555556)) {
if (uVar15 == 0) {
puVar10 = (undefined8 *)0x30;
lVar16 = 0;
puVar9 = (undefined8 *)0x0;
goto LAB_0028b49a;
}
goto LAB_0028b5f5;
}
}
puVar9 = (undefined8 *)FUN_00337270(lVar16);
lVar16 = lVar16 + (long)puVar9;
puVar10 = puVar9 + 6;
LAB_0028b49a:
uVar5 = param_3[1];
uVar3 = param_3[2];
uVar4 = param_3[3];
*(undefined8 *)((long)puVar9 + lVar11) = *param_3;
((undefined8 *)((long)puVar9 + lVar11))[1] = uVar5;
uVar5 = param_3[4];
uVar6 = param_3[5];
puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x10);
*puVar12 = uVar3;
puVar12[1] = uVar4;
puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x20);
*puVar12 = uVar5;
puVar12[1] = uVar6;
puVar12 = puVar9;
puVar13 = puVar2;
if (param_2 != puVar2) {
do {
uVar3 = puVar13[1];
puVar10 = puVar13 + 6;
*puVar12 = *puVar13;
puVar12[1] = uVar3;
uVar3 = puVar13[3];
puVar12[2] = puVar13[2];
puVar12[3] = uVar3;
uVar3 = puVar13[5];
puVar12[4] = puVar13[4];
puVar12[5] = uVar3;
puVar12 = puVar12 + 6;
puVar13 = puVar10;
} while (param_2 != puVar10);
puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab
& 0xfffffffffffffff) * 3 + 6) * 2;
}
puVar12 = puVar10;
puVar13 = param_2;
if (param_2 != puVar1) {
do {
uVar3 = puVar13[1];
uVar4 = puVar13[2];
uVar5 = puVar13[3];
puVar14 = puVar13 + 6;
uVar6 = puVar13[4];
uVar7 = puVar13[5];
*puVar12 = *puVar13;
puVar12[1] = uVar3;
puVar12[2] = uVar4;
puVar12[3] = uVar5;
puVar12[4] = uVar6;
puVar12[5] = uVar7;
puVar12 = puVar12 + 6;
puVar13 = puVar14;
} while (puVar1 != puVar14);
puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab
& 0xfffffffffffffff) * 3 + 3) * 2;
}
if (puVar2 != (undefined8 *)0x0) {
FUN_00338a40(puVar2);
}
*param_1 = (long)puVar9;
param_1[2] = lVar16;
param_1[1] = (long)puVar10;
return;
}
| MOV RCX,-0x5555555555555555
PUSH R15
PUSH R14
PUSH R13
PUSH R12
MOV R12,RDI
PUSH RBP
PUSH RBX
MOV RBX,RSI
SUB RSP,0x18
MOV RBP,qword ptr [RDI + 0x8]
MOV R14,qword ptr [RDI]
MOV RAX,RBP
SUB RAX,R14
SAR RAX,0x4
IMUL RAX,RCX
MOV RCX,RSI
SUB RCX,R14
TEST RAX,RAX
JZ 0x0028b5f0
LEA RSI,[RAX + RAX*0x1]
MOV R15,-0x10
CMP RAX,RSI
JBE 0x0028b5c0
MOV RDI,R15
MOV qword ptr [RSP + 0x8],RDX
MOV qword ptr [RSP],RCX
CALL 0x00337270
MOV RCX,qword ptr [RSP]
MOV RDX,qword ptr [RSP + 0x8]
MOV R13,RAX
ADD R15,RAX
LEA RAX,[RAX + 0x30]
MOVDQU XMM6,xmmword ptr [RDX]
MOVDQU XMM7,xmmword ptr [RDX + 0x10]
MOVUPS xmmword ptr [R13 + RCX*0x1],XMM6
MOVDQU XMM6,xmmword ptr [RDX + 0x20]
MOVUPS xmmword ptr [R13 + RCX*0x1 + 0x10],XMM7
MOVUPS xmmword ptr [R13 + RCX*0x1 + 0x20],XMM6
CMP RBX,R14
JZ 0x0028b521
MOV RDX,R14
MOV RCX,R13
NOP dword ptr [RAX]
MOVDQU XMM0,xmmword ptr [RDX]
ADD RDX,0x30
ADD RCX,0x30
MOVUPS xmmword ptr [RCX + -0x30],XMM0
MOVDQU XMM1,xmmword ptr [RDX + -0x20]
MOVUPS xmmword ptr [RCX + -0x20],XMM1
MOVDQU XMM2,xmmword ptr [RDX + -0x10]
MOVUPS xmmword ptr [RCX + -0x10],XMM2
CMP RBX,RDX
JNZ 0x0028b4c8
MOV RAX,0xaaaaaaaaaaaaaab
LEA RDX,[RBX + -0x30]
SUB RDX,R14
SHR RDX,0x4
IMUL RDX,RAX
MOV RAX,0xfffffffffffffff
AND RDX,RAX
LEA RAX,[RDX + RDX*0x2 + 0x6]
SHL RAX,0x4
ADD RAX,R13
CMP RBX,RBP
JZ 0x0028b589
MOV RDX,RBX
MOV RCX,RAX
NOP dword ptr [RAX]
MOVDQU XMM3,xmmword ptr [RDX]
MOVDQU XMM4,xmmword ptr [RDX + 0x10]
ADD RDX,0x30
ADD RCX,0x30
MOVDQU XMM5,xmmword ptr [RDX + -0x10]
MOVUPS xmmword ptr [RCX + -0x30],XMM3
MOVUPS xmmword ptr [RCX + -0x20],XMM4
MOVUPS xmmword ptr [RCX + -0x10],XMM5
CMP RBP,RDX
JNZ 0x0028b530
MOV RCX,0xaaaaaaaaaaaaaab
SUB RBP,RBX
LEA RDX,[RBP + -0x30]
SHR RDX,0x4
IMUL RDX,RCX
MOV RCX,0xfffffffffffffff
AND RDX,RCX
LEA RDX,[RDX + RDX*0x2 + 0x3]
SHL RDX,0x4
ADD RAX,RDX
TEST R14,R14
JZ 0x0028b59e
MOV RDI,R14
MOV qword ptr [RSP],RAX
CALL 0x00338a40
MOV RAX,qword ptr [RSP]
MOV qword ptr [R12],R13
MOV qword ptr [R12 + 0x10],R15
MOV qword ptr [R12 + 0x8],RAX
ADD RSP,0x18
POP RBX
POP RBP
POP R12
POP R13
POP R14
POP R15
RET
MOV RAX,0x555555555555555
CMP RSI,RAX
JA 0x0028b476
TEST RSI,RSI
JNZ 0x0028b5f5
MOV EAX,0x30
XOR R15D,R15D
XOR R13D,R13D
JMP 0x0028b49a
MOV ESI,0x1
LEA R15,[RSI + RSI*0x2]
SHL R15,0x4
JMP 0x0028b476 | null | null | null | null | [(u'PTRSUB_-1204307576', u'PTRSUB_-1204307548'), (u'PTRSUB_-1204307321', u'LOAD_-1204307523'), ('tmp_1842', u'PTRSUB_-1204307549'), (u'PTRSUB_-1204307407', u'CAST_-1204307351'), (u'INT_MULT_-1204307816', u'MULTIEQUAL_-1204307829'), (u'MULTIEQUAL_-1204307686', u'PTRADD_-1204307276'), ('const-0', u'INT_EQUAL_-1204308791'), (u'COPY_-1204307907', u'MULTIEQUAL_-1204307845'), (u'CAST_-1204307408', u'PTRADD_-1204307525'), ('tmp_623', u'CBRANCH_-1204308520'), (u'LOAD_-1204308891', u'CAST_-1204307507'), (u'LOAD_-1204307533', u'STORE_-1204307507'), (u'CAST_-1204307409', u'INT_ADD_-1204308636'), (u'MULTIEQUAL_-1204307803', u'COPY_-1204307475'), (u'COPY_-1204307428', u'MULTIEQUAL_-1204307789'), (u'CAST_-1204307408', u'STORE_-1204307689'), (u'INT_NOTEQUAL_-1204308618', u'CBRANCH_-1204308617'), (u'PTRSUB_-1204307207', u'PTRSUB_-1204307191'), ('tmp_1842', u'PTRSUB_-1204307555'), (u'PTRSUB_-1204307195', u'PTRSUB_-1204307180'), ('const-0', u'PTRSUB_-1204307364'), ('const-433', u'LOAD_-1204307533'), ('const-433', u'STORE_-1204307486'), ('tmp_1715', u'BRANCH_-1204307872'), ('const-5', u'PTRADD_-1204307275'), ('const-1152921504606846975', u'INT_AND_-1204308119'), ('const-433', u'LOAD_-1204307504'), (u'MULTIEQUAL_-1204307845', u'MULTIEQUAL_-1204307708'), ('const-8', u'PTRSUB_-1204307435'), ('const--48', u'INT_SUB_-1204307471'), ('const-433', u'LOAD_-1204307617'), ('const-6', u'PTRADD_-1204307562'), (u'INT_MULT_-1204308136', u'INT_AND_-1204308119'), (u'INT_EQUAL_-1204308791', u'CBRANCH_-1204308789'), (u'INT_EQUAL_-1204307909', u'CBRANCH_-1204307906'), (u'PTRSUB_-1204307652', u'PTRSUB_-1204307582'), (u'MULTIEQUAL_-1204307780', u'PTRSUB_-1204307458'), (u'CAST_-1204307210', u'INT_SUB_-1204307343'), ('const-433', u'LOAD_-1204308897'), (u'INT_SRIGHT_-1204308839', u'INT_MULT_-1204307747'), (u'INT_RIGHT_-1204308180', u'INT_MULT_-1204308136'), (u'PTRSUB_-1204307417', u'CAST_-1204307362'), (u'PTRADD_-1204307489', u'COPY_-1204307424'), (u'INT_MULT_-1204307747', u'INT_EQUAL_-1204307909'), (u'PTRSUB_-1204307471', u'PTRSUB_-1204307417'), ('tmp_1842', u'PTRSUB_-1204307547'), ('const-433', u'STORE_-1204308016'), (u'MULTIEQUAL_-1204307678', u'PTRSUB_-1204307362'), ('const-48', u'INT_MULT_-1204307816'), ('tmp_1828', u'BRANCH_-1204307805'), ('const-0', u'PTRSUB_-1204307548'), ('const-8', u'PTRADD_-1204307525'), (u'INT_MULT_-1204307747', u'INT_LESS_-1204307917'), (u'PTRADD_-1204307479', u'STORE_-1204307638'), (u'LOAD_-1204307532', u'STORE_-1204307506'), (u'CAST_-1204307400', u'STORE_-1204307677'), ('tmp_1841', u'CAST_-1204307508'), (u'LOAD_-1204307654', u'STORE_-1204307638'), (u'LOAD_-1204307719', u'STORE_-1204307706'), (u'MULTIEQUAL_-1204307829', u'CALL_-1204308724'), ('const-0', u'PTRSUB_-1204307473'), (u'LOAD_-1204307633', u'CAST_-1204307356'), (u'INT_AND_-1204308119', u'INT_ADD_-1204307308'), ('const-1', u'PTRADD_-1204307479'), (u'PTRADD_-1204307282', u'STORE_-1204307497'), (u'INT_ADD_-1204308636', u'CAST_-1204307408'), ('const-8', u'PTRADD_-1204307451'), (u'PTRSUB_-1204307495', u'PTRSUB_-1204307436'), (u'CAST_-1204307316', u'INT_RIGHT_-1204308461'), ('const-0', u'RETURN_-1204307954'), (u'CAST_-1204307415', u'LOAD_-1204307692'), ('const-16', u'PTRSUB_-1204307418'), ('tmp_1840', u'PTRSUB_-1204307652'), ('const-8', u'PTRADD_-1204307464'), (u'CAST_-1204307209', u'INT_ADD_-1204308199'), ('const-32', u'PTRSUB_-1204307407'), (u'PTRSUB_-1204307435', u'CAST_-1204307379'), ('const-433', u'STORE_-1204307507'), ('const-0', u'INT_EQUAL_-1204308756'), (u'INT_ADD_-1204307308', u'INT_MULT_-1204307251'), (u'LOAD_-1204307718', u'STORE_-1204307705'), (u'PTRADD_-1204307517', u'STORE_-1204307676'), ('tmp_1841', u'INT_NOTEQUAL_-1204308618'), (u'COPY_-1204307424', u'MULTIEQUAL_-1204307780'), (u'CAST_-1204307401', u'INT_ADD_-1204308625'), (u'CAST_-1204307443', u'INT_ADD_-1204308686'), (u'COPY_-1204307374', u'MULTIEQUAL_-1204307686'), ('const-433', u'STORE_-1204307608'), (u'CAST_-1204307400', u'PTRADD_-1204307517'), ('const-0', u'PTRSUB_-1204307458'), (u'CAST_-1204307356', u'STORE_-1204307624'), ('const-40', u'PTRSUB_-1204307343'), ('const-2', u'PTRADD_-1204307282'), (u'BOOL_OR_-1204308719', u'CBRANCH_-1204308753'), (u'INT_RIGHT_-1204308461', u'INT_MULT_-1204308417'), ('const-0', u'PTRSUB_-1204307345'), ('const-1', u'COPY_-1204307820'), ('const-0', u'PTRSUB_-1204307487'), ('const--48', u'INT_SUB_-1204307343'), ('tmp_1842', u'PTRSUB_-1204307533'), ('tmp_1842', u'PTRSUB_-1204307556'), ('const-48', u'PTRADD_-1204307489'), ('const-24', u'PTRSUB_-1204307320'), (u'PTRSUB_-1204307223', u'PTRSUB_-1204307195'), ('tmp_1840', u'PTRSUB_-1204307223'), (u'CAST_-1204307261', u'LOAD_-1204307522'), (u'MULTIEQUAL_-1204307708', u'PTRADD_-1204307217'), ('tmp_1841', u'INT_NOTEQUAL_-1204308338'), (u'INT_ADD_-1204308484', u'CAST_-1204307316'), (u'LOAD_-1204307522', u'STORE_-1204307496'), ('const-4', u'PTRADD_-1204307451'), (u'LOAD_-1204308891', u'INT_NOTEQUAL_-1204308618'), (u'PTRADD_-1204307541', u'STORE_-1204307705'), (u'PTRADD_-1204307450', u'STORE_-1204307608'), (u'LOAD_-1204308897', u'INT_NOTEQUAL_-1204308338'), ('const-0', u'PTRSUB_-1204307495'), ('const-8', u'PTRADD_-1204307541'), (u'MULTIEQUAL_-1204307789', u'STORE_-1204307639'), (u'CAST_-1204307351', u'LOAD_-1204307618'), ('const-8', u'PTRADD_-1204307450'), (u'PTRSUB_-1204307556', u'PTRSUB_-1204307487'), ('const-8', u'PTRADD_-1204307217'), (u'PTRSUB_-1204307371', u'PTRSUB_-1204307327'), ('const-0', u'PTRSUB_-1204307195'), ('const-1', u'PTRADD_-1204307356'), (u'LOAD_-1204308891', u'CALL_-1204308040'), ('const-0', u'PTRSUB_-1204307191'), (u'PTRSUB_-1204307456', u'LOAD_-1204307617'), (u'CAST_-1204307204', u'INT_RIGHT_-1204308180'), (u'PTRADD_-1204307356', u'COPY_-1204307322'), (u'LOAD_-1204307632', u'STORE_-1204307623'), ('const-8', u'PTRADD_-1204307297'), (u'PTRADD_-1204307356', u'INT_NOTEQUAL_-1204308241'), ('const-0', u'PTRSUB_-1204307549'), ('const-0', u'PTRSUB_-1204307230'), ('const-433', u'STORE_-1204307623'), (u'INT_LESS_-1204307917', u'CBRANCH_-1204307926'), ('const-433', u'LOAD_-1204307708'), (u'PTRSUB_-1204307458', u'PTRSUB_-1204307407'), (u'COPY_-1204307322', u'MULTIEQUAL_-1204307678'), ('tmp_1842', u'PTRSUB_-1204307531'), (u'MULTIEQUAL_-1204307686', u'PTRADD_-1204307287'), ('const-433', u'LOAD_-1204307655'), ('const-0', u'COPY_-1204307537'), (u'PTRSUB_-1204307582', u'PTRSUB_-1204307553'), (u'PTRADD_-1204307297', u'COPY_-1204307326'), (u'INT_SUB_-1204308862', u'INT_SRIGHT_-1204308839'), (u'MULTIEQUAL_-1204307780', u'PTRSUB_-1204307473'), (u'PTRSUB_-1204307362', u'PTRSUB_-1204307320'), (u'PTRADD_-1204307562', u'MULTIEQUAL_-1204307845'), (u'MULTIEQUAL_-1204307780', u'PTRSUB_-1204307494'), ('const-2', u'PTRADD_-1204307465'), (u'MULTIEQUAL_-1204307678', u'PTRSUB_-1204307343'), ('const-433', u'LOAD_-1204308891'), (u'CALL_-1204308724', u'CAST_-1204307461'), (u'PTRSUB_-1204307555', u'PTRSUB_-1204307486'), ('const-24', u'PTRSUB_-1204307480'), (u'CAST_-1204307362', u'LOAD_-1204307632'), (u'PTRSUB_-1204307202', u'PTRSUB_-1204307186'), (u'INT_ADD_-1204308625', u'CAST_-1204307400'), (u'PTRSUB_-1204307370', u'PTRSUB_-1204307326'), ('tmp_288', u'CBRANCH_-1204308789'), (u'INT_SRIGHT_-1204308839', u'INT_MULT_-1204307735'), (u'CAST_-1204307461', u'PTRADD_-1204307562'), (u'LOAD_-1204307523', u'CAST_-1204307262'), (u'INT_AND_-1204308400', u'INT_MULT_-1204307580'), ('const-433', u'LOAD_-1204307654'), ('const-433', u'STORE_-1204307638'), (u'PTRSUB_-1204307646', u'PTRSUB_-1204307576'), (u'MULTIEQUAL_-1204307803', u'PTRADD_-1204307391'), ('tmp_1659', u'CBRANCH_-1204307906'), (u'PTRSUB_-1204307487', u'LOAD_-1204307719'), ('const--6148914691236517205', u'INT_MULT_-1204308799'), (u'INT_MULT_-1204308417', u'INT_AND_-1204308400'), ('const-0', u'INT_EQUAL_-1204307909'), ('const-8', u'PTRADD_-1204307275'), (u'PTRSUB_-1204307436', u'LOAD_-1204307655'), ('const-433', u'STORE_-1204307689'), (u'INT_ADD_-1204307572', u'INT_ADD_-1204308636'), ('const-1', u'PTRADD_-1204307517'), ('const-433', u'LOAD_-1204307633'), (u'PTRADD_-1204307464', u'STORE_-1204307623'), (u'PTRSUB_-1204307306', u'CAST_-1204307247'), (u'CAST_-1204307139', u'STORE_-1204308016'), ('const-0', u'PTRSUB_-1204307370'), (u'MULTIEQUAL_-1204307789', u'PTRADD_-1204307450'), (u'CAST_-1204307442', u'MULTIEQUAL_-1204307794'), ('const-4', u'INT_RIGHT_-1204308461'), ('const-4', u'INT_SRIGHT_-1204308839'), ('const-433', u'STORE_-1204307677'), (u'MULTIEQUAL_-1204307803', u'CAST_-1204307409'), ('const-0', u'PTRSUB_-1204307362'), (u'CAST_-1204307379', u'LOAD_-1204307654'), (u'CAST_-1204307320', u'INT_ADD_-1204308484'), ('const-6', u'INT_MULT_-1204307251'), (u'INT_SUB_-1204307471', u'INT_ADD_-1204308484'), ('const-433', u'STORE_-1204307496'), ('const-5', u'PTRADD_-1204307450'), (u'MULTIEQUAL_-1204307686', u'PTRADD_-1204307275'), (u'INT_ADD_-1204308655', u'CAST_-1204307422'), (u'LOAD_-1204308891', u'CAST_-1204307523'), (u'INT_NOTEQUAL_-1204308058', u'CBRANCH_-1204308057'), ('const-0', u'PTRSUB_-1204307652'), ('const-3', u'INT_MULT_-1204307580'), (u'LOAD_-1204307618', u'STORE_-1204307609'), ('const-8', u'PTRADD_-1204307281'), ('const-433', u'LOAD_-1204307523'), (u'CAST_-1204307267', u'LOAD_-1204307532'), (u'CAST_-1204307523', u'INT_SUB_-1204308862'), ('const-24', u'PTRSUB_-1204307417'), ('tmp_1841', u'CAST_-1204307320'), ('const-1', u'INT_ADD_-1204307308'), (u'PTRSUB_-1204307191', u'STORE_-1204308031'), (u'COPY_-1204307820', u'MULTIEQUAL_-1204307470'), (u'LOAD_-1204308897', u'CAST_-1204307524'), ('const--16', u'COPY_-1204308779'), ('const-433', u'STORE_-1204307705'), ('const-4', u'INT_RIGHT_-1204308180'), (u'MULTIEQUAL_-1204307803', u'CAST_-1204307401'), (u'COPY_-1204308779', u'MULTIEQUAL_-1204307829'), (u'PTRSUB_-1204307480', u'CAST_-1204307429'), (u'MULTIEQUAL_-1204307686', u'PTRADD_-1204307282'), (u'INT_MULT_-1204307425', u'PTRADD_-1204307391'), (u'INT_SRIGHT_-1204308839', u'INT_MULT_-1204308799'), (u'CAST_-1204307262', u'STORE_-1204307497'), ('const-0', u'PTRSUB_-1204307202'), ('const-8', u'PTRADD_-1204307465'), ('const-0', u'PTRSUB_-1204307471'), ('const-0', u'PTRSUB_-1204307223'), ('const-16', u'PTRSUB_-1204307481'), (u'LOAD_-1204307692', u'STORE_-1204307677'), (u'PTRSUB_-1204307548', u'LOAD_-1204308891'), ('const-48', u'COPY_-1204307907'), (u'PTRSUB_-1204307547', u'PTRSUB_-1204307480'), ('const-8', u'PTRSUB_-1204307486'), ('const-8', u'PTRSUB_-1204307326'), (u'PTRADD_-1204307451', u'STORE_-1204307609'), ('tmp_490', u'CBRANCH_-1204308617'), ('const-0', u'COPY_-1204307531'), ('const-0', u'INT_NOTEQUAL_-1204308058'), ('const-433', u'STORE_-1204307609'), ('const-8', u'PTRSUB_-1204307553'), (u'PTRSUB_-1204307486', u'CAST_-1204307434'), ('tmp_331', u'CBRANCH_-1204308753'), (u'LOAD_-1204307617', u'CAST_-1204307350'), ('const-8', u'PTRSUB_-1204307180'), ('const-8', u'PTRADD_-1204307484'), (u'CAST_-1204307508', u'INT_SUB_-1204308796'), ('const-433', u'STORE_-1204307688'), ('const-32', u'PTRSUB_-1204307468'), ('const-40', u'PTRSUB_-1204307456'), ('tmp_1841', u'COPY_-1204307370'), (u'LOAD_-1204307655', u'STORE_-1204307639'), ('tmp_1840', u'PTRSUB_-1204307230'), ('const-6148914691236517205', u'INT_MULT_-1204307735'), (u'PTRSUB_-1204307549', u'PTRSUB_-1204307481'), ('const-3', u'PTRADD_-1204307281'), (u'MULTIEQUAL_-1204307794', u'STORE_-1204308024'), (u'LOAD_-1204307504', u'STORE_-1204307487'), ('const-0', u'PTRSUB_-1204307582'), ('const-768614336404564651', u'INT_MULT_-1204308417'), (u'PTRSUB_-1204307481', u'LOAD_-1204307709'), (u'CAST_-1204307429', u'LOAD_-1204307708'), (u'COPY_-1204307531', u'MULTIEQUAL_-1204307794'), ('tmp_1631', u'CBRANCH_-1204307926'), ('const-6', u'PTRADD_-1204307484'), (u'MULTIEQUAL_-1204307789', u'PTRADD_-1204307451'), (u'CAST_-1204307524', u'INT_SUB_-1204308862'), ('const-433', u'LOAD_-1204307522'), ('const-433', u'STORE_-1204307506'), (u'CAST_-1204307422', u'STORE_-1204307706'), (u'INT_SUB_-1204308796', u'INT_ADD_-1204307572'), (u'MULTIEQUAL_-1204307708', u'MULTIEQUAL_-1204307607'), (u'PTRSUB_-1204307230', u'PTRSUB_-1204307202'), (u'PTRSUB_-1204307468', u'CAST_-1204307415'), (u'LOAD_-1204307709', u'STORE_-1204307689'), (u'MULTIEQUAL_-1204307803', u'CAST_-1204307423'), (u'INT_MULT_-1204308799', u'CAST_-1204307483'), (u'PTRSUB_-1204307473', u'PTRSUB_-1204307418'), ('const-48', u'PTRADD_-1204307356'), (u'CAST_-1204307507', u'INT_SUB_-1204308796'), ('const-6', u'INT_ADD_-1204308398'), ('const-0', u'PTRSUB_-1204307207'), ('const-6', u'PTRADD_-1204307297'), (u'INT_ADD_-1204308686', u'CAST_-1204307442'), (u'LOAD_-1204307503', u'CAST_-1204307246'), (u'CAST_-1204307434', u'LOAD_-1204307718'), (u'CAST_-1204307321', u'INT_SUB_-1204307471'), ('tmp_977', u'CBRANCH_-1204308337'), ('const-0', u'PTRSUB_-1204307556'), (u'CAST_-1204307246', u'STORE_-1204307486'), (u'MULTIEQUAL_-1204307686', u'PTRADD_-1204307281'), (u'LOAD_-1204308897', u'INT_NOTEQUAL_-1204308241'), (u'COPY_-1204307471', u'MULTIEQUAL_-1204307780'), (u'INT_ADD_-1204308199', u'CAST_-1204307204'), ('const-433', u'STORE_-1204308024'), (u'MULTIEQUAL_-1204307708', u'COPY_-1204307374'), ('const-40', u'PTRSUB_-1204307531'), (u'INT_MULT_-1204307580', u'INT_ADD_-1204308398'), ('const-433', u'LOAD_-1204307718'), ('tmp_1841', u'CAST_-1204307210'), (u'INT_SUB_-1204307343', u'INT_ADD_-1204308199'), (u'LOAD_-1204308891', u'COPY_-1204307471'), ('const-433', u'LOAD_-1204307709'), (u'PTRSUB_-1204307494', u'PTRSUB_-1204307435'), (u'MULTIEQUAL_-1204307789', u'PTRADD_-1204307464'), ('const-0', u'PTRSUB_-1204307327'), (u'PTRADD_-1204307275', u'STORE_-1204307486'), (u'PTRADD_-1204307217', u'MULTIEQUAL_-1204307607'), ('const-0', u'PTRSUB_-1204307555'), (u'PTRADD_-1204307489', u'INT_NOTEQUAL_-1204308522'), (u'CAST_-1204307149', u'STORE_-1204308031'), (u'MULTIEQUAL_-1204307678', u'PTRSUB_-1204307370'), (u'PTRSUB_-1204307345', u'PTRSUB_-1204307306'), (u'INT_LESS_-1204308756', u'BOOL_OR_-1204308719'), (u'INT_EQUAL_-1204308756', u'BOOL_OR_-1204308719'), (u'PTRSUB_-1204307364', u'PTRSUB_-1204307321'), (u'CAST_-1204307247', u'LOAD_-1204307504'), (u'MULTIEQUAL_-1204307780', u'PTRSUB_-1204307495'), (u'INT_MULT_-1204307251', u'PTRADD_-1204307217'), (u'MULTIEQUAL_-1204307803', u'CAST_-1204307149'), (u'PTRADD_-1204307391', u'MULTIEQUAL_-1204307708'), ('const-433', u'LOAD_-1204307503'), ('const-433', u'LOAD_-1204307532'), (u'COPY_-1204307475', u'MULTIEQUAL_-1204307789'), (u'CAST_-1204307423', u'INT_ADD_-1204308655'), (u'PTRSUB_-1204307343', u'LOAD_-1204307503'), (u'MULTIEQUAL_-1204307780', u'PTRADD_-1204307489'), (u'LOAD_-1204308897', u'CAST_-1204307209'), ('tmp_1460', u'CBRANCH_-1204308057'), ('const-16', u'PTRSUB_-1204307186'), (u'CAST_-1204307350', u'STORE_-1204307608'), (u'MULTIEQUAL_-1204307789', u'PTRADD_-1204307465'), (u'CAST_-1204307483', u'INT_LESS_-1204308756'), ('const-8', u'PTRADD_-1204307479'), ('const-8', u'PTRADD_-1204307287'), ('const-32', u'PTRSUB_-1204307306'), (u'PTRSUB_-1204307418', u'LOAD_-1204307633'), ('const-0', u'PTRSUB_-1204307235'), (u'MULTIEQUAL_-1204307829', u'INT_ADD_-1204308686'), (u'LOAD_-1204307708', u'STORE_-1204307688'), (u'LOAD_-1204307691', u'STORE_-1204307676'), (u'LOAD_-1204308891', u'CAST_-1204307321'), ('const-768614336404564651', u'INT_MULT_-1204308136'), (u'MULTIEQUAL_-1204307780', u'PTRSUB_-1204307456'), ('tmp_1841', u'INT_NOTEQUAL_-1204308522'), (u'MULTIEQUAL_-1204307789', u'PTRADD_-1204307484'), ('const-433', u'LOAD_-1204307618'), (u'INT_NOTEQUAL_-1204308241', u'CBRANCH_-1204308239'), ('const-433', u'LOAD_-1204307692'), ('const-4', u'PTRADD_-1204307276'), ('const-0', u'PTRSUB_-1204307371'), (u'COPY_-1204307370', u'MULTIEQUAL_-1204307678'), (u'INT_ADD_-1204308398', u'INT_MULT_-1204307425'), (u'INT_MULT_-1204308799', u'INT_EQUAL_-1204308791'), ('tmp_1840', u'PTRSUB_-1204307235'), (u'PTRADD_-1204307465', u'STORE_-1204307624'), ('const-8', u'PTRADD_-1204307282'), (u'PTRSUB_-1204307180', u'STORE_-1204308016'), (u'PTRSUB_-1204307553', u'LOAD_-1204308897'), ('const-0', u'PTRSUB_-1204307436'), ('const-0', u'PTRSUB_-1204307494'), ('const-8', u'PTRADD_-1204307276'), (u'MULTIEQUAL_-1204307686', u'PTRADD_-1204307297'), ('const-433', u'STORE_-1204308031'), ('const-16', u'INT_ADD_-1204307572'), ('const-2', u'INT_MULT_-1204307425'), (u'CAST_-1204307422', u'PTRADD_-1204307541'), ('const-1', u'PTRADD_-1204307541'), ('const-8', u'PTRADD_-1204307562'), (u'PTRSUB_-1204307533', u'PTRSUB_-1204307468'), ('const-0', u'PTRSUB_-1204307547'), (u'PTRADD_-1204307287', u'STORE_-1204307506'), (u'INT_ADD_-1204307564', u'INT_ADD_-1204308625'), ('const-433', u'STORE_-1204307676'), (u'INT_SUB_-1204308796', u'INT_ADD_-1204307564'), ('const-1', u'PTRADD_-1204307489'), ('const-433', u'STORE_-1204307624'), ('tmp_1840', u'PTRSUB_-1204307646'), ('const-8', u'PTRADD_-1204307517'), (u'PTRSUB_-1204307235', u'PTRSUB_-1204307207'), ('const-32', u'INT_ADD_-1204307564'), (u'INT_MULT_-1204307747', u'MULTIEQUAL_-1204307470'), (u'CAST_-1204307461', u'CAST_-1204307443'), ('const-0', u'PTRSUB_-1204307533'), (u'LOAD_-1204308891', u'INT_NOTEQUAL_-1204308058'), (u'COPY_-1204307537', u'MULTIEQUAL_-1204307803'), (u'PTRADD_-1204307484', u'COPY_-1204307428'), (u'MULTIEQUAL_-1204307780', u'PTRSUB_-1204307471'), (u'INT_NOTEQUAL_-1204308338', u'CBRANCH_-1204308337'), ('const-6148914691236517206', u'INT_MULT_-1204307747'), ('const-433', u'LOAD_-1204307632'), (u'PTRSUB_-1204307186', u'STORE_-1204308024'), (u'PTRSUB_-1204307326', u'CAST_-1204307267'), ('const-433', u'STORE_-1204307706'), (u'PTRSUB_-1204307320', u'CAST_-1204307261'), (u'PTRADD_-1204307281', u'STORE_-1204307496'), ('const-433', u'LOAD_-1204307691'), ('const-1', u'PTRADD_-1204307525'), ('tmp_1110', u'CBRANCH_-1204308239'), (u'PTRSUB_-1204307531', u'LOAD_-1204307691'), (u'PTRADD_-1204307276', u'STORE_-1204307487'), ('const-384307168202282326', u'INT_LESS_-1204307917'), ('const-0', u'PTRSUB_-1204307576'), ('const-1', u'PTRADD_-1204307287'), (u'MULTIEQUAL_-1204307678', u'PTRADD_-1204307356'), (u'MULTIEQUAL_-1204307470', u'INT_MULT_-1204307816'), (u'MULTIEQUAL_-1204307678', u'PTRSUB_-1204307364'), (u'INT_SUB_-1204308796', u'INT_ADD_-1204308655'), (u'PTRSUB_-1204307327', u'LOAD_-1204307533'), (u'MULTIEQUAL_-1204307686', u'STORE_-1204307507'), ('const-16', u'PTRSUB_-1204307321'), ('const-433', u'STORE_-1204307487'), (u'MULTIEQUAL_-1204307678', u'PTRSUB_-1204307345'), (u'COPY_-1204307326', u'MULTIEQUAL_-1204307686'), ('const-433', u'STORE_-1204307639'), (u'CAST_-1204307461', u'MULTIEQUAL_-1204307803'), ('const-1152921504606846975', u'INT_AND_-1204308400'), ('const-433', u'STORE_-1204307497'), (u'MULTIEQUAL_-1204307789', u'PTRADD_-1204307479'), (u'MULTIEQUAL_-1204307607', u'CAST_-1204307139'), (u'INT_MULT_-1204307735', u'INT_EQUAL_-1204308756'), ('const-0', u'PTRSUB_-1204307646'), (u'PTRADD_-1204307525', u'STORE_-1204307688'), ('const-8', u'PTRADD_-1204307391'), ('const-3', u'PTRADD_-1204307464'), (u'INT_MULT_-1204307747', u'INT_LESS_-1204308756'), (u'INT_NOTEQUAL_-1204308522', u'CBRANCH_-1204308520'), (u'MULTIEQUAL_-1204307678', u'PTRSUB_-1204307371'), ('const-433', u'LOAD_-1204307719')] | [(u'PTRADD_-1204307442', u'LOAD_-1204307590'), (u'MULTIEQUAL_-1204307677', u'PTRADD_-1204307352'), (u'MULTIEQUAL_-1204307779', u'PTRADD_-1204307476'), ('const-768614336404564651', u'INT_MULT_-1204308136'), (u'CAST_-1204307546', u'INT_SUB_-1204308796'), ('const-0', u'INT_EQUAL_-1204308791'), ('const-8', u'PTRADD_-1204307497'), ('tmp_623', u'CBRANCH_-1204308520'), ('const-433', u'LOAD_-1204307679'), (u'MULTIEQUAL_-1204307707', u'COPY_-1204307415'), ('const-433', u'STORE_-1204307666'), ('const-433', u'STORE_-1204307479'), ('const-3', u'PTRADD_-1204307351'), (u'PTRADD_-1204307526', u'LOAD_-1204307687'), (u'MULTIEQUAL_-1204307779', u'PTRADD_-1204307471'), ('const-8', u'PTRADD_-1204307455'), ('const-0', u'COPY_-1204307536'), ('tmp_3188', u'INT_NOTEQUAL_-1204308338'), (u'INT_MULT_-1204308799', u'CAST_-1204307522'), (u'INT_ADD_-1204308686', u'MULTIEQUAL_-1204307793'), (u'PTRADD_-1204307461', u'STORE_-1204307611'), ('const-5', u'PTRADD_-1204307334'), ('const-48', u'COPY_-1204307907'), (u'INT_NOTEQUAL_-1204308618', u'CBRANCH_-1204308617'), ('const-5', u'PTRADD_-1204307435'), (u'PTRADD_-1204307352', u'LOAD_-1204307496'), (u'LOAD_-1204307670', u'STORE_-1204307655'), (u'PTRADD_-1204307456', u'LOAD_-1204307606'), (u'MULTIEQUAL_-1204307779', u'PTRADD_-1204307442'), ('tmp_1715', u'BRANCH_-1204307872'), ('const-433', u'STORE_-1204307667'), ('tmp_490', u'CBRANCH_-1204308617'), (u'LOAD_-1204307591', u'STORE_-1204307582'), (u'PTRADD_-1204307449', u'STORE_-1204307597'), ('const-0', u'INT_NOTEQUAL_-1204308058'), (u'PTRADD_-1204307316', u'STORE_-1204307459'), (u'CAST_-1204307575', u'CAST_-1204307563'), ('tmp_331', u'CBRANCH_-1204308753'), (u'CAST_-1204307500', u'CAST_-1204307482'), ('const-2', u'PTRADD_-1204307352'), ('const-2', u'INT_MULT_-1204307291'), (u'CAST_-1204307263', u'INT_SUB_-1204307338'), ('const-5', u'PTRADD_-1204307442'), (u'COPY_-1204308779', u'MULTIEQUAL_-1204307828'), (u'INT_MULT_-1204307816', u'MULTIEQUAL_-1204307828'), ('const-32', u'INT_ADD_-1204307544'), (u'MULTIEQUAL_-1204307677', u'PTRADD_-1204307357'), ('const-8', u'PTRADD_-1204307436'), (u'INT_MULT_-1204308136', u'INT_AND_-1204308119'), ('tmp_3185', u'PTRADD_-1204307626'), (u'MULTIEQUAL_-1204307788', u'PTRADD_-1204307435'), (u'COPY_-1204307516', u'MULTIEQUAL_-1204307788'), (u'PTRADD_-1204307448', u'STORE_-1204307596'), (u'INT_ADD_-1204308484', u'CAST_-1204307364'), (u'INT_EQUAL_-1204308791', u'CBRANCH_-1204308789'), (u'INT_EQUAL_-1204307909', u'CBRANCH_-1204307906'), (u'COPY_-1204307465', u'MULTIEQUAL_-1204307779'), ('const-1', u'PTRADD_-1204307476'), (u'INT_ADD_-1204308636', u'CAST_-1204307451'), (u'CAST_-1204307262', u'INT_ADD_-1204308199'), (u'LOAD_-1204307590', u'STORE_-1204307581'), (u'MULTIEQUAL_-1204307779', u'PTRADD_-1204307456'), ('tmp_3188', u'INT_NOTEQUAL_-1204308522'), (u'CAST_-1204307570', u'INT_NOTEQUAL_-1204308618'), (u'COPY_-1204307367', u'MULTIEQUAL_-1204307685'), (u'PTRADD_-1204307471', u'INT_NOTEQUAL_-1204308522'), (u'INT_ADD_-1204307552', u'INT_ADD_-1204308636'), (u'INT_AND_-1204308400', u'INT_MULT_-1204307553'), (u'MULTIEQUAL_-1204307844', u'MULTIEQUAL_-1204307707'), (u'INT_RIGHT_-1204308180', u'INT_MULT_-1204308136'), (u'PTRADD_-1204307257', u'MULTIEQUAL_-1204307606'), ('tmp_1631', u'CBRANCH_-1204307926'), (u'CAST_-1204307575', u'INT_NOTEQUAL_-1204308338'), ('const-6', u'PTRADD_-1204307466'), (u'INT_AND_-1204308119', u'INT_MULT_-1204307445'), ('const-8', u'PTRADD_-1204307471'), (u'PTRADD_-1204307466', u'COPY_-1204307469'), ('const-8', u'PTRADD_-1204307345'), (u'PTRADD_-1204307323', u'STORE_-1204307470'), ('const-433', u'LOAD_-1204307477'), ('const-433', u'STORE_-1204307459'), ('const-8', u'PTRADD_-1204307513'), ('const-433', u'STORE_-1204308031'), ('tmp_1828', u'BRANCH_-1204307805'), ('const-3', u'INT_ADD_-1204308117'), (u'COPY_-1204307536', u'MULTIEQUAL_-1204307802'), (u'MULTIEQUAL_-1204307779', u'LOAD_-1204307628'), (u'INT_SRIGHT_-1204308839', u'INT_MULT_-1204307708'), (u'PTRADD_-1204307351', u'LOAD_-1204307495'), (u'INT_MULT_-1204307445', u'INT_ADD_-1204308117'), ('const-433', u'LOAD_-1204307606'), ('const-8', u'PTRADD_-1204307357'), ('const-433', u'LOAD_-1204308897'), ('tmp_3221', u'PTRADD_-1204307512'), ('const-8', u'PTRADD_-1204307328'), ('const-433', u'STORE_-1204307469'), (u'PTRADD_-1204307626', u'LOAD_-1204308897'), ('const-768614336404564651', u'INT_MULT_-1204308417'), ('const-433', u'STORE_-1204307581'), ('const-6', u'INT_ADD_-1204308398'), ('const-8', u'PTRADD_-1204307442'), (u'PTRADD_-1204307345', u'COPY_-1204307363'), ('const-1', u'PTRADD_-1204307520'), ('const-8', u'PTRADD_-1204307352'), ('const-433', u'LOAD_-1204307591'), ('const-3', u'PTRADD_-1204307526'), ('tmp_977', u'CBRANCH_-1204308337'), ('const-3', u'PTRADD_-1204307448'), ('tmp_3188', u'CAST_-1204307547'), ('tmp_3185', u'PTRADD_-1204307228'), ('tmp_3221', u'PTRADD_-1204307513'), ('const-6', u'PTRADD_-1204307471'), ('const-8', u'PTRADD_-1204307526'), (u'CAST_-1204307570', u'CAST_-1204307546'), (u'INT_SUB_-1204308796', u'INT_ADD_-1204307552'), ('const-0', u'RETURN_-1204307954'), ('const-433', u'LOAD_-1204307680'), (u'CAST_-1204307257', u'INT_RIGHT_-1204308180'), ('const-433', u'STORE_-1204307611'), (u'CAST_-1204307563', u'INT_SUB_-1204308862'), ('const-3', u'PTRADD_-1204307322'), ('const-8', u'PTRADD_-1204307626'), ('const-8', u'PTRADD_-1204307335'), ('const-4', u'INT_RIGHT_-1204308180'), ('const-0', u'INT_EQUAL_-1204308756'), (u'PTRADD_-1204307537', u'MULTIEQUAL_-1204307844'), (u'MULTIEQUAL_-1204307685', u'STORE_-1204307480'), ('tmp_3185', u'LOAD_-1204308891'), (u'PTRADD_-1204307513', u'LOAD_-1204307671'), ('const-1152921504606846975', u'INT_AND_-1204308400'), ('const-8', u'PTRADD_-1204307257'), (u'COPY_-1204307820', u'MULTIEQUAL_-1204307469'), (u'INT_ADD_-1204308199', u'CAST_-1204307257'), (u'PTRADD_-1204307520', u'STORE_-1204307666'), (u'CAST_-1204307369', u'INT_SUB_-1204307456'), (u'INT_MULT_-1204307720', u'INT_LESS_-1204307917'), (u'BOOL_OR_-1204308719', u'CBRANCH_-1204308753'), (u'INT_RIGHT_-1204308461', u'INT_MULT_-1204308417'), (u'CAST_-1204307570', u'CAST_-1204307369'), ('const-1152921504606846975', u'INT_AND_-1204308119'), ('const-1', u'COPY_-1204307820'), ('tmp_3221', u'LOAD_-1204307680'), (u'LOAD_-1204307506', u'STORE_-1204307480'), ('const-8', u'PTRADD_-1204307476'), ('const-0', u'COPY_-1204307530'), (u'PTRADD_-1204307436', u'STORE_-1204307582'), (u'LOAD_-1204307687', u'STORE_-1204307667'), ('const-8', u'PTRADD_-1204307376'), (u'INT_ADD_-1204308625', u'CAST_-1204307443'), ('const-3', u'INT_MULT_-1204307445'), (u'CAST_-1204307500', u'MULTIEQUAL_-1204307802'), ('const-4', u'PTRADD_-1204307317'), (u'MULTIEQUAL_-1204307802', u'COPY_-1204307516'), (u'CAST_-1204307368', u'INT_ADD_-1204308484'), (u'CAST_-1204307464', u'PTRADD_-1204307520'), (u'MULTIEQUAL_-1204307606', u'CAST_-1204307192'), (u'CAST_-1204307364', u'INT_RIGHT_-1204308461'), (u'PTRADD_-1204307317', u'STORE_-1204307460'), (u'PTRADD_-1204307228', u'STORE_-1204308024'), ('const-433', u'LOAD_-1204307670'), ('const-433', u'STORE_-1204307597'), ('const-433', u'LOAD_-1204307590'), (u'CALL_-1204308724', u'CAST_-1204307500'), (u'CAST_-1204307522', u'INT_LESS_-1204308756'), ('const-8', u'PTRADD_-1204307316'), (u'MULTIEQUAL_-1204307802', u'CAST_-1204307202'), (u'INT_LESS_-1204308756', u'BOOL_OR_-1204308719'), (u'INT_EQUAL_-1204308756', u'BOOL_OR_-1204308719'), ('const-5', u'PTRADD_-1204307512'), ('const-433', u'STORE_-1204307668'), (u'LOAD_-1204307505', u'STORE_-1204307479'), (u'LOAD_-1204307679', u'STORE_-1204307666'), ('const-8', u'PTRADD_-1204307532'), (u'CAST_-1204307444', u'INT_ADD_-1204308625'), ('const-433', u'LOAD_-1204307496'), ('const-6', u'PTRADD_-1204307340'), ('const--48', u'INT_SUB_-1204307338'), (u'MULTIEQUAL_-1204307788', u'STORE_-1204307612'), (u'MULTIEQUAL_-1204307469', u'INT_MULT_-1204307816'), (u'LOAD_-1204307496', u'STORE_-1204307470'), ('const-8', u'PTRADD_-1204307317'), (u'MULTIEQUAL_-1204307677', u'PTRADD_-1204307351'), ('tmp_3221', u'PTRADD_-1204307526'), ('const-3', u'PTRADD_-1204307455'), (u'PTRADD_-1204307345', u'INT_NOTEQUAL_-1204308241'), ('const-8', u'PTRADD_-1204307443'), (u'MULTIEQUAL_-1204307677', u'LOAD_-1204307506'), (u'MULTIEQUAL_-1204307685', u'PTRADD_-1204307323'), (u'PTRADD_-1204307357', u'LOAD_-1204307505'), (u'INT_MULT_-1204307720', u'INT_LESS_-1204308756'), (u'CAST_-1204307451', u'STORE_-1204307668'), (u'MULTIEQUAL_-1204307707', u'MULTIEQUAL_-1204307606'), (u'CAST_-1204307570', u'CALL_-1204308040'), (u'COPY_-1204307469', u'MULTIEQUAL_-1204307788'), (u'CAST_-1204307562', u'INT_SUB_-1204308862'), ('const-16', u'INT_ADD_-1204307552'), ('const-433', u'STORE_-1204307612'), ('const-8', u'PTRADD_-1204307505'), (u'CAST_-1204307192', u'STORE_-1204308016'), ('tmp_1460', u'CBRANCH_-1204308057'), ('const-8', u'PTRADD_-1204307322'), ('const-3', u'INT_MULT_-1204307553'), ('const-8', u'PTRADD_-1204307461'), (u'PTRADD_-1204307527', u'LOAD_-1204307688'), ('const-8', u'PTRADD_-1204307448'), (u'INT_LESS_-1204307917', u'CBRANCH_-1204307926'), ('const-433', u'LOAD_-1204307627'), (u'LOAD_-1204307688', u'STORE_-1204307668'), ('const-6148914691236517206', u'INT_MULT_-1204307720'), ('const-8', u'PTRADD_-1204307537'), (u'MULTIEQUAL_-1204307685', u'PTRADD_-1204307322'), (u'PTRADD_-1204307443', u'LOAD_-1204307591'), ('const-2', u'PTRADD_-1204307228'), (u'COPY_-1204307512', u'MULTIEQUAL_-1204307779'), (u'PTRADD_-1204307334', u'LOAD_-1204307476'), (u'CAST_-1204307443', u'STORE_-1204307656'), ('const-8', u'PTRADD_-1204307520'), ('const-8', u'PTRADD_-1204307466'), (u'PTRADD_-1204307322', u'STORE_-1204307469'), (u'MULTIEQUAL_-1204307685', u'PTRADD_-1204307317'), (u'LOAD_-1204307628', u'STORE_-1204307612'), (u'INT_SUB_-1204308862', u'INT_SRIGHT_-1204308839'), (u'INT_SUB_-1204307338', u'INT_ADD_-1204308199'), (u'CAST_-1204307570', u'CAST_-1204307562'), (u'INT_SRIGHT_-1204308839', u'INT_MULT_-1204307720'), (u'LOAD_-1204307671', u'STORE_-1204307656'), ('const--6148914691236517205', u'INT_MULT_-1204308799'), (u'INT_NOTEQUAL_-1204308241', u'CBRANCH_-1204308239'), ('const-433', u'LOAD_-1204307687'), ('const-2', u'PTRADD_-1204307449'), (u'INT_MULT_-1204307720', u'MULTIEQUAL_-1204307469'), (u'PTRADD_-1204307222', u'STORE_-1204308016'), (u'COPY_-1204307363', u'MULTIEQUAL_-1204307677'), (u'CAST_-1204307570', u'INT_NOTEQUAL_-1204308058'), (u'MULTIEQUAL_-1204307677', u'PTRADD_-1204307334'), ('const-433', u'STORE_-1204307460'), (u'PTRADD_-1204307376', u'MULTIEQUAL_-1204307707'), ('const-2', u'PTRADD_-1204307527'), (u'COPY_-1204307411', u'MULTIEQUAL_-1204307677'), (u'INT_MULT_-1204308799', u'INT_EQUAL_-1204308791'), (u'LOAD_-1204308891', u'CAST_-1204307570'), (u'MULTIEQUAL_-1204307677', u'PTRADD_-1204307345'), ('const-1', u'PTRADD_-1204307532'), ('const-433', u'LOAD_-1204307495'), ('const-8', u'PTRADD_-1204307340'), (u'LOAD_-1204307627', u'STORE_-1204307611'), (u'INT_MULT_-1204307410', u'PTRADD_-1204307376'), (u'PTRADD_-1204307532', u'LOAD_-1204307679'), (u'CAST_-1204307465', u'INT_ADD_-1204308655'), ('const-433', u'STORE_-1204307596'), ('const-8', u'PTRADD_-1204307222'), (u'INT_SUB_-1204307456', u'INT_ADD_-1204308484'), (u'CAST_-1204307500', u'PTRADD_-1204307537'), ('tmp_288', u'CBRANCH_-1204308789'), (u'MULTIEQUAL_-1204307788', u'PTRADD_-1204307449'), ('const-8', u'PTRADD_-1204307351'), ('const--48', u'INT_SUB_-1204307456'), ('tmp_3188', u'INT_NOTEQUAL_-1204308618'), ('const-433', u'LOAD_-1204307505'), ('tmp_3188', u'CAST_-1204307368'), ('const-48', u'INT_MULT_-1204307816'), (u'LOAD_-1204307477', u'STORE_-1204307460'), (u'MULTIEQUAL_-1204307828', u'CALL_-1204308724'), ('const-433', u'LOAD_-1204307628'), (u'PTRADD_-1204307455', u'LOAD_-1204307605'), ('const-433', u'STORE_-1204308024'), ('tmp_1659', u'CBRANCH_-1204307906'), ('const-433', u'STORE_-1204307655'), (u'INT_ADD_-1204307544', u'INT_ADD_-1204308625'), (u'INT_MULT_-1204307708', u'INT_EQUAL_-1204308756'), (u'INT_MULT_-1204308417', u'INT_AND_-1204308400'), ('const-0', u'INT_EQUAL_-1204307909'), ('const-2', u'PTRADD_-1204307456'), ('const-4', u'PTRADD_-1204307513'), (u'COPY_-1204307415', u'MULTIEQUAL_-1204307685'), ('tmp_3188', u'CAST_-1204307263'), (u'MULTIEQUAL_-1204307685', u'PTRADD_-1204307328'), (u'MULTIEQUAL_-1204307788', u'PTRADD_-1204307448'), ('const-1', u'PTRADD_-1204307497'), ('const-433', u'LOAD_-1204308891'), (u'CAST_-1204307482', u'INT_ADD_-1204308686'), ('const-4', u'PTRADD_-1204307443'), (u'CAST_-1204307570', u'COPY_-1204307512'), (u'MULTIEQUAL_-1204307802', u'CAST_-1204307465'), (u'CAST_-1204307443', u'PTRADD_-1204307497'), ('const-1', u'PTRADD_-1204307461'), ('const-1', u'PTRADD_-1204307222'), (u'COPY_-1204307907', u'MULTIEQUAL_-1204307844'), ('const-8', u'PTRADD_-1204307435'), ('const-433', u'LOAD_-1204307688'), ('const-8', u'PTRADD_-1204307449'), (u'MULTIEQUAL_-1204307802', u'PTRADD_-1204307376'), (u'CAST_-1204307547', u'INT_SUB_-1204308796'), (u'INT_NOTEQUAL_-1204308338', u'CBRANCH_-1204308337'), (u'INT_SUB_-1204308796', u'INT_ADD_-1204307544'), (u'PTRADD_-1204307340', u'COPY_-1204307367'), ('const-4', u'INT_SRIGHT_-1204308839'), ('const-6', u'PTRADD_-1204307345'), (u'INT_MULT_-1204307553', u'INT_ADD_-1204308398'), (u'MULTIEQUAL_-1204307788', u'PTRADD_-1204307436'), (u'MULTIEQUAL_-1204307779', u'PTRADD_-1204307455'), (u'LOAD_-1204308897', u'CAST_-1204307575'), ('const-2', u'INT_MULT_-1204307410'), (u'PTRADD_-1204307335', u'LOAD_-1204307477'), ('const-433', u'LOAD_-1204307671'), (u'PTRADD_-1204307505', u'STORE_-1204307667'), ('const-1', u'PTRADD_-1204307357'), (u'CAST_-1204307451', u'PTRADD_-1204307505'), ('const-6148914691236517205', u'INT_MULT_-1204307708'), ('const-433', u'STORE_-1204307667'), ('const-1', u'PTRADD_-1204307505'), ('const-433', u'STORE_-1204307656'), ('tmp_1110', u'CBRANCH_-1204308239'), ('const-433', u'STORE_-1204308016'), ('const-1', u'PTRADD_-1204307328'), (u'PTRADD_-1204307512', u'LOAD_-1204307670'), (u'INT_MULT_-1204307720', u'INT_EQUAL_-1204307909'), ('tmp_3221', u'PTRADD_-1204307532'), (u'MULTIEQUAL_-1204307788', u'PTRADD_-1204307461'), (u'PTRADD_-1204307328', u'STORE_-1204307479'), ('tmp_3221', u'PTRADD_-1204307527'), (u'INT_SUB_-1204308796', u'INT_ADD_-1204308655'), (u'CAST_-1204307452', u'INT_ADD_-1204308636'), (u'PTRADD_-1204307497', u'STORE_-1204307655'), (u'MULTIEQUAL_-1204307828', u'INT_ADD_-1204308686'), (u'PTRADD_-1204307435', u'STORE_-1204307581'), (u'LOAD_-1204307495', u'STORE_-1204307469'), (u'INT_NOTEQUAL_-1204308058', u'CBRANCH_-1204308057'), ('tmp_3185', u'STORE_-1204308031'), ('const-5', u'PTRADD_-1204307316'), (u'MULTIEQUAL_-1204307793', u'STORE_-1204308024'), ('const-433', u'LOAD_-1204307605'), (u'INT_ADD_-1204308398', u'INT_MULT_-1204307410'), ('const-433', u'STORE_-1204307582'), (u'CAST_-1204307202', u'STORE_-1204308031'), ('const-8', u'PTRADD_-1204307323'), ('const-433', u'STORE_-1204307480'), ('const-8', u'PTRADD_-1204307512'), ('const-8', u'PTRADD_-1204307334'), (u'MULTIEQUAL_-1204307707', u'PTRADD_-1204307257'), (u'MULTIEQUAL_-1204307779', u'PTRADD_-1204307443'), ('const-8', u'PTRADD_-1204307456'), (u'MULTIEQUAL_-1204307802', u'CAST_-1204307452'), (u'PTRADD_-1204307476', u'LOAD_-1204307627'), ('const-4', u'PTRADD_-1204307335'), (u'PTRADD_-1204307471', u'COPY_-1204307465'), (u'MULTIEQUAL_-1204307685', u'PTRADD_-1204307340'), (u'MULTIEQUAL_-1204307802', u'CAST_-1204307444'), (u'MULTIEQUAL_-1204307788', u'PTRADD_-1204307466'), ('const-433', u'LOAD_-1204307476'), ('const-4', u'INT_RIGHT_-1204308461'), ('const--16', u'COPY_-1204308779'), (u'MULTIEQUAL_-1204307677', u'PTRADD_-1204307335'), (u'CAST_-1204307464', u'STORE_-1204307667'), ('const-1', u'PTRADD_-1204307626'), ('const-433', u'STORE_-1204307470'), (u'LOAD_-1204307605', u'STORE_-1204307596'), (u'LOAD_-1204307476', u'STORE_-1204307459'), ('const-433', u'LOAD_-1204307506'), (u'INT_ADD_-1204308655', u'CAST_-1204307464'), ('const-384307168202282326', u'INT_LESS_-1204307917'), (u'LOAD_-1204307680', u'STORE_-1204307667'), ('const-4', u'PTRADD_-1204307436'), ('const-2', u'PTRADD_-1204307323'), ('tmp_3185', u'PTRADD_-1204307222'), (u'CAST_-1204307575', u'INT_NOTEQUAL_-1204308241'), (u'CAST_-1204307575', u'CAST_-1204307262'), (u'INT_ADD_-1204308117', u'INT_MULT_-1204307291'), (u'INT_NOTEQUAL_-1204308522', u'CBRANCH_-1204308520'), (u'COPY_-1204307530', u'MULTIEQUAL_-1204307793'), (u'INT_MULT_-1204307291', u'PTRADD_-1204307257'), ('const-6', u'PTRADD_-1204307537'), (u'LOAD_-1204307606', u'STORE_-1204307597'), ('const-8', u'PTRADD_-1204307527'), (u'MULTIEQUAL_-1204307685', u'PTRADD_-1204307316'), ('const-8', u'PTRADD_-1204307228'), (u'INT_SRIGHT_-1204308839', u'INT_MULT_-1204308799'), ('tmp_3188', u'COPY_-1204307411')] | null | null | 0028b420 | x64 | O2 | (translation_unit "void FUN_0028b420(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 undefined8 uVar6;\n undefined8 uVar7;\n long lVar8;\n undefined8 *puVar9;\n undefined8 *puVar10;\n long lVar11;\n undefined8 *puVar12;\n undefined8 *puVar13;\n undefined8 *puVar14;\n ulong uVar15;\n long lVar16;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n lVar8 = (long)puVar1 - (long)puVar2 >> 4;\n lVar11 = (long)param_2 - (long)puVar2;\n if (lVar8 * -0x5555555555555555 == 0) {\n uVar15 = 1;\nLAB_0028b5f5:\n lVar16 = uVar15 * 0x30;\n }\n else {\n uVar15 = lVar8 * 0x5555555555555556;\n lVar16 = -0x10;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }\n puVar9 = (undefined8 *)FUN_00337270(lVar16);\n lVar16 = lVar16 + (long)puVar9;\n puVar10 = puVar9 + 6;\nLAB_0028b49a:\n uVar5 = param_3[1];\n uVar3 = param_3[2];\n uVar4 = param_3[3];\n *(undefined8 *)((long)puVar9 + lVar11) = *param_3;\n ((undefined8 *)((long)puVar9 + lVar11))[1] = uVar5;\n uVar5 = param_3[4];\n uVar6 = param_3[5];\n puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x10);\n *puVar12 = uVar3;\n puVar12[1] = uVar4;\n puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x20);\n *puVar12 = uVar5;\n puVar12[1] = uVar6;\n puVar12 = puVar9;\n puVar13 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n } while (param_2 != puVar10);\n puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2;\n }\n puVar12 = puVar10;\n puVar13 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n } while (puVar1 != puVar14);\n puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2;\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_00338a40(puVar2);\n }\n *param_1 = (long)puVar9;\n param_1[2] = lVar16;\n param_1[1] = (long)puVar10;\n return;\n}\n\n" (function_definition "void FUN_0028b420(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 undefined8 uVar6;\n undefined8 uVar7;\n long lVar8;\n undefined8 *puVar9;\n undefined8 *puVar10;\n long lVar11;\n undefined8 *puVar12;\n undefined8 *puVar13;\n undefined8 *puVar14;\n ulong uVar15;\n long lVar16;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n lVar8 = (long)puVar1 - (long)puVar2 >> 4;\n lVar11 = (long)param_2 - (long)puVar2;\n if (lVar8 * -0x5555555555555555 == 0) {\n uVar15 = 1;\nLAB_0028b5f5:\n lVar16 = uVar15 * 0x30;\n }\n else {\n uVar15 = lVar8 * 0x5555555555555556;\n lVar16 = -0x10;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }\n puVar9 = (undefined8 *)FUN_00337270(lVar16);\n lVar16 = lVar16 + (long)puVar9;\n puVar10 = puVar9 + 6;\nLAB_0028b49a:\n uVar5 = param_3[1];\n uVar3 = param_3[2];\n uVar4 = param_3[3];\n *(undefined8 *)((long)puVar9 + lVar11) = *param_3;\n ((undefined8 *)((long)puVar9 + lVar11))[1] = uVar5;\n uVar5 = param_3[4];\n uVar6 = param_3[5];\n puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x10);\n *puVar12 = uVar3;\n puVar12[1] = uVar4;\n puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x20);\n *puVar12 = uVar5;\n puVar12[1] = uVar6;\n puVar12 = puVar9;\n puVar13 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n } while (param_2 != puVar10);\n puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2;\n }\n puVar12 = puVar10;\n puVar13 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n } while (puVar1 != puVar14);\n puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2;\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_00338a40(puVar2);\n }\n *param_1 = (long)puVar9;\n param_1[2] = lVar16;\n param_1[1] = (long)puVar10;\n return;\n}" primitive_type (function_declarator "FUN_0028b420(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 undefined8 uVar6;\n undefined8 uVar7;\n long lVar8;\n undefined8 *puVar9;\n undefined8 *puVar10;\n long lVar11;\n undefined8 *puVar12;\n undefined8 *puVar13;\n undefined8 *puVar14;\n ulong uVar15;\n long lVar16;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n lVar8 = (long)puVar1 - (long)puVar2 >> 4;\n lVar11 = (long)param_2 - (long)puVar2;\n if (lVar8 * -0x5555555555555555 == 0) {\n uVar15 = 1;\nLAB_0028b5f5:\n lVar16 = uVar15 * 0x30;\n }\n else {\n uVar15 = lVar8 * 0x5555555555555556;\n lVar16 = -0x10;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }\n puVar9 = (undefined8 *)FUN_00337270(lVar16);\n lVar16 = lVar16 + (long)puVar9;\n puVar10 = puVar9 + 6;\nLAB_0028b49a:\n uVar5 = param_3[1];\n uVar3 = param_3[2];\n uVar4 = param_3[3];\n *(undefined8 *)((long)puVar9 + lVar11) = *param_3;\n ((undefined8 *)((long)puVar9 + lVar11))[1] = uVar5;\n uVar5 = param_3[4];\n uVar6 = param_3[5];\n puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x10);\n *puVar12 = uVar3;\n puVar12[1] = uVar4;\n puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x20);\n *puVar12 = uVar5;\n puVar12[1] = uVar6;\n puVar12 = puVar9;\n puVar13 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n } while (param_2 != puVar10);\n puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2;\n }\n puVar12 = puVar10;\n puVar13 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n } while (puVar1 != puVar14);\n puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2;\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_00338a40(puVar2);\n }\n *param_1 = (long)puVar9;\n param_1[2] = lVar16;\n param_1[1] = (long)puVar10;\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 "undefined8 uVar6;" type_identifier identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "long lVar8;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar9;" type_identifier (pointer_declarator "*puVar9" * identifier) ;) (declaration "undefined8 *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "long lVar11;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (declaration "undefined8 *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "undefined8 *puVar14;" type_identifier (pointer_declarator "*puVar14" * identifier) ;) (declaration "ulong uVar15;" type_identifier identifier ;) (declaration "long lVar16;" (sized_type_specifier "long" long) 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 "lVar8 = (long)puVar1 - (long)puVar2 >> 4;" (assignment_expression "lVar8 = (long)puVar1 - (long)puVar2 >> 4" identifier = (binary_expression "(long)puVar1 - (long)puVar2 >> 4" (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)) ;) (expression_statement "lVar11 = (long)param_2 - (long)puVar2;" (assignment_expression "lVar11 = (long)param_2 - (long)puVar2" identifier = (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))) ;) (if_statement "if (lVar8 * -0x5555555555555555 == 0) {\n uVar15 = 1;\nLAB_0028b5f5:\n lVar16 = uVar15 * 0x30;\n }\n else {\n uVar15 = lVar8 * 0x5555555555555556;\n lVar16 = -0x10;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }" if (parenthesized_expression "(lVar8 * -0x5555555555555555 == 0)" ( (binary_expression "lVar8 * -0x5555555555555555 == 0" (binary_expression "lVar8 * -0x5555555555555555" identifier * number_literal) == number_literal) )) (compound_statement "{\n uVar15 = 1;\nLAB_0028b5f5:\n lVar16 = uVar15 * 0x30;\n }" { (expression_statement "uVar15 = 1;" (assignment_expression "uVar15 = 1" identifier = number_literal) ;) (labeled_statement "LAB_0028b5f5:\n lVar16 = uVar15 * 0x30;" statement_identifier : (expression_statement "lVar16 = uVar15 * 0x30;" (assignment_expression "lVar16 = uVar15 * 0x30" identifier = (binary_expression "uVar15 * 0x30" identifier * number_literal)) ;)) }) (else_clause "else {\n uVar15 = lVar8 * 0x5555555555555556;\n lVar16 = -0x10;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }" else (compound_statement "{\n uVar15 = lVar8 * 0x5555555555555556;\n lVar16 = -0x10;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }" { (expression_statement "uVar15 = lVar8 * 0x5555555555555556;" (assignment_expression "uVar15 = lVar8 * 0x5555555555555556" identifier = (binary_expression "lVar8 * 0x5555555555555556" identifier * number_literal)) ;) (expression_statement "lVar16 = -0x10;" (assignment_expression "lVar16 = -0x10" identifier = number_literal) ;) (if_statement "if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }" if (parenthesized_expression "(((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556))" ( (binary_expression "((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)" (parenthesized_expression "((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0)" ( (binary_expression "(ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0" (binary_expression "(ulong)(lVar8 * -0x5555555555555555) < uVar15" (call_expression "(ulong)(lVar8 * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(lVar8 * -0x5555555555555555)" ( (binary_expression "lVar8 * -0x5555555555555555" identifier * number_literal) ))) < identifier) || (binary_expression "lVar8 * 0x5555555555555555 == 0" (binary_expression "lVar8 * 0x5555555555555555" identifier * number_literal) == number_literal)) )) && (parenthesized_expression "(uVar15 < 0x555555555555556)" ( (binary_expression "uVar15 < 0x555555555555556" identifier < number_literal) ))) )) (compound_statement "{\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }" { (if_statement "if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }" if (parenthesized_expression "(uVar15 == 0)" ( (binary_expression "uVar15 == 0" identifier == number_literal) )) (compound_statement "{\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }" { (expression_statement "puVar10 = (undefined8 *)0x30;" (assignment_expression "puVar10 = (undefined8 *)0x30" identifier = (cast_expression "(undefined8 *)0x30" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" identifier = number_literal) ;) (expression_statement "puVar9 = (undefined8 *)0x0;" (assignment_expression "puVar9 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (goto_statement "goto LAB_0028b49a;" goto statement_identifier ;) })) (goto_statement "goto LAB_0028b5f5;" goto statement_identifier ;) })) }))) (expression_statement "puVar9 = (undefined8 *)FUN_00337270(lVar16);" (assignment_expression "puVar9 = (undefined8 *)FUN_00337270(lVar16)" identifier = (cast_expression "(undefined8 *)FUN_00337270(lVar16)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00337270(lVar16)" identifier (argument_list "(lVar16)" ( identifier ))))) ;) (expression_statement "lVar16 = lVar16 + (long)puVar9;" (assignment_expression "lVar16 = lVar16 + (long)puVar9" identifier = (binary_expression "lVar16 + (long)puVar9" identifier + (cast_expression "(long)puVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "puVar10 = puVar9 + 6;" (assignment_expression "puVar10 = puVar9 + 6" identifier = (binary_expression "puVar9 + 6" identifier + number_literal)) ;) (labeled_statement "LAB_0028b49a:\n uVar5 = param_3[1];" statement_identifier : (expression_statement "uVar5 = param_3[1];" (assignment_expression "uVar5 = param_3[1]" identifier = (subscript_expression "param_3[1]" identifier [ number_literal ])) ;)) (expression_statement "uVar3 = param_3[2];" (assignment_expression "uVar3 = param_3[2]" identifier = (subscript_expression "param_3[2]" identifier [ number_literal ])) ;) (expression_statement "uVar4 = param_3[3];" (assignment_expression "uVar4 = param_3[3]" identifier = (subscript_expression "param_3[3]" identifier [ number_literal ])) ;) (expression_statement "*(undefined8 *)((long)puVar9 + lVar11) = *param_3;" (assignment_expression "*(undefined8 *)((long)puVar9 + lVar11) = *param_3" (pointer_expression "*(undefined8 *)((long)puVar9 + lVar11)" * (cast_expression "(undefined8 *)((long)puVar9 + lVar11)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar9 + lVar11)" ( (binary_expression "(long)puVar9 + lVar11" (cast_expression "(long)puVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "((undefined8 *)((long)puVar9 + lVar11))[1] = uVar5;" (assignment_expression "((undefined8 *)((long)puVar9 + lVar11))[1] = uVar5" (subscript_expression "((undefined8 *)((long)puVar9 + lVar11))[1]" (parenthesized_expression "((undefined8 *)((long)puVar9 + lVar11))" ( (cast_expression "(undefined8 *)((long)puVar9 + lVar11)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar9 + lVar11)" ( (binary_expression "(long)puVar9 + lVar11" (cast_expression "(long)puVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) ))) )) [ number_literal ]) = identifier) ;) (expression_statement "uVar5 = param_3[4];" (assignment_expression "uVar5 = param_3[4]" identifier = (subscript_expression "param_3[4]" identifier [ number_literal ])) ;) (expression_statement "uVar6 = param_3[5];" (assignment_expression "uVar6 = param_3[5]" identifier = (subscript_expression "param_3[5]" identifier [ number_literal ])) ;) (expression_statement "puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x10);" (assignment_expression "puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x10)" identifier = (cast_expression "(undefined8 *)((long)puVar9 + lVar11 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar9 + lVar11 + 0x10)" ( (binary_expression "(long)puVar9 + lVar11 + 0x10" (binary_expression "(long)puVar9 + lVar11" (cast_expression "(long)puVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*puVar12 = uVar3;" (assignment_expression "*puVar12 = uVar3" (pointer_expression "*puVar12" * identifier) = identifier) ;) (expression_statement "puVar12[1] = uVar4;" (assignment_expression "puVar12[1] = uVar4" (subscript_expression "puVar12[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x20);" (assignment_expression "puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x20)" identifier = (cast_expression "(undefined8 *)((long)puVar9 + lVar11 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar9 + lVar11 + 0x20)" ( (binary_expression "(long)puVar9 + lVar11 + 0x20" (binary_expression "(long)puVar9 + lVar11" (cast_expression "(long)puVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*puVar12 = uVar5;" (assignment_expression "*puVar12 = uVar5" (pointer_expression "*puVar12" * identifier) = identifier) ;) (expression_statement "puVar12[1] = uVar6;" (assignment_expression "puVar12[1] = uVar6" (subscript_expression "puVar12[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar12 = puVar9;" (assignment_expression "puVar12 = puVar9" identifier = identifier) ;) (expression_statement "puVar13 = puVar2;" (assignment_expression "puVar13 = puVar2" identifier = identifier) ;) (if_statement "if (param_2 != puVar2) {\n do {\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n } while (param_2 != puVar10);\n puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2;\n }" if (parenthesized_expression "(param_2 != puVar2)" ( (binary_expression "param_2 != puVar2" identifier != identifier) )) (compound_statement "{\n do {\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n } while (param_2 != puVar10);\n puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2;\n }" { (do_statement "do {\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n } while (param_2 != puVar10);" do (compound_statement "{\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n }" { (expression_statement "uVar3 = puVar13[1];" (assignment_expression "uVar3 = puVar13[1]" identifier = (subscript_expression "puVar13[1]" identifier [ number_literal ])) ;) (expression_statement "puVar10 = puVar13 + 6;" (assignment_expression "puVar10 = puVar13 + 6" identifier = (binary_expression "puVar13 + 6" identifier + number_literal)) ;) (expression_statement "*puVar12 = *puVar13;" (assignment_expression "*puVar12 = *puVar13" (pointer_expression "*puVar12" * identifier) = (pointer_expression "*puVar13" * identifier)) ;) (expression_statement "puVar12[1] = uVar3;" (assignment_expression "puVar12[1] = uVar3" (subscript_expression "puVar12[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar3 = puVar13[3];" (assignment_expression "uVar3 = puVar13[3]" identifier = (subscript_expression "puVar13[3]" identifier [ number_literal ])) ;) (expression_statement "puVar12[2] = puVar13[2];" (assignment_expression "puVar12[2] = puVar13[2]" (subscript_expression "puVar12[2]" identifier [ number_literal ]) = (subscript_expression "puVar13[2]" identifier [ number_literal ])) ;) (expression_statement "puVar12[3] = uVar3;" (assignment_expression "puVar12[3] = uVar3" (subscript_expression "puVar12[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar3 = puVar13[5];" (assignment_expression "uVar3 = puVar13[5]" identifier = (subscript_expression "puVar13[5]" identifier [ number_literal ])) ;) (expression_statement "puVar12[4] = puVar13[4];" (assignment_expression "puVar12[4] = puVar13[4]" (subscript_expression "puVar12[4]" identifier [ number_literal ]) = (subscript_expression "puVar13[4]" identifier [ number_literal ])) ;) (expression_statement "puVar12[5] = uVar3;" (assignment_expression "puVar12[5] = uVar3" (subscript_expression "puVar12[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar12 = puVar12 + 6;" (assignment_expression "puVar12 = puVar12 + 6" identifier = (binary_expression "puVar12 + 6" identifier + number_literal)) ;) (expression_statement "puVar13 = puVar10;" (assignment_expression "puVar13 = puVar10" identifier = identifier) ;) }) while (parenthesized_expression "(param_2 != puVar10)" ( (binary_expression "param_2 != puVar10" identifier != identifier) )) ;) (expression_statement "puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2;" (assignment_expression "puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2" identifier = (binary_expression "puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2" identifier + (binary_expression "((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2" (parenthesized_expression "((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6)" ( (binary_expression "(((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6" (binary_expression "(((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3" (parenthesized_expression "(((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff)" ( (binary_expression "((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff" (binary_expression "((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab" (parenthesized_expression "((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4)" ( (binary_expression "(ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4" (call_expression "(ulong)((long)param_2 + (-0x30 - (long)puVar2))" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((long)param_2 + (-0x30 - (long)puVar2))" ( (binary_expression "(long)param_2 + (-0x30 - (long)puVar2)" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(-0x30 - (long)puVar2)" ( (binary_expression "-0x30 - (long)puVar2" number_literal - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ))) >> number_literal) )) * number_literal) & number_literal) )) * number_literal) + number_literal) )) * number_literal))) ;) })) (expression_statement "puVar12 = puVar10;" (assignment_expression "puVar12 = puVar10" identifier = identifier) ;) (expression_statement "puVar13 = param_2;" (assignment_expression "puVar13 = param_2" identifier = identifier) ;) (if_statement "if (param_2 != puVar1) {\n do {\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n } while (puVar1 != puVar14);\n puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2;\n }" if (parenthesized_expression "(param_2 != puVar1)" ( (binary_expression "param_2 != puVar1" identifier != identifier) )) (compound_statement "{\n do {\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n } while (puVar1 != puVar14);\n puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2;\n }" { (do_statement "do {\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n } while (puVar1 != puVar14);" do (compound_statement "{\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n }" { (expression_statement "uVar3 = puVar13[1];" (assignment_expression "uVar3 = puVar13[1]" identifier = (subscript_expression "puVar13[1]" identifier [ number_literal ])) ;) (expression_statement "uVar4 = puVar13[2];" (assignment_expression "uVar4 = puVar13[2]" identifier = (subscript_expression "puVar13[2]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = puVar13[3];" (assignment_expression "uVar5 = puVar13[3]" identifier = (subscript_expression "puVar13[3]" identifier [ number_literal ])) ;) (expression_statement "puVar14 = puVar13 + 6;" (assignment_expression "puVar14 = puVar13 + 6" identifier = (binary_expression "puVar13 + 6" identifier + number_literal)) ;) (expression_statement "uVar6 = puVar13[4];" (assignment_expression "uVar6 = puVar13[4]" identifier = (subscript_expression "puVar13[4]" identifier [ number_literal ])) ;) (expression_statement "uVar7 = puVar13[5];" (assignment_expression "uVar7 = puVar13[5]" identifier = (subscript_expression "puVar13[5]" identifier [ number_literal ])) ;) (expression_statement "*puVar12 = *puVar13;" (assignment_expression "*puVar12 = *puVar13" (pointer_expression "*puVar12" * identifier) = (pointer_expression "*puVar13" * identifier)) ;) (expression_statement "puVar12[1] = uVar3;" (assignment_expression "puVar12[1] = uVar3" (subscript_expression "puVar12[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar12[2] = uVar4;" (assignment_expression "puVar12[2] = uVar4" (subscript_expression "puVar12[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar12[3] = uVar5;" (assignment_expression "puVar12[3] = uVar5" (subscript_expression "puVar12[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar12[4] = uVar6;" (assignment_expression "puVar12[4] = uVar6" (subscript_expression "puVar12[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar12[5] = uVar7;" (assignment_expression "puVar12[5] = uVar7" (subscript_expression "puVar12[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar12 = puVar12 + 6;" (assignment_expression "puVar12 = puVar12 + 6" identifier = (binary_expression "puVar12 + 6" identifier + number_literal)) ;) (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" identifier = identifier) ;) }) while (parenthesized_expression "(puVar1 != puVar14)" ( (binary_expression "puVar1 != puVar14" identifier != identifier) )) ;) (expression_statement "puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2;" (assignment_expression "puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2" identifier = (binary_expression "puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2" identifier + (binary_expression "((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2" (parenthesized_expression "((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3)" ( (binary_expression "(((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3" (binary_expression "(((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3" (parenthesized_expression "(((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff)" ( (binary_expression "((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff" (binary_expression "((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab" (parenthesized_expression "((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4)" ( (binary_expression "(ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4" (call_expression "(ulong)((long)puVar1 + (-0x30 - (long)param_2))" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((long)puVar1 + (-0x30 - (long)param_2))" ( (binary_expression "(long)puVar1 + (-0x30 - (long)param_2)" (cast_expression "(long)puVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(-0x30 - (long)param_2)" ( (binary_expression "-0x30 - (long)param_2" number_literal - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ))) >> number_literal) )) * number_literal) & number_literal) )) * number_literal) + number_literal) )) * number_literal))) ;) })) (if_statement "if (puVar2 != (undefined8 *)0x0) {\n FUN_00338a40(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_00338a40(puVar2);\n }" { (expression_statement "FUN_00338a40(puVar2);" (call_expression "FUN_00338a40(puVar2)" identifier (argument_list "(puVar2)" ( identifier ))) ;) })) (expression_statement "*param_1 = (long)puVar9;" (assignment_expression "*param_1 = (long)puVar9" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)puVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "param_1[2] = lVar16;" (assignment_expression "param_1[2] = lVar16" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[1] = (long)puVar10;" (assignment_expression "param_1[1] = (long)puVar10" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (cast_expression "(long)puVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* DWARF original name: _M_realloc_insert<const gold::Output_reloc<4, false, 64, false>&>\n DWARF original prototype: void\n _M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&>(vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n * this, iterator __position, Output_reloc<4,_false,_64,_false> * __args#0) */\n\nvoid __thiscall\nstd::\nvector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&>\n (vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n *this,iterator __position,Output_reloc<4,_false,_64,_false> *__args_0)\n\n{\n Address *pAVar1;\n undefined8 *puVar2;\n Output_reloc<4,_false,_64,_false> *pOVar3;\n Output_reloc<4,_false,_64,_false> *pOVar4;\n anon_union_8_4_c82d8563_for_u1_ aVar5;\n Address AVar6;\n Address AVar7;\n undefined8 uVar8;\n Addend AVar9;\n anon_union_8_4_c82d8563_for_u1_ aVar10;\n anon_union_8_4_c82d8563_for_u1_ aVar11;\n anon_union_8_4_c82d8563_for_u1_ aVar12;\n anon_union_8_4_c82d8563_for_u1_ aVar13;\n long lVar14;\n anon_union_8_4_c82d8563_for_u1_ *paVar15;\n anon_union_8_4_c82d8563_for_u1_ *paVar16;\n long lVar17;\n anon_union_8_4_c82d8563_for_u1_ *paVar18;\n Output_reloc<4,_false,_64,_false> *pOVar19;\n Output_reloc<4,_false,_64,_false> *pOVar20;\n iterator iVar21;\n ulong uVar22;\n ulong uVar23;\n pointer pOVar24;\n \n pOVar3 = (this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_finish;\n pOVar4 = (this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_start;\n lVar14 = (long)pOVar3 - (long)pOVar4 >> 4;\n lVar17 = (long)__position._M_current - (long)pOVar4;\n if (lVar14 * -0x5555555555555555 == 0) {\n uVar22 = 1;\nLAB_0028b5f5:\n uVar23 = uVar22 * 0x30;\n }\n else {\n uVar22 = lVar14 * 0x5555555555555556;\n uVar23 = 0xfffffffffffffff0;\n if (((ulong)(lVar14 * -0x5555555555555555) < uVar22 || lVar14 * 0x5555555555555555 == 0) &&\n (uVar22 < 0x555555555555556)) {\n if (uVar22 == 0) {\n paVar16 = (anon_union_8_4_c82d8563_for_u1_ *)0x30;\n pOVar24 = (pointer)0x0;\n paVar15 = (anon_union_8_4_c82d8563_for_u1_ *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }\n paVar15 = (anon_union_8_4_c82d8563_for_u1_ *)operator_new(uVar23);\n pOVar24 = (pointer)(uVar23 + (long)paVar15);\n paVar16 = paVar15 + 6;\nLAB_0028b49a:\n aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(__args_0->rel_).u2_;\n AVar6 = (__args_0->rel_).address_;\n AVar7 = *(Address *)&(__args_0->rel_).local_sym_index_;\n *(anon_union_8_4_c82d8563_for_u1_ *)((long)paVar15 + lVar17) = (__args_0->rel_).u1_;\n ((anon_union_8_4_c82d8563_for_u1_ *)((long)paVar15 + lVar17))[1] = aVar5;\n uVar8 = *(undefined8 *)&(__args_0->rel_).shndx_;\n AVar9 = __args_0->addend_;\n pAVar1 = (Address *)((long)paVar15 + lVar17 + 0x10);\n *pAVar1 = AVar6;\n pAVar1[1] = AVar7;\n puVar2 = (undefined8 *)((long)paVar15 + lVar17 + 0x20);\n *puVar2 = uVar8;\n puVar2[1] = AVar9;\n paVar18 = paVar15;\n pOVar19 = pOVar4;\n if (__position._M_current != pOVar4) {\n do {\n aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).u2_;\n pOVar20 = pOVar19 + 1;\n *paVar18 = (pOVar19->rel_).u1_;\n paVar18[1] = aVar5;\n aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).local_sym_index_;\n paVar18[2] = (anon_union_8_4_c82d8563_for_u1_)(pOVar19->rel_).address_;\n paVar18[3] = aVar5;\n aVar5 = (anon_union_8_4_c82d8563_for_u1_)pOVar19->addend_;\n paVar18[4] = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).shndx_;\n paVar18[5] = aVar5;\n paVar18 = paVar18 + 6;\n pOVar19 = pOVar20;\n } while (__position._M_current != pOVar20);\n paVar16 = paVar15 + ((((ulong)((long)__position._M_current + (-0x30 - (long)pOVar4)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) * 3 + 6) * 2;\n }\n paVar18 = paVar16;\n iVar21._M_current = __position._M_current;\n if (__position._M_current != pOVar3) {\n do {\n aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).u2_;\n aVar10 = (anon_union_8_4_c82d8563_for_u1_)((iVar21._M_current)->rel_).address_;\n aVar11 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).local_sym_index_;\n pOVar19 = iVar21._M_current + 1;\n aVar12 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).shndx_;\n aVar13 = (anon_union_8_4_c82d8563_for_u1_)(iVar21._M_current)->addend_;\n *paVar18 = ((iVar21._M_current)->rel_).u1_;\n paVar18[1] = aVar5;\n paVar18[2] = aVar10;\n paVar18[3] = aVar11;\n paVar18[4] = aVar12;\n paVar18[5] = aVar13;\n paVar18 = paVar18 + 6;\n iVar21._M_current = pOVar19;\n } while (pOVar3 != pOVar19);\n paVar16 = paVar16 + ((((ulong)((long)pOVar3 + (-0x30 - (long)__position._M_current)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) + 1) * 6;\n }\n if (pOVar4 != (Output_reloc<4,_false,_64,_false> *)0x0) {\n operator_delete(pOVar4);\n }\n (this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_start = (pointer)paVar15;\n (this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_end_of_storage = pOVar24;\n (this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_finish = (pointer)paVar16;\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::\nvector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n::_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&>\n (vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n *this,iterator __position,Output_reloc<4,_false,_64,_false> *__args_0)\n\n{\n Address *pAVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::\nvector<gold::" identifier : : identifier < identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , identifier (ERROR ">" >) , (ERROR "_std::allocator<gold::" identifier : : identifier < identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_false>_>_>\n::_M_realloc_insert<const_gold::" identifier > identifier > identifier > : : identifier < identifier : :) identifier (ERROR "<4" < number_literal) , identifier , identifier , (ERROR "_false>&>\n (vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n *this,iterator __position,Output_reloc<4,_false,_64,_false> *__args_0)\n\n{\n Address" (function_declarator "_false>&>\n (vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n *this,iterator __position,Output_reloc<4,_false,_64,_false> *__args_0)" identifier (ERROR ">&>" > & >) (parameter_list "(vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n *this,iterator __position,Output_reloc<4,_false,_64,_false> *__args_0)" ( (parameter_declaration "vector<gold::Output_reloc" type_identifier (ERROR "<gold::" < identifier : :) identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false" type_identifier) (ERROR ">" >) , (parameter_declaration "_std::allocator<gold::Output_reloc" type_identifier (ERROR "::allocator<gold::" : : identifier < identifier : :) identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false>_>_>\n *this" type_identifier (ERROR ">_>_>" > identifier > identifier >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "iterator __position" type_identifier identifier) , (parameter_declaration "Output_reloc" type_identifier) (ERROR "<4" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_false> *__args_0" type_identifier (ERROR ">" >) (pointer_declarator "*__args_0" * identifier)) ))) { identifier) (pointer_declarator "*pAVar1" * identifier) ;) (declaration "undefined8 *puVar2;" type_identifier (pointer_declarator "*puVar2" * identifier) ;) (expression_statement "Output_reloc<4,_false,_64,_false> *pOVar3;" (update_expression "Output_reloc<4,_false,_64,_false> *pOVar3" (binary_expression "Output_reloc<4,_false,_64,_false> *pOVar3" (binary_expression "Output_reloc<4" identifier < number_literal) (ERROR ",_false,_64,_false" , identifier , identifier , identifier) > (pointer_expression "*pOVar3" * identifier)) --) ;) (expression_statement "Output_reloc<4,_false,_64,_false> *pOVar4;" (update_expression "Output_reloc<4,_false,_64,_false> *pOVar4" (binary_expression "Output_reloc<4,_false,_64,_false> *pOVar4" (binary_expression "Output_reloc<4" identifier < number_literal) (ERROR ",_false,_64,_false" , identifier , identifier , identifier) > (pointer_expression "*pOVar4" * identifier)) --) ;) (declaration "anon_union_8_4_c82d8563_for_u1_ aVar5;" type_identifier identifier ;) (declaration "Address AVar6;" type_identifier identifier ;) (declaration "Address AVar7;" type_identifier identifier ;) (declaration "undefined8 uVar8;" type_identifier identifier ;) (declaration "Addend AVar9;" type_identifier identifier ;) (declaration "anon_union_8_4_c82d8563_for_u1_ aVar10;" type_identifier identifier ;) (declaration "anon_union_8_4_c82d8563_for_u1_ aVar11;" type_identifier identifier ;) (declaration "anon_union_8_4_c82d8563_for_u1_ aVar12;" type_identifier identifier ;) (declaration "anon_union_8_4_c82d8563_for_u1_ aVar13;" type_identifier identifier ;) (declaration "long lVar14;" (sized_type_specifier "long" long) identifier ;) (declaration "anon_union_8_4_c82d8563_for_u1_ *paVar15;" type_identifier (pointer_declarator "*paVar15" * identifier) ;) (declaration "anon_union_8_4_c82d8563_for_u1_ *paVar16;" type_identifier (pointer_declarator "*paVar16" * identifier) ;) (declaration "long lVar17;" (sized_type_specifier "long" long) identifier ;) (declaration "anon_union_8_4_c82d8563_for_u1_ *paVar18;" type_identifier (pointer_declarator "*paVar18" * identifier) ;) (expression_statement "Output_reloc<4,_false,_64,_false> *pOVar19;" (update_expression "Output_reloc<4,_false,_64,_false> *pOVar19" (binary_expression "Output_reloc<4,_false,_64,_false> *pOVar19" (binary_expression "Output_reloc<4" identifier < number_literal) (ERROR ",_false,_64,_false" , identifier , identifier , identifier) > (pointer_expression "*pOVar19" * identifier)) --) ;) (expression_statement "Output_reloc<4,_false,_64,_false> *pOVar20;" (update_expression "Output_reloc<4,_false,_64,_false> *pOVar20" (binary_expression "Output_reloc<4,_false,_64,_false> *pOVar20" (binary_expression "Output_reloc<4" identifier < number_literal) (ERROR ",_false,_64,_false" , identifier , identifier , identifier) > (pointer_expression "*pOVar20" * identifier)) --) ;) (declaration "iterator iVar21;" type_identifier identifier ;) (declaration "ulong uVar22;" type_identifier identifier ;) (declaration "ulong uVar23;" type_identifier identifier ;) (declaration "pointer pOVar24;" type_identifier identifier ;) (expression_statement "pOVar3 = (this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_finish;" (assignment_expression "pOVar3 = (this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_finish" identifier = (field_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::" (comma_expression "this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std" (binary_expression "this->\n super__Vector_base<gold::Output_reloc<4" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_false,_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<4,_false,_64,_false>_>_" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_false,_64,_false>_>_" identifier , (comma_expression "_64,_false>_>_" identifier , (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier)))) (ERROR ">" >) )) . field_identifier) . field_identifier)) ;) (expression_statement "pOVar4 = (this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_start;" (assignment_expression "pOVar4 = (this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_start" identifier = (field_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_start" (field_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::" (comma_expression "this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std" (binary_expression "this->\n super__Vector_base<gold::Output_reloc<4" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_false,_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<4,_false,_64,_false>_>_" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_false,_64,_false>_>_" identifier , (comma_expression "_64,_false>_>_" identifier , (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier)))) (ERROR ">" >) )) . field_identifier) . field_identifier)) ;) (expression_statement "lVar14 = (long)pOVar3 - (long)pOVar4 >> 4;" (assignment_expression "lVar14 = (long)pOVar3 - (long)pOVar4 >> 4" identifier = (binary_expression "(long)pOVar3 - (long)pOVar4 >> 4" (binary_expression "(long)pOVar3 - (long)pOVar4" (cast_expression "(long)pOVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) - (cast_expression "(long)pOVar4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) >> number_literal)) ;) (expression_statement "lVar17 = (long)__position._M_current - (long)pOVar4;" (assignment_expression "lVar17 = (long)__position._M_current - (long)pOVar4" identifier = (binary_expression "(long)__position._M_current - (long)pOVar4" (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)pOVar4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (if_statement "if (lVar14 * -0x5555555555555555 == 0) {\n uVar22 = 1;\nLAB_0028b5f5:\n uVar23 = uVar22 * 0x30;\n }\n else {\n uVar22 = lVar14 * 0x5555555555555556;\n uVar23 = 0xfffffffffffffff0;\n if (((ulong)(lVar14 * -0x5555555555555555) < uVar22 || lVar14 * 0x5555555555555555 == 0) &&\n (uVar22 < 0x555555555555556)) {\n if (uVar22 == 0) {\n paVar16 = (anon_union_8_4_c82d8563_for_u1_ *)0x30;\n pOVar24 = (pointer)0x0;\n paVar15 = (anon_union_8_4_c82d8563_for_u1_ *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }" if (parenthesized_expression "(lVar14 * -0x5555555555555555 == 0)" ( (binary_expression "lVar14 * -0x5555555555555555 == 0" (binary_expression "lVar14 * -0x5555555555555555" identifier * number_literal) == number_literal) )) (compound_statement "{\n uVar22 = 1;\nLAB_0028b5f5:\n uVar23 = uVar22 * 0x30;\n }" { (expression_statement "uVar22 = 1;" (assignment_expression "uVar22 = 1" identifier = number_literal) ;) (labeled_statement "LAB_0028b5f5:\n uVar23 = uVar22 * 0x30;" statement_identifier : (expression_statement "uVar23 = uVar22 * 0x30;" (assignment_expression "uVar23 = uVar22 * 0x30" identifier = (binary_expression "uVar22 * 0x30" identifier * number_literal)) ;)) }) (else_clause "else {\n uVar22 = lVar14 * 0x5555555555555556;\n uVar23 = 0xfffffffffffffff0;\n if (((ulong)(lVar14 * -0x5555555555555555) < uVar22 || lVar14 * 0x5555555555555555 == 0) &&\n (uVar22 < 0x555555555555556)) {\n if (uVar22 == 0) {\n paVar16 = (anon_union_8_4_c82d8563_for_u1_ *)0x30;\n pOVar24 = (pointer)0x0;\n paVar15 = (anon_union_8_4_c82d8563_for_u1_ *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }" else (compound_statement "{\n uVar22 = lVar14 * 0x5555555555555556;\n uVar23 = 0xfffffffffffffff0;\n if (((ulong)(lVar14 * -0x5555555555555555) < uVar22 || lVar14 * 0x5555555555555555 == 0) &&\n (uVar22 < 0x555555555555556)) {\n if (uVar22 == 0) {\n paVar16 = (anon_union_8_4_c82d8563_for_u1_ *)0x30;\n pOVar24 = (pointer)0x0;\n paVar15 = (anon_union_8_4_c82d8563_for_u1_ *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }" { (expression_statement "uVar22 = lVar14 * 0x5555555555555556;" (assignment_expression "uVar22 = lVar14 * 0x5555555555555556" identifier = (binary_expression "lVar14 * 0x5555555555555556" identifier * number_literal)) ;) (expression_statement "uVar23 = 0xfffffffffffffff0;" (assignment_expression "uVar23 = 0xfffffffffffffff0" identifier = number_literal) ;) (if_statement "if (((ulong)(lVar14 * -0x5555555555555555) < uVar22 || lVar14 * 0x5555555555555555 == 0) &&\n (uVar22 < 0x555555555555556)) {\n if (uVar22 == 0) {\n paVar16 = (anon_union_8_4_c82d8563_for_u1_ *)0x30;\n pOVar24 = (pointer)0x0;\n paVar15 = (anon_union_8_4_c82d8563_for_u1_ *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }" if (parenthesized_expression "(((ulong)(lVar14 * -0x5555555555555555) < uVar22 || lVar14 * 0x5555555555555555 == 0) &&\n (uVar22 < 0x555555555555556))" ( (binary_expression "((ulong)(lVar14 * -0x5555555555555555) < uVar22 || lVar14 * 0x5555555555555555 == 0) &&\n (uVar22 < 0x555555555555556)" (parenthesized_expression "((ulong)(lVar14 * -0x5555555555555555) < uVar22 || lVar14 * 0x5555555555555555 == 0)" ( (binary_expression "(ulong)(lVar14 * -0x5555555555555555) < uVar22 || lVar14 * 0x5555555555555555 == 0" (binary_expression "(ulong)(lVar14 * -0x5555555555555555) < uVar22" (call_expression "(ulong)(lVar14 * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(lVar14 * -0x5555555555555555)" ( (binary_expression "lVar14 * -0x5555555555555555" identifier * number_literal) ))) < identifier) || (binary_expression "lVar14 * 0x5555555555555555 == 0" (binary_expression "lVar14 * 0x5555555555555555" identifier * number_literal) == number_literal)) )) && (parenthesized_expression "(uVar22 < 0x555555555555556)" ( (binary_expression "uVar22 < 0x555555555555556" identifier < number_literal) ))) )) (compound_statement "{\n if (uVar22 == 0) {\n paVar16 = (anon_union_8_4_c82d8563_for_u1_ *)0x30;\n pOVar24 = (pointer)0x0;\n paVar15 = (anon_union_8_4_c82d8563_for_u1_ *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }" { (if_statement "if (uVar22 == 0) {\n paVar16 = (anon_union_8_4_c82d8563_for_u1_ *)0x30;\n pOVar24 = (pointer)0x0;\n paVar15 = (anon_union_8_4_c82d8563_for_u1_ *)0x0;\n goto LAB_0028b49a;\n }" if (parenthesized_expression "(uVar22 == 0)" ( (binary_expression "uVar22 == 0" identifier == number_literal) )) (compound_statement "{\n paVar16 = (anon_union_8_4_c82d8563_for_u1_ *)0x30;\n pOVar24 = (pointer)0x0;\n paVar15 = (anon_union_8_4_c82d8563_for_u1_ *)0x0;\n goto LAB_0028b49a;\n }" { (expression_statement "paVar16 = (anon_union_8_4_c82d8563_for_u1_ *)0x30;" (assignment_expression "paVar16 = (anon_union_8_4_c82d8563_for_u1_ *)0x30" identifier = (cast_expression "(anon_union_8_4_c82d8563_for_u1_ *)0x30" ( (type_descriptor "anon_union_8_4_c82d8563_for_u1_ *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "pOVar24 = (pointer)0x0;" (assignment_expression "pOVar24 = (pointer)0x0" identifier = (cast_expression "(pointer)0x0" ( (type_descriptor "pointer" type_identifier) ) number_literal)) ;) (expression_statement "paVar15 = (anon_union_8_4_c82d8563_for_u1_ *)0x0;" (assignment_expression "paVar15 = (anon_union_8_4_c82d8563_for_u1_ *)0x0" identifier = (cast_expression "(anon_union_8_4_c82d8563_for_u1_ *)0x0" ( (type_descriptor "anon_union_8_4_c82d8563_for_u1_ *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (goto_statement "goto LAB_0028b49a;" goto statement_identifier ;) })) (goto_statement "goto LAB_0028b5f5;" goto statement_identifier ;) })) }))) (expression_statement "paVar15 = (anon_union_8_4_c82d8563_for_u1_ *)operator_new(uVar23);" (assignment_expression "paVar15 = (anon_union_8_4_c82d8563_for_u1_ *)operator_new(uVar23)" identifier = (cast_expression "(anon_union_8_4_c82d8563_for_u1_ *)operator_new(uVar23)" ( (type_descriptor "anon_union_8_4_c82d8563_for_u1_ *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "operator_new(uVar23)" identifier (argument_list "(uVar23)" ( identifier ))))) ;) (expression_statement "pOVar24 = (pointer)(uVar23 + (long)paVar15);" (assignment_expression "pOVar24 = (pointer)(uVar23 + (long)paVar15)" identifier = (call_expression "(pointer)(uVar23 + (long)paVar15)" (parenthesized_expression "(pointer)" ( identifier )) (argument_list "(uVar23 + (long)paVar15)" ( (binary_expression "uVar23 + (long)paVar15" identifier + (cast_expression "(long)paVar15" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) )))) ;) (expression_statement "paVar16 = paVar15 + 6;" (assignment_expression "paVar16 = paVar15 + 6" identifier = (binary_expression "paVar15 + 6" identifier + number_literal)) ;) (labeled_statement "LAB_0028b49a:\n aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(__args_0->rel_).u2_;" statement_identifier : (expression_statement "aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(__args_0->rel_).u2_;" (assignment_expression "aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(__args_0->rel_).u2_" identifier = (pointer_expression "*(anon_union_8_4_c82d8563_for_u1_ *)&(__args_0->rel_).u2_" * (cast_expression "(anon_union_8_4_c82d8563_for_u1_ *)&(__args_0->rel_).u2_" ( (type_descriptor "anon_union_8_4_c82d8563_for_u1_ *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(__args_0->rel_).u2_" & (field_expression "(__args_0->rel_).u2_" (parenthesized_expression "(__args_0->rel_)" ( (field_expression "__args_0->rel_" identifier -> field_identifier) )) . field_identifier))))) ;)) (expression_statement "AVar6 = (__args_0->rel_).address_;" (assignment_expression "AVar6 = (__args_0->rel_).address_" identifier = (field_expression "(__args_0->rel_).address_" (parenthesized_expression "(__args_0->rel_)" ( (field_expression "__args_0->rel_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "AVar7 = *(Address *)&(__args_0->rel_).local_sym_index_;" (assignment_expression "AVar7 = *(Address *)&(__args_0->rel_).local_sym_index_" identifier = (pointer_expression "*(Address *)&(__args_0->rel_).local_sym_index_" * (cast_expression "(Address *)&(__args_0->rel_).local_sym_index_" ( (type_descriptor "Address *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(__args_0->rel_).local_sym_index_" & (field_expression "(__args_0->rel_).local_sym_index_" (parenthesized_expression "(__args_0->rel_)" ( (field_expression "__args_0->rel_" identifier -> field_identifier) )) . field_identifier))))) ;) (expression_statement "*(anon_union_8_4_c82d8563_for_u1_ *)((long)paVar15 + lVar17) = (__args_0->rel_).u1_;" (assignment_expression "*(anon_union_8_4_c82d8563_for_u1_ *)((long)paVar15 + lVar17) = (__args_0->rel_).u1_" (pointer_expression "*(anon_union_8_4_c82d8563_for_u1_ *)((long)paVar15 + lVar17)" * (cast_expression "(anon_union_8_4_c82d8563_for_u1_ *)((long)paVar15 + lVar17)" ( (type_descriptor "anon_union_8_4_c82d8563_for_u1_ *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)paVar15 + lVar17)" ( (binary_expression "(long)paVar15 + lVar17" (cast_expression "(long)paVar15" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (field_expression "(__args_0->rel_).u1_" (parenthesized_expression "(__args_0->rel_)" ( (field_expression "__args_0->rel_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "((anon_union_8_4_c82d8563_for_u1_ *)((long)paVar15 + lVar17))[1] = aVar5;" (assignment_expression "((anon_union_8_4_c82d8563_for_u1_ *)((long)paVar15 + lVar17))[1] = aVar5" (subscript_expression "((anon_union_8_4_c82d8563_for_u1_ *)((long)paVar15 + lVar17))[1]" (parenthesized_expression "((anon_union_8_4_c82d8563_for_u1_ *)((long)paVar15 + lVar17))" ( (cast_expression "(anon_union_8_4_c82d8563_for_u1_ *)((long)paVar15 + lVar17)" ( (type_descriptor "anon_union_8_4_c82d8563_for_u1_ *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)paVar15 + lVar17)" ( (binary_expression "(long)paVar15 + lVar17" (cast_expression "(long)paVar15" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) ))) )) [ number_literal ]) = identifier) ;) (expression_statement "uVar8 = *(undefined8 *)&(__args_0->rel_).shndx_;" (assignment_expression "uVar8 = *(undefined8 *)&(__args_0->rel_).shndx_" identifier = (pointer_expression "*(undefined8 *)&(__args_0->rel_).shndx_" * (cast_expression "(undefined8 *)&(__args_0->rel_).shndx_" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(__args_0->rel_).shndx_" & (field_expression "(__args_0->rel_).shndx_" (parenthesized_expression "(__args_0->rel_)" ( (field_expression "__args_0->rel_" identifier -> field_identifier) )) . field_identifier))))) ;) (expression_statement "AVar9 = __args_0->addend_;" (assignment_expression "AVar9 = __args_0->addend_" identifier = (field_expression "__args_0->addend_" identifier -> field_identifier)) ;) (expression_statement "pAVar1 = (Address *)((long)paVar15 + lVar17 + 0x10);" (assignment_expression "pAVar1 = (Address *)((long)paVar15 + lVar17 + 0x10)" identifier = (cast_expression "(Address *)((long)paVar15 + lVar17 + 0x10)" ( (type_descriptor "Address *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)paVar15 + lVar17 + 0x10)" ( (binary_expression "(long)paVar15 + lVar17 + 0x10" (binary_expression "(long)paVar15 + lVar17" (cast_expression "(long)paVar15" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*pAVar1 = AVar6;" (assignment_expression "*pAVar1 = AVar6" (pointer_expression "*pAVar1" * identifier) = identifier) ;) (expression_statement "pAVar1[1] = AVar7;" (assignment_expression "pAVar1[1] = AVar7" (subscript_expression "pAVar1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar2 = (undefined8 *)((long)paVar15 + lVar17 + 0x20);" (assignment_expression "puVar2 = (undefined8 *)((long)paVar15 + lVar17 + 0x20)" identifier = (cast_expression "(undefined8 *)((long)paVar15 + lVar17 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)paVar15 + lVar17 + 0x20)" ( (binary_expression "(long)paVar15 + lVar17 + 0x20" (binary_expression "(long)paVar15 + lVar17" (cast_expression "(long)paVar15" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*puVar2 = uVar8;" (assignment_expression "*puVar2 = uVar8" (pointer_expression "*puVar2" * identifier) = identifier) ;) (expression_statement "puVar2[1] = AVar9;" (assignment_expression "puVar2[1] = AVar9" (subscript_expression "puVar2[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "paVar18 = paVar15;" (assignment_expression "paVar18 = paVar15" identifier = identifier) ;) (expression_statement "pOVar19 = pOVar4;" (assignment_expression "pOVar19 = pOVar4" identifier = identifier) ;) (if_statement "if (__position._M_current != pOVar4) {\n do {\n aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).u2_;\n pOVar20 = pOVar19 + 1;\n *paVar18 = (pOVar19->rel_).u1_;\n paVar18[1] = aVar5;\n aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).local_sym_index_;\n paVar18[2] = (anon_union_8_4_c82d8563_for_u1_)(pOVar19->rel_).address_;\n paVar18[3] = aVar5;\n aVar5 = (anon_union_8_4_c82d8563_for_u1_)pOVar19->addend_;\n paVar18[4] = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).shndx_;\n paVar18[5] = aVar5;\n paVar18 = paVar18 + 6;\n pOVar19 = pOVar20;\n } while (__position._M_current != pOVar20);\n paVar16 = paVar15 + ((((ulong)((long)__position._M_current + (-0x30 - (long)pOVar4)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) * 3 + 6) * 2;\n }" if (parenthesized_expression "(__position._M_current != pOVar4)" ( (binary_expression "__position._M_current != pOVar4" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (compound_statement "{\n do {\n aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).u2_;\n pOVar20 = pOVar19 + 1;\n *paVar18 = (pOVar19->rel_).u1_;\n paVar18[1] = aVar5;\n aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).local_sym_index_;\n paVar18[2] = (anon_union_8_4_c82d8563_for_u1_)(pOVar19->rel_).address_;\n paVar18[3] = aVar5;\n aVar5 = (anon_union_8_4_c82d8563_for_u1_)pOVar19->addend_;\n paVar18[4] = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).shndx_;\n paVar18[5] = aVar5;\n paVar18 = paVar18 + 6;\n pOVar19 = pOVar20;\n } while (__position._M_current != pOVar20);\n paVar16 = paVar15 + ((((ulong)((long)__position._M_current + (-0x30 - (long)pOVar4)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) * 3 + 6) * 2;\n }" { (do_statement "do {\n aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).u2_;\n pOVar20 = pOVar19 + 1;\n *paVar18 = (pOVar19->rel_).u1_;\n paVar18[1] = aVar5;\n aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).local_sym_index_;\n paVar18[2] = (anon_union_8_4_c82d8563_for_u1_)(pOVar19->rel_).address_;\n paVar18[3] = aVar5;\n aVar5 = (anon_union_8_4_c82d8563_for_u1_)pOVar19->addend_;\n paVar18[4] = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).shndx_;\n paVar18[5] = aVar5;\n paVar18 = paVar18 + 6;\n pOVar19 = pOVar20;\n } while (__position._M_current != pOVar20);" do (compound_statement "{\n aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).u2_;\n pOVar20 = pOVar19 + 1;\n *paVar18 = (pOVar19->rel_).u1_;\n paVar18[1] = aVar5;\n aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).local_sym_index_;\n paVar18[2] = (anon_union_8_4_c82d8563_for_u1_)(pOVar19->rel_).address_;\n paVar18[3] = aVar5;\n aVar5 = (anon_union_8_4_c82d8563_for_u1_)pOVar19->addend_;\n paVar18[4] = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).shndx_;\n paVar18[5] = aVar5;\n paVar18 = paVar18 + 6;\n pOVar19 = pOVar20;\n }" { (expression_statement "aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).u2_;" (assignment_expression "aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).u2_" identifier = (pointer_expression "*(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).u2_" * (cast_expression "(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).u2_" ( (type_descriptor "anon_union_8_4_c82d8563_for_u1_ *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(pOVar19->rel_).u2_" & (field_expression "(pOVar19->rel_).u2_" (parenthesized_expression "(pOVar19->rel_)" ( (field_expression "pOVar19->rel_" identifier -> field_identifier) )) . field_identifier))))) ;) (expression_statement "pOVar20 = pOVar19 + 1;" (assignment_expression "pOVar20 = pOVar19 + 1" identifier = (binary_expression "pOVar19 + 1" identifier + number_literal)) ;) (expression_statement "*paVar18 = (pOVar19->rel_).u1_;" (assignment_expression "*paVar18 = (pOVar19->rel_).u1_" (pointer_expression "*paVar18" * identifier) = (field_expression "(pOVar19->rel_).u1_" (parenthesized_expression "(pOVar19->rel_)" ( (field_expression "pOVar19->rel_" identifier -> field_identifier) )) . field_identifier)) ;) (expression_statement "paVar18[1] = aVar5;" (assignment_expression "paVar18[1] = aVar5" (subscript_expression "paVar18[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).local_sym_index_;" (assignment_expression "aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).local_sym_index_" identifier = (pointer_expression "*(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).local_sym_index_" * (cast_expression "(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).local_sym_index_" ( (type_descriptor "anon_union_8_4_c82d8563_for_u1_ *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(pOVar19->rel_).local_sym_index_" & (field_expression "(pOVar19->rel_).local_sym_index_" (parenthesized_expression "(pOVar19->rel_)" ( (field_expression "pOVar19->rel_" identifier -> field_identifier) )) . field_identifier))))) ;) (expression_statement "paVar18[2] = (anon_union_8_4_c82d8563_for_u1_)(pOVar19->rel_).address_;" (assignment_expression "paVar18[2] = (anon_union_8_4_c82d8563_for_u1_)(pOVar19->rel_).address_" (subscript_expression "paVar18[2]" identifier [ number_literal ]) = (field_expression "(anon_union_8_4_c82d8563_for_u1_)(pOVar19->rel_).address_" (call_expression "(anon_union_8_4_c82d8563_for_u1_)(pOVar19->rel_)" (parenthesized_expression "(anon_union_8_4_c82d8563_for_u1_)" ( identifier )) (argument_list "(pOVar19->rel_)" ( (field_expression "pOVar19->rel_" identifier -> field_identifier) ))) . field_identifier)) ;) (expression_statement "paVar18[3] = aVar5;" (assignment_expression "paVar18[3] = aVar5" (subscript_expression "paVar18[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "aVar5 = (anon_union_8_4_c82d8563_for_u1_)pOVar19->addend_;" (assignment_expression "aVar5 = (anon_union_8_4_c82d8563_for_u1_)pOVar19->addend_" identifier = (cast_expression "(anon_union_8_4_c82d8563_for_u1_)pOVar19->addend_" ( (type_descriptor "anon_union_8_4_c82d8563_for_u1_" type_identifier) ) (field_expression "pOVar19->addend_" identifier -> field_identifier))) ;) (expression_statement "paVar18[4] = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).shndx_;" (assignment_expression "paVar18[4] = *(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).shndx_" (subscript_expression "paVar18[4]" identifier [ number_literal ]) = (pointer_expression "*(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).shndx_" * (cast_expression "(anon_union_8_4_c82d8563_for_u1_ *)&(pOVar19->rel_).shndx_" ( (type_descriptor "anon_union_8_4_c82d8563_for_u1_ *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(pOVar19->rel_).shndx_" & (field_expression "(pOVar19->rel_).shndx_" (parenthesized_expression "(pOVar19->rel_)" ( (field_expression "pOVar19->rel_" identifier -> field_identifier) )) . field_identifier))))) ;) (expression_statement "paVar18[5] = aVar5;" (assignment_expression "paVar18[5] = aVar5" (subscript_expression "paVar18[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "paVar18 = paVar18 + 6;" (assignment_expression "paVar18 = paVar18 + 6" identifier = (binary_expression "paVar18 + 6" identifier + number_literal)) ;) (expression_statement "pOVar19 = pOVar20;" (assignment_expression "pOVar19 = pOVar20" identifier = identifier) ;) }) while (parenthesized_expression "(__position._M_current != pOVar20)" ( (binary_expression "__position._M_current != pOVar20" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) ;) (expression_statement "paVar16 = paVar15 + ((((ulong)((long)__position._M_current + (-0x30 - (long)pOVar4)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) * 3 + 6) * 2;" (assignment_expression "paVar16 = paVar15 + ((((ulong)((long)__position._M_current + (-0x30 - (long)pOVar4)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) * 3 + 6) * 2" identifier = (binary_expression "paVar15 + ((((ulong)((long)__position._M_current + (-0x30 - (long)pOVar4)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) * 3 + 6) * 2" identifier + (binary_expression "((((ulong)((long)__position._M_current + (-0x30 - (long)pOVar4)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) * 3 + 6) * 2" (parenthesized_expression "((((ulong)((long)__position._M_current + (-0x30 - (long)pOVar4)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) * 3 + 6)" ( (binary_expression "(((ulong)((long)__position._M_current + (-0x30 - (long)pOVar4)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) * 3 + 6" (binary_expression "(((ulong)((long)__position._M_current + (-0x30 - (long)pOVar4)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) * 3" (parenthesized_expression "(((ulong)((long)__position._M_current + (-0x30 - (long)pOVar4)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff)" ( (binary_expression "((ulong)((long)__position._M_current + (-0x30 - (long)pOVar4)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff" (binary_expression "((ulong)((long)__position._M_current + (-0x30 - (long)pOVar4)) >> 4) *\n 0xaaaaaaaaaaaaaab" (parenthesized_expression "((ulong)((long)__position._M_current + (-0x30 - (long)pOVar4)) >> 4)" ( (binary_expression "(ulong)((long)__position._M_current + (-0x30 - (long)pOVar4)) >> 4" (call_expression "(ulong)((long)__position._M_current + (-0x30 - (long)pOVar4))" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((long)__position._M_current + (-0x30 - (long)pOVar4))" ( (binary_expression "(long)__position._M_current + (-0x30 - (long)pOVar4)" (cast_expression "(long)__position._M_current" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) (field_expression "__position._M_current" identifier . field_identifier)) + (parenthesized_expression "(-0x30 - (long)pOVar4)" ( (binary_expression "-0x30 - (long)pOVar4" number_literal - (cast_expression "(long)pOVar4" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ))) >> number_literal) )) * number_literal) & number_literal) )) * number_literal) + number_literal) )) * number_literal))) ;) })) (expression_statement "paVar18 = paVar16;" (assignment_expression "paVar18 = paVar16" identifier = identifier) ;) (expression_statement "iVar21._M_current = __position._M_current;" (assignment_expression "iVar21._M_current = __position._M_current" (field_expression "iVar21._M_current" identifier . field_identifier) = (field_expression "__position._M_current" identifier . field_identifier)) ;) (if_statement "if (__position._M_current != pOVar3) {\n do {\n aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).u2_;\n aVar10 = (anon_union_8_4_c82d8563_for_u1_)((iVar21._M_current)->rel_).address_;\n aVar11 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).local_sym_index_;\n pOVar19 = iVar21._M_current + 1;\n aVar12 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).shndx_;\n aVar13 = (anon_union_8_4_c82d8563_for_u1_)(iVar21._M_current)->addend_;\n *paVar18 = ((iVar21._M_current)->rel_).u1_;\n paVar18[1] = aVar5;\n paVar18[2] = aVar10;\n paVar18[3] = aVar11;\n paVar18[4] = aVar12;\n paVar18[5] = aVar13;\n paVar18 = paVar18 + 6;\n iVar21._M_current = pOVar19;\n } while (pOVar3 != pOVar19);\n paVar16 = paVar16 + ((((ulong)((long)pOVar3 + (-0x30 - (long)__position._M_current)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) + 1) * 6;\n }" if (parenthesized_expression "(__position._M_current != pOVar3)" ( (binary_expression "__position._M_current != pOVar3" (field_expression "__position._M_current" identifier . field_identifier) != identifier) )) (compound_statement "{\n do {\n aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).u2_;\n aVar10 = (anon_union_8_4_c82d8563_for_u1_)((iVar21._M_current)->rel_).address_;\n aVar11 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).local_sym_index_;\n pOVar19 = iVar21._M_current + 1;\n aVar12 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).shndx_;\n aVar13 = (anon_union_8_4_c82d8563_for_u1_)(iVar21._M_current)->addend_;\n *paVar18 = ((iVar21._M_current)->rel_).u1_;\n paVar18[1] = aVar5;\n paVar18[2] = aVar10;\n paVar18[3] = aVar11;\n paVar18[4] = aVar12;\n paVar18[5] = aVar13;\n paVar18 = paVar18 + 6;\n iVar21._M_current = pOVar19;\n } while (pOVar3 != pOVar19);\n paVar16 = paVar16 + ((((ulong)((long)pOVar3 + (-0x30 - (long)__position._M_current)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) + 1) * 6;\n }" { (do_statement "do {\n aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).u2_;\n aVar10 = (anon_union_8_4_c82d8563_for_u1_)((iVar21._M_current)->rel_).address_;\n aVar11 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).local_sym_index_;\n pOVar19 = iVar21._M_current + 1;\n aVar12 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).shndx_;\n aVar13 = (anon_union_8_4_c82d8563_for_u1_)(iVar21._M_current)->addend_;\n *paVar18 = ((iVar21._M_current)->rel_).u1_;\n paVar18[1] = aVar5;\n paVar18[2] = aVar10;\n paVar18[3] = aVar11;\n paVar18[4] = aVar12;\n paVar18[5] = aVar13;\n paVar18 = paVar18 + 6;\n iVar21._M_current = pOVar19;\n } while (pOVar3 != pOVar19);" do (compound_statement "{\n aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).u2_;\n aVar10 = (anon_union_8_4_c82d8563_for_u1_)((iVar21._M_current)->rel_).address_;\n aVar11 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).local_sym_index_;\n pOVar19 = iVar21._M_current + 1;\n aVar12 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).shndx_;\n aVar13 = (anon_union_8_4_c82d8563_for_u1_)(iVar21._M_current)->addend_;\n *paVar18 = ((iVar21._M_current)->rel_).u1_;\n paVar18[1] = aVar5;\n paVar18[2] = aVar10;\n paVar18[3] = aVar11;\n paVar18[4] = aVar12;\n paVar18[5] = aVar13;\n paVar18 = paVar18 + 6;\n iVar21._M_current = pOVar19;\n }" { (expression_statement "aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).u2_;" (assignment_expression "aVar5 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).u2_" identifier = (pointer_expression "*(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).u2_" * (cast_expression "(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).u2_" ( (type_descriptor "anon_union_8_4_c82d8563_for_u1_ *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&((iVar21._M_current)->rel_).u2_" & (field_expression "((iVar21._M_current)->rel_).u2_" (parenthesized_expression "((iVar21._M_current)->rel_)" ( (field_expression "(iVar21._M_current)->rel_" (parenthesized_expression "(iVar21._M_current)" ( (field_expression "iVar21._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier))))) ;) (expression_statement "aVar10 = (anon_union_8_4_c82d8563_for_u1_)((iVar21._M_current)->rel_).address_;" (assignment_expression "aVar10 = (anon_union_8_4_c82d8563_for_u1_)((iVar21._M_current)->rel_).address_" identifier = (field_expression "(anon_union_8_4_c82d8563_for_u1_)((iVar21._M_current)->rel_).address_" (call_expression "(anon_union_8_4_c82d8563_for_u1_)((iVar21._M_current)->rel_)" (parenthesized_expression "(anon_union_8_4_c82d8563_for_u1_)" ( identifier )) (argument_list "((iVar21._M_current)->rel_)" ( (field_expression "(iVar21._M_current)->rel_" (parenthesized_expression "(iVar21._M_current)" ( (field_expression "iVar21._M_current" identifier . field_identifier) )) -> field_identifier) ))) . field_identifier)) ;) (expression_statement "aVar11 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).local_sym_index_;" (assignment_expression "aVar11 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).local_sym_index_" identifier = (pointer_expression "*(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).local_sym_index_" * (cast_expression "(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).local_sym_index_" ( (type_descriptor "anon_union_8_4_c82d8563_for_u1_ *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&((iVar21._M_current)->rel_).local_sym_index_" & (field_expression "((iVar21._M_current)->rel_).local_sym_index_" (parenthesized_expression "((iVar21._M_current)->rel_)" ( (field_expression "(iVar21._M_current)->rel_" (parenthesized_expression "(iVar21._M_current)" ( (field_expression "iVar21._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier))))) ;) (expression_statement "pOVar19 = iVar21._M_current + 1;" (assignment_expression "pOVar19 = iVar21._M_current + 1" identifier = (binary_expression "iVar21._M_current + 1" (field_expression "iVar21._M_current" identifier . field_identifier) + number_literal)) ;) (expression_statement "aVar12 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).shndx_;" (assignment_expression "aVar12 = *(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).shndx_" identifier = (pointer_expression "*(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).shndx_" * (cast_expression "(anon_union_8_4_c82d8563_for_u1_ *)&((iVar21._M_current)->rel_).shndx_" ( (type_descriptor "anon_union_8_4_c82d8563_for_u1_ *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&((iVar21._M_current)->rel_).shndx_" & (field_expression "((iVar21._M_current)->rel_).shndx_" (parenthesized_expression "((iVar21._M_current)->rel_)" ( (field_expression "(iVar21._M_current)->rel_" (parenthesized_expression "(iVar21._M_current)" ( (field_expression "iVar21._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier))))) ;) (expression_statement "aVar13 = (anon_union_8_4_c82d8563_for_u1_)(iVar21._M_current)->addend_;" (assignment_expression "aVar13 = (anon_union_8_4_c82d8563_for_u1_)(iVar21._M_current)->addend_" identifier = (field_expression "(anon_union_8_4_c82d8563_for_u1_)(iVar21._M_current)->addend_" (call_expression "(anon_union_8_4_c82d8563_for_u1_)(iVar21._M_current)" (parenthesized_expression "(anon_union_8_4_c82d8563_for_u1_)" ( identifier )) (argument_list "(iVar21._M_current)" ( (field_expression "iVar21._M_current" identifier . field_identifier) ))) -> field_identifier)) ;) (expression_statement "*paVar18 = ((iVar21._M_current)->rel_).u1_;" (assignment_expression "*paVar18 = ((iVar21._M_current)->rel_).u1_" (pointer_expression "*paVar18" * identifier) = (field_expression "((iVar21._M_current)->rel_).u1_" (parenthesized_expression "((iVar21._M_current)->rel_)" ( (field_expression "(iVar21._M_current)->rel_" (parenthesized_expression "(iVar21._M_current)" ( (field_expression "iVar21._M_current" identifier . field_identifier) )) -> field_identifier) )) . field_identifier)) ;) (expression_statement "paVar18[1] = aVar5;" (assignment_expression "paVar18[1] = aVar5" (subscript_expression "paVar18[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "paVar18[2] = aVar10;" (assignment_expression "paVar18[2] = aVar10" (subscript_expression "paVar18[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "paVar18[3] = aVar11;" (assignment_expression "paVar18[3] = aVar11" (subscript_expression "paVar18[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "paVar18[4] = aVar12;" (assignment_expression "paVar18[4] = aVar12" (subscript_expression "paVar18[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "paVar18[5] = aVar13;" (assignment_expression "paVar18[5] = aVar13" (subscript_expression "paVar18[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "paVar18 = paVar18 + 6;" (assignment_expression "paVar18 = paVar18 + 6" identifier = (binary_expression "paVar18 + 6" identifier + number_literal)) ;) (expression_statement "iVar21._M_current = pOVar19;" (assignment_expression "iVar21._M_current = pOVar19" (field_expression "iVar21._M_current" identifier . field_identifier) = identifier) ;) }) while (parenthesized_expression "(pOVar3 != pOVar19)" ( (binary_expression "pOVar3 != pOVar19" identifier != identifier) )) ;) (expression_statement "paVar16 = paVar16 + ((((ulong)((long)pOVar3 + (-0x30 - (long)__position._M_current)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) + 1) * 6;" (assignment_expression "paVar16 = paVar16 + ((((ulong)((long)pOVar3 + (-0x30 - (long)__position._M_current)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) + 1) * 6" identifier = (binary_expression "paVar16 + ((((ulong)((long)pOVar3 + (-0x30 - (long)__position._M_current)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) + 1) * 6" identifier + (binary_expression "((((ulong)((long)pOVar3 + (-0x30 - (long)__position._M_current)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) + 1) * 6" (parenthesized_expression "((((ulong)((long)pOVar3 + (-0x30 - (long)__position._M_current)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) + 1)" ( (binary_expression "(((ulong)((long)pOVar3 + (-0x30 - (long)__position._M_current)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff) + 1" (parenthesized_expression "(((ulong)((long)pOVar3 + (-0x30 - (long)__position._M_current)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff)" ( (binary_expression "((ulong)((long)pOVar3 + (-0x30 - (long)__position._M_current)) >> 4) *\n 0xaaaaaaaaaaaaaab & 0xfffffffffffffff" (binary_expression "((ulong)((long)pOVar3 + (-0x30 - (long)__position._M_current)) >> 4) *\n 0xaaaaaaaaaaaaaab" (parenthesized_expression "((ulong)((long)pOVar3 + (-0x30 - (long)__position._M_current)) >> 4)" ( (binary_expression "(ulong)((long)pOVar3 + (-0x30 - (long)__position._M_current)) >> 4" (call_expression "(ulong)((long)pOVar3 + (-0x30 - (long)__position._M_current))" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((long)pOVar3 + (-0x30 - (long)__position._M_current))" ( (binary_expression "(long)pOVar3 + (-0x30 - (long)__position._M_current)" (cast_expression "(long)pOVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(-0x30 - (long)__position._M_current)" ( (binary_expression "-0x30 - (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) )) * number_literal) & number_literal) )) + number_literal) )) * number_literal))) ;) })) (if_statement "if (pOVar4 != (Output_reloc<4,_false,_64,_false> *)0x0) {\n operator_delete(pOVar4);\n }" if (parenthesized_expression "(pOVar4 != (Output_reloc<4,_false,_64,_false> *)0x0)" ( (binary_expression "pOVar4 != (Output_reloc<4,_false,_64,_false> *)0x0)" identifier != (parenthesized_expression "(Output_reloc<4,_false,_64,_false> *)0x0)" ( (comma_expression "Output_reloc<4,_false,_64,_false> *)0x0" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_false,_64,_false> *)0x0" identifier , (comma_expression "_64,_false> *)0x0" identifier , (binary_expression "_false> *)0x0" identifier > (pointer_expression "*)0x0" * (ERROR ")" )) number_literal))))) ))) )) (compound_statement "{\n operator_delete(pOVar4);\n }" { (expression_statement "operator_delete(pOVar4);" (call_expression "operator_delete(pOVar4)" identifier (argument_list "(pOVar4)" ( identifier ))) ;) })) (expression_statement "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_start = (pointer)paVar15;" (assignment_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_start = (pointer)paVar15" (field_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_start" (field_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::" (comma_expression "this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std" (binary_expression "this->\n super__Vector_base<gold::Output_reloc<4" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_false,_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<4,_false,_64,_false>_>_" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_false,_64,_false>_>_" identifier , (comma_expression "_64,_false>_>_" identifier , (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier)))) (ERROR ">" >) )) . field_identifier) . field_identifier) = (cast_expression "(pointer)paVar15" ( (type_descriptor "pointer" type_identifier) ) identifier)) ;) (expression_statement "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_end_of_storage = pOVar24;" (assignment_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_end_of_storage = pOVar24" (field_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_end_of_storage" (field_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::" (comma_expression "this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std" (binary_expression "this->\n super__Vector_base<gold::Output_reloc<4" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_false,_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<4,_false,_64,_false>_>_" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_false,_64,_false>_>_" identifier , (comma_expression "_64,_false>_>_" identifier , (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier)))) (ERROR ">" >) )) . field_identifier) . field_identifier) = identifier) ;) (expression_statement "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_finish = (pointer)paVar16;" (assignment_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_finish = (pointer)paVar16" (field_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl._M_finish" (field_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )._M_impl" (parenthesized_expression "(this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>\n )" ( (ERROR "this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::" (comma_expression "this->\n super__Vector_base<gold::Output_reloc<4,_false,_64,_false>,_std" (binary_expression "this->\n super__Vector_base<gold::Output_reloc<4" (binary_expression "this->\n super__Vector_base<gold" (field_expression "this->\n super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_reloc" : : identifier) < number_literal) , (comma_expression "_false,_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<4,_false,_64,_false>_>_" (binary_expression "Output_reloc<4" identifier < number_literal) , (comma_expression "_false,_64,_false>_>_" identifier , (comma_expression "_64,_false>_>_" identifier , (binary_expression "_false>_>_" (binary_expression "_false>_" identifier > identifier) > identifier)))) (ERROR ">" >) )) . field_identifier) . field_identifier) = (cast_expression "(pointer)paVar16" ( (type_descriptor "pointer" type_identifier) ) identifier)) ;) (return_statement "return;" return ;) (ERROR "}" })) | (translation_unit "void FUN_0028b420(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 undefined8 uVar6;\n undefined8 uVar7;\n long lVar8;\n undefined8 *puVar9;\n undefined8 *puVar10;\n long lVar11;\n undefined8 *puVar12;\n undefined8 *puVar13;\n undefined8 *puVar14;\n ulong uVar15;\n long lVar16;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n lVar8 = (long)puVar1 - (long)puVar2 >> 4;\n lVar11 = (long)param_2 - (long)puVar2;\n if (lVar8 * -0x5555555555555555 == 0) {\n uVar15 = 1;\nLAB_0028b5f5:\n lVar16 = uVar15 * 0x30;\n }\n else {\n uVar15 = lVar8 * 0x5555555555555556;\n lVar16 = -0x10;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }\n puVar9 = (undefined8 *)FUN_00337270(lVar16);\n lVar16 = lVar16 + (long)puVar9;\n puVar10 = puVar9 + 6;\nLAB_0028b49a:\n uVar5 = param_3[1];\n uVar3 = param_3[2];\n uVar4 = param_3[3];\n *(undefined8 *)((long)puVar9 + lVar11) = *param_3;\n ((undefined8 *)((long)puVar9 + lVar11))[1] = uVar5;\n uVar5 = param_3[4];\n uVar6 = param_3[5];\n puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x10);\n *puVar12 = uVar3;\n puVar12[1] = uVar4;\n puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x20);\n *puVar12 = uVar5;\n puVar12[1] = uVar6;\n puVar12 = puVar9;\n puVar13 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n } while (param_2 != puVar10);\n puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2;\n }\n puVar12 = puVar10;\n puVar13 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n } while (puVar1 != puVar14);\n puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2;\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_00338a40(puVar2);\n }\n *param_1 = (long)puVar9;\n param_1[2] = lVar16;\n param_1[1] = (long)puVar10;\n return;\n}\n\n" (function_definition "void FUN_0028b420(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 undefined8 uVar6;\n undefined8 uVar7;\n long lVar8;\n undefined8 *puVar9;\n undefined8 *puVar10;\n long lVar11;\n undefined8 *puVar12;\n undefined8 *puVar13;\n undefined8 *puVar14;\n ulong uVar15;\n long lVar16;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n lVar8 = (long)puVar1 - (long)puVar2 >> 4;\n lVar11 = (long)param_2 - (long)puVar2;\n if (lVar8 * -0x5555555555555555 == 0) {\n uVar15 = 1;\nLAB_0028b5f5:\n lVar16 = uVar15 * 0x30;\n }\n else {\n uVar15 = lVar8 * 0x5555555555555556;\n lVar16 = -0x10;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }\n puVar9 = (undefined8 *)FUN_00337270(lVar16);\n lVar16 = lVar16 + (long)puVar9;\n puVar10 = puVar9 + 6;\nLAB_0028b49a:\n uVar5 = param_3[1];\n uVar3 = param_3[2];\n uVar4 = param_3[3];\n *(undefined8 *)((long)puVar9 + lVar11) = *param_3;\n ((undefined8 *)((long)puVar9 + lVar11))[1] = uVar5;\n uVar5 = param_3[4];\n uVar6 = param_3[5];\n puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x10);\n *puVar12 = uVar3;\n puVar12[1] = uVar4;\n puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x20);\n *puVar12 = uVar5;\n puVar12[1] = uVar6;\n puVar12 = puVar9;\n puVar13 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n } while (param_2 != puVar10);\n puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2;\n }\n puVar12 = puVar10;\n puVar13 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n } while (puVar1 != puVar14);\n puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2;\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_00338a40(puVar2);\n }\n *param_1 = (long)puVar9;\n param_1[2] = lVar16;\n param_1[1] = (long)puVar10;\n return;\n}" primitive_type (function_declarator "FUN_0028b420(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 undefined8 uVar6;\n undefined8 uVar7;\n long lVar8;\n undefined8 *puVar9;\n undefined8 *puVar10;\n long lVar11;\n undefined8 *puVar12;\n undefined8 *puVar13;\n undefined8 *puVar14;\n ulong uVar15;\n long lVar16;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n lVar8 = (long)puVar1 - (long)puVar2 >> 4;\n lVar11 = (long)param_2 - (long)puVar2;\n if (lVar8 * -0x5555555555555555 == 0) {\n uVar15 = 1;\nLAB_0028b5f5:\n lVar16 = uVar15 * 0x30;\n }\n else {\n uVar15 = lVar8 * 0x5555555555555556;\n lVar16 = -0x10;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }\n puVar9 = (undefined8 *)FUN_00337270(lVar16);\n lVar16 = lVar16 + (long)puVar9;\n puVar10 = puVar9 + 6;\nLAB_0028b49a:\n uVar5 = param_3[1];\n uVar3 = param_3[2];\n uVar4 = param_3[3];\n *(undefined8 *)((long)puVar9 + lVar11) = *param_3;\n ((undefined8 *)((long)puVar9 + lVar11))[1] = uVar5;\n uVar5 = param_3[4];\n uVar6 = param_3[5];\n puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x10);\n *puVar12 = uVar3;\n puVar12[1] = uVar4;\n puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x20);\n *puVar12 = uVar5;\n puVar12[1] = uVar6;\n puVar12 = puVar9;\n puVar13 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n } while (param_2 != puVar10);\n puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2;\n }\n puVar12 = puVar10;\n puVar13 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n } while (puVar1 != puVar14);\n puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2;\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_00338a40(puVar2);\n }\n *param_1 = (long)puVar9;\n param_1[2] = lVar16;\n param_1[1] = (long)puVar10;\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 "undefined8 uVar6;" type_identifier identifier ;) (declaration "undefined8 uVar7;" type_identifier identifier ;) (declaration "long lVar8;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar9;" type_identifier (pointer_declarator "*puVar9" * identifier) ;) (declaration "undefined8 *puVar10;" type_identifier (pointer_declarator "*puVar10" * identifier) ;) (declaration "long lVar11;" (sized_type_specifier "long" long) identifier ;) (declaration "undefined8 *puVar12;" type_identifier (pointer_declarator "*puVar12" * identifier) ;) (declaration "undefined8 *puVar13;" type_identifier (pointer_declarator "*puVar13" * identifier) ;) (declaration "undefined8 *puVar14;" type_identifier (pointer_declarator "*puVar14" * identifier) ;) (declaration "ulong uVar15;" type_identifier identifier ;) (declaration "long lVar16;" (sized_type_specifier "long" long) 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 "lVar8 = (long)puVar1 - (long)puVar2 >> 4;" (assignment_expression "lVar8 = (long)puVar1 - (long)puVar2 >> 4" identifier = (binary_expression "(long)puVar1 - (long)puVar2 >> 4" (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)) ;) (expression_statement "lVar11 = (long)param_2 - (long)puVar2;" (assignment_expression "lVar11 = (long)param_2 - (long)puVar2" identifier = (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))) ;) (if_statement "if (lVar8 * -0x5555555555555555 == 0) {\n uVar15 = 1;\nLAB_0028b5f5:\n lVar16 = uVar15 * 0x30;\n }\n else {\n uVar15 = lVar8 * 0x5555555555555556;\n lVar16 = -0x10;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }" if (parenthesized_expression "(lVar8 * -0x5555555555555555 == 0)" ( (binary_expression "lVar8 * -0x5555555555555555 == 0" (binary_expression "lVar8 * -0x5555555555555555" identifier * number_literal) == number_literal) )) (compound_statement "{\n uVar15 = 1;\nLAB_0028b5f5:\n lVar16 = uVar15 * 0x30;\n }" { (expression_statement "uVar15 = 1;" (assignment_expression "uVar15 = 1" identifier = number_literal) ;) (labeled_statement "LAB_0028b5f5:\n lVar16 = uVar15 * 0x30;" statement_identifier : (expression_statement "lVar16 = uVar15 * 0x30;" (assignment_expression "lVar16 = uVar15 * 0x30" identifier = (binary_expression "uVar15 * 0x30" identifier * number_literal)) ;)) }) (else_clause "else {\n uVar15 = lVar8 * 0x5555555555555556;\n lVar16 = -0x10;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }" else (compound_statement "{\n uVar15 = lVar8 * 0x5555555555555556;\n lVar16 = -0x10;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }" { (expression_statement "uVar15 = lVar8 * 0x5555555555555556;" (assignment_expression "uVar15 = lVar8 * 0x5555555555555556" identifier = (binary_expression "lVar8 * 0x5555555555555556" identifier * number_literal)) ;) (expression_statement "lVar16 = -0x10;" (assignment_expression "lVar16 = -0x10" identifier = number_literal) ;) (if_statement "if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }" if (parenthesized_expression "(((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556))" ( (binary_expression "((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)" (parenthesized_expression "((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0)" ( (binary_expression "(ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0" (binary_expression "(ulong)(lVar8 * -0x5555555555555555) < uVar15" (call_expression "(ulong)(lVar8 * -0x5555555555555555)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(lVar8 * -0x5555555555555555)" ( (binary_expression "lVar8 * -0x5555555555555555" identifier * number_literal) ))) < identifier) || (binary_expression "lVar8 * 0x5555555555555555 == 0" (binary_expression "lVar8 * 0x5555555555555555" identifier * number_literal) == number_literal)) )) && (parenthesized_expression "(uVar15 < 0x555555555555556)" ( (binary_expression "uVar15 < 0x555555555555556" identifier < number_literal) ))) )) (compound_statement "{\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }" { (if_statement "if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }" if (parenthesized_expression "(uVar15 == 0)" ( (binary_expression "uVar15 == 0" identifier == number_literal) )) (compound_statement "{\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }" { (expression_statement "puVar10 = (undefined8 *)0x30;" (assignment_expression "puVar10 = (undefined8 *)0x30" identifier = (cast_expression "(undefined8 *)0x30" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" identifier = number_literal) ;) (expression_statement "puVar9 = (undefined8 *)0x0;" (assignment_expression "puVar9 = (undefined8 *)0x0" identifier = (cast_expression "(undefined8 *)0x0" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (goto_statement "goto LAB_0028b49a;" goto statement_identifier ;) })) (goto_statement "goto LAB_0028b5f5;" goto statement_identifier ;) })) }))) (expression_statement "puVar9 = (undefined8 *)FUN_00337270(lVar16);" (assignment_expression "puVar9 = (undefined8 *)FUN_00337270(lVar16)" identifier = (cast_expression "(undefined8 *)FUN_00337270(lVar16)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "FUN_00337270(lVar16)" identifier (argument_list "(lVar16)" ( identifier ))))) ;) (expression_statement "lVar16 = lVar16 + (long)puVar9;" (assignment_expression "lVar16 = lVar16 + (long)puVar9" identifier = (binary_expression "lVar16 + (long)puVar9" identifier + (cast_expression "(long)puVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier))) ;) (expression_statement "puVar10 = puVar9 + 6;" (assignment_expression "puVar10 = puVar9 + 6" identifier = (binary_expression "puVar9 + 6" identifier + number_literal)) ;) (labeled_statement "LAB_0028b49a:\n uVar5 = param_3[1];" statement_identifier : (expression_statement "uVar5 = param_3[1];" (assignment_expression "uVar5 = param_3[1]" identifier = (subscript_expression "param_3[1]" identifier [ number_literal ])) ;)) (expression_statement "uVar3 = param_3[2];" (assignment_expression "uVar3 = param_3[2]" identifier = (subscript_expression "param_3[2]" identifier [ number_literal ])) ;) (expression_statement "uVar4 = param_3[3];" (assignment_expression "uVar4 = param_3[3]" identifier = (subscript_expression "param_3[3]" identifier [ number_literal ])) ;) (expression_statement "*(undefined8 *)((long)puVar9 + lVar11) = *param_3;" (assignment_expression "*(undefined8 *)((long)puVar9 + lVar11) = *param_3" (pointer_expression "*(undefined8 *)((long)puVar9 + lVar11)" * (cast_expression "(undefined8 *)((long)puVar9 + lVar11)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar9 + lVar11)" ( (binary_expression "(long)puVar9 + lVar11" (cast_expression "(long)puVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) )))) = (pointer_expression "*param_3" * identifier)) ;) (expression_statement "((undefined8 *)((long)puVar9 + lVar11))[1] = uVar5;" (assignment_expression "((undefined8 *)((long)puVar9 + lVar11))[1] = uVar5" (subscript_expression "((undefined8 *)((long)puVar9 + lVar11))[1]" (parenthesized_expression "((undefined8 *)((long)puVar9 + lVar11))" ( (cast_expression "(undefined8 *)((long)puVar9 + lVar11)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar9 + lVar11)" ( (binary_expression "(long)puVar9 + lVar11" (cast_expression "(long)puVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) ))) )) [ number_literal ]) = identifier) ;) (expression_statement "uVar5 = param_3[4];" (assignment_expression "uVar5 = param_3[4]" identifier = (subscript_expression "param_3[4]" identifier [ number_literal ])) ;) (expression_statement "uVar6 = param_3[5];" (assignment_expression "uVar6 = param_3[5]" identifier = (subscript_expression "param_3[5]" identifier [ number_literal ])) ;) (expression_statement "puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x10);" (assignment_expression "puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x10)" identifier = (cast_expression "(undefined8 *)((long)puVar9 + lVar11 + 0x10)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar9 + lVar11 + 0x10)" ( (binary_expression "(long)puVar9 + lVar11 + 0x10" (binary_expression "(long)puVar9 + lVar11" (cast_expression "(long)puVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*puVar12 = uVar3;" (assignment_expression "*puVar12 = uVar3" (pointer_expression "*puVar12" * identifier) = identifier) ;) (expression_statement "puVar12[1] = uVar4;" (assignment_expression "puVar12[1] = uVar4" (subscript_expression "puVar12[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x20);" (assignment_expression "puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x20)" identifier = (cast_expression "(undefined8 *)((long)puVar9 + lVar11 + 0x20)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar9 + lVar11 + 0x20)" ( (binary_expression "(long)puVar9 + lVar11 + 0x20" (binary_expression "(long)puVar9 + lVar11" (cast_expression "(long)puVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + identifier) + number_literal) )))) ;) (expression_statement "*puVar12 = uVar5;" (assignment_expression "*puVar12 = uVar5" (pointer_expression "*puVar12" * identifier) = identifier) ;) (expression_statement "puVar12[1] = uVar6;" (assignment_expression "puVar12[1] = uVar6" (subscript_expression "puVar12[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar12 = puVar9;" (assignment_expression "puVar12 = puVar9" identifier = identifier) ;) (expression_statement "puVar13 = puVar2;" (assignment_expression "puVar13 = puVar2" identifier = identifier) ;) (if_statement "if (param_2 != puVar2) {\n do {\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n } while (param_2 != puVar10);\n puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2;\n }" if (parenthesized_expression "(param_2 != puVar2)" ( (binary_expression "param_2 != puVar2" identifier != identifier) )) (compound_statement "{\n do {\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n } while (param_2 != puVar10);\n puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2;\n }" { (do_statement "do {\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n } while (param_2 != puVar10);" do (compound_statement "{\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n }" { (expression_statement "uVar3 = puVar13[1];" (assignment_expression "uVar3 = puVar13[1]" identifier = (subscript_expression "puVar13[1]" identifier [ number_literal ])) ;) (expression_statement "puVar10 = puVar13 + 6;" (assignment_expression "puVar10 = puVar13 + 6" identifier = (binary_expression "puVar13 + 6" identifier + number_literal)) ;) (expression_statement "*puVar12 = *puVar13;" (assignment_expression "*puVar12 = *puVar13" (pointer_expression "*puVar12" * identifier) = (pointer_expression "*puVar13" * identifier)) ;) (expression_statement "puVar12[1] = uVar3;" (assignment_expression "puVar12[1] = uVar3" (subscript_expression "puVar12[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar3 = puVar13[3];" (assignment_expression "uVar3 = puVar13[3]" identifier = (subscript_expression "puVar13[3]" identifier [ number_literal ])) ;) (expression_statement "puVar12[2] = puVar13[2];" (assignment_expression "puVar12[2] = puVar13[2]" (subscript_expression "puVar12[2]" identifier [ number_literal ]) = (subscript_expression "puVar13[2]" identifier [ number_literal ])) ;) (expression_statement "puVar12[3] = uVar3;" (assignment_expression "puVar12[3] = uVar3" (subscript_expression "puVar12[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar3 = puVar13[5];" (assignment_expression "uVar3 = puVar13[5]" identifier = (subscript_expression "puVar13[5]" identifier [ number_literal ])) ;) (expression_statement "puVar12[4] = puVar13[4];" (assignment_expression "puVar12[4] = puVar13[4]" (subscript_expression "puVar12[4]" identifier [ number_literal ]) = (subscript_expression "puVar13[4]" identifier [ number_literal ])) ;) (expression_statement "puVar12[5] = uVar3;" (assignment_expression "puVar12[5] = uVar3" (subscript_expression "puVar12[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar12 = puVar12 + 6;" (assignment_expression "puVar12 = puVar12 + 6" identifier = (binary_expression "puVar12 + 6" identifier + number_literal)) ;) (expression_statement "puVar13 = puVar10;" (assignment_expression "puVar13 = puVar10" identifier = identifier) ;) }) while (parenthesized_expression "(param_2 != puVar10)" ( (binary_expression "param_2 != puVar10" identifier != identifier) )) ;) (expression_statement "puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2;" (assignment_expression "puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2" identifier = (binary_expression "puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2" identifier + (binary_expression "((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2" (parenthesized_expression "((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6)" ( (binary_expression "(((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6" (binary_expression "(((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3" (parenthesized_expression "(((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff)" ( (binary_expression "((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff" (binary_expression "((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab" (parenthesized_expression "((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4)" ( (binary_expression "(ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4" (call_expression "(ulong)((long)param_2 + (-0x30 - (long)puVar2))" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((long)param_2 + (-0x30 - (long)puVar2))" ( (binary_expression "(long)param_2 + (-0x30 - (long)puVar2)" (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(-0x30 - (long)puVar2)" ( (binary_expression "-0x30 - (long)puVar2" number_literal - (cast_expression "(long)puVar2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ))) >> number_literal) )) * number_literal) & number_literal) )) * number_literal) + number_literal) )) * number_literal))) ;) })) (expression_statement "puVar12 = puVar10;" (assignment_expression "puVar12 = puVar10" identifier = identifier) ;) (expression_statement "puVar13 = param_2;" (assignment_expression "puVar13 = param_2" identifier = identifier) ;) (if_statement "if (param_2 != puVar1) {\n do {\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n } while (puVar1 != puVar14);\n puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2;\n }" if (parenthesized_expression "(param_2 != puVar1)" ( (binary_expression "param_2 != puVar1" identifier != identifier) )) (compound_statement "{\n do {\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n } while (puVar1 != puVar14);\n puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2;\n }" { (do_statement "do {\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n } while (puVar1 != puVar14);" do (compound_statement "{\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n }" { (expression_statement "uVar3 = puVar13[1];" (assignment_expression "uVar3 = puVar13[1]" identifier = (subscript_expression "puVar13[1]" identifier [ number_literal ])) ;) (expression_statement "uVar4 = puVar13[2];" (assignment_expression "uVar4 = puVar13[2]" identifier = (subscript_expression "puVar13[2]" identifier [ number_literal ])) ;) (expression_statement "uVar5 = puVar13[3];" (assignment_expression "uVar5 = puVar13[3]" identifier = (subscript_expression "puVar13[3]" identifier [ number_literal ])) ;) (expression_statement "puVar14 = puVar13 + 6;" (assignment_expression "puVar14 = puVar13 + 6" identifier = (binary_expression "puVar13 + 6" identifier + number_literal)) ;) (expression_statement "uVar6 = puVar13[4];" (assignment_expression "uVar6 = puVar13[4]" identifier = (subscript_expression "puVar13[4]" identifier [ number_literal ])) ;) (expression_statement "uVar7 = puVar13[5];" (assignment_expression "uVar7 = puVar13[5]" identifier = (subscript_expression "puVar13[5]" identifier [ number_literal ])) ;) (expression_statement "*puVar12 = *puVar13;" (assignment_expression "*puVar12 = *puVar13" (pointer_expression "*puVar12" * identifier) = (pointer_expression "*puVar13" * identifier)) ;) (expression_statement "puVar12[1] = uVar3;" (assignment_expression "puVar12[1] = uVar3" (subscript_expression "puVar12[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar12[2] = uVar4;" (assignment_expression "puVar12[2] = uVar4" (subscript_expression "puVar12[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar12[3] = uVar5;" (assignment_expression "puVar12[3] = uVar5" (subscript_expression "puVar12[3]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar12[4] = uVar6;" (assignment_expression "puVar12[4] = uVar6" (subscript_expression "puVar12[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar12[5] = uVar7;" (assignment_expression "puVar12[5] = uVar7" (subscript_expression "puVar12[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar12 = puVar12 + 6;" (assignment_expression "puVar12 = puVar12 + 6" identifier = (binary_expression "puVar12 + 6" identifier + number_literal)) ;) (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" identifier = identifier) ;) }) while (parenthesized_expression "(puVar1 != puVar14)" ( (binary_expression "puVar1 != puVar14" identifier != identifier) )) ;) (expression_statement "puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2;" (assignment_expression "puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2" identifier = (binary_expression "puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2" identifier + (binary_expression "((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2" (parenthesized_expression "((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3)" ( (binary_expression "(((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3" (binary_expression "(((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3" (parenthesized_expression "(((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff)" ( (binary_expression "((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff" (binary_expression "((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab" (parenthesized_expression "((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4)" ( (binary_expression "(ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4" (call_expression "(ulong)((long)puVar1 + (-0x30 - (long)param_2))" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((long)puVar1 + (-0x30 - (long)param_2))" ( (binary_expression "(long)puVar1 + (-0x30 - (long)param_2)" (cast_expression "(long)puVar1" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + (parenthesized_expression "(-0x30 - (long)param_2)" ( (binary_expression "-0x30 - (long)param_2" number_literal - (cast_expression "(long)param_2" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ))) ))) >> number_literal) )) * number_literal) & number_literal) )) * number_literal) + number_literal) )) * number_literal))) ;) })) (if_statement "if (puVar2 != (undefined8 *)0x0) {\n FUN_00338a40(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_00338a40(puVar2);\n }" { (expression_statement "FUN_00338a40(puVar2);" (call_expression "FUN_00338a40(puVar2)" identifier (argument_list "(puVar2)" ( identifier ))) ;) })) (expression_statement "*param_1 = (long)puVar9;" (assignment_expression "*param_1 = (long)puVar9" (pointer_expression "*param_1" * identifier) = (cast_expression "(long)puVar9" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier)) ;) (expression_statement "param_1[2] = lVar16;" (assignment_expression "param_1[2] = lVar16" (subscript_expression "param_1[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "param_1[1] = (long)puVar10;" (assignment_expression "param_1[1] = (long)puVar10" (subscript_expression "param_1[1]" identifier [ number_literal ]) = (cast_expression "(long)puVar10" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) 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 IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration (sized_type_specifier long) IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (expression_statement (assignment_expression IDENT = (binary_expression (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 (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 (binary_expression IDENT * LIT) == 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 (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT * LIT) ))) < IDENT) || (binary_expression (binary_expression IDENT * LIT) == LIT)) )) && (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 IDENT + (cast_expression ( (type_descriptor (sized_type_specifier long)) ) 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) )))) = (pointer_expression * IDENT)) ;) (expression_statement (assignment_expression (subscript_expression (parenthesized_expression ( (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) ))) )) [ LIT ]) = IDENT) ;) (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 (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + IDENT) + LIT) )))) ;) (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT) + 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 = (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 = (binary_expression IDENT + (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (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) & LIT) )) * LIT) + 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 IDENT = (subscript_expression IDENT [ LIT ])) ;) (expression_statement (assignment_expression IDENT = (subscript_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 (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 = (binary_expression IDENT + (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (binary_expression (parenthesized_expression ( (binary_expression (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (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) & LIT) )) * LIT) + 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 ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = (cast_expression ( (type_descriptor (sized_type_specifier long)) ) IDENT)) ;) (return_statement return ;) }))) | (function_definition "void FUN_0028b420(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 undefined8 uVar6;\n undefined8 uVar7;\n long lVar8;\n undefined8 *puVar9;\n undefined8 *puVar10;\n long lVar11;\n undefined8 *puVar12;\n undefined8 *puVar13;\n undefined8 *puVar14;\n ulong uVar15;\n long lVar16;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n lVar8 = (long)puVar1 - (long)puVar2 >> 4;\n lVar11 = (long)param_2 - (long)puVar2;\n if (lVar8 * -0x5555555555555555 == 0) {\n uVar15 = 1;\nLAB_0028b5f5:\n lVar16 = uVar15 * 0x30;\n }\n else {\n uVar15 = lVar8 * 0x5555555555555556;\n lVar16 = -0x10;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }\n puVar9 = (undefined8 *)FUN_00337270(lVar16);\n lVar16 = lVar16 + (long)puVar9;\n puVar10 = puVar9 + 6;\nLAB_0028b49a:\n uVar5 = param_3[1];\n uVar3 = param_3[2];\n uVar4 = param_3[3];\n *(undefined8 *)((long)puVar9 + lVar11) = *param_3;\n ((undefined8 *)((long)puVar9 + lVar11))[1] = uVar5;\n uVar5 = param_3[4];\n uVar6 = param_3[5];\n puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x10);\n *puVar12 = uVar3;\n puVar12[1] = uVar4;\n puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x20);\n *puVar12 = uVar5;\n puVar12[1] = uVar6;\n puVar12 = puVar9;\n puVar13 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n } while (param_2 != puVar10);\n puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2;\n }\n puVar12 = puVar10;\n puVar13 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n } while (puVar1 != puVar14);\n puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2;\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_00338a40(puVar2);\n }\n *param_1 = (long)puVar9;\n param_1[2] = lVar16;\n param_1[1] = (long)puVar10;\n return;\n}" (primitive_type "void") (function_declarator "FUN_0028b420(long *param_1,undefined8 *param_2,undefined8 *param_3)" (identifier "FUN_0028b420") (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 undefined8 uVar6;\n undefined8 uVar7;\n long lVar8;\n undefined8 *puVar9;\n undefined8 *puVar10;\n long lVar11;\n undefined8 *puVar12;\n undefined8 *puVar13;\n undefined8 *puVar14;\n ulong uVar15;\n long lVar16;\n \n puVar1 = (undefined8 *)param_1[1];\n puVar2 = (undefined8 *)*param_1;\n lVar8 = (long)puVar1 - (long)puVar2 >> 4;\n lVar11 = (long)param_2 - (long)puVar2;\n if (lVar8 * -0x5555555555555555 == 0) {\n uVar15 = 1;\nLAB_0028b5f5:\n lVar16 = uVar15 * 0x30;\n }\n else {\n uVar15 = lVar8 * 0x5555555555555556;\n lVar16 = -0x10;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }\n puVar9 = (undefined8 *)FUN_00337270(lVar16);\n lVar16 = lVar16 + (long)puVar9;\n puVar10 = puVar9 + 6;\nLAB_0028b49a:\n uVar5 = param_3[1];\n uVar3 = param_3[2];\n uVar4 = param_3[3];\n *(undefined8 *)((long)puVar9 + lVar11) = *param_3;\n ((undefined8 *)((long)puVar9 + lVar11))[1] = uVar5;\n uVar5 = param_3[4];\n uVar6 = param_3[5];\n puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x10);\n *puVar12 = uVar3;\n puVar12[1] = uVar4;\n puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x20);\n *puVar12 = uVar5;\n puVar12[1] = uVar6;\n puVar12 = puVar9;\n puVar13 = puVar2;\n if (param_2 != puVar2) {\n do {\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n } while (param_2 != puVar10);\n puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2;\n }\n puVar12 = puVar10;\n puVar13 = param_2;\n if (param_2 != puVar1) {\n do {\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n } while (puVar1 != puVar14);\n puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2;\n }\n if (puVar2 != (undefined8 *)0x0) {\n FUN_00338a40(puVar2);\n }\n *param_1 = (long)puVar9;\n param_1[2] = lVar16;\n param_1[1] = (long)puVar10;\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 "undefined8 uVar6;" (type_identifier "undefined8") (identifier "uVar6") (; ";")) (declaration "undefined8 uVar7;" (type_identifier "undefined8") (identifier "uVar7") (; ";")) (declaration "long lVar8;" (sized_type_specifier "long" (long "long")) (identifier "lVar8") (; ";")) (declaration "undefined8 *puVar9;" (type_identifier "undefined8") (pointer_declarator "*puVar9" (* "*") (identifier "puVar9")) (; ";")) (declaration "undefined8 *puVar10;" (type_identifier "undefined8") (pointer_declarator "*puVar10" (* "*") (identifier "puVar10")) (; ";")) (declaration "long lVar11;" (sized_type_specifier "long" (long "long")) (identifier "lVar11") (; ";")) (declaration "undefined8 *puVar12;" (type_identifier "undefined8") (pointer_declarator "*puVar12" (* "*") (identifier "puVar12")) (; ";")) (declaration "undefined8 *puVar13;" (type_identifier "undefined8") (pointer_declarator "*puVar13" (* "*") (identifier "puVar13")) (; ";")) (declaration "undefined8 *puVar14;" (type_identifier "undefined8") (pointer_declarator "*puVar14" (* "*") (identifier "puVar14")) (; ";")) (declaration "ulong uVar15;" (type_identifier "ulong") (identifier "uVar15") (; ";")) (declaration "long lVar16;" (sized_type_specifier "long" (long "long")) (identifier "lVar16") (; ";")) (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 "lVar8 = (long)puVar1 - (long)puVar2 >> 4;" (assignment_expression "lVar8 = (long)puVar1 - (long)puVar2 >> 4" (identifier "lVar8") (= "=") (binary_expression "(long)puVar1 - (long)puVar2 >> 4" (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 "4"))) (; ";")) (expression_statement "lVar11 = (long)param_2 - (long)puVar2;" (assignment_expression "lVar11 = (long)param_2 - (long)puVar2" (identifier "lVar11") (= "=") (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")))) (; ";")) (if_statement "if (lVar8 * -0x5555555555555555 == 0) {\n uVar15 = 1;\nLAB_0028b5f5:\n lVar16 = uVar15 * 0x30;\n }\n else {\n uVar15 = lVar8 * 0x5555555555555556;\n lVar16 = -0x10;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }" (if "if") (parenthesized_expression "(lVar8 * -0x5555555555555555 == 0)" (( "(") (binary_expression "lVar8 * -0x5555555555555555 == 0" (binary_expression "lVar8 * -0x5555555555555555" (identifier "lVar8") (* "*") (number_literal "-0x5555555555555555")) (== "==") (number_literal "0")) () ")")) (compound_statement "{\n uVar15 = 1;\nLAB_0028b5f5:\n lVar16 = uVar15 * 0x30;\n }" ({ "{") (expression_statement "uVar15 = 1;" (assignment_expression "uVar15 = 1" (identifier "uVar15") (= "=") (number_literal "1")) (; ";")) (labeled_statement "LAB_0028b5f5:\n lVar16 = uVar15 * 0x30;" (statement_identifier "LAB_0028b5f5") (: ":") (expression_statement "lVar16 = uVar15 * 0x30;" (assignment_expression "lVar16 = uVar15 * 0x30" (identifier "lVar16") (= "=") (binary_expression "uVar15 * 0x30" (identifier "uVar15") (* "*") (number_literal "0x30"))) (; ";"))) (} "}")) (else_clause "else {\n uVar15 = lVar8 * 0x5555555555555556;\n lVar16 = -0x10;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }" (else "else") (compound_statement "{\n uVar15 = lVar8 * 0x5555555555555556;\n lVar16 = -0x10;\n if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }\n }" ({ "{") (expression_statement "uVar15 = lVar8 * 0x5555555555555556;" (assignment_expression "uVar15 = lVar8 * 0x5555555555555556" (identifier "uVar15") (= "=") (binary_expression "lVar8 * 0x5555555555555556" (identifier "lVar8") (* "*") (number_literal "0x5555555555555556"))) (; ";")) (expression_statement "lVar16 = -0x10;" (assignment_expression "lVar16 = -0x10" (identifier "lVar16") (= "=") (number_literal "-0x10")) (; ";")) (if_statement "if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)) {\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }" (if "if") (parenthesized_expression "(((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556))" (( "(") (binary_expression "((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&\n (uVar15 < 0x555555555555556)" (parenthesized_expression "((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0)" (( "(") (binary_expression "(ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0" (binary_expression "(ulong)(lVar8 * -0x5555555555555555) < uVar15" (call_expression "(ulong)(lVar8 * -0x5555555555555555)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(lVar8 * -0x5555555555555555)" (( "(") (binary_expression "lVar8 * -0x5555555555555555" (identifier "lVar8") (* "*") (number_literal "-0x5555555555555555")) () ")"))) (< "<") (identifier "uVar15")) (|| "||") (binary_expression "lVar8 * 0x5555555555555555 == 0" (binary_expression "lVar8 * 0x5555555555555555" (identifier "lVar8") (* "*") (number_literal "0x5555555555555555")) (== "==") (number_literal "0"))) () ")")) (&& "&&") (parenthesized_expression "(uVar15 < 0x555555555555556)" (( "(") (binary_expression "uVar15 < 0x555555555555556" (identifier "uVar15") (< "<") (number_literal "0x555555555555556")) () ")"))) () ")")) (compound_statement "{\n if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }\n goto LAB_0028b5f5;\n }" ({ "{") (if_statement "if (uVar15 == 0) {\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }" (if "if") (parenthesized_expression "(uVar15 == 0)" (( "(") (binary_expression "uVar15 == 0" (identifier "uVar15") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n puVar10 = (undefined8 *)0x30;\n lVar16 = 0;\n puVar9 = (undefined8 *)0x0;\n goto LAB_0028b49a;\n }" ({ "{") (expression_statement "puVar10 = (undefined8 *)0x30;" (assignment_expression "puVar10 = (undefined8 *)0x30" (identifier "puVar10") (= "=") (cast_expression "(undefined8 *)0x30" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x30"))) (; ";")) (expression_statement "lVar16 = 0;" (assignment_expression "lVar16 = 0" (identifier "lVar16") (= "=") (number_literal "0")) (; ";")) (expression_statement "puVar9 = (undefined8 *)0x0;" (assignment_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_0028b49a;" (goto "goto") (statement_identifier "LAB_0028b49a") (; ";")) (} "}"))) (goto_statement "goto LAB_0028b5f5;" (goto "goto") (statement_identifier "LAB_0028b5f5") (; ";")) (} "}"))) (} "}")))) (expression_statement "puVar9 = (undefined8 *)FUN_00337270(lVar16);" (assignment_expression "puVar9 = (undefined8 *)FUN_00337270(lVar16)" (identifier "puVar9") (= "=") (cast_expression "(undefined8 *)FUN_00337270(lVar16)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "FUN_00337270(lVar16)" (identifier "FUN_00337270") (argument_list "(lVar16)" (( "(") (identifier "lVar16") () ")"))))) (; ";")) (expression_statement "lVar16 = lVar16 + (long)puVar9;" (assignment_expression "lVar16 = lVar16 + (long)puVar9" (identifier "lVar16") (= "=") (binary_expression "lVar16 + (long)puVar9" (identifier "lVar16") (+ "+") (cast_expression "(long)puVar9" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar9")))) (; ";")) (expression_statement "puVar10 = puVar9 + 6;" (assignment_expression "puVar10 = puVar9 + 6" (identifier "puVar10") (= "=") (binary_expression "puVar9 + 6" (identifier "puVar9") (+ "+") (number_literal "6"))) (; ";")) (labeled_statement "LAB_0028b49a:\n uVar5 = param_3[1];" (statement_identifier "LAB_0028b49a") (: ":") (expression_statement "uVar5 = param_3[1];" (assignment_expression "uVar5 = param_3[1]" (identifier "uVar5") (= "=") (subscript_expression "param_3[1]" (identifier "param_3") ([ "[") (number_literal "1") (] "]"))) (; ";"))) (expression_statement "uVar3 = param_3[2];" (assignment_expression "uVar3 = param_3[2]" (identifier "uVar3") (= "=") (subscript_expression "param_3[2]" (identifier "param_3") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "uVar4 = param_3[3];" (assignment_expression "uVar4 = param_3[3]" (identifier "uVar4") (= "=") (subscript_expression "param_3[3]" (identifier "param_3") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "*(undefined8 *)((long)puVar9 + lVar11) = *param_3;" (assignment_expression "*(undefined8 *)((long)puVar9 + lVar11) = *param_3" (pointer_expression "*(undefined8 *)((long)puVar9 + lVar11)" (* "*") (cast_expression "(undefined8 *)((long)puVar9 + lVar11)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar9 + lVar11)" (( "(") (binary_expression "(long)puVar9 + lVar11" (cast_expression "(long)puVar9" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar9")) (+ "+") (identifier "lVar11")) () ")")))) (= "=") (pointer_expression "*param_3" (* "*") (identifier "param_3"))) (; ";")) (expression_statement "((undefined8 *)((long)puVar9 + lVar11))[1] = uVar5;" (assignment_expression "((undefined8 *)((long)puVar9 + lVar11))[1] = uVar5" (subscript_expression "((undefined8 *)((long)puVar9 + lVar11))[1]" (parenthesized_expression "((undefined8 *)((long)puVar9 + lVar11))" (( "(") (cast_expression "(undefined8 *)((long)puVar9 + lVar11)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar9 + lVar11)" (( "(") (binary_expression "(long)puVar9 + lVar11" (cast_expression "(long)puVar9" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar9")) (+ "+") (identifier "lVar11")) () ")"))) () ")")) ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar5")) (; ";")) (expression_statement "uVar5 = param_3[4];" (assignment_expression "uVar5 = param_3[4]" (identifier "uVar5") (= "=") (subscript_expression "param_3[4]" (identifier "param_3") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "uVar6 = param_3[5];" (assignment_expression "uVar6 = param_3[5]" (identifier "uVar6") (= "=") (subscript_expression "param_3[5]" (identifier "param_3") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x10);" (assignment_expression "puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x10)" (identifier "puVar12") (= "=") (cast_expression "(undefined8 *)((long)puVar9 + lVar11 + 0x10)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar9 + lVar11 + 0x10)" (( "(") (binary_expression "(long)puVar9 + lVar11 + 0x10" (binary_expression "(long)puVar9 + lVar11" (cast_expression "(long)puVar9" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar9")) (+ "+") (identifier "lVar11")) (+ "+") (number_literal "0x10")) () ")")))) (; ";")) (expression_statement "*puVar12 = uVar3;" (assignment_expression "*puVar12 = uVar3" (pointer_expression "*puVar12" (* "*") (identifier "puVar12")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "puVar12[1] = uVar4;" (assignment_expression "puVar12[1] = uVar4" (subscript_expression "puVar12[1]" (identifier "puVar12") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar4")) (; ";")) (expression_statement "puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x20);" (assignment_expression "puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x20)" (identifier "puVar12") (= "=") (cast_expression "(undefined8 *)((long)puVar9 + lVar11 + 0x20)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar9 + lVar11 + 0x20)" (( "(") (binary_expression "(long)puVar9 + lVar11 + 0x20" (binary_expression "(long)puVar9 + lVar11" (cast_expression "(long)puVar9" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar9")) (+ "+") (identifier "lVar11")) (+ "+") (number_literal "0x20")) () ")")))) (; ";")) (expression_statement "*puVar12 = uVar5;" (assignment_expression "*puVar12 = uVar5" (pointer_expression "*puVar12" (* "*") (identifier "puVar12")) (= "=") (identifier "uVar5")) (; ";")) (expression_statement "puVar12[1] = uVar6;" (assignment_expression "puVar12[1] = uVar6" (subscript_expression "puVar12[1]" (identifier "puVar12") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar6")) (; ";")) (expression_statement "puVar12 = puVar9;" (assignment_expression "puVar12 = puVar9" (identifier "puVar12") (= "=") (identifier "puVar9")) (; ";")) (expression_statement "puVar13 = puVar2;" (assignment_expression "puVar13 = puVar2" (identifier "puVar13") (= "=") (identifier "puVar2")) (; ";")) (if_statement "if (param_2 != puVar2) {\n do {\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n } while (param_2 != puVar10);\n puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2;\n }" (if "if") (parenthesized_expression "(param_2 != puVar2)" (( "(") (binary_expression "param_2 != puVar2" (identifier "param_2") (!= "!=") (identifier "puVar2")) () ")")) (compound_statement "{\n do {\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n } while (param_2 != puVar10);\n puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2;\n }" ({ "{") (do_statement "do {\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n } while (param_2 != puVar10);" (do "do") (compound_statement "{\n uVar3 = puVar13[1];\n puVar10 = puVar13 + 6;\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n uVar3 = puVar13[3];\n puVar12[2] = puVar13[2];\n puVar12[3] = uVar3;\n uVar3 = puVar13[5];\n puVar12[4] = puVar13[4];\n puVar12[5] = uVar3;\n puVar12 = puVar12 + 6;\n puVar13 = puVar10;\n }" ({ "{") (expression_statement "uVar3 = puVar13[1];" (assignment_expression "uVar3 = puVar13[1]" (identifier "uVar3") (= "=") (subscript_expression "puVar13[1]" (identifier "puVar13") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "puVar10 = puVar13 + 6;" (assignment_expression "puVar10 = puVar13 + 6" (identifier "puVar10") (= "=") (binary_expression "puVar13 + 6" (identifier "puVar13") (+ "+") (number_literal "6"))) (; ";")) (expression_statement "*puVar12 = *puVar13;" (assignment_expression "*puVar12 = *puVar13" (pointer_expression "*puVar12" (* "*") (identifier "puVar12")) (= "=") (pointer_expression "*puVar13" (* "*") (identifier "puVar13"))) (; ";")) (expression_statement "puVar12[1] = uVar3;" (assignment_expression "puVar12[1] = uVar3" (subscript_expression "puVar12[1]" (identifier "puVar12") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "uVar3 = puVar13[3];" (assignment_expression "uVar3 = puVar13[3]" (identifier "uVar3") (= "=") (subscript_expression "puVar13[3]" (identifier "puVar13") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "puVar12[2] = puVar13[2];" (assignment_expression "puVar12[2] = puVar13[2]" (subscript_expression "puVar12[2]" (identifier "puVar12") ([ "[") (number_literal "2") (] "]")) (= "=") (subscript_expression "puVar13[2]" (identifier "puVar13") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "puVar12[3] = uVar3;" (assignment_expression "puVar12[3] = uVar3" (subscript_expression "puVar12[3]" (identifier "puVar12") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "uVar3 = puVar13[5];" (assignment_expression "uVar3 = puVar13[5]" (identifier "uVar3") (= "=") (subscript_expression "puVar13[5]" (identifier "puVar13") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "puVar12[4] = puVar13[4];" (assignment_expression "puVar12[4] = puVar13[4]" (subscript_expression "puVar12[4]" (identifier "puVar12") ([ "[") (number_literal "4") (] "]")) (= "=") (subscript_expression "puVar13[4]" (identifier "puVar13") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "puVar12[5] = uVar3;" (assignment_expression "puVar12[5] = uVar3" (subscript_expression "puVar12[5]" (identifier "puVar12") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "puVar12 = puVar12 + 6;" (assignment_expression "puVar12 = puVar12 + 6" (identifier "puVar12") (= "=") (binary_expression "puVar12 + 6" (identifier "puVar12") (+ "+") (number_literal "6"))) (; ";")) (expression_statement "puVar13 = puVar10;" (assignment_expression "puVar13 = puVar10" (identifier "puVar13") (= "=") (identifier "puVar10")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(param_2 != puVar10)" (( "(") (binary_expression "param_2 != puVar10" (identifier "param_2") (!= "!=") (identifier "puVar10")) () ")")) (; ";")) (expression_statement "puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2;" (assignment_expression "puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2" (identifier "puVar10") (= "=") (binary_expression "puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2" (identifier "puVar9") (+ "+") (binary_expression "((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6) * 2" (parenthesized_expression "((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6)" (( "(") (binary_expression "(((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 6" (binary_expression "(((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3" (parenthesized_expression "(((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff)" (( "(") (binary_expression "((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff" (binary_expression "((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab" (parenthesized_expression "((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4)" (( "(") (binary_expression "(ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4" (call_expression "(ulong)((long)param_2 + (-0x30 - (long)puVar2))" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((long)param_2 + (-0x30 - (long)puVar2))" (( "(") (binary_expression "(long)param_2 + (-0x30 - (long)puVar2)" (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2")) (+ "+") (parenthesized_expression "(-0x30 - (long)puVar2)" (( "(") (binary_expression "-0x30 - (long)puVar2" (number_literal "-0x30") (- "-") (cast_expression "(long)puVar2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar2"))) () ")"))) () ")"))) (>> ">>") (number_literal "4")) () ")")) (* "*") (number_literal "0xaaaaaaaaaaaaaab")) (& "&") (number_literal "0xfffffffffffffff")) () ")")) (* "*") (number_literal "3")) (+ "+") (number_literal "6")) () ")")) (* "*") (number_literal "2")))) (; ";")) (} "}"))) (expression_statement "puVar12 = puVar10;" (assignment_expression "puVar12 = puVar10" (identifier "puVar12") (= "=") (identifier "puVar10")) (; ";")) (expression_statement "puVar13 = param_2;" (assignment_expression "puVar13 = param_2" (identifier "puVar13") (= "=") (identifier "param_2")) (; ";")) (if_statement "if (param_2 != puVar1) {\n do {\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n } while (puVar1 != puVar14);\n puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2;\n }" (if "if") (parenthesized_expression "(param_2 != puVar1)" (( "(") (binary_expression "param_2 != puVar1" (identifier "param_2") (!= "!=") (identifier "puVar1")) () ")")) (compound_statement "{\n do {\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n } while (puVar1 != puVar14);\n puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2;\n }" ({ "{") (do_statement "do {\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n } while (puVar1 != puVar14);" (do "do") (compound_statement "{\n uVar3 = puVar13[1];\n uVar4 = puVar13[2];\n uVar5 = puVar13[3];\n puVar14 = puVar13 + 6;\n uVar6 = puVar13[4];\n uVar7 = puVar13[5];\n *puVar12 = *puVar13;\n puVar12[1] = uVar3;\n puVar12[2] = uVar4;\n puVar12[3] = uVar5;\n puVar12[4] = uVar6;\n puVar12[5] = uVar7;\n puVar12 = puVar12 + 6;\n puVar13 = puVar14;\n }" ({ "{") (expression_statement "uVar3 = puVar13[1];" (assignment_expression "uVar3 = puVar13[1]" (identifier "uVar3") (= "=") (subscript_expression "puVar13[1]" (identifier "puVar13") ([ "[") (number_literal "1") (] "]"))) (; ";")) (expression_statement "uVar4 = puVar13[2];" (assignment_expression "uVar4 = puVar13[2]" (identifier "uVar4") (= "=") (subscript_expression "puVar13[2]" (identifier "puVar13") ([ "[") (number_literal "2") (] "]"))) (; ";")) (expression_statement "uVar5 = puVar13[3];" (assignment_expression "uVar5 = puVar13[3]" (identifier "uVar5") (= "=") (subscript_expression "puVar13[3]" (identifier "puVar13") ([ "[") (number_literal "3") (] "]"))) (; ";")) (expression_statement "puVar14 = puVar13 + 6;" (assignment_expression "puVar14 = puVar13 + 6" (identifier "puVar14") (= "=") (binary_expression "puVar13 + 6" (identifier "puVar13") (+ "+") (number_literal "6"))) (; ";")) (expression_statement "uVar6 = puVar13[4];" (assignment_expression "uVar6 = puVar13[4]" (identifier "uVar6") (= "=") (subscript_expression "puVar13[4]" (identifier "puVar13") ([ "[") (number_literal "4") (] "]"))) (; ";")) (expression_statement "uVar7 = puVar13[5];" (assignment_expression "uVar7 = puVar13[5]" (identifier "uVar7") (= "=") (subscript_expression "puVar13[5]" (identifier "puVar13") ([ "[") (number_literal "5") (] "]"))) (; ";")) (expression_statement "*puVar12 = *puVar13;" (assignment_expression "*puVar12 = *puVar13" (pointer_expression "*puVar12" (* "*") (identifier "puVar12")) (= "=") (pointer_expression "*puVar13" (* "*") (identifier "puVar13"))) (; ";")) (expression_statement "puVar12[1] = uVar3;" (assignment_expression "puVar12[1] = uVar3" (subscript_expression "puVar12[1]" (identifier "puVar12") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "uVar3")) (; ";")) (expression_statement "puVar12[2] = uVar4;" (assignment_expression "puVar12[2] = uVar4" (subscript_expression "puVar12[2]" (identifier "puVar12") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "uVar4")) (; ";")) (expression_statement "puVar12[3] = uVar5;" (assignment_expression "puVar12[3] = uVar5" (subscript_expression "puVar12[3]" (identifier "puVar12") ([ "[") (number_literal "3") (] "]")) (= "=") (identifier "uVar5")) (; ";")) (expression_statement "puVar12[4] = uVar6;" (assignment_expression "puVar12[4] = uVar6" (subscript_expression "puVar12[4]" (identifier "puVar12") ([ "[") (number_literal "4") (] "]")) (= "=") (identifier "uVar6")) (; ";")) (expression_statement "puVar12[5] = uVar7;" (assignment_expression "puVar12[5] = uVar7" (subscript_expression "puVar12[5]" (identifier "puVar12") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "uVar7")) (; ";")) (expression_statement "puVar12 = puVar12 + 6;" (assignment_expression "puVar12 = puVar12 + 6" (identifier "puVar12") (= "=") (binary_expression "puVar12 + 6" (identifier "puVar12") (+ "+") (number_literal "6"))) (; ";")) (expression_statement "puVar13 = puVar14;" (assignment_expression "puVar13 = puVar14" (identifier "puVar13") (= "=") (identifier "puVar14")) (; ";")) (} "}")) (while "while") (parenthesized_expression "(puVar1 != puVar14)" (( "(") (binary_expression "puVar1 != puVar14" (identifier "puVar1") (!= "!=") (identifier "puVar14")) () ")")) (; ";")) (expression_statement "puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2;" (assignment_expression "puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2" (identifier "puVar10") (= "=") (binary_expression "puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2" (identifier "puVar10") (+ "+") (binary_expression "((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3) * 2" (parenthesized_expression "((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3)" (( "(") (binary_expression "(((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3 + 3" (binary_expression "(((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff) * 3" (parenthesized_expression "(((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff)" (( "(") (binary_expression "((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab\n & 0xfffffffffffffff" (binary_expression "((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab" (parenthesized_expression "((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4)" (( "(") (binary_expression "(ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4" (call_expression "(ulong)((long)puVar1 + (-0x30 - (long)param_2))" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((long)puVar1 + (-0x30 - (long)param_2))" (( "(") (binary_expression "(long)puVar1 + (-0x30 - (long)param_2)" (cast_expression "(long)puVar1" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar1")) (+ "+") (parenthesized_expression "(-0x30 - (long)param_2)" (( "(") (binary_expression "-0x30 - (long)param_2" (number_literal "-0x30") (- "-") (cast_expression "(long)param_2" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "param_2"))) () ")"))) () ")"))) (>> ">>") (number_literal "4")) () ")")) (* "*") (number_literal "0xaaaaaaaaaaaaaab")) (& "&") (number_literal "0xfffffffffffffff")) () ")")) (* "*") (number_literal "3")) (+ "+") (number_literal "3")) () ")")) (* "*") (number_literal "2")))) (; ";")) (} "}"))) (if_statement "if (puVar2 != (undefined8 *)0x0) {\n FUN_00338a40(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_00338a40(puVar2);\n }" ({ "{") (expression_statement "FUN_00338a40(puVar2);" (call_expression "FUN_00338a40(puVar2)" (identifier "FUN_00338a40") (argument_list "(puVar2)" (( "(") (identifier "puVar2") () ")"))) (; ";")) (} "}"))) (expression_statement "*param_1 = (long)puVar9;" (assignment_expression "*param_1 = (long)puVar9" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (cast_expression "(long)puVar9" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar9"))) (; ";")) (expression_statement "param_1[2] = lVar16;" (assignment_expression "param_1[2] = lVar16" (subscript_expression "param_1[2]" (identifier "param_1") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "lVar16")) (; ";")) (expression_statement "param_1[1] = (long)puVar10;" (assignment_expression "param_1[1] = (long)puVar10" (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (= "=") (cast_expression "(long)puVar10" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar10"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* DWARF original name: _M_realloc_insert<const gold::Output_reloc<4, false, 64, false>&>
DWARF original prototype: void
_M_realloc_insert<const_gold::Output_reloc<4,_false,_64,_false>&>(vector<gold::Output_reloc<4,_false,_64,_false>,_std::allocator<gold::Output_reloc<4,_false,_64,_false>_>_>
* this, iterator __position, Output_reloc<4,_false,_64,_false> * __args#0) */
void __thiscall
std::
vector<gold::var_1<4,var_2,_64,var_2>,_std::allocator<gold::var_1<4,var_2,_64,var_2>var_3>var_3>
::_M_realloc_insert<const_gold::var_1<4,var_2,_64,var_2>&>
(vector<gold::var_1<4,var_2,_64,var_2>,_std::allocator<gold::var_1<4,var_2,_64,var_2>var_3>var_3>
*this,type_5 __position,var_1<4,var_2,_64,var_2> *__args_0)
{
type_3 *pAVar1;
type_1 *puVar2;
var_1<4,var_2,_64,var_2> *var_14;
var_1<4,var_2,_64,var_2> *var_10;
type_2 aVar5;
type_3 AVar6;
type_3 AVar7;
type_1 uVar8;
type_4 AVar9;
type_2 aVar10;
type_2 aVar11;
type_2 aVar12;
type_2 aVar13;
long var_4;
type_2 *var_8;
type_2 *var_15;
long var_9;
type_2 *var_12;
var_1<4,var_2,_64,var_2> *var_11;
var_1<4,var_2,_64,var_2> *var_13;
type_5 iVar21;
type_6 var_5;
type_6 var_7;
type_7 pOVar24;
var_14 = (this->
super__Vector_base<gold::var_1<4,var_2,_64,var_2>,_std::allocator<gold::var_1<4,var_2,_64,var_2>var_3>var_3>
)._M_impl._M_finish;
var_10 = (this->
super__Vector_base<gold::var_1<4,var_2,_64,var_2>,_std::allocator<gold::var_1<4,var_2,_64,var_2>var_3>var_3>
)._M_impl._M_start;
var_4 = (long)var_14 - (long)var_10 >> 4;
var_9 = (long)__position._M_current - (long)var_10;
if (var_4 * -0x5555555555555555 == 0) {
var_5 = 1;
LAB_0028b5f5:
var_7 = var_5 * 0x30;
}
else {
var_5 = var_4 * 0x5555555555555556;
var_7 = 0xfffffffffffffff0;
if (((type_6)(var_4 * -0x5555555555555555) < var_5 || var_4 * 0x5555555555555555 == 0) &&
(var_5 < 0x555555555555556)) {
if (var_5 == 0) {
var_15 = (type_2 *)0x30;
pOVar24 = (type_7)0x0;
var_8 = (type_2 *)0x0;
goto LAB_0028b49a;
}
goto LAB_0028b5f5;
}
}
var_8 = (type_2 *)var_6(var_7);
pOVar24 = (type_7)(var_7 + (long)var_8);
var_15 = var_8 + 6;
LAB_0028b49a:
aVar5 = *(type_2 *)&(__args_0->rel_).u2_;
AVar6 = (__args_0->rel_).address_;
AVar7 = *(type_3 *)&(__args_0->rel_).local_sym_index_;
*(type_2 *)((long)var_8 + var_9) = (__args_0->rel_).u1_;
((type_2 *)((long)var_8 + var_9))[1] = aVar5;
uVar8 = *(type_1 *)&(__args_0->rel_).shndx_;
AVar9 = __args_0->addend_;
pAVar1 = (type_3 *)((long)var_8 + var_9 + 0x10);
*pAVar1 = AVar6;
pAVar1[1] = AVar7;
puVar2 = (type_1 *)((long)var_8 + var_9 + 0x20);
*puVar2 = uVar8;
puVar2[1] = AVar9;
var_12 = var_8;
var_11 = var_10;
if (__position._M_current != var_10) {
do {
aVar5 = *(type_2 *)&(var_11->rel_).u2_;
var_13 = var_11 + 1;
*var_12 = (var_11->rel_).u1_;
var_12[1] = aVar5;
aVar5 = *(type_2 *)&(var_11->rel_).local_sym_index_;
var_12[2] = (type_2)(var_11->rel_).address_;
var_12[3] = aVar5;
aVar5 = (type_2)var_11->addend_;
var_12[4] = *(type_2 *)&(var_11->rel_).shndx_;
var_12[5] = aVar5;
var_12 = var_12 + 6;
var_11 = var_13;
} while (__position._M_current != var_13);
var_15 = var_8 + ((((type_6)((long)__position._M_current + (-0x30 - (long)var_10)) >> 4) *
0xaaaaaaaaaaaaaab & 0xfffffffffffffff) * 3 + 6) * 2;
}
var_12 = var_15;
iVar21._M_current = __position._M_current;
if (__position._M_current != var_14) {
do {
aVar5 = *(type_2 *)&((iVar21._M_current)->rel_).u2_;
aVar10 = (type_2)((iVar21._M_current)->rel_).address_;
aVar11 = *(type_2 *)&((iVar21._M_current)->rel_).local_sym_index_;
var_11 = iVar21._M_current + 1;
aVar12 = *(type_2 *)&((iVar21._M_current)->rel_).shndx_;
aVar13 = (type_2)(iVar21._M_current)->addend_;
*var_12 = ((iVar21._M_current)->rel_).u1_;
var_12[1] = aVar5;
var_12[2] = aVar10;
var_12[3] = aVar11;
var_12[4] = aVar12;
var_12[5] = aVar13;
var_12 = var_12 + 6;
iVar21._M_current = var_11;
} while (var_14 != var_11);
var_15 = var_15 + ((((type_6)((long)var_14 + (-0x30 - (long)__position._M_current)) >> 4) *
0xaaaaaaaaaaaaaab & 0xfffffffffffffff) + 1) * 6;
}
if (var_10 != (var_1<4,var_2,_64,var_2> *)0x0) {
var_16(var_10);
}
(this->
super__Vector_base<gold::var_1<4,var_2,_64,var_2>,_std::allocator<gold::var_1<4,var_2,_64,var_2>var_3>var_3>
)._M_impl._M_start = (type_7)var_8;
(this->
super__Vector_base<gold::var_1<4,var_2,_64,var_2>,_std::allocator<gold::var_1<4,var_2,_64,var_2>var_3>var_3>
)._M_impl._M_end_of_storage = pOVar24;
(this->
super__Vector_base<gold::var_1<4,var_2,_64,var_2>,_std::allocator<gold::var_1<4,var_2,_64,var_2>var_3>var_3>
)._M_impl._M_finish = (type_7)var_15;
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: (identifier)) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (sized_type_specifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (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)) (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)))) (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: (binary_expression left: (identifier) right: (number_literal)) 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: (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)))) right: (identifier)) right: (binary_expression left: (binary_expression left: (identifier) right: (number_literal)) right: (number_literal)))) 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: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier))))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier))))) right: (pointer_expression argument: (identifier)))) (expression_statement (assignment_expression left: (subscript_expression argument: (parenthesized_expression (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))))) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (subscript_expression argument: (identifier) index: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (number_literal)))))) (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: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (binary_expression left: (cast_expression type: (type_descriptor type: (sized_type_specifier)) value: (identifier)) right: (identifier)) right: (number_literal)))))) (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: (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: (binary_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (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)) right: (number_literal))) right: (number_literal)) right: (number_literal))) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (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: (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: (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: (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: (binary_expression left: (identifier) right: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (binary_expression left: (parenthesized_expression (binary_expression left: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (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)) right: (number_literal))) right: (number_literal)) 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: (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)))) (return_statement)))) | null |
void MASKED(long *param_1,undefined8 *param_2,undefined8 *param_3)
{
undefined8 *puVar1;
undefined8 *puVar2;
undefined8 uVar3;
undefined8 uVar4;
undefined8 uVar5;
undefined8 uVar6;
undefined8 uVar7;
long lVar8;
undefined8 *puVar9;
undefined8 *puVar10;
long lVar11;
undefined8 *puVar12;
undefined8 *puVar13;
undefined8 *puVar14;
ulong uVar15;
long lVar16;
puVar1 = (undefined8 *)param_1[1];
puVar2 = (undefined8 *)*param_1;
lVar8 = (long)puVar1 - (long)puVar2 >> 4;
lVar11 = (long)param_2 - (long)puVar2;
if (lVar8 * -0x5555555555555555 == 0) {
uVar15 = 1;
LAB_0028b5f5:
lVar16 = uVar15 * 0x30;
}
else {
uVar15 = lVar8 * 0x5555555555555556;
lVar16 = -0x10;
if (((ulong)(lVar8 * -0x5555555555555555) < uVar15 || lVar8 * 0x5555555555555555 == 0) &&
(uVar15 < 0x555555555555556)) {
if (uVar15 == 0) {
puVar10 = (undefined8 *)0x30;
lVar16 = 0;
puVar9 = (undefined8 *)0x0;
goto LAB_0028b49a;
}
goto LAB_0028b5f5;
}
}
puVar9 = (undefined8 *)FUN_00337270(lVar16);
lVar16 = lVar16 + (long)puVar9;
puVar10 = puVar9 + 6;
LAB_0028b49a:
uVar5 = param_3[1];
uVar3 = param_3[2];
uVar4 = param_3[3];
*(undefined8 *)((long)puVar9 + lVar11) = *param_3;
((undefined8 *)((long)puVar9 + lVar11))[1] = uVar5;
uVar5 = param_3[4];
uVar6 = param_3[5];
puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x10);
*puVar12 = uVar3;
puVar12[1] = uVar4;
puVar12 = (undefined8 *)((long)puVar9 + lVar11 + 0x20);
*puVar12 = uVar5;
puVar12[1] = uVar6;
puVar12 = puVar9;
puVar13 = puVar2;
if (param_2 != puVar2) {
do {
uVar3 = puVar13[1];
puVar10 = puVar13 + 6;
*puVar12 = *puVar13;
puVar12[1] = uVar3;
uVar3 = puVar13[3];
puVar12[2] = puVar13[2];
puVar12[3] = uVar3;
uVar3 = puVar13[5];
puVar12[4] = puVar13[4];
puVar12[5] = uVar3;
puVar12 = puVar12 + 6;
puVar13 = puVar10;
} while (param_2 != puVar10);
puVar10 = puVar9 + ((((ulong)((long)param_2 + (-0x30 - (long)puVar2)) >> 4) * 0xaaaaaaaaaaaaaab
& 0xfffffffffffffff) * 3 + 6) * 2;
}
puVar12 = puVar10;
puVar13 = param_2;
if (param_2 != puVar1) {
do {
uVar3 = puVar13[1];
uVar4 = puVar13[2];
uVar5 = puVar13[3];
puVar14 = puVar13 + 6;
uVar6 = puVar13[4];
uVar7 = puVar13[5];
*puVar12 = *puVar13;
puVar12[1] = uVar3;
puVar12[2] = uVar4;
puVar12[3] = uVar5;
puVar12[4] = uVar6;
puVar12[5] = uVar7;
puVar12 = puVar12 + 6;
puVar13 = puVar14;
} while (puVar1 != puVar14);
puVar10 = puVar10 + ((((ulong)((long)puVar1 + (-0x30 - (long)param_2)) >> 4) * 0xaaaaaaaaaaaaaab
& 0xfffffffffffffff) * 3 + 3) * 2;
}
if (puVar2 != (undefined8 *)0x0) {
FUN_00338a40(puVar2);
}
*param_1 = (long)puVar9;
param_1[2] = lVar16;
param_1[1] = (long)puVar10;
return;
}
|
2034_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c | initialize_shnum | FUN_00167570 |
/* DWARF original prototype: void initialize_shnum(Elf_file<32,_false,_gold::Object> * this) */
void __thiscall
elfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum(Elf_file<32,_false,_gold::Object> *this)
{
uint uVar1;
Input_file *pIVar2;
Object *this_00;
uchar *puVar3;
char *format;
uint uVar4;
if (((this->shnum_ == 0) || (this->shstrndx_ == 0xffff)) && (this->shoff_ != 0)) {
pIVar2 = this->file_->input_file_;
if (pIVar2 == (Input_file *)0x0) {
/* WARNING: Subroutine does not return */
gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");
}
puVar3 = gold::File_read::get_view
(&pIVar2->file_,this->file_->offset_,this->shoff_,0x28,true,true);
if (this->shnum_ == 0) {
this->shnum_ = *(uint *)(puVar3 + 0x14);
}
if (this->shstrndx_ == 0xffff) {
uVar4 = *(uint *)(puVar3 + 0x18);
uVar1 = this->shnum_;
this->shstrndx_ = uVar4;
if (uVar1 <= uVar4) {
if (0xffff < uVar4) {
uVar4 = uVar4 - 0x100;
this->large_shndx_offset_ = -0x100;
this->shstrndx_ = uVar4;
if (uVar4 < uVar1) {
return;
}
}
this_00 = this->file_;
format = (char *)gettext("bad shstrndx: %u >= %u");
gold::Object::error(this_00,format,(ulong)uVar4,(ulong)uVar1);
return;
}
}
return;
}
return;
}
|
void FUN_00167570(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 = *(long *)(*param_1 + 0x28);
if (lVar2 == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/object.h",0x1e3,"input_file");
}
lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);
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_001bd150(lVar2,uVar3,uVar4,uVar1);
return;
}
}
return;
}
return;
}
| MOV ECX,dword ptr [RDI + 0x10]
TEST ECX,ECX
JZ 0x00167588
CMP dword ptr [RDI + 0x14],0xffff
JZ 0x00167588
RET
MOV RDX,qword ptr [RDI + 0x8]
TEST RDX,RDX
JZ 0x00167580
PUSH R12
PUSH RBP
PUSH RBX
MOV RAX,qword ptr [RDI]
MOV RBX,RDI
MOV RDI,qword ptr [RAX + 0x28]
TEST RDI,RDI
JZ 0x0016763f
MOV RSI,qword ptr [RAX + 0x30]
ADD RDI,0x28
MOV ECX,0x28
MOV R9D,0x1
MOV R8D,0x1
CALL 0x0017b1d0
MOV EDX,dword ptr [RBX + 0x10]
TEST EDX,EDX
JNZ 0x001675d3
MOV EDX,dword ptr [RAX + 0x14]
MOV dword ptr [RBX + 0x10],EDX
CMP dword ptr [RBX + 0x14],0xffff
JZ 0x001675e8
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 0x001675dc
CMP EBP,0xffff
JA 0x00167628
MOV RBX,qword ptr [RBX]
LEA RDI,[0x36b949]
CALL 0x00147320
MOV ECX,R12D
MOV EDX,EBP
MOV RSI,RAX
MOV RDI,RBX
XOR EAX,EAX
POP RBX
POP RBP
POP R12
JMP 0x001bd150
SUB EBP,0x100
MOV dword ptr [RBX + 0x18],0xffffff00
MOV dword ptr [RBX + 0x14],EBP
CMP R12D,EBP
JA 0x001675dc
JMP 0x001675ff
LEA RDX,[0x36c798]
MOV ESI,0x1e3
LEA RDI,[0x36b016]
CALL 0x0017c650 | null | null | null | null | [('const-0', u'PTRSUB_-1207338928'), ('tmp_34', u'CBRANCH_-1207339641'), ('const-433', u'LOAD_-1207339489'), ('const-16', u'PTRSUB_-1207338990'), ('const-20', u'PTRSUB_-1207338872'), ('tmp_651', u'PTRSUB_-1207339040'), ('const-16', u'PTRSUB_-1207338950'), ('tmp_651', u'PTRSUB_-1207339054'), ('const-433', u'LOAD_-1207339346'), ('const-433', u'LOAD_-1207339454'), (u'PTRSUB_-1207339006', u'CALL_-1207339491'), (u'CALL_-1207339491', u'PTRADD_-1207339343'), (u'INT_SUB_-1207339249', u'MULTIEQUAL_-1207338983'), (u'LOAD_-1207339489', u'INT_EQUAL_-1207339470'), ('tmp_651', u'PTRSUB_-1207338950'), ('const-24', u'PTRSUB_-1207338880'), (u'CALL_-1207339491', u'PTRADD_-1207339405'), ('const-16', u'PTRSUB_-1207338979'), (u'INT_LESSEQUAL_-1207339357', u'CBRANCH_-1207339367'), (u'LOAD_-1207339537', u'CALL_-1207339491'), (u'PTRSUB_-1207339025', u'LOAD_-1207339563'), (u'PTRSUB_-1207338950', u'LOAD_-1207339398'), ('const-0', u'RETURN_-1207339271'), (u'PTRSUB_-1207338872', u'STORE_-1207339240'), ('const-3584022', u'COPY_-1207338922'), (u'PTRSUB_-1207339072', u'LOAD_-1207339640'), (u'PTRSUB_-1207338979', u'STORE_-1207339458'), (u'LOAD_-1207339405', u'INT_LESSEQUAL_-1207339357'), ('const-65535', u'INT_LESS_-1207339337'), (u'LOAD_-1207339405', u'INT_SUB_-1207339249'), ('const-433', u'LOAD_-1207339405'), ('const-433', u'LOAD_-1207339661'), ('const-4294967040', u'STORE_-1207339250'), (u'PTRSUB_-1207339040', u'LOAD_-1207339573'), ('const-0', u'RETURN_-1207339407'), (u'INT_ZEXT_-1207339142', u'CALL_-1207339275'), ('const-20', u'PTRADD_-1207339405'), (u'MULTIEQUAL_-1207338983', u'INT_ZEXT_-1207339123'), ('tmp_651', u'PTRSUB_-1207339080'), (u'PTRSUB_-1207338990', u'LOAD_-1207339489'), (u'INT_ZEXT_-1207339123', u'CALL_-1207339275'), ('const-433', u'LOAD_-1207339607'), (u'INT_EQUAL_-1207339439', u'CBRANCH_-1207339433'), (u'PTRSUB_-1207339011', u'LOAD_-1207339537'), (u'CAST_-1207338942', u'LOAD_-1207339405'), (u'COPY_-1207338994', u'CALL_-1207339326'), (u'CALL_-1207339326', u'CAST_-1207338908'), ('const-48', u'PTRSUB_-1207339011'), ('const-433', u'STORE_-1207339458'), (u'CAST_-1207338970', u'LOAD_-1207339467'), (u'LOAD_-1207339661', u'INT_EQUAL_-1207339642'), ('const-0', u'PTRSUB_-1207339040'), (u'LOAD_-1207339398', u'INT_ZEXT_-1207339142'), ('tmp_262', u'CBRANCH_-1207339468'), (u'INT_SUB_-1207339249', u'INT_LESS_-1207339210'), (u'PTRSUB_-1207339054', u'LOAD_-1207339607'), ('tmp_651', u'PTRSUB_-1207338928'), ('tmp_651', u'PTRSUB_-1207338880'), ('const-433', u'LOAD_-1207339563'), (u'LOAD_-1207339607', u'INT_NOTEQUAL_-1207339587'), ('const-0', u'INT_EQUAL_-1207339470'), ('const-0', u'INT_EQUAL_-1207339544'), (u'LOAD_-1207339573', u'PTRSUB_-1207339011'), (u'COPY_-1207338922', u'CALL_-1207339187'), (u'PTRSUB_-1207338928', u'LOAD_-1207339346'), (u'LOAD_-1207339573', u'PTRSUB_-1207339025'), (u'LOAD_-1207339398', u'INT_LESSEQUAL_-1207339357'), (u'LOAD_-1207339398', u'INT_LESS_-1207339210'), ('const-1', u'RETURN_-1207339182'), ('const-16', u'PTRSUB_-1207339080'), ('const-433', u'LOAD_-1207339398'), (u'LOAD_-1207339405', u'MULTIEQUAL_-1207338983'), ('tmp_651', u'PTRSUB_-1207338975'), (u'LOAD_-1207339405', u'STORE_-1207339388'), ('const-3590040', u'COPY_-1207338920'), (u'PTRADD_-1207339343', u'CAST_-1207338942'), ('const-433', u'STORE_-1207339250'), (u'INT_EQUAL_-1207339625', u'CBRANCH_-1207339619'), ('const-1', u'CALL_-1207339491'), (u'COPY_-1207338920', u'CALL_-1207339187'), (u'INT_EQUAL_-1207339544', u'CBRANCH_-1207339542'), ('const-40', u'PTRSUB_-1207339025'), (u'PTRADD_-1207339405', u'CAST_-1207338970'), ('const-24', u'PTRADD_-1207339343'), ('tmp_651', u'PTRSUB_-1207339072'), (u'CAST_-1207338908', u'CALL_-1207339275'), (u'INT_LESS_-1207339337', u'CBRANCH_-1207339346'), ('tmp_651', u'PTRSUB_-1207338979'), (u'PTRSUB_-1207338945', u'STORE_-1207339388'), ('tmp_111', u'CBRANCH_-1207339586'), ('const-0', u'RETURN_-1207339009'), ('const-433', u'STORE_-1207339388'), ('tmp_416', u'CBRANCH_-1207339367'), ('tmp_651', u'PTRSUB_-1207338945'), ('const-40', u'PTRSUB_-1207339006'), (u'PTRSUB_-1207338880', u'STORE_-1207339250'), ('const-0', u'INT_NOTEQUAL_-1207339587'), ('const-0', u'RETURN_-1207339609'), ('const-433', u'LOAD_-1207339537'), (u'LOAD_-1207339607', u'CALL_-1207339491'), (u'LOAD_-1207339454', u'INT_EQUAL_-1207339439'), (u'LOAD_-1207339405', u'INT_LESS_-1207339337'), ('const-256', u'INT_SUB_-1207339249'), (u'LOAD_-1207339563', u'PTRSUB_-1207339006'), ('const-3586377', u'COPY_-1207338994'), ('tmp_70', u'CBRANCH_-1207339619'), ('const-65535', u'INT_EQUAL_-1207339439'), (u'INT_EQUAL_-1207339642', u'CBRANCH_-1207339641'), (u'LOAD_-1207339467', u'STORE_-1207339458'), ('const-1', u'PTRADD_-1207339343'), ('const-65535', u'INT_EQUAL_-1207339625'), ('const-20', u'PTRSUB_-1207339072'), ('const-433', u'LOAD_-1207339467'), ('const-40', u'CALL_-1207339491'), ('const-8', u'PTRSUB_-1207339054'), (u'INT_SUB_-1207339249', u'STORE_-1207339240'), (u'LOAD_-1207339346', u'CALL_-1207339275'), ('tmp_176', u'CBRANCH_-1207339542'), ('const-20', u'PTRSUB_-1207338975'), ('const-433', u'LOAD_-1207339640'), ('tmp_616', u'CBRANCH_-1207339219'), (u'PTRSUB_-1207339080', u'LOAD_-1207339661'), ('tmp_451', u'CBRANCH_-1207339346'), ('const-483', u'CALL_-1207339187'), ('const-433', u'STORE_-1207339240'), (u'INT_EQUAL_-1207339470', u'CBRANCH_-1207339468'), (u'LOAD_-1207339563', u'INT_EQUAL_-1207339544'), ('tmp_316', u'CBRANCH_-1207339433'), ('tmp_651', u'PTRSUB_-1207338990'), (u'INT_NOTEQUAL_-1207339587', u'CBRANCH_-1207339586'), ('const-1', u'CALL_-1207339491'), (u'PTRSUB_-1207338975', u'LOAD_-1207339454'), ('tmp_651', u'PTRSUB_-1207338872'), ('const-1', u'PTRADD_-1207339405'), (u'INT_LESS_-1207339210', u'CBRANCH_-1207339219'), (u'LOAD_-1207339640', u'INT_EQUAL_-1207339625'), ('const-433', u'LOAD_-1207339573'), ('const-20', u'PTRSUB_-1207338945'), ('const-0', u'INT_EQUAL_-1207339642')] | [(u'CAST_-1207338935', u'INT_ADD_-1207339374'), ('const-3', u'PTRADD_-1207338888'), ('tmp_34', u'CBRANCH_-1207339641'), ('tmp_1256', u'PTRADD_-1207339058'), (u'CALL_-1207339491', u'INT_ADD_-1207339451'), (u'CAST_-1207338971', u'STORE_-1207339458'), (u'CALL_-1207339326', u'CALL_-1207339275'), ('const-256', u'INT_SUB_-1207339249'), (u'LOAD_-1207339489', u'SUBPIECE_-1207338988'), (u'SUBPIECE_-1207339075', u'INT_EQUAL_-1207339642'), (u'INT_ADD_-1207339512', u'CALL_-1207339491'), ('const-433', u'LOAD_-1207339537'), (u'PTRADD_-1207338995', u'LOAD_-1207339489'), (u'INT_ADD_-1207339547', u'CAST_-1207339027'), (u'PTRADD_-1207338956', u'CAST_-1207338940'), (u'CAST_-1207338861', u'STORE_-1207339240'), ('const-3584022', u'COPY_-1207338924'), ('const-433', u'STORE_-1207339240'), ('const-2', u'PTRADD_-1207338984'), ('const-1', u'PTRADD_-1207339058'), (u'CAST_-1207338940', u'LOAD_-1207339398'), (u'INT_LESSEQUAL_-1207339357', u'CBRANCH_-1207339367'), ('const-4294967040', u'STORE_-1207339250'), ('const-8', u'PTRADD_-1207339058'), (u'LOAD_-1207339537', u'CALL_-1207339491'), ('const-0', u'RETURN_-1207339271'), (u'LOAD_-1207339563', u'INT_ADD_-1207339512'), (u'LOAD_-1207339573', u'INT_ADD_-1207339547'), ('const-0', u'SUBPIECE_-1207339075'), ('const-65535', u'INT_LESS_-1207339337'), (u'LOAD_-1207339398', u'CALL_-1207339275'), (u'CAST_-1207338944', u'LOAD_-1207339405'), (u'COPY_-1207338996', u'CALL_-1207339326'), (u'LOAD_-1207339661', u'SUBPIECE_-1207339075'), ('tmp_1256', u'CAST_-1207338935'), ('const-40', u'CALL_-1207339491'), ('const-8', u'PTRADD_-1207338956'), (u'LOAD_-1207339405', u'INT_LESSEQUAL_-1207339357'), (u'LOAD_-1207339405', u'INT_SUB_-1207339249'), (u'CAST_-1207338862', u'INT_ADD_-1207339226'), ('const-24', u'INT_ADD_-1207339389'), ('tmp_1256', u'PTRADD_-1207338995'), ('const-0', u'RETURN_-1207339407'), (u'CAST_-1207338966', u'LOAD_-1207339454'), (u'INT_ADD_-1207339438', u'CAST_-1207338966'), ('tmp_1256', u'CAST_-1207339065'), ('const-40', u'INT_ADD_-1207339547'), (u'INT_EQUAL_-1207339439', u'CBRANCH_-1207339433'), (u'PTRADD_-1207339058', u'LOAD_-1207339607'), ('tmp_1256', u'PTRADD_-1207338956'), ('const-433', u'LOAD_-1207339563'), ('const-3590040', u'COPY_-1207338922'), ('const-433', u'LOAD_-1207339454'), ('const-65535', u'INT_EQUAL_-1207339439'), ('tmp_262', u'CBRANCH_-1207339468'), ('const-433', u'STORE_-1207339250'), (u'INT_SUB_-1207339249', u'INT_LESS_-1207339210'), ('const-8', u'PTRADD_-1207339083'), ('tmp_1256', u'CAST_-1207338862'), (u'LOAD_-1207339607', u'INT_NOTEQUAL_-1207339587'), (u'CAST_-1207339013', u'LOAD_-1207339537'), ('const-0', u'INT_EQUAL_-1207339470'), (u'CAST_-1207339027', u'LOAD_-1207339563'), ('const-0', u'INT_EQUAL_-1207339544'), ('const-20', u'INT_ADD_-1207339438'), (u'COPY_-1207338922', u'CALL_-1207339187'), ('tmp_1256', u'LOAD_-1207339573'), ('const-20', u'INT_ADD_-1207339374'), (u'INT_ADD_-1207339521', u'CAST_-1207339013'), (u'LOAD_-1207339398', u'INT_LESSEQUAL_-1207339357'), (u'LOAD_-1207339398', u'INT_LESS_-1207339210'), ('const-1', u'RETURN_-1207339182'), ('const-433', u'STORE_-1207339458'), (u'LOAD_-1207339405', u'STORE_-1207339388'), ('const-433', u'LOAD_-1207339573'), (u'INT_ADD_-1207339389', u'CAST_-1207338944'), (u'INT_EQUAL_-1207339625', u'CBRANCH_-1207339619'), ('const-433', u'LOAD_-1207339489'), ('const-8', u'PTRADD_-1207338888'), ('const-20', u'INT_ADD_-1207339624'), ('const-20', u'INT_ADD_-1207339451'), ('const-1', u'CALL_-1207339491'), (u'PTRADD_-1207339083', u'LOAD_-1207339661'), (u'CAST_-1207338975', u'LOAD_-1207339467'), (u'CALL_-1207339491', u'INT_ADD_-1207339389'), (u'MULTIEQUAL_-1207338987', u'CALL_-1207339275'), (u'CAST_-1207338934', u'STORE_-1207339388'), (u'LOAD_-1207339405', u'MULTIEQUAL_-1207338987'), ('tmp_1256', u'PTRADD_-1207338984'), (u'INT_EQUAL_-1207339544', u'CBRANCH_-1207339542'), (u'INT_LESS_-1207339337', u'CBRANCH_-1207339346'), ('tmp_111', u'CBRANCH_-1207339586'), ('const-433', u'LOAD_-1207339346'), ('tmp_416', u'CBRANCH_-1207339367'), (u'LOAD_-1207339573', u'INT_ADD_-1207339521'), ('const-8', u'PTRADD_-1207338984'), ('const-0', u'INT_NOTEQUAL_-1207339587'), ('const-0', u'RETURN_-1207339609'), (u'CAST_-1207339065', u'INT_ADD_-1207339624'), ('const-1', u'CALL_-1207339491'), ('const-433', u'STORE_-1207339388'), (u'LOAD_-1207339607', u'CALL_-1207339491'), (u'LOAD_-1207339454', u'INT_EQUAL_-1207339439'), (u'LOAD_-1207339405', u'INT_LESS_-1207339337'), ('const-433', u'LOAD_-1207339640'), (u'COPY_-1207338924', u'CALL_-1207339187'), ('tmp_1256', u'PTRADD_-1207339083'), ('const-0', u'SUBPIECE_-1207338988'), (u'INT_ADD_-1207339624', u'CAST_-1207339064'), (u'CAST_-1207338967', u'INT_ADD_-1207339438'), ('tmp_1256', u'PTRADD_-1207338888'), ('tmp_70', u'CBRANCH_-1207339619'), (u'SUBPIECE_-1207338988', u'INT_EQUAL_-1207339470'), (u'INT_EQUAL_-1207339642', u'CBRANCH_-1207339641'), (u'LOAD_-1207339467', u'STORE_-1207339458'), (u'INT_SUB_-1207339249', u'MULTIEQUAL_-1207338987'), ('const-433', u'LOAD_-1207339661'), (u'CAST_-1207339064', u'LOAD_-1207339640'), ('const-483', u'CALL_-1207339187'), ('const-433', u'LOAD_-1207339405'), ('const-8', u'PTRADD_-1207338995'), ('tmp_1256', u'CAST_-1207338967'), (u'INT_SUB_-1207339249', u'STORE_-1207339240'), ('const-2', u'PTRADD_-1207339083'), (u'INT_ADD_-1207339374', u'CAST_-1207338934'), (u'LOAD_-1207339346', u'CALL_-1207339275'), ('const-40', u'INT_ADD_-1207339512'), ('const-2', u'PTRADD_-1207338956'), ('const-433', u'LOAD_-1207339467'), ('tmp_176', u'CBRANCH_-1207339542'), (u'CAST_-1207338870', u'STORE_-1207339250'), ('const-20', u'INT_ADD_-1207339226'), ('const-2', u'PTRADD_-1207338995'), ('tmp_616', u'CBRANCH_-1207339219'), ('tmp_451', u'CBRANCH_-1207339346'), (u'INT_ADD_-1207339226', u'CAST_-1207338861'), (u'INT_EQUAL_-1207339470', u'CBRANCH_-1207339468'), (u'INT_ADD_-1207339451', u'CAST_-1207338975'), (u'LOAD_-1207339563', u'INT_EQUAL_-1207339544'), ('const-65535', u'INT_EQUAL_-1207339625'), ('tmp_316', u'CBRANCH_-1207339433'), ('const-3586377', u'COPY_-1207338996'), (u'INT_NOTEQUAL_-1207339587', u'CBRANCH_-1207339586'), ('tmp_1256', u'LOAD_-1207339346'), (u'PTRADD_-1207338984', u'CAST_-1207338971'), (u'INT_LESS_-1207339210', u'CBRANCH_-1207339219'), (u'LOAD_-1207339640', u'INT_EQUAL_-1207339625'), ('const-0', u'RETURN_-1207339020'), ('const-433', u'LOAD_-1207339398'), (u'PTRADD_-1207338888', u'CAST_-1207338870'), ('const-433', u'LOAD_-1207339607'), ('const-0', u'INT_EQUAL_-1207339642'), ('const-48', u'INT_ADD_-1207339521')] | null | null | 00167570 | x64 | O2 | (translation_unit "void FUN_00167570(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 = *(long *)(*param_1 + 0x28);\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }\n lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);\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_001bd150(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00167570(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 = *(long *)(*param_1 + 0x28);\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }\n lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);\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_001bd150(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_00167570(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 = *(long *)(*param_1 + 0x28);\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }\n lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);\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_001bd150(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 = *(long *)(*param_1 + 0x28);\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }\n lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);\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_001bd150(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 = *(long *)(*param_1 + 0x28);\n if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }\n lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);\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_001bd150(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }" { (expression_statement "lVar2 = *(long *)(*param_1 + 0x28);" (assignment_expression "lVar2 = *(long *)(*param_1 + 0x28)" identifier = (pointer_expression "*(long *)(*param_1 + 0x28)" * (cast_expression "(long *)(*param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x28)" ( (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (lVar2 == 0) {\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }" { comment (expression_statement "FUN_0017c650("../../gold/object.h",0x1e3,"input_file");" (call_expression "FUN_0017c650("../../gold/object.h",0x1e3,"input_file")" identifier (argument_list "("../../gold/object.h",0x1e3,"input_file")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""input_file"" " string_content ") ))) ;) })) (expression_statement "lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);" (assignment_expression "lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1)" identifier = (call_expression "FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1)" identifier (argument_list "(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1)" ( (binary_expression "lVar2 + 0x28" identifier + number_literal) , (pointer_expression "*(undefined8 *)(*param_1 + 0x30)" * (cast_expression "(undefined8 *)(*param_1 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x30)" ( (binary_expression "*param_1 + 0x30" (pointer_expression "*param_1" * identifier) + number_literal) )))) , (subscript_expression "param_1[1]" identifier [ 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_001bd150(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_001bd150(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_001bd150(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_001bd150(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_001bd150(lVar2,uVar3,uVar4,uVar1);" (call_expression "FUN_001bd150(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::Object> * this) */\n\nvoid __thiscall\nelfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum(Elf_file<32,_false,_gold::Object> *this)\n\n{\n uint uVar1;\n Input_file *pIVar2;\n Object *this_00;\n uchar *puVar3;\n char *format;\n uint uVar4;\n \n if (((this->shnum_ == 0) || (this->shstrndx_ == 0xffff)) && (this->shoff_ != 0)) {\n pIVar2 = this->file_->input_file_;\n if (pIVar2 == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n puVar3 = gold::File_read::get_view\n (&pIVar2->file_,this->file_->offset_,this->shoff_,0x28,true,true);\n if (this->shnum_ == 0) {\n this->shnum_ = *(uint *)(puVar3 + 0x14);\n }\n if (this->shstrndx_ == 0xffff) {\n uVar4 = *(uint *)(puVar3 + 0x18);\n uVar1 = this->shnum_;\n this->shstrndx_ = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n this_00 = this->file_;\n format = (char *)gettext("bad shstrndx: %u >= %u");\n gold::Object::error(this_00,format,(ulong)uVar4,(ulong)uVar1);\n return;\n }\n }\n return;\n }\n return;\n}\n\n" comment (declaration "void __thiscall\nelfcpp::Elf_file<32,_false,_gold::Object>::initialize_shnum(Elf_file<32,_false,_gold::Object> *this)\n\n{\n uint uVar1;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "elfcpp::" identifier : :) identifier (ERROR "<32" < number_literal) , identifier , (ERROR "_gold::Object>::initialize_shnum(Elf_file<32,_false,_gold::Object> *this)\n\n{\n uint" identifier : : identifier > : : (function_declarator "initialize_shnum(Elf_file<32,_false,_gold::Object> *this)" identifier (parameter_list "(Elf_file<32,_false,_gold::Object> *this)" ( (parameter_declaration "Elf_file" type_identifier) (ERROR "<32" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_gold::Object> *this" type_identifier (ERROR "::Object>" : : identifier >) (pointer_declarator "*this" * identifier)) ))) { identifier) identifier ;) (declaration "Input_file *pIVar2;" type_identifier (pointer_declarator "*pIVar2" * identifier) ;) (declaration "Object *this_00;" type_identifier (pointer_declarator "*this_00" * identifier) ;) (declaration "uchar *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "char *format;" primitive_type (pointer_declarator "*format" * identifier) ;) (declaration "uint uVar4;" type_identifier identifier ;) (if_statement "if (((this->shnum_ == 0) || (this->shstrndx_ == 0xffff)) && (this->shoff_ != 0)) {\n pIVar2 = this->file_->input_file_;\n if (pIVar2 == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n puVar3 = gold::File_read::get_view\n (&pIVar2->file_,this->file_->offset_,this->shoff_,0x28,true,true);\n if (this->shnum_ == 0) {\n this->shnum_ = *(uint *)(puVar3 + 0x14);\n }\n if (this->shstrndx_ == 0xffff) {\n uVar4 = *(uint *)(puVar3 + 0x18);\n uVar1 = this->shnum_;\n this->shstrndx_ = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n this_00 = this->file_;\n format = (char *)gettext("bad shstrndx: %u >= %u");\n gold::Object::error(this_00,format,(ulong)uVar4,(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 pIVar2 = this->file_->input_file_;\n if (pIVar2 == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }\n puVar3 = gold::File_read::get_view\n (&pIVar2->file_,this->file_->offset_,this->shoff_,0x28,true,true);\n if (this->shnum_ == 0) {\n this->shnum_ = *(uint *)(puVar3 + 0x14);\n }\n if (this->shstrndx_ == 0xffff) {\n uVar4 = *(uint *)(puVar3 + 0x18);\n uVar1 = this->shnum_;\n this->shstrndx_ = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n this_00 = this->file_;\n format = (char *)gettext("bad shstrndx: %u >= %u");\n gold::Object::error(this_00,format,(ulong)uVar4,(ulong)uVar1);\n return;\n }\n }\n return;\n }" { (expression_statement "pIVar2 = this->file_->input_file_;" (assignment_expression "pIVar2 = this->file_->input_file_" identifier = (field_expression "this->file_->input_file_" (field_expression "this->file_" identifier -> field_identifier) -> field_identifier)) ;) (if_statement "if (pIVar2 == (Input_file *)0x0) {\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }" if (parenthesized_expression "(pIVar2 == (Input_file *)0x0)" ( (binary_expression "pIVar2 == (Input_file *)0x0" identifier == (cast_expression "(Input_file *)0x0" ( (type_descriptor "Input_file *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n /* WARNING: Subroutine does not return */\n gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");\n }" { comment (labeled_statement "gold::do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");" statement_identifier : (ERROR ":" :) (expression_statement "do_gold_unreachable("../../gold/object.h",0x1e3,"input_file");" (call_expression "do_gold_unreachable("../../gold/object.h",0x1e3,"input_file")" identifier (argument_list "("../../gold/object.h",0x1e3,"input_file")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""input_file"" " string_content ") ))) ;)) })) (ERROR "puVar3 = gold::" (assignment_expression "puVar3 = gold" identifier = identifier) : :) (labeled_statement "File_read::get_view\n (&pIVar2->file_,this->file_->offset_,this->shoff_,0x28,true,true);" statement_identifier : (ERROR ":" :) (expression_statement "get_view\n (&pIVar2->file_,this->file_->offset_,this->shoff_,0x28,true,true);" (call_expression "get_view\n (&pIVar2->file_,this->file_->offset_,this->shoff_,0x28,true,true)" identifier (argument_list "(&pIVar2->file_,this->file_->offset_,this->shoff_,0x28,true,true)" ( (pointer_expression "&pIVar2->file_" & (field_expression "pIVar2->file_" identifier -> field_identifier)) , (field_expression "this->file_->offset_" (field_expression "this->file_" identifier -> field_identifier) -> field_identifier) , (field_expression "this->shoff_" identifier -> field_identifier) , number_literal , true , true ))) ;)) (if_statement "if (this->shnum_ == 0) {\n this->shnum_ = *(uint *)(puVar3 + 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 *)(puVar3 + 0x14);\n }" { (expression_statement "this->shnum_ = *(uint *)(puVar3 + 0x14);" (assignment_expression "this->shnum_ = *(uint *)(puVar3 + 0x14)" (field_expression "this->shnum_" identifier -> field_identifier) = (pointer_expression "*(uint *)(puVar3 + 0x14)" * (cast_expression "(uint *)(puVar3 + 0x14)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 0x14)" ( (binary_expression "puVar3 + 0x14" identifier + number_literal) ))))) ;) })) (if_statement "if (this->shstrndx_ == 0xffff) {\n uVar4 = *(uint *)(puVar3 + 0x18);\n uVar1 = this->shnum_;\n this->shstrndx_ = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n this_00 = this->file_;\n format = (char *)gettext("bad shstrndx: %u >= %u");\n gold::Object::error(this_00,format,(ulong)uVar4,(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 uVar4 = *(uint *)(puVar3 + 0x18);\n uVar1 = this->shnum_;\n this->shstrndx_ = uVar4;\n if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n this_00 = this->file_;\n format = (char *)gettext("bad shstrndx: %u >= %u");\n gold::Object::error(this_00,format,(ulong)uVar4,(ulong)uVar1);\n return;\n }\n }" { (expression_statement "uVar4 = *(uint *)(puVar3 + 0x18);" (assignment_expression "uVar4 = *(uint *)(puVar3 + 0x18)" identifier = (pointer_expression "*(uint *)(puVar3 + 0x18)" * (cast_expression "(uint *)(puVar3 + 0x18)" ( (type_descriptor "uint *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 0x18)" ( (binary_expression "puVar3 + 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_ = uVar4;" (assignment_expression "this->shstrndx_ = uVar4" (field_expression "this->shstrndx_" identifier -> field_identifier) = identifier) ;) (if_statement "if (uVar1 <= uVar4) {\n if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n this_00 = this->file_;\n format = (char *)gettext("bad shstrndx: %u >= %u");\n gold::Object::error(this_00,format,(ulong)uVar4,(ulong)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 this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = uVar4;\n if (uVar4 < uVar1) {\n return;\n }\n }\n this_00 = this->file_;\n format = (char *)gettext("bad shstrndx: %u >= %u");\n gold::Object::error(this_00,format,(ulong)uVar4,(ulong)uVar1);\n return;\n }" { (if_statement "if (0xffff < uVar4) {\n uVar4 = uVar4 - 0x100;\n this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = 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 this->large_shndx_offset_ = -0x100;\n this->shstrndx_ = 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 "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_ = uVar4;" (assignment_expression "this->shstrndx_ = uVar4" (field_expression "this->shstrndx_" identifier -> field_identifier) = 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 "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::Object::error(this_00,format,(ulong)uVar4,(ulong)uVar1);" statement_identifier : (ERROR ":" :) (labeled_statement "Object::error(this_00,format,(ulong)uVar4,(ulong)uVar1);" statement_identifier : (ERROR ":" :) (expression_statement "error(this_00,format,(ulong)uVar4,(ulong)uVar1);" (call_expression "error(this_00,format,(ulong)uVar4,(ulong)uVar1)" identifier (argument_list "(this_00,format,(ulong)uVar4,(ulong)uVar1)" ( identifier , identifier , (cast_expression "(ulong)uVar4" ( (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_00167570(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 = *(long *)(*param_1 + 0x28);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }\n lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);\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_001bd150(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }\n return;\n}\n\n" (function_definition "void FUN_00167570(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 = *(long *)(*param_1 + 0x28);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }\n lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);\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_001bd150(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }\n return;\n}" primitive_type (function_declarator "FUN_00167570(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 = *(long *)(*param_1 + 0x28);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }\n lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);\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_001bd150(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 = *(long *)(*param_1 + 0x28);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }\n lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);\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_001bd150(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 = *(long *)(*param_1 + 0x28);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }\n lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);\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_001bd150(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }" { (expression_statement "lVar2 = *(long *)(*param_1 + 0x28);" (assignment_expression "lVar2 = *(long *)(*param_1 + 0x28)" identifier = (pointer_expression "*(long *)(*param_1 + 0x28)" * (cast_expression "(long *)(*param_1 + 0x28)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x28)" ( (binary_expression "*param_1 + 0x28" (pointer_expression "*param_1" * identifier) + number_literal) ))))) ;) (if_statement "if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }" if (parenthesized_expression "(lVar2 == 0)" ( (binary_expression "lVar2 == 0" identifier == number_literal) )) (compound_statement "{\n \n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }" { (expression_statement "FUN_0017c650("../../gold/object.h",0x1e3,"input_file");" (call_expression "FUN_0017c650("../../gold/object.h",0x1e3,"input_file")" identifier (argument_list "("../../gold/object.h",0x1e3,"input_file")" ( (string_literal ""../../gold/object.h"" " string_content ") , number_literal , (string_literal ""input_file"" " string_content ") ))) ;) })) (expression_statement "lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);" (assignment_expression "lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1)" identifier = (call_expression "FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1)" identifier (argument_list "(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1)" ( (binary_expression "lVar2 + 0x28" identifier + number_literal) , (pointer_expression "*(undefined8 *)(*param_1 + 0x30)" * (cast_expression "(undefined8 *)(*param_1 + 0x30)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*param_1 + 0x30)" ( (binary_expression "*param_1 + 0x30" (pointer_expression "*param_1" * identifier) + number_literal) )))) , (subscript_expression "param_1[1]" identifier [ 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_001bd150(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_001bd150(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_001bd150(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_001bd150(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_001bd150(lVar2,uVar3,uVar4,uVar1);" (call_expression "FUN_001bd150(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 = (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression 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 = (call_expression IDENT (argument_list ( (binary_expression IDENT + LIT) , (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) , (subscript_expression IDENT [ 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_00167570(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 = *(long *)(*param_1 + 0x28);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }\n lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);\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_001bd150(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }\n return;\n}" (primitive_type "void") (function_declarator "FUN_00167570(long *param_1)" (identifier "FUN_00167570") (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 = *(long *)(*param_1 + 0x28);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }\n lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);\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_001bd150(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 = *(long *)(*param_1 + 0x28);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }\n lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);\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_001bd150(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 = *(long *)(*param_1 + 0x28);\n if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }\n lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);\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_001bd150(lVar2,uVar3,uVar4,uVar1);\n return;\n }\n }\n return;\n }" ({ "{") (expression_statement "lVar2 = *(long *)(*param_1 + 0x28);" (assignment_expression "lVar2 = *(long *)(*param_1 + 0x28)" (identifier "lVar2") (= "=") (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" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x28")) () ")"))))) (; ";")) (if_statement "if (lVar2 == 0) {\n \n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }" (if "if") (parenthesized_expression "(lVar2 == 0)" (( "(") (binary_expression "lVar2 == 0" (identifier "lVar2") (== "==") (number_literal "0")) () ")")) (compound_statement "{\n \n FUN_0017c650("../../gold/object.h",0x1e3,"input_file");\n }" ({ "{") (expression_statement "FUN_0017c650("../../gold/object.h",0x1e3,"input_file");" (call_expression "FUN_0017c650("../../gold/object.h",0x1e3,"input_file")" (identifier "FUN_0017c650") (argument_list "("../../gold/object.h",0x1e3,"input_file")" (( "(") (string_literal ""../../gold/object.h"" (" """) (string_content "../../gold/object.h") (" """)) (, ",") (number_literal "0x1e3") (, ",") (string_literal ""input_file"" (" """) (string_content "input_file") (" """)) () ")"))) (; ";")) (} "}"))) (expression_statement "lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);" (assignment_expression "lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1)" (identifier "lVar2") (= "=") (call_expression "FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1)" (identifier "FUN_0017b1d0") (argument_list "(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1)" (( "(") (binary_expression "lVar2 + 0x28" (identifier "lVar2") (+ "+") (number_literal "0x28")) (, ",") (pointer_expression "*(undefined8 *)(*param_1 + 0x30)" (* "*") (cast_expression "(undefined8 *)(*param_1 + 0x30)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*param_1 + 0x30)" (( "(") (binary_expression "*param_1 + 0x30" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (+ "+") (number_literal "0x30")) () ")")))) (, ",") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")) (, ",") (number_literal "0x28") (, ",") (number_literal "1") (, ",") (number_literal "1") () ")")))) (; ";")) (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_001bd150(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_001bd150(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_001bd150(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_001bd150(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_001bd150(lVar2,uVar3,uVar4,uVar1);" (call_expression "FUN_001bd150(lVar2,uVar3,uVar4,uVar1)" (identifier "FUN_001bd150") (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::Object> * this) */
void __thiscall
elfcpp::Elf_file<32,_false,_gold::type_2>::initialize_shnum(Elf_file<32,_false,_gold::type_2> *this)
{
type_4 var_5;
type_1 *var_1;
type_2 *this_00;
type_3 *var_4;
char *format;
type_4 var_6;
if (((this->shnum_ == 0) || (this->shstrndx_ == 0xffff)) && (this->shoff_ != 0)) {
var_1 = this->file_->input_file_;
if (var_1 == (type_1 *)0x0) {
/* WARNING: Subroutine does not return */
gold::var_2("../../gold/object.h",0x1e3,"input_file");
}
var_4 = gold::File_read::var_3
(&var_1->file_,this->file_->offset_,this->shoff_,0x28,true,true);
if (this->shnum_ == 0) {
this->shnum_ = *(type_4 *)(var_4 + 0x14);
}
if (this->shstrndx_ == 0xffff) {
var_6 = *(type_4 *)(var_4 + 0x18);
var_5 = this->shnum_;
this->shstrndx_ = var_6;
if (var_5 <= var_6) {
if (0xffff < var_6) {
var_6 = var_6 - 0x100;
this->large_shndx_offset_ = -0x100;
this->shstrndx_ = var_6;
if (var_6 < var_5) {
return;
}
}
this_00 = this->file_;
format = (char *)var_7("bad shstrndx: %u >= %u");
gold::Object::var_8(this_00,format,(type_5)var_6,(type_5)var_5);
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: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (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: (call_expression function: (identifier) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal)) (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) (subscript_expression argument: (identifier) index: (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 = *(long *)(*param_1 + 0x28);
if (lVar2 == 0) {
/* WARNING: Subroutine does not return */
FUN_0017c650("../../gold/object.h",0x1e3,"input_file");
}
lVar2 = FUN_0017b1d0(lVar2 + 0x28,*(undefined8 *)(*param_1 + 0x30),param_1[1],0x28,1,1);
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_001bd150(lVar2,uVar3,uVar4,uVar1);
return;
}
}
return;
}
return;
}
|
814_powerpc64le-linux-gnu-dwp_and_powerpc64le-linux-gnu-dwp_strip.c | _GLOBAL__sub_I__ZN4gold11DescriptorsC2Ev | _INIT_8 |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void _GLOBAL__sub_I__ZN4gold11DescriptorsC2Ev(void)
{
gold::Descriptors::Descriptors(&gold::descriptors);
__cxa_atexit(gold::Descriptors::~Descriptors,&gold::descriptors,&__dso_handle);
return;
}
|
void _INIT_8(void)
{
FUN_00298620(&DAT_00449200);
__cxa_atexit(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8);
return;
}
| SUB RSP,0x8
LEA RDI,[0x449200]
CALL 0x00298620
LEA RDX,[0x43e5a8]
LEA RSI,[0x449200]
ADD RSP,0x8
LEA RDI,[0x298f30]
JMP 0x00147370 | null | null | null | null | [(u'PTRSUB_-1207299437', u'CALL_-1207299527'), ('const-4493824', u'PTRSUB_-1207299434'), (u'PTRSUB_-1207299434', u'CALL_-1207299527'), ('const-0', u'RETURN_-1207299523'), ('const-0', u'PTRSUB_-1207299437'), (u'PTRSUB_-1207299436', u'CALL_-1207299527'), ('const-0', u'PTRSUB_-1207299434'), (u'PTRSUB_-1207299465', u'CALL_-1207299570'), ('const-4493824', u'PTRSUB_-1207299465'), ('const-2723632', u'PTRSUB_-1207299437'), ('const-0', u'PTRSUB_-1207299465'), ('const-4449704', u'PTRSUB_-1207299436'), ('const-0', u'PTRSUB_-1207299436')] | [(u'PTRSUB_-1207299437', u'CALL_-1207299527'), (u'PTRSUB_-1207299434', u'CALL_-1207299527'), ('const-0', u'RETURN_-1207299523'), ('const-4449704', u'PTRSUB_-1207299436'), ('const-2723632', u'PTRSUB_-1207299437'), (u'PTRSUB_-1207299436', u'CALL_-1207299527'), (u'PTRSUB_-1207299465', u'CALL_-1207299570'), ('const-4493824', u'PTRSUB_-1207299434'), ('const-0', u'PTRSUB_-1207299434'), ('const-0', u'PTRSUB_-1207299436'), ('const-0', u'PTRSUB_-1207299465'), ('const-0', u'PTRSUB_-1207299437'), ('const-4493824', u'PTRSUB_-1207299465')] | null | null | 001511f0 | x64 | O2 | (translation_unit "void _INIT_8(void)\n\n{\n FUN_00298620(&DAT_00449200);\n __cxa_atexit(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8);\n return;\n}\n\n" (function_definition "void _INIT_8(void)\n\n{\n FUN_00298620(&DAT_00449200);\n __cxa_atexit(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8);\n return;\n}" primitive_type (function_declarator "_INIT_8(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00298620(&DAT_00449200);\n __cxa_atexit(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8);\n return;\n}" { (expression_statement "FUN_00298620(&DAT_00449200);" (call_expression "FUN_00298620(&DAT_00449200)" identifier (argument_list "(&DAT_00449200)" ( (pointer_expression "&DAT_00449200" & identifier) ))) ;) (expression_statement "__cxa_atexit(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8);" (call_expression "__cxa_atexit(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8)" identifier (argument_list "(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8)" ( identifier , (pointer_expression "&DAT_00449200" & identifier) , (pointer_expression "&PTR_LOOP_0043e5a8" & identifier) ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nvoid _GLOBAL__sub_I__ZN4gold11DescriptorsC2Ev(void)\n\n{\n gold::Descriptors::Descriptors(&gold::descriptors);\n __cxa_atexit(gold::Descriptors::~Descriptors,&gold::descriptors,&__dso_handle);\n return;\n}\n\n" comment (function_definition "void _GLOBAL__sub_I__ZN4gold11DescriptorsC2Ev(void)\n\n{\n gold::Descriptors::Descriptors(&gold::descriptors);\n __cxa_atexit(gold::Descriptors::~Descriptors,&gold::descriptors,&__dso_handle);\n return;\n}" primitive_type (function_declarator "_GLOBAL__sub_I__ZN4gold11DescriptorsC2Ev(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n gold::Descriptors::Descriptors(&gold::descriptors);\n __cxa_atexit(gold::Descriptors::~Descriptors,&gold::descriptors,&__dso_handle);\n return;\n}" { (labeled_statement "gold::Descriptors::Descriptors(&gold::descriptors);" statement_identifier : (ERROR ":" :) (labeled_statement "Descriptors::Descriptors(&gold::descriptors);" statement_identifier (ERROR "::Descriptors(&gold:" : : identifier ( (pointer_expression "&gold" & identifier) :) : (expression_statement "descriptors);" identifier (ERROR ")" )) ;))) (labeled_statement "__cxa_atexit(gold::Descriptors::~Descriptors,&gold::descriptors,&__dso_handle);" statement_identifier (ERROR "(gold:" ( (type_descriptor "gold" type_identifier) :) : (labeled_statement "Descriptors::~Descriptors,&gold::descriptors,&__dso_handle);" statement_identifier (ERROR "::~Descriptors,&gold:" : : (comma_expression "~Descriptors,&gold" (unary_expression "~Descriptors" ~ identifier) , (pointer_expression "&gold" & identifier)) :) : (expression_statement "descriptors,&__dso_handle);" (comma_expression "descriptors,&__dso_handle" identifier , (pointer_expression "&__dso_handle" & identifier)) (ERROR ")" )) ;))) (return_statement "return;" return ;) }))) | (translation_unit "void _INIT_8(void)\n\n{\n FUN_00298620(&DAT_00449200);\n __cxa_atexit(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8);\n return;\n}\n\n" (function_definition "void _INIT_8(void)\n\n{\n FUN_00298620(&DAT_00449200);\n __cxa_atexit(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8);\n return;\n}" primitive_type (function_declarator "_INIT_8(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n FUN_00298620(&DAT_00449200);\n __cxa_atexit(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8);\n return;\n}" { (expression_statement "FUN_00298620(&DAT_00449200);" (call_expression "FUN_00298620(&DAT_00449200)" identifier (argument_list "(&DAT_00449200)" ( (pointer_expression "&DAT_00449200" & identifier) ))) ;) (expression_statement "__cxa_atexit(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8);" (call_expression "__cxa_atexit(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8)" identifier (argument_list "(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8)" ( identifier , (pointer_expression "&DAT_00449200" & identifier) , (pointer_expression "&PTR_LOOP_0043e5a8" & identifier) ))) ;) (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 ( (pointer_expression & IDENT) ))) ;) (expression_statement (call_expression IDENT (argument_list ( IDENT , (pointer_expression & IDENT) , (pointer_expression & IDENT) ))) ;) (return_statement return ;) }))) | (function_definition "void _INIT_8(void)\n\n{\n FUN_00298620(&DAT_00449200);\n __cxa_atexit(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8);\n return;\n}" (primitive_type "void") (function_declarator "_INIT_8(void)" (identifier "_INIT_8") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n FUN_00298620(&DAT_00449200);\n __cxa_atexit(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8);\n return;\n}" ({ "{") (expression_statement "FUN_00298620(&DAT_00449200);" (call_expression "FUN_00298620(&DAT_00449200)" (identifier "FUN_00298620") (argument_list "(&DAT_00449200)" (( "(") (pointer_expression "&DAT_00449200" (& "&") (identifier "DAT_00449200")) () ")"))) (; ";")) (expression_statement "__cxa_atexit(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8);" (call_expression "__cxa_atexit(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8)" (identifier "__cxa_atexit") (argument_list "(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8)" (( "(") (identifier "FUN_00298f30") (, ",") (pointer_expression "&DAT_00449200" (& "&") (identifier "DAT_00449200")) (, ",") (pointer_expression "&PTR_LOOP_0043e5a8" (& "&") (identifier "PTR_LOOP_0043e5a8")) () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
void function_1(void)
{
gold::Descriptors::Descriptors(&gold::descriptors);
__cxa_atexit(gold::Descriptors::~Descriptors,&gold::descriptors,&__dso_handle);
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 (pointer_expression argument: (identifier))))) (expression_statement (call_expression function: (identifier) arguments: (argument_list (identifier) (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier))))) (return_statement)))) | null |
void MASKED(void)
{
FUN_00298620(&DAT_00449200);
__cxa_atexit(FUN_00298f30,&DAT_00449200,&PTR_LOOP_0043e5a8);
return;
}
|
14293_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | poll | poll |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int poll(pollfd *__fds,nfds_t __nfds,int __timeout)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* poll@@GLIBC_2.2.5 */
halt_baddata();
}
|
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int poll(pollfd *__fds,nfds_t __nfds,int __timeout)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
| null | null | null | null | null | [('const-1', u'RETURN_-1200110822')] | [('const-1', u'RETURN_-1200110822')] | null | null | 0068c310 | x64 | O2 | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint poll(pollfd *__fds,nfds_t __nfds,int __timeout)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}\n\n" comment comment (function_definition "int poll(pollfd *__fds,nfds_t __nfds,int __timeout)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" primitive_type (function_declarator "poll(pollfd *__fds,nfds_t __nfds,int __timeout)" identifier (parameter_list "(pollfd *__fds,nfds_t __nfds,int __timeout)" ( (parameter_declaration "pollfd *__fds" type_identifier (pointer_declarator "*__fds" * identifier)) , (parameter_declaration "nfds_t __nfds" type_identifier identifier) , (parameter_declaration "int __timeout" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n halt_baddata();\n}" { comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "/* WARNING: Control flow encountered bad instruction data */\n/* WARNING: Unknown calling convention -- yet parameter storage is locked */\n\nint poll(pollfd *__fds,nfds_t __nfds,int __timeout)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* poll@@GLIBC_2.2.5 */\n halt_baddata();\n}\n\n" comment comment (function_definition "int poll(pollfd *__fds,nfds_t __nfds,int __timeout)\n\n{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* poll@@GLIBC_2.2.5 */\n halt_baddata();\n}" primitive_type (function_declarator "poll(pollfd *__fds,nfds_t __nfds,int __timeout)" identifier (parameter_list "(pollfd *__fds,nfds_t __nfds,int __timeout)" ( (parameter_declaration "pollfd *__fds" type_identifier (pointer_declarator "*__fds" * identifier)) , (parameter_declaration "nfds_t __nfds" type_identifier identifier) , (parameter_declaration "int __timeout" primitive_type identifier) ))) (compound_statement "{\n /* WARNING: Bad instruction - Truncating control flow here */\n /* poll@@GLIBC_2.2.5 */\n halt_baddata();\n}" { comment comment (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit "int poll(pollfd *__fds,nfds_t __nfds,int __timeout)\n\n{\n \n halt_baddata();\n}\n\n" (function_definition "int poll(pollfd *__fds,nfds_t __nfds,int __timeout)\n\n{\n \n halt_baddata();\n}" primitive_type (function_declarator "poll(pollfd *__fds,nfds_t __nfds,int __timeout)" identifier (parameter_list "(pollfd *__fds,nfds_t __nfds,int __timeout)" ( (parameter_declaration "pollfd *__fds" type_identifier (pointer_declarator "*__fds" * identifier)) , (parameter_declaration "nfds_t __nfds" type_identifier identifier) , (parameter_declaration "int __timeout" primitive_type identifier) ))) (compound_statement "{\n \n halt_baddata();\n}" { (expression_statement "halt_baddata();" (call_expression "halt_baddata()" identifier (argument_list "()" ( ))) ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE IDENT) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (call_expression IDENT (argument_list ( ))) ;) }))) | (function_definition "int poll(pollfd *__fds,nfds_t __nfds,int __timeout)\n\n{\n \n halt_baddata();\n}" (primitive_type "int") (function_declarator "poll(pollfd *__fds,nfds_t __nfds,int __timeout)" (identifier "poll") (parameter_list "(pollfd *__fds,nfds_t __nfds,int __timeout)" (( "(") (parameter_declaration "pollfd *__fds" (type_identifier "pollfd") (pointer_declarator "*__fds" (* "*") (identifier "__fds"))) (, ",") (parameter_declaration "nfds_t __nfds" (type_identifier "nfds_t") (identifier "__nfds")) (, ",") (parameter_declaration "int __timeout" (primitive_type "int") (identifier "__timeout")) () ")"))) (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 *__fds,type_2 __nfds,int __timeout)
{
/* WARNING: Bad instruction - Truncating control flow here */
/* poll@@GLIBC_2.2.5 */
var_1();
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (primitive_type) declarator: (identifier)))) body: (compound_statement (expression_statement (call_expression function: (identifier) arguments: (argument_list)))))) | null |
/* WARNING: Control flow encountered bad instruction data */
/* WARNING: Unknown calling convention -- yet parameter storage is locked */
int MASKED(MASKEDfd *__fds,nfds_t __nfds,int __timeout)
{
/* WARNING: Bad instruction - Truncating control flow here */
halt_baddata();
}
|
4868_sparc64-linux-gnu-dwp_and_sparc64-linux-gnu-dwp_strip.c | add_local_section | FUN_00218f70 |
/* DWARF original prototype: void add_local_section(Output_data_reloc<9,_false,_64,_true> * this,
Sized_relobj<64,_true> * relobj, uint input_shndx, uint type, Output_data * od, Address address)
*/
void __thiscall
gold::Output_data_reloc<9,_false,_64,_true>::add_local_section
(Output_data_reloc<9,_false,_64,_true> *this,Sized_relobj<64,_true> *relobj,
uint input_shndx,uint type,Output_data *od,Address address)
{
Output_reloc<9,_false,_64,_true> OStack_48;
Output_reloc<9,_false,_64,_true>::Output_reloc
(&OStack_48,relobj,input_shndx,type,od,address,false,false,true,false);
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_00218f70(undefined8 param_1)
{
undefined8 in_R8;
undefined1 auStack_48 [48];
FUN_002025c0(auStack_48);
FUN_00218940(param_1,in_R8,auStack_48);
return;
}
| PUSH R12
MOV R12,RDI
PUSH RBP
PUSH RBX
MOV RBX,R8
SUB RSP,0x30
MOV RBP,RSP
PUSH 0x0
PUSH 0x1
MOV RDI,RBP
PUSH 0x0
PUSH 0x0
CALL 0x002025c0
ADD RSP,0x20
MOV RDX,RBP
MOV RSI,RBX
MOV RDI,R12
CALL 0x00218940
ADD RSP,0x30
POP RBX
POP RBP
POP R12
RET | null | null | null | null | [('const-0', u'RETURN_-1203859456'), ('const-0', u'PTRSUB_-1203859337'), ('tmp_333', u'PTRSUB_-1203859374'), ('tmp_214', u'CALL_-1203859529'), (u'PTRSUB_-1203859337', u'CALL_-1203859496'), ('const--72', u'PTRSUB_-1203859375'), ('tmp_213', u'CALL_-1203859529'), ('tmp_333', u'PTRSUB_-1203859375'), (u'PTRSUB_-1203859374', u'CALL_-1203859496'), ('tmp_214', u'CALL_-1203859496'), ('const-1', u'CALL_-1203859529'), ('tmp_215', u'CALL_-1203859529'), ('const-0', u'CALL_-1203859529'), ('const-0', u'CALL_-1203859529'), ('const--72', u'PTRSUB_-1203859374'), ('tmp_212', u'CALL_-1203859529'), ('tmp_210', u'PTRSUB_-1203859337'), ('const-0', u'CALL_-1203859529'), (u'PTRSUB_-1203859375', u'CALL_-1203859529'), ('tmp_211', u'CALL_-1203859529')] | [('tmp_296', u'PTRSUB_-1203859391'), ('const--72', u'PTRSUB_-1203859390'), ('const-0', u'RETURN_-1203859456'), (u'PTRSUB_-1203859391', u'CALL_-1203859529'), ('tmp_296', u'PTRSUB_-1203859390'), ('const--72', u'PTRSUB_-1203859391'), (u'PTRSUB_-1203859390', u'CALL_-1203859496'), ('tmp_297', u'CALL_-1203859496'), ('tmp_300', u'CALL_-1203859496')] | null | null | 00218f70 | x64 | O2 | (translation_unit "void FUN_00218f70(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_48 [48];\n \n FUN_002025c0(auStack_48);\n FUN_00218940(param_1,in_R8,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_00218f70(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_48 [48];\n \n FUN_002025c0(auStack_48);\n FUN_00218940(param_1,in_R8,auStack_48);\n return;\n}" primitive_type (function_declarator "FUN_00218f70(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_002025c0(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_002025c0(auStack_48);" (call_expression "FUN_002025c0(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_section(Output_data_reloc<9,_false,_64,_true> * this,\n Sized_relobj<64,_true> * relobj, uint input_shndx, uint type, Output_data * od, Address address)\n */\n\nvoid __thiscall\ngold::Output_data_reloc<9,_false,_64,_true>::add_local_section\n (Output_data_reloc<9,_false,_64,_true> *this,Sized_relobj<64,_true> *relobj,\n uint input_shndx,uint type,Output_data *od,Address address)\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,input_shndx,type,od,address,false,false,true,false);\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_section\n (Output_data_reloc<9,_false,_64,_true> *this,Sized_relobj<64,_true> *relobj,\n uint input_shndx,uint type,Output_data *od,Address address)\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_section\n (Output_data_reloc<9,_false,_64,_true> *this,Sized_relobj<64,_true> *relobj,\n uint input_shndx,uint type,Output_data *od,Address address)\n\n{" identifier > : : (function_declarator "add_local_section\n (Output_data_reloc<9,_false,_64,_true> *this,Sized_relobj<64,_true> *relobj,\n uint input_shndx,uint type,Output_data *od,Address address)" identifier (parameter_list "(Output_data_reloc<9,_false,_64,_true> *this,Sized_relobj<64,_true> *relobj,\n uint input_shndx,uint type,Output_data *od,Address address)" ( (parameter_declaration "Output_data_reloc" type_identifier) (ERROR "<9" < number_literal) , (parameter_declaration "_false" type_identifier) , (parameter_declaration "_64" type_identifier) , (parameter_declaration "_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 input_shndx" type_identifier identifier) , (parameter_declaration "uint type" type_identifier identifier) , (parameter_declaration "Output_data *od" type_identifier (pointer_declarator "*od" * identifier)) , (parameter_declaration "Address address" type_identifier identifier) ))) {) 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,input_shndx,type,od,address,false,false,true,false);" (update_expression "Output_reloc<9,_false,_64,_true>::Output_reloc\n (&OStack_48,relobj,input_shndx,type,od,address,false,false,true,false)" (binary_expression "Output_reloc<9,_false,_64,_true>::Output_reloc\n (&OStack_48,relobj,input_shndx,type,od,address,false,false,true,false)" (binary_expression "Output_reloc<9" identifier < number_literal) (ERROR ",_false,_64,_true" , identifier , identifier , identifier) > (ERROR "::" : :) (call_expression "Output_reloc\n (&OStack_48,relobj,input_shndx,type,od,address,false,false,true,false)" identifier (argument_list "(&OStack_48,relobj,input_shndx,type,od,address,false,false,true,false)" ( (pointer_expression "&OStack_48" & identifier) , identifier , identifier , identifier , identifier , identifier , false , false , true , false )))) --) ;) (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_00218f70(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_48 [48];\n \n FUN_002025c0(auStack_48);\n FUN_00218940(param_1,in_R8,auStack_48);\n return;\n}\n\n" (function_definition "void FUN_00218f70(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_48 [48];\n \n FUN_002025c0(auStack_48);\n FUN_00218940(param_1,in_R8,auStack_48);\n return;\n}" primitive_type (function_declarator "FUN_00218f70(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_002025c0(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_002025c0(auStack_48);" (call_expression "FUN_002025c0(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_00218f70(undefined8 param_1)\n\n{\n undefined8 in_R8;\n undefined1 auStack_48 [48];\n \n FUN_002025c0(auStack_48);\n FUN_00218940(param_1,in_R8,auStack_48);\n return;\n}" (primitive_type "void") (function_declarator "FUN_00218f70(undefined8 param_1)" (identifier "FUN_00218f70") (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_002025c0(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_002025c0(auStack_48);" (call_expression "FUN_002025c0(auStack_48)" (identifier "FUN_002025c0") (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_section(Output_data_reloc<9,_false,_64,_true> * this,
Sized_relobj<64,_true> * relobj, uint input_shndx, uint type, Output_data * od, Address address)
*/
void __thiscall
gold::Output_data_reloc<9,_false,_64,_true>::add_local_section
(Output_data_reloc<9,_false,_64,_true> *this,Sized_relobj<64,_true> *relobj,
uint input_shndx,uint type,Output_data *od,Address address)
{
var_1<9,_false,_64,_true> OStack_48;
var_1<9,_false,_64,_true>::var_1
(&OStack_48,relobj,input_shndx,type,od,address,false,false,true,false);
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_002025c0(auStack_48);
FUN_00218940(param_1,in_R8,auStack_48);
return;
}
|
109_i686-kfreebsd-gnu-nm_and_i686-kfreebsd-gnu-nm_strip.c | size_forward2 | FUN_00105010 |
int size_forward2(void *P_x,void *P_y)
{
int iVar1;
size_sym *y;
size_sym *x;
if (*(ulong *)((long)P_x + 8) < *(ulong *)((long)P_y + 8)) {
return -(uint)(reverse_sort == 0) | 1;
}
if (*(ulong *)((long)P_y + 8) < *(ulong *)((long)P_x + 8)) {
return (-(uint)(reverse_sort == 0) & 2) - 1;
}
/* WARNING: Load size is inaccurate */
/* WARNING: Load size is inaccurate */
/* WARNING: Could not recover jumptable at 0x00105041. Too many branches */
/* WARNING: Treating indirect jump as call */
iVar1 = (*sorters[0][reverse_sort])(*P_x,*P_y);
return iVar1;
}
|
ulong FUN_00105010(undefined8 *param_1,undefined8 *param_2)
{
ulong uVar1;
if ((ulong)param_1[1] < (ulong)param_2[1]) {
return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);
}
if ((ulong)param_2[1] < (ulong)param_1[1]) {
return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);
}
/* WARNING: Could not recover jumptable at 0x00105041. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar1 = (*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2);
return uVar1;
}
| MOVSXD RAX,dword ptr [0x0010cc30]
MOV RCX,qword ptr [RSI + 0x8]
CMP qword ptr [RDI + 0x8],RCX
JC 0x00105048
JBE 0x00105030
CMP EAX,0x1
SBB EAX,EAX
AND EAX,0x2
SUB EAX,0x1
RET
LEA RDX,[0x10bd80]
MOV RSI,qword ptr [RSI]
MOV RDI,qword ptr [RDI]
MOV RAX,qword ptr [RDX + RAX*0x8]
JMP RAX
CMP EAX,0x1
SBB EAX,EAX
OR EAX,0x1
RET | null | null | null | null | [(u'INT_2COMP_-1206955760', u'INT_AND_-1206955918'), ('const-433', u'LOAD_-1206955894'), (u'PTRSUB_-1206955674', u'PTRSUB_-1206955673'), (u'PTRSUB_-1206955673', u'PTRADD_-1206955672'), (u'COPY_-1206955803', u'RETURN_-1206955909'), ('const-2', u'INT_AND_-1206955918'), ('const-8', u'INT_ADD_-1206955982'), (u'LOAD_-1206955906', u'CALLIND_-1206955882'), (u'CAST_-1206955709', u'LOAD_-1206956005'), (u'LOAD_-1206956005', u'INT_LESS_-1206955967'), ('tmp_584', u'COPY_-1206955723'), ('tmp_44', u'CBRANCH_-1206955980'), (u'INT_SUB_-1206955912', u'COPY_-1206955803'), (u'CAST_-1206955704', u'INT_ADD_-1206955982'), ('const-433', u'LOAD_-1206955998'), ('const-433', u'LOAD_-1206956005'), (u'INT_EQUAL_-1206955966', u'INT_ZEXT_-1206955948'), (u'PTRADD_-1206955672', u'LOAD_-1206955894'), ('const-1', u'RETURN_-1206955840'), (u'INT_LESS_-1206955983', u'CBRANCH_-1206955980'), ('const-433', u'LOAD_-1206955906'), (u'INT_ADD_-1206955989', u'CAST_-1206955709'), (u'INT_ZEXT_-1206955948', u'INT_2COMP_-1206955760'), ('const-0', u'RETURN_-1206955826'), (u'INT_ADD_-1206955982', u'CAST_-1206955703'), (u'LOAD_-1206955901', u'CALLIND_-1206955882'), (u'INT_ZEXT_-1206955852', u'INT_2COMP_-1206955712'), (u'INT_OR_-1206955821', u'COPY_-1206955768'), ('const-0', u'INT_EQUAL_-1206955870'), (u'CALLIND_-1206955882', u'INDIRECT_-1206955680'), (u'INT_LESS_-1206955967', u'CBRANCH_-1206955976'), ('const-0', u'RETURN_-1206955909'), (u'INT_2COMP_-1206955712', u'INT_OR_-1206955821'), (u'COPY_-1206955768', u'RETURN_-1206955826'), (u'COPY_-1206955782', u'RETURN_-1206955840'), ('const-8', u'PTRADD_-1206955672'), ('tmp_584', u'INT_EQUAL_-1206955870'), ('const-433', u'LOAD_-1206955901'), (u'CAST_-1206955710', u'INT_ADD_-1206955989'), (u'INDIRECT_-1206955680', u'COPY_-1206955737'), (u'LOAD_-1206955998', u'INT_LESS_-1206955983'), (u'INT_AND_-1206955918', u'INT_SUB_-1206955912'), ('tmp_327', u'CAST_-1206955710'), ('tmp_49', u'CBRANCH_-1206955976'), ('const-1', u'INT_OR_-1206955821'), ('const-8', u'INT_ADD_-1206955989'), ('tmp_584', u'INT_EQUAL_-1206955966'), ('tmp_327', u'LOAD_-1206955906'), (u'INT_SEXT_-1206955998', u'PTRADD_-1206955672'), (u'LOAD_-1206955998', u'INT_LESS_-1206955967'), ('const-0', u'PTRSUB_-1206955673'), (u'CAST_-1206955703', u'LOAD_-1206955998'), (u'LOAD_-1206955894', u'CALLIND_-1206955882'), ('const-0', u'INT_EQUAL_-1206955966'), (u'LOAD_-1206956005', u'INT_LESS_-1206955983'), ('const-1097088', u'PTRSUB_-1206955674'), ('const-1', u'INT_SUB_-1206955912'), ('tmp_584', u'INT_SEXT_-1206955998'), (u'CALLIND_-1206955882', u'COPY_-1206955782'), ('tmp_584', u'COPY_-1206955758'), ('tmp_326', u'CAST_-1206955704'), (u'INT_EQUAL_-1206955870', u'INT_ZEXT_-1206955852'), ('tmp_326', u'LOAD_-1206955901'), ('const-0', u'PTRSUB_-1206955674')] | [(u'INDIRECT_-1206955688', u'COPY_-1206955745'), ('const-0', u'PTRSUB_-1206955682'), (u'INT_ZEXT_-1206955948', u'INT_2COMP_-1206955763'), ('const-2', u'INT_AND_-1206955918'), ('const-8', u'PTRADD_-1206955680'), ('const-433', u'LOAD_-1206955998'), ('tmp_515', u'LOAD_-1206955901'), (u'PTRADD_-1206955680', u'LOAD_-1206955894'), ('const-433', u'LOAD_-1206955894'), (u'LOAD_-1206955906', u'CALLIND_-1206955882'), (u'LOAD_-1206955998', u'CAST_-1206955705'), ('tmp_573', u'COPY_-1206955766'), (u'PTRADD_-1206955720', u'LOAD_-1206956005'), (u'LOAD_-1206956005', u'CAST_-1206955713'), ('tmp_44', u'CBRANCH_-1206955980'), ('const-1', u'PTRADD_-1206955720'), ('tmp_573', u'COPY_-1206955731'), (u'INT_ZEXT_-1206955785', u'COPY_-1206955930'), (u'INT_EQUAL_-1206955966', u'INT_ZEXT_-1206955948'), (u'INT_ZEXT_-1206955747', u'COPY_-1206955847'), ('tmp_573', u'INT_SEXT_-1206955998'), ('tmp_573', u'INT_EQUAL_-1206955870'), (u'COPY_-1206955930', u'RETURN_-1206955909'), ('const-1', u'RETURN_-1206955840'), (u'INT_LESS_-1206955983', u'CBRANCH_-1206955980'), ('const-433', u'LOAD_-1206955906'), ('const-433', u'LOAD_-1206955901'), (u'CAST_-1206955705', u'INT_LESS_-1206955967'), (u'LOAD_-1206955894', u'CAST_-1206955672'), ('const-0', u'RETURN_-1206955826'), (u'LOAD_-1206955901', u'CALLIND_-1206955882'), ('const-0', u'INT_EQUAL_-1206955870'), ('const-8', u'PTRADD_-1206955715'), (u'INT_LESS_-1206955967', u'CBRANCH_-1206955976'), ('tmp_514', u'PTRADD_-1206955720'), (u'CALLIND_-1206955882', u'RETURN_-1206955840'), ('const-433', u'LOAD_-1206956005'), ('const-0', u'RETURN_-1206955909'), (u'INT_2COMP_-1206955763', u'INT_AND_-1206955918'), (u'CAST_-1206955714', u'INT_LESS_-1206955983'), (u'CAST_-1206955706', u'INT_LESS_-1206955967'), (u'LOAD_-1206956005', u'CAST_-1206955706'), ('tmp_514', u'LOAD_-1206955906'), (u'LOAD_-1206955998', u'CAST_-1206955714'), ('const-0', u'INT_EQUAL_-1206955966'), ('const-1097088', u'PTRSUB_-1206955682'), (u'CALLIND_-1206955882', u'INDIRECT_-1206955688'), (u'COPY_-1206955847', u'RETURN_-1206955826'), (u'INT_AND_-1206955918', u'INT_SUB_-1206955912'), (u'CAST_-1206955713', u'INT_LESS_-1206955983'), (u'INT_2COMP_-1206955718', u'INT_OR_-1206955821'), (u'PTRSUB_-1206955682', u'PTRADD_-1206955680'), ('tmp_49', u'CBRANCH_-1206955976'), ('const-1', u'PTRADD_-1206955715'), ('const-1', u'INT_OR_-1206955821'), (u'INT_OR_-1206955821', u'INT_ZEXT_-1206955747'), ('tmp_573', u'INT_EQUAL_-1206955966'), (u'PTRADD_-1206955715', u'LOAD_-1206955998'), ('tmp_515', u'PTRADD_-1206955715'), (u'INT_SEXT_-1206955998', u'PTRADD_-1206955680'), (u'CAST_-1206955672', u'CALLIND_-1206955882'), ('const-8', u'PTRADD_-1206955720'), (u'INT_SUB_-1206955912', u'INT_ZEXT_-1206955785'), ('const-1', u'INT_SUB_-1206955912'), (u'INT_EQUAL_-1206955870', u'INT_ZEXT_-1206955852'), (u'INT_ZEXT_-1206955852', u'INT_2COMP_-1206955718')] | null | null | 00105010 | x64 | O2 | (translation_unit "ulong FUN_00105010(undefined8 *param_1,undefined8 *param_2)\n\n{\n ulong uVar1;\n \n if ((ulong)param_1[1] < (ulong)param_2[1]) {\n return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);\n }\n if ((ulong)param_2[1] < (ulong)param_1[1]) {\n return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);\n }\n /* WARNING: Could not recover jumptable at 0x00105041. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2);\n return uVar1;\n}\n\n" (function_definition "ulong FUN_00105010(undefined8 *param_1,undefined8 *param_2)\n\n{\n ulong uVar1;\n \n if ((ulong)param_1[1] < (ulong)param_2[1]) {\n return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);\n }\n if ((ulong)param_2[1] < (ulong)param_1[1]) {\n return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);\n }\n /* WARNING: Could not recover jumptable at 0x00105041. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2);\n return uVar1;\n}" type_identifier (function_declarator "FUN_00105010(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 ulong uVar1;\n \n if ((ulong)param_1[1] < (ulong)param_2[1]) {\n return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);\n }\n if ((ulong)param_2[1] < (ulong)param_1[1]) {\n return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);\n }\n /* WARNING: Could not recover jumptable at 0x00105041. Too many branches */\n /* WARNING: Treating indirect jump as call */\n uVar1 = (*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2);\n return uVar1;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (if_statement "if ((ulong)param_1[1] < (ulong)param_2[1]) {\n return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);\n }" if (parenthesized_expression "((ulong)param_1[1] < (ulong)param_2[1])" ( (binary_expression "(ulong)param_1[1] < (ulong)param_2[1]" (cast_expression "(ulong)param_1[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) < (cast_expression "(ulong)param_2[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_2[1]" identifier [ number_literal ]))) )) (compound_statement "{\n return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);\n }" { (return_statement "return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);" return (call_expression "(ulong)(-(uint)(DAT_0010cc30 == 0) | 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(-(uint)(DAT_0010cc30 == 0) | 1)" ( (binary_expression "-(uint)(DAT_0010cc30 == 0) | 1" (unary_expression "-(uint)(DAT_0010cc30 == 0)" - (call_expression "(uint)(DAT_0010cc30 == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(DAT_0010cc30 == 0)" ( (binary_expression "DAT_0010cc30 == 0" identifier == number_literal) )))) | number_literal) ))) ;) })) (if_statement "if ((ulong)param_2[1] < (ulong)param_1[1]) {\n return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);\n }" if (parenthesized_expression "((ulong)param_2[1] < (ulong)param_1[1])" ( (binary_expression "(ulong)param_2[1] < (ulong)param_1[1]" (cast_expression "(ulong)param_2[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_2[1]" identifier [ number_literal ])) < (cast_expression "(ulong)param_1[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) (compound_statement "{\n return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);\n }" { (return_statement "return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);" return (call_expression "(ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((-(uint)(DAT_0010cc30 == 0) & 2) - 1)" ( (binary_expression "(-(uint)(DAT_0010cc30 == 0) & 2) - 1" (parenthesized_expression "(-(uint)(DAT_0010cc30 == 0) & 2)" ( (binary_expression "-(uint)(DAT_0010cc30 == 0) & 2" (unary_expression "-(uint)(DAT_0010cc30 == 0)" - (call_expression "(uint)(DAT_0010cc30 == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(DAT_0010cc30 == 0)" ( (binary_expression "DAT_0010cc30 == 0" identifier == number_literal) )))) & number_literal) )) - number_literal) ))) ;) })) comment comment (expression_statement "uVar1 = (*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2);" (assignment_expression "uVar1 = (*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2)" identifier = (call_expression "(*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2)" (parenthesized_expression "(*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])" ( (pointer_expression "*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30]" * (cast_expression "(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "(&PTR_FUN_0010bd80)[DAT_0010cc30]" (parenthesized_expression "(&PTR_FUN_0010bd80)" ( (pointer_expression "&PTR_FUN_0010bd80" & identifier) )) [ identifier ]))) )) (argument_list "(*param_1,*param_2)" ( (pointer_expression "*param_1" * identifier) , (pointer_expression "*param_2" * identifier) )))) ;) (return_statement "return uVar1;" return identifier ;) }))) | (translation_unit "int size_forward2(void *P_x,void *P_y)\n\n{\n int iVar1;\n size_sym *y;\n size_sym *x;\n \n if (*(ulong *)((long)P_x + 8) < *(ulong *)((long)P_y + 8)) {\n return -(uint)(reverse_sort == 0) | 1;\n }\n if (*(ulong *)((long)P_y + 8) < *(ulong *)((long)P_x + 8)) {\n return (-(uint)(reverse_sort == 0) & 2) - 1;\n }\n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n /* WARNING: Could not recover jumptable at 0x00105041. Too many branches */\n /* WARNING: Treating indirect jump as call */\n iVar1 = (*sorters[0][reverse_sort])(*P_x,*P_y);\n return iVar1;\n}\n\n" (function_definition "int size_forward2(void *P_x,void *P_y)\n\n{\n int iVar1;\n size_sym *y;\n size_sym *x;\n \n if (*(ulong *)((long)P_x + 8) < *(ulong *)((long)P_y + 8)) {\n return -(uint)(reverse_sort == 0) | 1;\n }\n if (*(ulong *)((long)P_y + 8) < *(ulong *)((long)P_x + 8)) {\n return (-(uint)(reverse_sort == 0) & 2) - 1;\n }\n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n /* WARNING: Could not recover jumptable at 0x00105041. Too many branches */\n /* WARNING: Treating indirect jump as call */\n iVar1 = (*sorters[0][reverse_sort])(*P_x,*P_y);\n return iVar1;\n}" primitive_type (function_declarator "size_forward2(void *P_x,void *P_y)" identifier (parameter_list "(void *P_x,void *P_y)" ( (parameter_declaration "void *P_x" primitive_type (pointer_declarator "*P_x" * identifier)) , (parameter_declaration "void *P_y" primitive_type (pointer_declarator "*P_y" * identifier)) ))) (compound_statement "{\n int iVar1;\n size_sym *y;\n size_sym *x;\n \n if (*(ulong *)((long)P_x + 8) < *(ulong *)((long)P_y + 8)) {\n return -(uint)(reverse_sort == 0) | 1;\n }\n if (*(ulong *)((long)P_y + 8) < *(ulong *)((long)P_x + 8)) {\n return (-(uint)(reverse_sort == 0) & 2) - 1;\n }\n /* WARNING: Load size is inaccurate */\n /* WARNING: Load size is inaccurate */\n /* WARNING: Could not recover jumptable at 0x00105041. Too many branches */\n /* WARNING: Treating indirect jump as call */\n iVar1 = (*sorters[0][reverse_sort])(*P_x,*P_y);\n return iVar1;\n}" { (declaration "int iVar1;" primitive_type identifier ;) (declaration "size_sym *y;" type_identifier (pointer_declarator "*y" * identifier) ;) (declaration "size_sym *x;" type_identifier (pointer_declarator "*x" * identifier) ;) (if_statement "if (*(ulong *)((long)P_x + 8) < *(ulong *)((long)P_y + 8)) {\n return -(uint)(reverse_sort == 0) | 1;\n }" if (parenthesized_expression "(*(ulong *)((long)P_x + 8) < *(ulong *)((long)P_y + 8))" ( (binary_expression "*(ulong *)((long)P_x + 8) < *(ulong *)((long)P_y + 8)" (pointer_expression "*(ulong *)((long)P_x + 8)" * (cast_expression "(ulong *)((long)P_x + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)P_x + 8)" ( (binary_expression "(long)P_x + 8" (cast_expression "(long)P_x" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) < (pointer_expression "*(ulong *)((long)P_y + 8)" * (cast_expression "(ulong *)((long)P_y + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)P_y + 8)" ( (binary_expression "(long)P_y + 8" (cast_expression "(long)P_y" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) )) (compound_statement "{\n return -(uint)(reverse_sort == 0) | 1;\n }" { (return_statement "return -(uint)(reverse_sort == 0) | 1;" return (binary_expression "-(uint)(reverse_sort == 0) | 1" (unary_expression "-(uint)(reverse_sort == 0)" - (call_expression "(uint)(reverse_sort == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(reverse_sort == 0)" ( (binary_expression "reverse_sort == 0" identifier == number_literal) )))) | number_literal) ;) })) (if_statement "if (*(ulong *)((long)P_y + 8) < *(ulong *)((long)P_x + 8)) {\n return (-(uint)(reverse_sort == 0) & 2) - 1;\n }" if (parenthesized_expression "(*(ulong *)((long)P_y + 8) < *(ulong *)((long)P_x + 8))" ( (binary_expression "*(ulong *)((long)P_y + 8) < *(ulong *)((long)P_x + 8)" (pointer_expression "*(ulong *)((long)P_y + 8)" * (cast_expression "(ulong *)((long)P_y + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)P_y + 8)" ( (binary_expression "(long)P_y + 8" (cast_expression "(long)P_y" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) < (pointer_expression "*(ulong *)((long)P_x + 8)" * (cast_expression "(ulong *)((long)P_x + 8)" ( (type_descriptor "ulong *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)P_x + 8)" ( (binary_expression "(long)P_x + 8" (cast_expression "(long)P_x" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) ))))) )) (compound_statement "{\n return (-(uint)(reverse_sort == 0) & 2) - 1;\n }" { (return_statement "return (-(uint)(reverse_sort == 0) & 2) - 1;" return (binary_expression "(-(uint)(reverse_sort == 0) & 2) - 1" (parenthesized_expression "(-(uint)(reverse_sort == 0) & 2)" ( (binary_expression "-(uint)(reverse_sort == 0) & 2" (unary_expression "-(uint)(reverse_sort == 0)" - (call_expression "(uint)(reverse_sort == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(reverse_sort == 0)" ( (binary_expression "reverse_sort == 0" identifier == number_literal) )))) & number_literal) )) - number_literal) ;) })) comment comment comment comment (expression_statement "iVar1 = (*sorters[0][reverse_sort])(*P_x,*P_y);" (assignment_expression "iVar1 = (*sorters[0][reverse_sort])(*P_x,*P_y)" identifier = (call_expression "(*sorters[0][reverse_sort])(*P_x,*P_y)" (parenthesized_expression "(*sorters[0][reverse_sort])" ( (pointer_expression "*sorters[0][reverse_sort]" * (subscript_expression "sorters[0][reverse_sort]" (subscript_expression "sorters[0]" identifier [ number_literal ]) [ identifier ])) )) (argument_list "(*P_x,*P_y)" ( (pointer_expression "*P_x" * identifier) , (pointer_expression "*P_y" * identifier) )))) ;) (return_statement "return iVar1;" return identifier ;) }))) | (translation_unit "ulong FUN_00105010(undefined8 *param_1,undefined8 *param_2)\n\n{\n ulong uVar1;\n \n if ((ulong)param_1[1] < (ulong)param_2[1]) {\n return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);\n }\n if ((ulong)param_2[1] < (ulong)param_1[1]) {\n return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);\n }\n \n \n uVar1 = (*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2);\n return uVar1;\n}\n\n" (function_definition "ulong FUN_00105010(undefined8 *param_1,undefined8 *param_2)\n\n{\n ulong uVar1;\n \n if ((ulong)param_1[1] < (ulong)param_2[1]) {\n return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);\n }\n if ((ulong)param_2[1] < (ulong)param_1[1]) {\n return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);\n }\n \n \n uVar1 = (*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2);\n return uVar1;\n}" type_identifier (function_declarator "FUN_00105010(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 ulong uVar1;\n \n if ((ulong)param_1[1] < (ulong)param_2[1]) {\n return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);\n }\n if ((ulong)param_2[1] < (ulong)param_1[1]) {\n return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);\n }\n \n \n uVar1 = (*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2);\n return uVar1;\n}" { (declaration "ulong uVar1;" type_identifier identifier ;) (if_statement "if ((ulong)param_1[1] < (ulong)param_2[1]) {\n return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);\n }" if (parenthesized_expression "((ulong)param_1[1] < (ulong)param_2[1])" ( (binary_expression "(ulong)param_1[1] < (ulong)param_2[1]" (cast_expression "(ulong)param_1[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ])) < (cast_expression "(ulong)param_2[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_2[1]" identifier [ number_literal ]))) )) (compound_statement "{\n return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);\n }" { (return_statement "return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);" return (call_expression "(ulong)(-(uint)(DAT_0010cc30 == 0) | 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "(-(uint)(DAT_0010cc30 == 0) | 1)" ( (binary_expression "-(uint)(DAT_0010cc30 == 0) | 1" (unary_expression "-(uint)(DAT_0010cc30 == 0)" - (call_expression "(uint)(DAT_0010cc30 == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(DAT_0010cc30 == 0)" ( (binary_expression "DAT_0010cc30 == 0" identifier == number_literal) )))) | number_literal) ))) ;) })) (if_statement "if ((ulong)param_2[1] < (ulong)param_1[1]) {\n return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);\n }" if (parenthesized_expression "((ulong)param_2[1] < (ulong)param_1[1])" ( (binary_expression "(ulong)param_2[1] < (ulong)param_1[1]" (cast_expression "(ulong)param_2[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_2[1]" identifier [ number_literal ])) < (cast_expression "(ulong)param_1[1]" ( (type_descriptor "ulong" type_identifier) ) (subscript_expression "param_1[1]" identifier [ number_literal ]))) )) (compound_statement "{\n return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);\n }" { (return_statement "return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);" return (call_expression "(ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1)" (parenthesized_expression "(ulong)" ( identifier )) (argument_list "((-(uint)(DAT_0010cc30 == 0) & 2) - 1)" ( (binary_expression "(-(uint)(DAT_0010cc30 == 0) & 2) - 1" (parenthesized_expression "(-(uint)(DAT_0010cc30 == 0) & 2)" ( (binary_expression "-(uint)(DAT_0010cc30 == 0) & 2" (unary_expression "-(uint)(DAT_0010cc30 == 0)" - (call_expression "(uint)(DAT_0010cc30 == 0)" (parenthesized_expression "(uint)" ( identifier )) (argument_list "(DAT_0010cc30 == 0)" ( (binary_expression "DAT_0010cc30 == 0" identifier == number_literal) )))) & number_literal) )) - number_literal) ))) ;) })) (expression_statement "uVar1 = (*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2);" (assignment_expression "uVar1 = (*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2)" identifier = (call_expression "(*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2)" (parenthesized_expression "(*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])" ( (pointer_expression "*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30]" * (cast_expression "(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30]" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) (subscript_expression "(&PTR_FUN_0010bd80)[DAT_0010cc30]" (parenthesized_expression "(&PTR_FUN_0010bd80)" ( (pointer_expression "&PTR_FUN_0010bd80" & identifier) )) [ identifier ]))) )) (argument_list "(*param_1,*param_2)" ( (pointer_expression "*param_1" * identifier) , (pointer_expression "*param_2" * identifier) )))) ;) (return_statement "return uVar1;" return identifier ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) , (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) < (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (return_statement return (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (unary_expression - (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT == LIT) )))) | LIT) ))) ;) })) (if_statement if (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ])) < (cast_expression ( (type_descriptor TYPE) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (return_statement return (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression (parenthesized_expression ( (binary_expression (unary_expression - (call_expression (parenthesized_expression ( IDENT )) (argument_list ( (binary_expression IDENT == LIT) )))) & LIT) )) - LIT) ))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression (parenthesized_expression ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (subscript_expression (parenthesized_expression ( (pointer_expression & IDENT) )) [ IDENT ]))) )) (argument_list ( (pointer_expression * IDENT) , (pointer_expression * IDENT) )))) ;) (return_statement return IDENT ;) }))) | (function_definition "ulong FUN_00105010(undefined8 *param_1,undefined8 *param_2)\n\n{\n ulong uVar1;\n \n if ((ulong)param_1[1] < (ulong)param_2[1]) {\n return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);\n }\n if ((ulong)param_2[1] < (ulong)param_1[1]) {\n return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);\n }\n \n \n uVar1 = (*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2);\n return uVar1;\n}" (type_identifier "ulong") (function_declarator "FUN_00105010(undefined8 *param_1,undefined8 *param_2)" (identifier "FUN_00105010") (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 ulong uVar1;\n \n if ((ulong)param_1[1] < (ulong)param_2[1]) {\n return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);\n }\n if ((ulong)param_2[1] < (ulong)param_1[1]) {\n return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);\n }\n \n \n uVar1 = (*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2);\n return uVar1;\n}" ({ "{") (declaration "ulong uVar1;" (type_identifier "ulong") (identifier "uVar1") (; ";")) (if_statement "if ((ulong)param_1[1] < (ulong)param_2[1]) {\n return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);\n }" (if "if") (parenthesized_expression "((ulong)param_1[1] < (ulong)param_2[1])" (( "(") (binary_expression "(ulong)param_1[1] < (ulong)param_2[1]" (cast_expression "(ulong)param_1[1]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]"))) (< "<") (cast_expression "(ulong)param_2[1]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")))) () ")")) (compound_statement "{\n return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);\n }" ({ "{") (return_statement "return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);" (return "return") (call_expression "(ulong)(-(uint)(DAT_0010cc30 == 0) | 1)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "(-(uint)(DAT_0010cc30 == 0) | 1)" (( "(") (binary_expression "-(uint)(DAT_0010cc30 == 0) | 1" (unary_expression "-(uint)(DAT_0010cc30 == 0)" (- "-") (call_expression "(uint)(DAT_0010cc30 == 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(DAT_0010cc30 == 0)" (( "(") (binary_expression "DAT_0010cc30 == 0" (identifier "DAT_0010cc30") (== "==") (number_literal "0")) () ")")))) (| "|") (number_literal "1")) () ")"))) (; ";")) (} "}"))) (if_statement "if ((ulong)param_2[1] < (ulong)param_1[1]) {\n return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);\n }" (if "if") (parenthesized_expression "((ulong)param_2[1] < (ulong)param_1[1])" (( "(") (binary_expression "(ulong)param_2[1] < (ulong)param_1[1]" (cast_expression "(ulong)param_2[1]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]"))) (< "<") (cast_expression "(ulong)param_1[1]" (( "(") (type_descriptor "ulong" (type_identifier "ulong")) () ")") (subscript_expression "param_1[1]" (identifier "param_1") ([ "[") (number_literal "1") (] "]")))) () ")")) (compound_statement "{\n return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);\n }" ({ "{") (return_statement "return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);" (return "return") (call_expression "(ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1)" (parenthesized_expression "(ulong)" (( "(") (identifier "ulong") () ")")) (argument_list "((-(uint)(DAT_0010cc30 == 0) & 2) - 1)" (( "(") (binary_expression "(-(uint)(DAT_0010cc30 == 0) & 2) - 1" (parenthesized_expression "(-(uint)(DAT_0010cc30 == 0) & 2)" (( "(") (binary_expression "-(uint)(DAT_0010cc30 == 0) & 2" (unary_expression "-(uint)(DAT_0010cc30 == 0)" (- "-") (call_expression "(uint)(DAT_0010cc30 == 0)" (parenthesized_expression "(uint)" (( "(") (identifier "uint") () ")")) (argument_list "(DAT_0010cc30 == 0)" (( "(") (binary_expression "DAT_0010cc30 == 0" (identifier "DAT_0010cc30") (== "==") (number_literal "0")) () ")")))) (& "&") (number_literal "2")) () ")")) (- "-") (number_literal "1")) () ")"))) (; ";")) (} "}"))) (expression_statement "uVar1 = (*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2);" (assignment_expression "uVar1 = (*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2)" (identifier "uVar1") (= "=") (call_expression "(*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2)" (parenthesized_expression "(*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])" (( "(") (pointer_expression "*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30]" (* "*") (cast_expression "(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30]" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "(&PTR_FUN_0010bd80)[DAT_0010cc30]" (parenthesized_expression "(&PTR_FUN_0010bd80)" (( "(") (pointer_expression "&PTR_FUN_0010bd80" (& "&") (identifier "PTR_FUN_0010bd80")) () ")")) ([ "[") (identifier "DAT_0010cc30") (] "]")))) () ")")) (argument_list "(*param_1,*param_2)" (( "(") (pointer_expression "*param_1" (* "*") (identifier "param_1")) (, ",") (pointer_expression "*param_2" (* "*") (identifier "param_2")) () ")")))) (; ";")) (return_statement "return uVar1;" (return "return") (identifier "uVar1") (; ";")) (} "}"))) |
int function_1(void *P_x,void *P_y)
{
int iVar1;
type_1 *y;
type_1 *x;
if (*(type_2 *)((long)P_x + 8) < *(type_2 *)((long)P_y + 8)) {
return -(uint)(var_1 == 0) | 1;
}
if (*(type_2 *)((long)P_y + 8) < *(type_2 *)((long)P_x + 8)) {
return (-(uint)(var_1 == 0) & 2) - 1;
}
/* WARNING: Load size is inaccurate */
/* WARNING: Load size is inaccurate */
/* WARNING: Could not recover jumptable at 0x00105041. Too many branches */
/* WARNING: Treating indirect jump as call */
iVar1 = (*sorters[0][var_1])(*P_x,*P_y);
return iVar1;
}
| 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)) (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: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (return_statement (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (unary_expression argument: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))))))) (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: (cast_expression type: (type_descriptor type: (type_identifier)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (return_statement (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (parenthesized_expression (binary_expression left: (unary_expression argument: (call_expression function: (parenthesized_expression (identifier)) arguments: (argument_list (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (number_literal))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (parenthesized_expression (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (parenthesized_expression (pointer_expression argument: (identifier))) index: (identifier))))) arguments: (argument_list (pointer_expression argument: (identifier)) (pointer_expression argument: (identifier)))))) (return_statement (identifier))))) | null |
ulong MASKED(undefined8 *param_1,undefined8 *param_2)
{
ulong uVar1;
if ((ulong)param_1[1] < (ulong)param_2[1]) {
return (ulong)(-(uint)(DAT_0010cc30 == 0) | 1);
}
if ((ulong)param_2[1] < (ulong)param_1[1]) {
return (ulong)((-(uint)(DAT_0010cc30 == 0) & 2) - 1);
}
/* WARNING: Could not recover jumptable at 0x00105041. Too many branches */
/* WARNING: Treating indirect jump as call */
uVar1 = (*(code *)(&PTR_FUN_0010bd80)[DAT_0010cc30])(*param_1,*param_2);
return uVar1;
}
|
153_powerpc64le-linux-gnu-gprof_and_powerpc64le-linux-gnu-gprof_strip.c | match | FUN_0010c750 |
bfd_boolean match(Sym *pattern,Sym *sym)
{
bfd_boolean bVar1;
int iVar2;
char *__s2;
if ((pattern->file == (Source_File *)0x0) || (bVar1 = 0, pattern->file == sym->file)) {
if ((pattern->line_num != 0) && (pattern->line_num != sym->line_num)) {
return 0;
}
bVar1 = 1;
if (pattern->name != (char *)0x0) {
__s2 = sym->name;
if (*__s2 != '\0') {
__s2 = __s2 + (*__s2 == core_bfd->xvec->symbol_leading_char);
}
iVar2 = strcmp(pattern->name,__s2);
return (bfd_boolean)(iVar2 == 0);
}
}
return bVar1;
}
|
bool FUN_0010c750(long param_1,long param_2)
{
bool bVar1;
int iVar2;
char *__s2;
if ((*(long *)(param_1 + 0x18) == 0) ||
(bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))) {
if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {
return false;
}
bVar1 = true;
if (*(char **)(param_1 + 0x10) != (char *)0x0) {
__s2 = *(char **)(param_2 + 0x10);
if (*__s2 != '\0') {
__s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));
}
iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);
return iVar2 == 0;
}
}
return bVar1;
}
| MOV RDX,qword ptr [RDI + 0x18]
TEST RDX,RDX
JZ 0x0010c768
XOR EAX,EAX
CMP RDX,qword ptr [RSI + 0x18]
JZ 0x0010c768
RET
MOV EDX,dword ptr [RDI + 0x20]
TEST EDX,EDX
JNZ 0x0010c7b8
MOV RDI,qword ptr [RDI + 0x10]
MOV EAX,0x1
TEST RDI,RDI
JZ 0x0010c761
SUB RSP,0x8
MOV RSI,qword ptr [RSI + 0x10]
MOVZX EAX,byte ptr [RSI]
TEST AL,AL
JZ 0x0010c7a3
MOV RDX,qword ptr [0x00119ad8]
MOV RDX,qword ptr [RDX + 0x8]
CMP AL,byte ptr [RDX + 0x1c]
SETZ AL
MOVZX EAX,AL
ADD RSI,RAX
CALL 0x001022d0
TEST EAX,EAX
SETZ AL
ADD RSP,0x8
MOVZX EAX,AL
RET
XOR EAX,EAX
CMP EDX,dword ptr [RSI + 0x20]
JZ 0x0010c76f
RET | null | null | null | null | [('const-0', u'INT_NOTEQUAL_-1206925374'), (u'INDIRECT_-1206924995', u'COPY_-1206925036'), ('const-433', u'LOAD_-1206925221'), ('tmp_471', u'PTRSUB_-1206925039'), (u'MULTIEQUAL_-1206925050', u'CALL_-1206925275'), ('tmp_32', u'CBRANCH_-1206925464'), ('tmp_472', u'PTRSUB_-1206924952'), ('tmp_471', u'PTRSUB_-1206925031'), (u'LOAD_-1206925317', u'INT_EQUAL_-1206925302'), (u'LOAD_-1206925324', u'PTRSUB_-1206924988'), (u'PTRSUB_-1206925012', u'LOAD_-1206925359'), ('const-433', u'LOAD_-1206925317'), (u'LOAD_-1206925400', u'INT_NOTEQUAL_-1206925374'), ('tmp_949', u'COPY_-1206925024'), (u'INT_EQUAL_-1206925302', u'INT_ZEXT_-1206925123'), (u'PTRSUB_-1206925039', u'LOAD_-1206925422'), (u'LOAD_-1206925353', u'INT_NOTEQUAL_-1206925333'), ('tmp_472', u'PTRSUB_-1206925053'), (u'PTRSUB_-1206925031', u'LOAD_-1206925400'), (u'PTRSUB_-1206924952', u'LOAD_-1206925221'), ('const-16', u'PTRSUB_-1206925031'), (u'COPY_-1206925151', u'MULTIEQUAL_-1206925082'), ('const-1', u'COPY_-1206925124'), ('tmp_949', u'PTRSUB_-1206924993'), ('const-0', u'RETURN_-1206925194'), ('const-433', u'LOAD_-1206925400'), ('const-16', u'PTRSUB_-1206925012'), ('const-0', u'INT_EQUAL_-1206925261'), (u'LOAD_-1206925485', u'INT_EQUAL_-1206925466'), ('tmp_471', u'PTRSUB_-1206925065'), ('tmp_949', u'COPY_-1206925120'), (u'LOAD_-1206925221', u'INT_NOTEQUAL_-1206925205'), (u'PTRADD_-1206925229', u'MULTIEQUAL_-1206925050'), (u'INT_NOTEQUAL_-1206925205', u'CBRANCH_-1206925204'), ('const-0', u'RETURN_-1206925231'), (u'PTRSUB_-1206924988', u'LOAD_-1206925317'), (u'COPY_-1206925124', u'MULTIEQUAL_-1206925082'), (u'INT_NOTEQUAL_-1206925402', u'CBRANCH_-1206925401'), ('const-0', u'COPY_-1206925115'), (u'COPY_-1206925115', u'RETURN_-1206925194'), ('const-8', u'PTRSUB_-1206924993'), ('const-0', u'COPY_-1206925151'), ('const-24', u'PTRSUB_-1206925065'), ('tmp_175', u'CBRANCH_-1206925373'), (u'LOAD_-1206925359', u'LOAD_-1206925353'), ('const-28', u'PTRSUB_-1206924988'), (u'LOAD_-1206925485', u'INT_EQUAL_-1206925436'), (u'INT_EQUAL_-1206925436', u'CBRANCH_-1206925433'), (u'CALL_-1206925275', u'INDIRECT_-1206924995'), (u'LOAD_-1206925451', u'INT_EQUAL_-1206925436'), ('tmp_139', u'CBRANCH_-1206925401'), (u'LOAD_-1206925359', u'MULTIEQUAL_-1206925050'), (u'PTRSUB_-1206924993', u'LOAD_-1206925324'), (u'INT_ZEXT_-1206925111', u'RETURN_-1206925231'), ('const-0', u'INT_NOTEQUAL_-1206925402'), ('const-32', u'PTRSUB_-1206924952'), (u'LOAD_-1206925353', u'INT_EQUAL_-1206925302'), (u'INT_NOTEQUAL_-1206925374', u'CBRANCH_-1206925373'), ('const-433', u'LOAD_-1206925353'), ('const-433', u'LOAD_-1206925485'), ('tmp_94', u'CBRANCH_-1206925433'), (u'INT_NOTEQUAL_-1206925333', u'CBRANCH_-1206925333'), ('const-433', u'LOAD_-1206925451'), (u'INT_EQUAL_-1206925261', u'INT_ZEXT_-1206925111'), (u'LOAD_-1206925422', u'INT_NOTEQUAL_-1206925205'), ('const-24', u'PTRSUB_-1206925053'), ('const-0', u'INT_EQUAL_-1206925466'), (u'INT_EQUAL_-1206925466', u'CBRANCH_-1206925464'), (u'LOAD_-1206925400', u'CALL_-1206925275'), (u'LOAD_-1206925359', u'PTRADD_-1206925229'), ('const-433', u'LOAD_-1206925422'), (u'INT_ZEXT_-1206925123', u'PTRADD_-1206925229'), ('tmp_472', u'PTRSUB_-1206925012'), (u'PTRSUB_-1206925053', u'LOAD_-1206925451'), ('const-433', u'LOAD_-1206925324'), (u'MULTIEQUAL_-1206925082', u'COPY_-1206925211'), ('const-32', u'PTRSUB_-1206925039'), (u'COPY_-1206925211', u'RETURN_-1206925423'), ('tmp_451', u'CBRANCH_-1206925204'), ('const-0', u'INT_NOTEQUAL_-1206925333'), ('const-0', u'RETURN_-1206925423'), ('const-1', u'PTRADD_-1206925229'), ('const-433', u'LOAD_-1206925359'), (u'LOAD_-1206925422', u'INT_NOTEQUAL_-1206925402'), ('tmp_242', u'CBRANCH_-1206925333'), (u'CALL_-1206925275', u'INT_EQUAL_-1206925261'), (u'PTRSUB_-1206925065', u'LOAD_-1206925485')] | [('const-0', u'INT_NOTEQUAL_-1206925374'), ('const-16', u'INT_ADD_-1206925343'), ('tmp_845', u'INT_ADD_-1206925406'), (u'INT_ADD_-1206925308', u'CAST_-1206924999'), ('tmp_32', u'CBRANCH_-1206925464'), ('tmp_849', u'INT_ADD_-1206925435'), (u'CAST_-1206924963', u'LOAD_-1206925221'), (u'LOAD_-1206925317', u'INT_EQUAL_-1206925302'), ('const-32', u'INT_ADD_-1206925205'), (u'LOAD_-1206925400', u'INT_NOTEQUAL_-1206925374'), ('const-24', u'INT_ADD_-1206925435'), (u'LOAD_-1206925353', u'INT_NOTEQUAL_-1206925333'), (u'COPY_-1206925043', u'RETURN_-1206925231'), ('tmp_930', u'COPY_-1206925035'), (u'LOAD_-1206925359', u'MULTIEQUAL_-1206925053'), ('const-433', u'LOAD_-1206925221'), ('const-0', u'RETURN_-1206925194'), ('const-0', u'INT_EQUAL_-1206925261'), (u'CAST_-1206925072', u'LOAD_-1206925485'), (u'LOAD_-1206925485', u'INT_EQUAL_-1206925466'), (u'INT_ADD_-1206925406', u'CAST_-1206925046'), (u'CAST_-1206925037', u'LOAD_-1206925400'), (u'MULTIEQUAL_-1206925053', u'CALL_-1206925275'), (u'LOAD_-1206925221', u'INT_NOTEQUAL_-1206925205'), (u'INT_ADD_-1206925469', u'CAST_-1206925072'), (u'CAST_-1206925060', u'LOAD_-1206925451'), (u'INT_NOTEQUAL_-1206925205', u'CBRANCH_-1206925204'), ('const-0', u'RETURN_-1206925231'), (u'INT_EQUAL_-1206925261', u'COPY_-1206925043'), (u'CAST_-1206924999', u'LOAD_-1206925324'), (u'INT_NOTEQUAL_-1206925402', u'CBRANCH_-1206925401'), ('tmp_845', u'INT_ADD_-1206925384'), (u'INDIRECT_-1206925006', u'COPY_-1206925047'), ('const-433', u'LOAD_-1206925485'), (u'INT_EQUAL_-1206925302', u'INT_ZEXT_-1206925126'), (u'INT_ADD_-1206925384', u'CAST_-1206925037'), ('const-433', u'LOAD_-1206925359'), ('const-0', u'COPY_-1206925127'), ('const-1', u'COPY_-1206925102'), ('tmp_175', u'CBRANCH_-1206925373'), ('const-433', u'LOAD_-1206925353'), (u'LOAD_-1206925359', u'LOAD_-1206925353'), (u'INT_ADD_-1206925205', u'CAST_-1206924963'), (u'LOAD_-1206925485', u'INT_EQUAL_-1206925436'), (u'INT_ZEXT_-1206925126', u'PTRADD_-1206925229'), ('const-16', u'INT_ADD_-1206925384'), (u'INT_ADD_-1206925343', u'CAST_-1206925018'), (u'CAST_-1206925018', u'LOAD_-1206925359'), ('tmp_849', u'INT_ADD_-1206925205'), ('const-433', u'LOAD_-1206925324'), (u'INT_ADD_-1206925301', u'CAST_-1206924994'), (u'INT_EQUAL_-1206925436', u'CBRANCH_-1206925433'), (u'LOAD_-1206925451', u'INT_EQUAL_-1206925436'), ('tmp_139', u'CBRANCH_-1206925401'), ('const-433', u'LOAD_-1206925317'), ('const-0', u'INT_NOTEQUAL_-1206925402'), (u'CAST_-1206925046', u'LOAD_-1206925422'), (u'LOAD_-1206925353', u'INT_EQUAL_-1206925302'), ('tmp_930', u'INT_ADD_-1206925308'), (u'INT_NOTEQUAL_-1206925374', u'CBRANCH_-1206925373'), (u'CALL_-1206925275', u'INDIRECT_-1206925006'), ('tmp_94', u'CBRANCH_-1206925433'), (u'INT_NOTEQUAL_-1206925333', u'CBRANCH_-1206925333'), ('const-433', u'LOAD_-1206925451'), ('tmp_849', u'INT_ADD_-1206925343'), (u'PTRADD_-1206925229', u'MULTIEQUAL_-1206925053'), (u'COPY_-1206925127', u'MULTIEQUAL_-1206925062'), (u'LOAD_-1206925422', u'INT_NOTEQUAL_-1206925205'), (u'COPY_-1206925035', u'RETURN_-1206925194'), ('const-0', u'INT_EQUAL_-1206925466'), (u'CAST_-1206924994', u'LOAD_-1206925317'), (u'INT_EQUAL_-1206925466', u'CBRANCH_-1206925464'), (u'LOAD_-1206925400', u'CALL_-1206925275'), ('tmp_930', u'COPY_-1206925131'), (u'LOAD_-1206925359', u'PTRADD_-1206925229'), (u'COPY_-1206925102', u'MULTIEQUAL_-1206925062'), ('const-433', u'LOAD_-1206925400'), ('const-1', u'PTRADD_-1206925229'), (u'MULTIEQUAL_-1206925062', u'RETURN_-1206925423'), ('const-28', u'INT_ADD_-1206925301'), (u'LOAD_-1206925324', u'INT_ADD_-1206925301'), ('const-24', u'INT_ADD_-1206925469'), ('tmp_845', u'INT_ADD_-1206925469'), ('tmp_451', u'CBRANCH_-1206925204'), ('const-0', u'INT_NOTEQUAL_-1206925333'), ('const-0', u'RETURN_-1206925423'), ('const-0', u'COPY_-1206925035'), (u'LOAD_-1206925422', u'INT_NOTEQUAL_-1206925402'), ('const-32', u'INT_ADD_-1206925406'), (u'INT_ADD_-1206925435', u'CAST_-1206925060'), ('tmp_242', u'CBRANCH_-1206925333'), (u'CALL_-1206925275', u'INT_EQUAL_-1206925261'), ('const-433', u'LOAD_-1206925422'), ('const-8', u'INT_ADD_-1206925308')] | null | null | 0010c750 | x64 | O2 | (translation_unit "bool FUN_0010c750(long param_1,long param_2)\n\n{\n bool bVar1;\n int iVar2;\n char *__s2;\n \n if ((*(long *)(param_1 + 0x18) == 0) ||\n (bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))) {\n if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {\n return false;\n }\n bVar1 = true;\n if (*(char **)(param_1 + 0x10) != (char *)0x0) {\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }\n }\n return bVar1;\n}\n\n" (function_definition "bool FUN_0010c750(long param_1,long param_2)\n\n{\n bool bVar1;\n int iVar2;\n char *__s2;\n \n if ((*(long *)(param_1 + 0x18) == 0) ||\n (bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))) {\n if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {\n return false;\n }\n bVar1 = true;\n if (*(char **)(param_1 + 0x10) != (char *)0x0) {\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }\n }\n return bVar1;\n}" primitive_type (function_declarator "FUN_0010c750(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 bool bVar1;\n int iVar2;\n char *__s2;\n \n if ((*(long *)(param_1 + 0x18) == 0) ||\n (bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))) {\n if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {\n return false;\n }\n bVar1 = true;\n if (*(char **)(param_1 + 0x10) != (char *)0x0) {\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }\n }\n return bVar1;\n}" { (declaration "bool bVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "char *__s2;" primitive_type (pointer_declarator "*__s2" * identifier) ;) (if_statement "if ((*(long *)(param_1 + 0x18) == 0) ||\n (bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))) {\n if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {\n return false;\n }\n bVar1 = true;\n if (*(char **)(param_1 + 0x10) != (char *)0x0) {\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }\n }" if (parenthesized_expression "((*(long *)(param_1 + 0x18) == 0) ||\n (bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18)))" ( (binary_expression "(*(long *)(param_1 + 0x18) == 0) ||\n (bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))" (parenthesized_expression "(*(long *)(param_1 + 0x18) == 0)" ( (binary_expression "*(long *)(param_1 + 0x18) == 0" (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) == number_literal) )) || (parenthesized_expression "(bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))" ( (comma_expression "bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18)" (assignment_expression "bVar1 = false" identifier = false) , (binary_expression "*(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18)" (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) )))) == (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) )))))) ))) )) (compound_statement "{\n if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {\n return false;\n }\n bVar1 = true;\n if (*(char **)(param_1 + 0x10) != (char *)0x0) {\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }\n }" { (if_statement "if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {\n return false;\n }" if (parenthesized_expression "((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20)))" ( (binary_expression "(*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))" (parenthesized_expression "(*(int *)(param_1 + 0x20) != 0)" ( (binary_expression "*(int *)(param_1 + 0x20) != 0" (pointer_expression "*(int *)(param_1 + 0x20)" * (cast_expression "(int *)(param_1 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) != number_literal) )) && (parenthesized_expression "(*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))" ( (binary_expression "*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20)" (pointer_expression "*(int *)(param_1 + 0x20)" * (cast_expression "(int *)(param_1 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) != (pointer_expression "*(int *)(param_2 + 0x20)" * (cast_expression "(int *)(param_2 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) ))))) ))) )) (compound_statement "{\n return false;\n }" { (return_statement "return false;" return false ;) })) (expression_statement "bVar1 = true;" (assignment_expression "bVar1 = true" identifier = true) ;) (if_statement "if (*(char **)(param_1 + 0x10) != (char *)0x0) {\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }" if (parenthesized_expression "(*(char **)(param_1 + 0x10) != (char *)0x0)" ( (binary_expression "*(char **)(param_1 + 0x10) != (char *)0x0" (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) )))) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }" { (expression_statement "__s2 = *(char **)(param_2 + 0x10);" (assignment_expression "__s2 = *(char **)(param_2 + 0x10)" identifier = (pointer_expression "*(char **)(param_2 + 0x10)" * (cast_expression "(char **)(param_2 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }" if (parenthesized_expression "(*__s2 != '\0')" ( (binary_expression "*__s2 != '\0'" (pointer_expression "*__s2" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }" { (expression_statement "__s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));" (assignment_expression "__s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c))" identifier = (binary_expression "__s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c))" identifier + (parenthesized_expression "(*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c))" ( (binary_expression "*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c)" (pointer_expression "*__s2" * identifier) == (pointer_expression "*(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c)" * (cast_expression "(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(DAT_00119ad8 + 8) + 0x1c)" ( (binary_expression "*(long *)(DAT_00119ad8 + 8) + 0x1c" (pointer_expression "*(long *)(DAT_00119ad8 + 8)" * (cast_expression "(long *)(DAT_00119ad8 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00119ad8 + 8)" ( (binary_expression "DAT_00119ad8 + 8" identifier + number_literal) )))) + number_literal) ))))) )))) ;) })) (expression_statement "iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);" (assignment_expression "iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2)" identifier = (call_expression "strcmp(*(char **)(param_1 + 0x10),__s2)" identifier (argument_list "(*(char **)(param_1 + 0x10),__s2)" ( (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) )))) , identifier )))) ;) (return_statement "return iVar2 == 0;" return (binary_expression "iVar2 == 0" identifier == number_literal) ;) })) })) (return_statement "return bVar1;" return identifier ;) }))) | (translation_unit "bfd_boolean match(Sym *pattern,Sym *sym)\n\n{\n bfd_boolean bVar1;\n int iVar2;\n char *__s2;\n \n if ((pattern->file == (Source_File *)0x0) || (bVar1 = 0, pattern->file == sym->file)) {\n if ((pattern->line_num != 0) && (pattern->line_num != sym->line_num)) {\n return 0;\n }\n bVar1 = 1;\n if (pattern->name != (char *)0x0) {\n __s2 = sym->name;\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == core_bfd->xvec->symbol_leading_char);\n }\n iVar2 = strcmp(pattern->name,__s2);\n return (bfd_boolean)(iVar2 == 0);\n }\n }\n return bVar1;\n}\n\n" (function_definition "bfd_boolean match(Sym *pattern,Sym *sym)\n\n{\n bfd_boolean bVar1;\n int iVar2;\n char *__s2;\n \n if ((pattern->file == (Source_File *)0x0) || (bVar1 = 0, pattern->file == sym->file)) {\n if ((pattern->line_num != 0) && (pattern->line_num != sym->line_num)) {\n return 0;\n }\n bVar1 = 1;\n if (pattern->name != (char *)0x0) {\n __s2 = sym->name;\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == core_bfd->xvec->symbol_leading_char);\n }\n iVar2 = strcmp(pattern->name,__s2);\n return (bfd_boolean)(iVar2 == 0);\n }\n }\n return bVar1;\n}" type_identifier (function_declarator "match(Sym *pattern,Sym *sym)" identifier (parameter_list "(Sym *pattern,Sym *sym)" ( (parameter_declaration "Sym *pattern" type_identifier (pointer_declarator "*pattern" * identifier)) , (parameter_declaration "Sym *sym" type_identifier (pointer_declarator "*sym" * identifier)) ))) (compound_statement "{\n bfd_boolean bVar1;\n int iVar2;\n char *__s2;\n \n if ((pattern->file == (Source_File *)0x0) || (bVar1 = 0, pattern->file == sym->file)) {\n if ((pattern->line_num != 0) && (pattern->line_num != sym->line_num)) {\n return 0;\n }\n bVar1 = 1;\n if (pattern->name != (char *)0x0) {\n __s2 = sym->name;\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == core_bfd->xvec->symbol_leading_char);\n }\n iVar2 = strcmp(pattern->name,__s2);\n return (bfd_boolean)(iVar2 == 0);\n }\n }\n return bVar1;\n}" { (declaration "bfd_boolean bVar1;" type_identifier identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "char *__s2;" primitive_type (pointer_declarator "*__s2" * identifier) ;) (if_statement "if ((pattern->file == (Source_File *)0x0) || (bVar1 = 0, pattern->file == sym->file)) {\n if ((pattern->line_num != 0) && (pattern->line_num != sym->line_num)) {\n return 0;\n }\n bVar1 = 1;\n if (pattern->name != (char *)0x0) {\n __s2 = sym->name;\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == core_bfd->xvec->symbol_leading_char);\n }\n iVar2 = strcmp(pattern->name,__s2);\n return (bfd_boolean)(iVar2 == 0);\n }\n }" if (parenthesized_expression "((pattern->file == (Source_File *)0x0) || (bVar1 = 0, pattern->file == sym->file))" ( (binary_expression "(pattern->file == (Source_File *)0x0) || (bVar1 = 0, pattern->file == sym->file)" (parenthesized_expression "(pattern->file == (Source_File *)0x0)" ( (binary_expression "pattern->file == (Source_File *)0x0" (field_expression "pattern->file" identifier -> field_identifier) == (cast_expression "(Source_File *)0x0" ( (type_descriptor "Source_File *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) )) || (parenthesized_expression "(bVar1 = 0, pattern->file == sym->file)" ( (comma_expression "bVar1 = 0, pattern->file == sym->file" (assignment_expression "bVar1 = 0" identifier = number_literal) , (binary_expression "pattern->file == sym->file" (field_expression "pattern->file" identifier -> field_identifier) == (field_expression "sym->file" identifier -> field_identifier))) ))) )) (compound_statement "{\n if ((pattern->line_num != 0) && (pattern->line_num != sym->line_num)) {\n return 0;\n }\n bVar1 = 1;\n if (pattern->name != (char *)0x0) {\n __s2 = sym->name;\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == core_bfd->xvec->symbol_leading_char);\n }\n iVar2 = strcmp(pattern->name,__s2);\n return (bfd_boolean)(iVar2 == 0);\n }\n }" { (if_statement "if ((pattern->line_num != 0) && (pattern->line_num != sym->line_num)) {\n return 0;\n }" if (parenthesized_expression "((pattern->line_num != 0) && (pattern->line_num != sym->line_num))" ( (binary_expression "(pattern->line_num != 0) && (pattern->line_num != sym->line_num)" (parenthesized_expression "(pattern->line_num != 0)" ( (binary_expression "pattern->line_num != 0" (field_expression "pattern->line_num" identifier -> field_identifier) != number_literal) )) && (parenthesized_expression "(pattern->line_num != sym->line_num)" ( (binary_expression "pattern->line_num != sym->line_num" (field_expression "pattern->line_num" identifier -> field_identifier) != (field_expression "sym->line_num" identifier -> field_identifier)) ))) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "bVar1 = 1;" (assignment_expression "bVar1 = 1" identifier = number_literal) ;) (if_statement "if (pattern->name != (char *)0x0) {\n __s2 = sym->name;\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == core_bfd->xvec->symbol_leading_char);\n }\n iVar2 = strcmp(pattern->name,__s2);\n return (bfd_boolean)(iVar2 == 0);\n }" if (parenthesized_expression "(pattern->name != (char *)0x0)" ( (binary_expression "pattern->name != (char *)0x0" (field_expression "pattern->name" identifier -> field_identifier) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __s2 = sym->name;\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == core_bfd->xvec->symbol_leading_char);\n }\n iVar2 = strcmp(pattern->name,__s2);\n return (bfd_boolean)(iVar2 == 0);\n }" { (expression_statement "__s2 = sym->name;" (assignment_expression "__s2 = sym->name" identifier = (field_expression "sym->name" identifier -> field_identifier)) ;) (if_statement "if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == core_bfd->xvec->symbol_leading_char);\n }" if (parenthesized_expression "(*__s2 != '\0')" ( (binary_expression "*__s2 != '\0'" (pointer_expression "*__s2" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n __s2 = __s2 + (*__s2 == core_bfd->xvec->symbol_leading_char);\n }" { (expression_statement "__s2 = __s2 + (*__s2 == core_bfd->xvec->symbol_leading_char);" (assignment_expression "__s2 = __s2 + (*__s2 == core_bfd->xvec->symbol_leading_char)" identifier = (binary_expression "__s2 + (*__s2 == core_bfd->xvec->symbol_leading_char)" identifier + (parenthesized_expression "(*__s2 == core_bfd->xvec->symbol_leading_char)" ( (binary_expression "*__s2 == core_bfd->xvec->symbol_leading_char" (pointer_expression "*__s2" * identifier) == (field_expression "core_bfd->xvec->symbol_leading_char" (field_expression "core_bfd->xvec" identifier -> field_identifier) -> field_identifier)) )))) ;) })) (expression_statement "iVar2 = strcmp(pattern->name,__s2);" (assignment_expression "iVar2 = strcmp(pattern->name,__s2)" identifier = (call_expression "strcmp(pattern->name,__s2)" identifier (argument_list "(pattern->name,__s2)" ( (field_expression "pattern->name" identifier -> field_identifier) , identifier )))) ;) (return_statement "return (bfd_boolean)(iVar2 == 0);" return (call_expression "(bfd_boolean)(iVar2 == 0)" (parenthesized_expression "(bfd_boolean)" ( identifier )) (argument_list "(iVar2 == 0)" ( (binary_expression "iVar2 == 0" identifier == number_literal) ))) ;) })) })) (return_statement "return bVar1;" return identifier ;) }))) | (translation_unit "bool FUN_0010c750(long param_1,long param_2)\n\n{\n bool bVar1;\n int iVar2;\n char *__s2;\n \n if ((*(long *)(param_1 + 0x18) == 0) ||\n (bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))) {\n if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {\n return false;\n }\n bVar1 = true;\n if (*(char **)(param_1 + 0x10) != (char *)0x0) {\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }\n }\n return bVar1;\n}\n\n" (function_definition "bool FUN_0010c750(long param_1,long param_2)\n\n{\n bool bVar1;\n int iVar2;\n char *__s2;\n \n if ((*(long *)(param_1 + 0x18) == 0) ||\n (bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))) {\n if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {\n return false;\n }\n bVar1 = true;\n if (*(char **)(param_1 + 0x10) != (char *)0x0) {\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }\n }\n return bVar1;\n}" primitive_type (function_declarator "FUN_0010c750(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 bool bVar1;\n int iVar2;\n char *__s2;\n \n if ((*(long *)(param_1 + 0x18) == 0) ||\n (bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))) {\n if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {\n return false;\n }\n bVar1 = true;\n if (*(char **)(param_1 + 0x10) != (char *)0x0) {\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }\n }\n return bVar1;\n}" { (declaration "bool bVar1;" primitive_type identifier ;) (declaration "int iVar2;" primitive_type identifier ;) (declaration "char *__s2;" primitive_type (pointer_declarator "*__s2" * identifier) ;) (if_statement "if ((*(long *)(param_1 + 0x18) == 0) ||\n (bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))) {\n if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {\n return false;\n }\n bVar1 = true;\n if (*(char **)(param_1 + 0x10) != (char *)0x0) {\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }\n }" if (parenthesized_expression "((*(long *)(param_1 + 0x18) == 0) ||\n (bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18)))" ( (binary_expression "(*(long *)(param_1 + 0x18) == 0) ||\n (bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))" (parenthesized_expression "(*(long *)(param_1 + 0x18) == 0)" ( (binary_expression "*(long *)(param_1 + 0x18) == 0" (pointer_expression "*(long *)(param_1 + 0x18)" * (cast_expression "(long *)(param_1 + 0x18)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x18)" ( (binary_expression "param_1 + 0x18" identifier + number_literal) )))) == number_literal) )) || (parenthesized_expression "(bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))" ( (comma_expression "bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18)" (assignment_expression "bVar1 = false" identifier = false) , (binary_expression "*(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18)" (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) )))) == (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) )))))) ))) )) (compound_statement "{\n if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {\n return false;\n }\n bVar1 = true;\n if (*(char **)(param_1 + 0x10) != (char *)0x0) {\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }\n }" { (if_statement "if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {\n return false;\n }" if (parenthesized_expression "((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20)))" ( (binary_expression "(*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))" (parenthesized_expression "(*(int *)(param_1 + 0x20) != 0)" ( (binary_expression "*(int *)(param_1 + 0x20) != 0" (pointer_expression "*(int *)(param_1 + 0x20)" * (cast_expression "(int *)(param_1 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) != number_literal) )) && (parenthesized_expression "(*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))" ( (binary_expression "*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20)" (pointer_expression "*(int *)(param_1 + 0x20)" * (cast_expression "(int *)(param_1 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0x20)" ( (binary_expression "param_1 + 0x20" identifier + number_literal) )))) != (pointer_expression "*(int *)(param_2 + 0x20)" * (cast_expression "(int *)(param_2 + 0x20)" ( (type_descriptor "int *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_2 + 0x20)" ( (binary_expression "param_2 + 0x20" identifier + number_literal) ))))) ))) )) (compound_statement "{\n return false;\n }" { (return_statement "return false;" return false ;) })) (expression_statement "bVar1 = true;" (assignment_expression "bVar1 = true" identifier = true) ;) (if_statement "if (*(char **)(param_1 + 0x10) != (char *)0x0) {\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }" if (parenthesized_expression "(*(char **)(param_1 + 0x10) != (char *)0x0)" ( (binary_expression "*(char **)(param_1 + 0x10) != (char *)0x0" (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) )))) != (cast_expression "(char *)0x0" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) number_literal)) )) (compound_statement "{\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }" { (expression_statement "__s2 = *(char **)(param_2 + 0x10);" (assignment_expression "__s2 = *(char **)(param_2 + 0x10)" identifier = (pointer_expression "*(char **)(param_2 + 0x10)" * (cast_expression "(char **)(param_2 + 0x10)" ( (type_descriptor "char **" primitive_type (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_2 + 0x10)" ( (binary_expression "param_2 + 0x10" identifier + number_literal) ))))) ;) (if_statement "if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }" if (parenthesized_expression "(*__s2 != '\0')" ( (binary_expression "*__s2 != '\0'" (pointer_expression "*__s2" * identifier) != (char_literal "'\0'" ' escape_sequence ')) )) (compound_statement "{\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }" { (expression_statement "__s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));" (assignment_expression "__s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c))" identifier = (binary_expression "__s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c))" identifier + (parenthesized_expression "(*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c))" ( (binary_expression "*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c)" (pointer_expression "*__s2" * identifier) == (pointer_expression "*(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c)" * (cast_expression "(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c)" ( (type_descriptor "char *" primitive_type (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*(long *)(DAT_00119ad8 + 8) + 0x1c)" ( (binary_expression "*(long *)(DAT_00119ad8 + 8) + 0x1c" (pointer_expression "*(long *)(DAT_00119ad8 + 8)" * (cast_expression "(long *)(DAT_00119ad8 + 8)" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(DAT_00119ad8 + 8)" ( (binary_expression "DAT_00119ad8 + 8" identifier + number_literal) )))) + number_literal) ))))) )))) ;) })) (expression_statement "iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);" (assignment_expression "iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2)" identifier = (call_expression "strcmp(*(char **)(param_1 + 0x10),__s2)" identifier (argument_list "(*(char **)(param_1 + 0x10),__s2)" ( (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) )))) , identifier )))) ;) (return_statement "return iVar2 == 0;" return (binary_expression "iVar2 == 0" identifier == number_literal) ;) })) })) (return_statement "return bVar1;" 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 ;) (declaration TYPE (pointer_declarator * IDENT) ;) (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == LIT) )) || (parenthesized_expression ( (comma_expression (assignment_expression IDENT = BOOL) , (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) == (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))))) ))) )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != LIT) )) && (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ))) )) (compound_statement { (return_statement return BOOL ;) })) (expression_statement (assignment_expression IDENT = BOOL) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) != (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) LIT)) )) (compound_statement { (expression_statement (assignment_expression IDENT = (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) ))))) ;) (if_statement if (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) != (char_literal ' escape_sequence ')) )) (compound_statement { (expression_statement (assignment_expression IDENT = (binary_expression IDENT + (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) == (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) + LIT) ))))) )))) ;) })) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator * (abstract_pointer_declarator *))) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) , IDENT )))) ;) (return_statement return (binary_expression IDENT == LIT) ;) })) })) (return_statement return IDENT ;) }))) | (function_definition "bool FUN_0010c750(long param_1,long param_2)\n\n{\n bool bVar1;\n int iVar2;\n char *__s2;\n \n if ((*(long *)(param_1 + 0x18) == 0) ||\n (bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))) {\n if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {\n return false;\n }\n bVar1 = true;\n if (*(char **)(param_1 + 0x10) != (char *)0x0) {\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }\n }\n return bVar1;\n}" (primitive_type "bool") (function_declarator "FUN_0010c750(long param_1,long param_2)" (identifier "FUN_0010c750") (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 bool bVar1;\n int iVar2;\n char *__s2;\n \n if ((*(long *)(param_1 + 0x18) == 0) ||\n (bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))) {\n if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {\n return false;\n }\n bVar1 = true;\n if (*(char **)(param_1 + 0x10) != (char *)0x0) {\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }\n }\n return bVar1;\n}" ({ "{") (declaration "bool bVar1;" (primitive_type "bool") (identifier "bVar1") (; ";")) (declaration "int iVar2;" (primitive_type "int") (identifier "iVar2") (; ";")) (declaration "char *__s2;" (primitive_type "char") (pointer_declarator "*__s2" (* "*") (identifier "__s2")) (; ";")) (if_statement "if ((*(long *)(param_1 + 0x18) == 0) ||\n (bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))) {\n if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {\n return false;\n }\n bVar1 = true;\n if (*(char **)(param_1 + 0x10) != (char *)0x0) {\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }\n }" (if "if") (parenthesized_expression "((*(long *)(param_1 + 0x18) == 0) ||\n (bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18)))" (( "(") (binary_expression "(*(long *)(param_1 + 0x18) == 0) ||\n (bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))" (parenthesized_expression "(*(long *)(param_1 + 0x18) == 0)" (( "(") (binary_expression "*(long *)(param_1 + 0x18) == 0" (pointer_expression "*(long *)(param_1 + 0x18)" (* "*") (cast_expression "(long *)(param_1 + 0x18)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x18)" (( "(") (binary_expression "param_1 + 0x18" (identifier "param_1") (+ "+") (number_literal "0x18")) () ")")))) (== "==") (number_literal "0")) () ")")) (|| "||") (parenthesized_expression "(bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))" (( "(") (comma_expression "bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18)" (assignment_expression "bVar1 = false" (identifier "bVar1") (= "=") (false "false")) (, ",") (binary_expression "*(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18)" (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")) () ")")))) (== "==") (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")) () ")")))))) () ")"))) () ")")) (compound_statement "{\n if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {\n return false;\n }\n bVar1 = true;\n if (*(char **)(param_1 + 0x10) != (char *)0x0) {\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }\n }" ({ "{") (if_statement "if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {\n return false;\n }" (if "if") (parenthesized_expression "((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20)))" (( "(") (binary_expression "(*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))" (parenthesized_expression "(*(int *)(param_1 + 0x20) != 0)" (( "(") (binary_expression "*(int *)(param_1 + 0x20) != 0" (pointer_expression "*(int *)(param_1 + 0x20)" (* "*") (cast_expression "(int *)(param_1 + 0x20)" (( "(") (type_descriptor "int *" (primitive_type "int") (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 + 0x20) != *(int *)(param_2 + 0x20))" (( "(") (binary_expression "*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20)" (pointer_expression "*(int *)(param_1 + 0x20)" (* "*") (cast_expression "(int *)(param_1 + 0x20)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0x20)" (( "(") (binary_expression "param_1 + 0x20" (identifier "param_1") (+ "+") (number_literal "0x20")) () ")")))) (!= "!=") (pointer_expression "*(int *)(param_2 + 0x20)" (* "*") (cast_expression "(int *)(param_2 + 0x20)" (( "(") (type_descriptor "int *" (primitive_type "int") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_2 + 0x20)" (( "(") (binary_expression "param_2 + 0x20" (identifier "param_2") (+ "+") (number_literal "0x20")) () ")"))))) () ")"))) () ")")) (compound_statement "{\n return false;\n }" ({ "{") (return_statement "return false;" (return "return") (false "false") (; ";")) (} "}"))) (expression_statement "bVar1 = true;" (assignment_expression "bVar1 = true" (identifier "bVar1") (= "=") (true "true")) (; ";")) (if_statement "if (*(char **)(param_1 + 0x10) != (char *)0x0) {\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }" (if "if") (parenthesized_expression "(*(char **)(param_1 + 0x10) != (char *)0x0)" (( "(") (binary_expression "*(char **)(param_1 + 0x10) != (char *)0x0" (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")) () ")")))) (!= "!=") (cast_expression "(char *)0x0" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (number_literal "0x0"))) () ")")) (compound_statement "{\n __s2 = *(char **)(param_2 + 0x10);\n if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }\n iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);\n return iVar2 == 0;\n }" ({ "{") (expression_statement "__s2 = *(char **)(param_2 + 0x10);" (assignment_expression "__s2 = *(char **)(param_2 + 0x10)" (identifier "__s2") (= "=") (pointer_expression "*(char **)(param_2 + 0x10)" (* "*") (cast_expression "(char **)(param_2 + 0x10)" (( "(") (type_descriptor "char **" (primitive_type "char") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_2 + 0x10)" (( "(") (binary_expression "param_2 + 0x10" (identifier "param_2") (+ "+") (number_literal "0x10")) () ")"))))) (; ";")) (if_statement "if (*__s2 != '\0') {\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }" (if "if") (parenthesized_expression "(*__s2 != '\0')" (( "(") (binary_expression "*__s2 != '\0'" (pointer_expression "*__s2" (* "*") (identifier "__s2")) (!= "!=") (char_literal "'\0'" (' "'") (escape_sequence "\0") (' "'"))) () ")")) (compound_statement "{\n __s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));\n }" ({ "{") (expression_statement "__s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));" (assignment_expression "__s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c))" (identifier "__s2") (= "=") (binary_expression "__s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c))" (identifier "__s2") (+ "+") (parenthesized_expression "(*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c))" (( "(") (binary_expression "*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c)" (pointer_expression "*__s2" (* "*") (identifier "__s2")) (== "==") (pointer_expression "*(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c)" (* "*") (cast_expression "(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c)" (( "(") (type_descriptor "char *" (primitive_type "char") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*(long *)(DAT_00119ad8 + 8) + 0x1c)" (( "(") (binary_expression "*(long *)(DAT_00119ad8 + 8) + 0x1c" (pointer_expression "*(long *)(DAT_00119ad8 + 8)" (* "*") (cast_expression "(long *)(DAT_00119ad8 + 8)" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(DAT_00119ad8 + 8)" (( "(") (binary_expression "DAT_00119ad8 + 8" (identifier "DAT_00119ad8") (+ "+") (number_literal "8")) () ")")))) (+ "+") (number_literal "0x1c")) () ")"))))) () ")")))) (; ";")) (} "}"))) (expression_statement "iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);" (assignment_expression "iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2)" (identifier "iVar2") (= "=") (call_expression "strcmp(*(char **)(param_1 + 0x10),__s2)" (identifier "strcmp") (argument_list "(*(char **)(param_1 + 0x10),__s2)" (( "(") (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")) () ")")))) (, ",") (identifier "__s2") () ")")))) (; ";")) (return_statement "return iVar2 == 0;" (return "return") (binary_expression "iVar2 == 0" (identifier "iVar2") (== "==") (number_literal "0")) (; ";")) (} "}"))) (} "}"))) (return_statement "return bVar1;" (return "return") (identifier "bVar1") (; ";")) (} "}"))) |
type_1 function_1(type_2 *pattern,type_2 *sym)
{
type_1 bVar1;
int var_3;
char *var_1;
if ((pattern->file == (type_3 *)0x0) || (bVar1 = 0, pattern->file == sym->file)) {
if ((pattern->line_num != 0) && (pattern->line_num != sym->line_num)) {
return 0;
}
bVar1 = 1;
if (pattern->name != (char *)0x0) {
var_1 = sym->name;
if (*var_1 != '\0') {
var_1 = var_1 + (*var_1 == core_bfd->xvec->symbol_leading_char);
}
var_3 = var_2(pattern->name,var_1);
return (type_1)(var_3 == 0);
}
}
return bVar1;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (sized_type_specifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (identifier)))) body: (compound_statement (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (identifier)) (declaration type: (primitive_type) declarator: (pointer_declarator declarator: (identifier))) (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) right: (parenthesized_expression (comma_expression left: (assignment_expression left: (identifier) right: (false)) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal)))))))))) 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: (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: (pointer_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 (return_statement (false)))) (expression_statement (assignment_expression left: (identifier) right: (true))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (number_literal)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))))) (if_statement condition: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (char_literal (escape_sequence)))) consequence: (compound_statement (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal)))))))))))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list (pointer_expression argument: (cast_expression type: (type_descriptor type: (primitive_type) declarator: (abstract_pointer_declarator declarator: (abstract_pointer_declarator))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) (identifier))))) (return_statement (binary_expression left: (identifier) right: (number_literal))))))) (return_statement (identifier))))) | null |
bool MASKED(long param_1,long param_2)
{
bool bVar1;
int iVar2;
char *__s2;
if ((*(long *)(param_1 + 0x18) == 0) ||
(bVar1 = false, *(long *)(param_1 + 0x18) == *(long *)(param_2 + 0x18))) {
if ((*(int *)(param_1 + 0x20) != 0) && (*(int *)(param_1 + 0x20) != *(int *)(param_2 + 0x20))) {
return false;
}
bVar1 = true;
if (*(char **)(param_1 + 0x10) != (char *)0x0) {
__s2 = *(char **)(param_2 + 0x10);
if (*__s2 != '\0') {
__s2 = __s2 + (*__s2 == *(char *)(*(long *)(DAT_00119ad8 + 8) + 0x1c));
}
iVar2 = strcmp(*(char **)(param_1 + 0x10),__s2);
return iVar2 == 0;
}
}
return bVar1;
}
|
9730_powerpc-linux-gnu-dwp_and_powerpc-linux-gnu-dwp_strip.c | ~time_put | FUN_00324d30 |
/* std::time_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::~time_put() */
void __thiscall
std::time_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::~time_put
(time_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this)
{
*(undefined ***)this = &PTR__time_put_0043c210;
locale::facet::~facet((facet *)this);
return;
}
|
void FUN_00324d30(undefined8 *param_1)
{
*param_1 = &PTR_FUN_0043c210;
FUN_002dc9a0();
return;
}
| LEA RAX,[0x43c200]
ADD RAX,0x10
MOV qword ptr [RDI],RAX
JMP 0x002dc9a0 | null | null | null | null | [('const-0', u'RETURN_-1204990635'), ('const-4440592', u'PTRSUB_-1204990569'), ('tmp_41', u'CAST_-1204990570'), (u'PTRSUB_-1204990569', u'STORE_-1204990647'), ('const-0', u'PTRSUB_-1204990569'), ('const-433', u'STORE_-1204990647'), (u'CAST_-1204990566', u'CALL_-1204990639'), (u'CAST_-1204990570', u'STORE_-1204990647'), ('tmp_41', u'CAST_-1204990566')] | [('const-4440592', u'PTRSUB_-1204990569'), ('const-0', u'RETURN_-1204990635'), (u'PTRSUB_-1204990569', u'STORE_-1204990647'), ('const-0', u'PTRSUB_-1204990569'), ('tmp_72', u'STORE_-1204990647'), ('const-433', u'STORE_-1204990647')] | null | null | 00324d30 | x64 | O2 | (translation_unit "void FUN_00324d30(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043c210;\n FUN_002dc9a0();\n return;\n}\n\n" (function_definition "void FUN_00324d30(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043c210;\n FUN_002dc9a0();\n return;\n}" primitive_type (function_declarator "FUN_00324d30(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_0043c210;\n FUN_002dc9a0();\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_0043c210;" (assignment_expression "*param_1 = &PTR_FUN_0043c210" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0043c210" & identifier)) ;) (expression_statement "FUN_002dc9a0();" (call_expression "FUN_002dc9a0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* std::time_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >\n >::~time_put() */\n\nvoid __thiscall\nstd::time_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::~time_put\n (time_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this)\n\n{\n *(undefined ***)this = &PTR__time_put_0043c210;\n locale::facet::~facet((facet *)this);\n return;\n}\n\n" comment (declaration "void __thiscall\nstd::time_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::~time_put\n (time_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this)\n\n{\n *(undefined ***)this = &PTR__time_put_0043c210;" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "std::time_put<" identifier : : identifier <) identifier , (ERROR "std::ostreambuf_iterator<" identifier : : identifier <) identifier , (ERROR "std::char_traits<wchar_t>>>::~time_put\n (time_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this)\n\n{" identifier : : identifier < identifier >> > : : ~ (function_declarator "time_put\n (time_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this)" identifier (parameter_list "(time_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this)" ( (parameter_declaration "time_put<wchar_t" type_identifier (ERROR "<" <) identifier) , (parameter_declaration "std::ostreambuf_iterator<wchar_t" type_identifier (ERROR "::ostreambuf_iterator<" : : identifier <) identifier) , (parameter_declaration "std::char_traits<wchar_t>>> *this" type_identifier (ERROR "::char_traits<wchar_t>>>" : : identifier < identifier >> >) (pointer_declarator "*this" * identifier)) ))) {) (init_declarator "*(undefined ***)this = &PTR__time_put_0043c210" (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__time_put_0043c210" & identifier)) ;) (labeled_statement "locale::facet::~facet((facet *)this);" statement_identifier : (ERROR ":" :) (labeled_statement "facet::~facet((facet *)this);" statement_identifier : (ERROR ":" :) (expression_statement "~facet((facet *)this);" (unary_expression "~facet((facet *)this)" ~ (call_expression "facet((facet *)this)" identifier (argument_list "((facet *)this)" ( (cast_expression "(facet *)this" ( (type_descriptor "facet *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier) )))) ;))) (return_statement "return;" return ;) (ERROR "}" })) | (translation_unit "void FUN_00324d30(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043c210;\n FUN_002dc9a0();\n return;\n}\n\n" (function_definition "void FUN_00324d30(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043c210;\n FUN_002dc9a0();\n return;\n}" primitive_type (function_declarator "FUN_00324d30(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_0043c210;\n FUN_002dc9a0();\n return;\n}" { (expression_statement "*param_1 = &PTR_FUN_0043c210;" (assignment_expression "*param_1 = &PTR_FUN_0043c210" (pointer_expression "*param_1" * identifier) = (pointer_expression "&PTR_FUN_0043c210" & identifier)) ;) (expression_statement "FUN_002dc9a0();" (call_expression "FUN_002dc9a0()" identifier (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE (pointer_declarator * IDENT)) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = (pointer_expression & IDENT)) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return ;) }))) | (function_definition "void FUN_00324d30(undefined8 *param_1)\n\n{\n *param_1 = &PTR_FUN_0043c210;\n FUN_002dc9a0();\n return;\n}" (primitive_type "void") (function_declarator "FUN_00324d30(undefined8 *param_1)" (identifier "FUN_00324d30") (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_0043c210;\n FUN_002dc9a0();\n return;\n}" ({ "{") (expression_statement "*param_1 = &PTR_FUN_0043c210;" (assignment_expression "*param_1 = &PTR_FUN_0043c210" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (pointer_expression "&PTR_FUN_0043c210" (& "&") (identifier "PTR_FUN_0043c210"))) (; ";")) (expression_statement "FUN_002dc9a0();" (call_expression "FUN_002dc9a0()" (identifier "FUN_002dc9a0") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* std::time_put<wchar_t, std::ostreambuf_iterator<wchar_t, std::char_traits<wchar_t> >
>::~time_put() */
void __thiscall
std::time_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>>::~time_put
(time_put<wchar_t,std::ostreambuf_iterator<wchar_t,std::char_traits<wchar_t>>> *this)
{
*(undefined ***)this = &PTR__time_put_0043c210;
locale::facet::~var_1((var_1 *)this);
return;
}
| null | (translation_unit (function_definition type: (primitive_type) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (pointer_expression argument: (identifier)))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement)))) | null |
void MASKED(undefined8 *param_1)
{
*param_1 = &PTR_FUN_0043c210;
FUN_002dc9a0();
return;
}
|
5_libpng16.so.16.36_and_libpng16.so.16.36_strip.c | png_set_benign_errors | png_set_benign_errors |
/* WARNING: Unknown calling convention */
void png_set_benign_errors(png_structrp png_ptr,int allowed)
{
(*(code *)PTR_png_set_benign_errors_00137b58)();
return;
}
|
void png_set_benign_errors(void)
{
(*(code *)PTR_png_set_benign_errors_00137b58)();
return;
}
| JMP qword ptr [0x00137b58] | null | null | null | null | [('tmp_34', u'CAST_-1206951781'), (u'CAST_-1206951781', u'CALLIND_-1206951848'), (u'CALLIND_-1206951848', u'INDIRECT_-1206951786'), ('const-1', u'RETURN_-1206951845'), (u'INDIRECT_-1206951786', u'COPY_-1206951845')] | [(u'INDIRECT_-1206951788', u'COPY_-1206951847'), (u'CALLIND_-1206951848', u'INDIRECT_-1206951788'), ('const-1', u'RETURN_-1206951845'), ('tmp_22', u'CAST_-1206951783'), (u'CAST_-1206951783', u'CALLIND_-1206951848')] | null | null | 00106050 | x64 | O2 | (translation_unit "void png_set_benign_errors(void)\n\n{\n (*(code *)PTR_png_set_benign_errors_00137b58)();\n return;\n}\n\n" (function_definition "void png_set_benign_errors(void)\n\n{\n (*(code *)PTR_png_set_benign_errors_00137b58)();\n return;\n}" primitive_type (function_declarator "png_set_benign_errors(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_png_set_benign_errors_00137b58)();\n return;\n}" { (expression_statement "(*(code *)PTR_png_set_benign_errors_00137b58)();" (call_expression "(*(code *)PTR_png_set_benign_errors_00137b58)()" (parenthesized_expression "(*(code *)PTR_png_set_benign_errors_00137b58)" ( (pointer_expression "*(code *)PTR_png_set_benign_errors_00137b58" * (cast_expression "(code *)PTR_png_set_benign_errors_00137b58" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* WARNING: Unknown calling convention */\n\nvoid png_set_benign_errors(png_structrp png_ptr,int allowed)\n\n{\n (*(code *)PTR_png_set_benign_errors_00137b58)();\n return;\n}\n\n" comment (function_definition "void png_set_benign_errors(png_structrp png_ptr,int allowed)\n\n{\n (*(code *)PTR_png_set_benign_errors_00137b58)();\n return;\n}" primitive_type (function_declarator "png_set_benign_errors(png_structrp png_ptr,int allowed)" identifier (parameter_list "(png_structrp png_ptr,int allowed)" ( (parameter_declaration "png_structrp png_ptr" type_identifier identifier) , (parameter_declaration "int allowed" primitive_type identifier) ))) (compound_statement "{\n (*(code *)PTR_png_set_benign_errors_00137b58)();\n return;\n}" { (expression_statement "(*(code *)PTR_png_set_benign_errors_00137b58)();" (call_expression "(*(code *)PTR_png_set_benign_errors_00137b58)()" (parenthesized_expression "(*(code *)PTR_png_set_benign_errors_00137b58)" ( (pointer_expression "*(code *)PTR_png_set_benign_errors_00137b58" * (cast_expression "(code *)PTR_png_set_benign_errors_00137b58" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void png_set_benign_errors(void)\n\n{\n (*(code *)PTR_png_set_benign_errors_00137b58)();\n return;\n}\n\n" (function_definition "void png_set_benign_errors(void)\n\n{\n (*(code *)PTR_png_set_benign_errors_00137b58)();\n return;\n}" primitive_type (function_declarator "png_set_benign_errors(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_png_set_benign_errors_00137b58)();\n return;\n}" { (expression_statement "(*(code *)PTR_png_set_benign_errors_00137b58)();" (call_expression "(*(code *)PTR_png_set_benign_errors_00137b58)()" (parenthesized_expression "(*(code *)PTR_png_set_benign_errors_00137b58)" ( (pointer_expression "*(code *)PTR_png_set_benign_errors_00137b58" * (cast_expression "(code *)PTR_png_set_benign_errors_00137b58" ( (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 png_set_benign_errors(void)\n\n{\n (*(code *)PTR_png_set_benign_errors_00137b58)();\n return;\n}" (primitive_type "void") (function_declarator "png_set_benign_errors(void)" (identifier "png_set_benign_errors") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_png_set_benign_errors_00137b58)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_png_set_benign_errors_00137b58)();" (call_expression "(*(code *)PTR_png_set_benign_errors_00137b58)()" (parenthesized_expression "(*(code *)PTR_png_set_benign_errors_00137b58)" (( "(") (pointer_expression "*(code *)PTR_png_set_benign_errors_00137b58" (* "*") (cast_expression "(code *)PTR_png_set_benign_errors_00137b58" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_png_set_benign_errors_00137b58"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* WARNING: Unknown calling convention */
void function_1(type_1 png_ptr,int allowed)
{
(*(type_2 *)PTR_png_set_benign_errors_00137b58)();
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_00137b58)();
return;
}
|
30_powerpc64-linux-gnu-nm_and_powerpc64-linux-gnu-nm_strip.c | xrealloc | xrealloc |
void xrealloc(void)
{
(*(code *)PTR_xrealloc_0010c0f0)();
return;
}
|
void xrealloc(void)
{
(*(code *)PTR_xrealloc_0010c0f0)();
return;
}
| JMP qword ptr [0x0010c0f0] | null | null | null | null | [(u'INDIRECT_-1206963676', u'COPY_-1206963735'), (u'CAST_-1206963671', u'CALLIND_-1206963736'), (u'CALLIND_-1206963736', u'INDIRECT_-1206963676'), ('tmp_22', u'CAST_-1206963671'), ('const-0', u'RETURN_-1206963733')] | [(u'INDIRECT_-1206963676', u'COPY_-1206963735'), (u'CAST_-1206963671', u'CALLIND_-1206963736'), (u'CALLIND_-1206963736', u'INDIRECT_-1206963676'), ('tmp_22', u'CAST_-1206963671'), ('const-0', u'RETURN_-1206963733')] | null | null | 001031e0 | x64 | O2 | (translation_unit "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_0010c0f0)();\n return;\n}\n\n" (function_definition "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_0010c0f0)();\n return;\n}" primitive_type (function_declarator "xrealloc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_xrealloc_0010c0f0)();\n return;\n}" { (expression_statement "(*(code *)PTR_xrealloc_0010c0f0)();" (call_expression "(*(code *)PTR_xrealloc_0010c0f0)()" (parenthesized_expression "(*(code *)PTR_xrealloc_0010c0f0)" ( (pointer_expression "*(code *)PTR_xrealloc_0010c0f0" * (cast_expression "(code *)PTR_xrealloc_0010c0f0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_0010c0f0)();\n return;\n}\n\n" (function_definition "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_0010c0f0)();\n return;\n}" primitive_type (function_declarator "xrealloc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_xrealloc_0010c0f0)();\n return;\n}" { (expression_statement "(*(code *)PTR_xrealloc_0010c0f0)();" (call_expression "(*(code *)PTR_xrealloc_0010c0f0)()" (parenthesized_expression "(*(code *)PTR_xrealloc_0010c0f0)" ( (pointer_expression "*(code *)PTR_xrealloc_0010c0f0" * (cast_expression "(code *)PTR_xrealloc_0010c0f0" ( (type_descriptor "code *" type_identifier (abstract_pointer_declarator "*" *)) ) identifier)) )) (argument_list "()" ( ))) ;) (return_statement "return;" return ;) }))) | (translation_unit "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_0010c0f0)();\n return;\n}\n\n" (function_definition "void xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_0010c0f0)();\n return;\n}" primitive_type (function_declarator "xrealloc(void)" identifier (parameter_list "(void)" ( (parameter_declaration "void" primitive_type) ))) (compound_statement "{\n (*(code *)PTR_xrealloc_0010c0f0)();\n return;\n}" { (expression_statement "(*(code *)PTR_xrealloc_0010c0f0)();" (call_expression "(*(code *)PTR_xrealloc_0010c0f0)()" (parenthesized_expression "(*(code *)PTR_xrealloc_0010c0f0)" ( (pointer_expression "*(code *)PTR_xrealloc_0010c0f0" * (cast_expression "(code *)PTR_xrealloc_0010c0f0" ( (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 xrealloc(void)\n\n{\n (*(code *)PTR_xrealloc_0010c0f0)();\n return;\n}" (primitive_type "void") (function_declarator "xrealloc(void)" (identifier "xrealloc") (parameter_list "(void)" (( "(") (parameter_declaration "void" (primitive_type "void")) () ")"))) (compound_statement "{\n (*(code *)PTR_xrealloc_0010c0f0)();\n return;\n}" ({ "{") (expression_statement "(*(code *)PTR_xrealloc_0010c0f0)();" (call_expression "(*(code *)PTR_xrealloc_0010c0f0)()" (parenthesized_expression "(*(code *)PTR_xrealloc_0010c0f0)" (( "(") (pointer_expression "*(code *)PTR_xrealloc_0010c0f0" (* "*") (cast_expression "(code *)PTR_xrealloc_0010c0f0" (( "(") (type_descriptor "code *" (type_identifier "code") (abstract_pointer_declarator "*" (* "*"))) () ")") (identifier "PTR_xrealloc_0010c0f0"))) () ")")) (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
void function_1(void)
{
(*(type_1 *)PTR_xrealloc_0010c0f0)();
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_0010c0f0)();
return;
}
|
4037_x86_64-kfreebsd-gnu-dwp_and_x86_64-kfreebsd-gnu-dwp_strip.c | has_dynamic_reloc_list | FUN_001f74a0 |
/* DWARF original prototype: bool has_dynamic_reloc_list(Output_segment * this, Output_data_list *
pdl) */
bool __thiscall
gold::Output_segment::has_dynamic_reloc_list(Output_segment *this,Output_data_list *pdl)
{
pointer ppOVar1;
byte bVar2;
bool bVar3;
pointer ppOVar4;
bool bVar5;
ppOVar4 = (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).
_M_impl._M_start;
ppOVar1 = (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).
_M_impl._M_finish;
if (ppOVar4 == ppOVar1) {
return false;
}
bVar2 = (byte)(*ppOVar4)->field_0x20 >> 4;
bVar3 = (bool)(bVar2 & 1);
bVar5 = bVar3;
while( true ) {
if ((bVar2 & 1) != 0) {
return bVar5;
}
ppOVar4 = ppOVar4 + 1;
if (ppOVar4 == ppOVar1) break;
bVar2 = (byte)(*ppOVar4)->field_0x20 >> 4;
bVar5 = (bool)(bVar2 & 1);
}
return bVar3;
}
|
byte FUN_001f74a0(undefined8 param_1,long *param_2)
{
byte bVar1;
byte bVar2;
long *plVar4;
byte bVar3;
plVar4 = (long *)*param_2;
if (plVar4 == (long *)param_2[1]) {
return 0;
}
bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;
bVar2 = bVar1 & 1;
bVar3 = bVar2;
while( true ) {
if ((bVar1 & 1) != 0) {
return bVar2;
}
plVar4 = plVar4 + 1;
if (plVar4 == (long *)param_2[1]) break;
bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;
bVar2 = bVar1 & 1;
}
return bVar3;
}
| MOV RCX,qword ptr [RSI]
MOV RSI,qword ptr [RSI + 0x8]
CMP RCX,RSI
JZ 0x001f74eb
MOV RAX,qword ptr [RCX]
MOVZX EAX,byte ptr [RAX + 0x20]
SHR AL,0x4
AND EAX,0x1
JNZ 0x001f74ea
ADD RCX,0x8
JMP 0x001f74db
MOV RDX,qword ptr [RCX]
ADD RCX,0x8
MOVZX EDX,byte ptr [RDX + 0x20]
SHR DL,0x4
AND EDX,0x1
JNZ 0x001f74e8
CMP RCX,RSI
JNZ 0x001f74c8
RET
MOV EAX,EDX
RET
XOR EAX,EAX
RET | null | null | null | null | [(u'PTRADD_-1207929240', u'LOAD_-1207929558'), ('const-0', u'INT_NOTEQUAL_-1207929598'), ('const-4', u'INT_RIGHT_-1207929623'), ('const-433', u'LOAD_-1207929558'), (u'LOAD_-1207929694', u'MULTIEQUAL_-1207929245'), (u'CAST_-1207929197', u'MULTIEQUAL_-1207929243'), ('const-433', u'LOAD_-1207929539'), (u'INT_AND_-1207929260', u'CAST_-1207929197'), (u'INT_AND_-1207929297', u'INT_NOTEQUAL_-1207929598'), (u'LOAD_-1207929558', u'PTRSUB_-1207929218'), ('tmp_41', u'CBRANCH_-1207929666'), (u'INT_NOTEQUAL_-1207929598', u'CBRANCH_-1207929596'), ('tmp_486', u'PTRSUB_-1207929270'), (u'LOAD_-1207929539', u'CAST_-1207929201'), (u'COPY_-1207929347', u'RETURN_-1207929448'), (u'PTRSUB_-1207929270', u'PTRSUB_-1207929259'), (u'INT_EQUAL_-1207929540', u'CBRANCH_-1207929537'), (u'PTRSUB_-1207929255', u'LOAD_-1207929694'), (u'PTRADD_-1207929240', u'INT_EQUAL_-1207929540'), (u'PTRSUB_-1207929259', u'PTRSUB_-1207929255'), (u'PTRADD_-1207929240', u'MULTIEQUAL_-1207929245'), ('const-0', u'PTRSUB_-1207929255'), (u'PTRSUB_-1207929255', u'PTRSUB_-1207929251'), ('const-1', u'PTRADD_-1207929240'), ('const-0', u'RETURN_-1207929432'), (u'INT_RIGHT_-1207929502', u'MULTIEQUAL_-1207929241'), (u'LOAD_-1207929660', u'CAST_-1207929235'), ('const-32', u'PTRSUB_-1207929252'), (u'COPY_-1207929358', u'RETURN_-1207929527'), ('tmp_190', u'CBRANCH_-1207929596'), ('const-4', u'INT_RIGHT_-1207929502'), ('const-0', u'PTRSUB_-1207929266'), (u'CAST_-1207929231', u'COPY_-1207929358'), (u'COPY_-1207929293', u'MULTIEQUAL_-1207929243'), (u'PTRSUB_-1207929266', u'PTRSUB_-1207929255'), (u'PTRSUB_-1207929252', u'LOAD_-1207929660'), (u'LOAD_-1207929694', u'INT_EQUAL_-1207929668'), (u'CAST_-1207929231', u'COPY_-1207929293'), ('const-32', u'PTRSUB_-1207929218'), (u'CAST_-1207929201', u'INT_RIGHT_-1207929502'), ('tmp_249', u'CBRANCH_-1207929537'), (u'CAST_-1207929235', u'INT_RIGHT_-1207929623'), ('const-0', u'PTRSUB_-1207929259'), (u'PTRSUB_-1207929218', u'LOAD_-1207929539'), ('const-433', u'LOAD_-1207929660'), ('const-0', u'COPY_-1207929343'), (u'MULTIEQUAL_-1207929245', u'PTRADD_-1207929240'), ('tmp_486', u'PTRSUB_-1207929266'), (u'LOAD_-1207929688', u'INT_EQUAL_-1207929540'), (u'INT_RIGHT_-1207929623', u'INT_AND_-1207929294'), (u'COPY_-1207929343', u'RETURN_-1207929432'), (u'INT_EQUAL_-1207929668', u'CBRANCH_-1207929666'), ('const-1', u'INT_AND_-1207929294'), (u'LOAD_-1207929694', u'LOAD_-1207929666'), (u'INT_RIGHT_-1207929623', u'MULTIEQUAL_-1207929241'), ('const-8', u'PTRSUB_-1207929251'), (u'LOAD_-1207929666', u'PTRSUB_-1207929252'), (u'LOAD_-1207929688', u'INT_EQUAL_-1207929668'), ('const-0', u'PTRSUB_-1207929270'), (u'MULTIEQUAL_-1207929241', u'INT_AND_-1207929297'), ('const-433', u'LOAD_-1207929688'), ('const-0', u'RETURN_-1207929448'), ('const-0', u'PTRSUB_-1207929255'), ('const-433', u'LOAD_-1207929666'), ('const-1', u'INT_AND_-1207929297'), ('const-8', u'PTRADD_-1207929240'), (u'MULTIEQUAL_-1207929243', u'COPY_-1207929347'), (u'PTRSUB_-1207929251', u'LOAD_-1207929688'), ('const-1', u'INT_AND_-1207929260'), ('const-0', u'RETURN_-1207929527'), ('const-433', u'LOAD_-1207929694'), (u'INT_RIGHT_-1207929502', u'INT_AND_-1207929260'), (u'INT_AND_-1207929294', u'CAST_-1207929231')] | [(u'INT_ADD_-1207929644', u'CAST_-1207929249'), (u'COPY_-1207929320', u'RETURN_-1207929527'), (u'MULTIEQUAL_-1207929249', u'COPY_-1207929267'), (u'CAST_-1207929266', u'LOAD_-1207929666'), ('const-1', u'INT_AND_-1207929295'), ('const-32', u'INT_ADD_-1207929644'), ('tmp_883', u'LOAD_-1207929694'), ('const-433', u'LOAD_-1207929688'), (u'CAST_-1207929262', u'INT_EQUAL_-1207929668'), (u'MULTIEQUAL_-1207929247', u'INT_AND_-1207929306'), (u'PTRADD_-1207929245', u'LOAD_-1207929558'), ('const-0', u'COPY_-1207929265'), ('tmp_41', u'CBRANCH_-1207929666'), ('const-4', u'INT_RIGHT_-1207929623'), ('const-433', u'LOAD_-1207929558'), (u'INT_NOTEQUAL_-1207929598', u'CBRANCH_-1207929596'), (u'LOAD_-1207929539', u'INT_RIGHT_-1207929502'), ('const-1', u'INT_AND_-1207929306'), (u'INT_AND_-1207929306', u'INT_NOTEQUAL_-1207929598'), ('const-1', u'PTRADD_-1207929245'), ('const-8', u'PTRADD_-1207929245'), (u'INT_EQUAL_-1207929540', u'CBRANCH_-1207929537'), ('const-433', u'LOAD_-1207929666'), ('const-0', u'INT_NOTEQUAL_-1207929598'), (u'INT_AND_-1207929295', u'COPY_-1207929320'), (u'CAST_-1207929266', u'INT_EQUAL_-1207929668'), (u'CAST_-1207929262', u'INT_EQUAL_-1207929540'), ('const-0', u'RETURN_-1207929432'), (u'PTRADD_-1207929245', u'INT_EQUAL_-1207929540'), ('tmp_883', u'PTRADD_-1207929270'), (u'COPY_-1207929267', u'RETURN_-1207929448'), (u'PTRADD_-1207929270', u'LOAD_-1207929688'), (u'CAST_-1207929249', u'LOAD_-1207929660'), ('tmp_190', u'CBRANCH_-1207929596'), (u'LOAD_-1207929666', u'INT_ADD_-1207929644'), (u'MULTIEQUAL_-1207929251', u'PTRADD_-1207929245'), ('const-32', u'INT_ADD_-1207929523'), (u'LOAD_-1207929694', u'CAST_-1207929266'), (u'COPY_-1207929265', u'RETURN_-1207929432'), (u'INT_RIGHT_-1207929502', u'MULTIEQUAL_-1207929247'), ('const-1', u'PTRADD_-1207929270'), ('tmp_249', u'CBRANCH_-1207929537'), (u'LOAD_-1207929660', u'INT_RIGHT_-1207929623'), ('const-4', u'INT_RIGHT_-1207929502'), (u'INT_AND_-1207929295', u'MULTIEQUAL_-1207929249'), (u'CAST_-1207929216', u'LOAD_-1207929539'), (u'LOAD_-1207929558', u'INT_ADD_-1207929523'), (u'CAST_-1207929266', u'MULTIEQUAL_-1207929251'), (u'PTRADD_-1207929245', u'MULTIEQUAL_-1207929251'), (u'INT_EQUAL_-1207929668', u'CBRANCH_-1207929666'), ('const-433', u'LOAD_-1207929539'), (u'INT_RIGHT_-1207929623', u'INT_AND_-1207929295'), ('const-8', u'PTRADD_-1207929270'), ('const-0', u'RETURN_-1207929448'), ('const-1', u'INT_AND_-1207929259'), (u'LOAD_-1207929688', u'CAST_-1207929262'), (u'INT_ADD_-1207929523', u'CAST_-1207929216'), (u'INT_AND_-1207929259', u'MULTIEQUAL_-1207929249'), ('const-0', u'RETURN_-1207929527'), ('const-433', u'LOAD_-1207929694'), ('const-433', u'LOAD_-1207929660'), (u'INT_RIGHT_-1207929502', u'INT_AND_-1207929259'), (u'INT_RIGHT_-1207929623', u'MULTIEQUAL_-1207929247')] | null | null | 001f74a0 | x64 | O2 | (translation_unit "byte FUN_001f74a0(undefined8 param_1,long *param_2)\n\n{\n byte bVar1;\n byte bVar2;\n long *plVar4;\n byte bVar3;\n \n plVar4 = (long *)*param_2;\n if (plVar4 == (long *)param_2[1]) {\n return 0;\n }\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n bVar3 = bVar2;\n while( true ) {\n if ((bVar1 & 1) != 0) {\n return bVar2;\n }\n plVar4 = plVar4 + 1;\n if (plVar4 == (long *)param_2[1]) break;\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n }\n return bVar3;\n}\n\n" (function_definition "byte FUN_001f74a0(undefined8 param_1,long *param_2)\n\n{\n byte bVar1;\n byte bVar2;\n long *plVar4;\n byte bVar3;\n \n plVar4 = (long *)*param_2;\n if (plVar4 == (long *)param_2[1]) {\n return 0;\n }\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n bVar3 = bVar2;\n while( true ) {\n if ((bVar1 & 1) != 0) {\n return bVar2;\n }\n plVar4 = plVar4 + 1;\n if (plVar4 == (long *)param_2[1]) break;\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n }\n return bVar3;\n}" type_identifier (function_declarator "FUN_001f74a0(undefined8 param_1,long *param_2)" identifier (parameter_list "(undefined8 param_1,long *param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n byte bVar1;\n byte bVar2;\n long *plVar4;\n byte bVar3;\n \n plVar4 = (long *)*param_2;\n if (plVar4 == (long *)param_2[1]) {\n return 0;\n }\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n bVar3 = bVar2;\n while( true ) {\n if ((bVar1 & 1) != 0) {\n return bVar2;\n }\n plVar4 = plVar4 + 1;\n if (plVar4 == (long *)param_2[1]) break;\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n }\n return bVar3;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "byte bVar3;" type_identifier identifier ;) (expression_statement "plVar4 = (long *)*param_2;" (assignment_expression "plVar4 = (long *)*param_2" identifier = (cast_expression "(long *)*param_2" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (if_statement "if (plVar4 == (long *)param_2[1]) {\n return 0;\n }" if (parenthesized_expression "(plVar4 == (long *)param_2[1])" ( (binary_expression "plVar4 == (long *)param_2[1]" identifier == (cast_expression "(long *)param_2[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_2[1]" identifier [ number_literal ]))) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;" (assignment_expression "bVar1 = *(byte *)(*plVar4 + 0x20) >> 4" identifier = (binary_expression "*(byte *)(*plVar4 + 0x20) >> 4" (pointer_expression "*(byte *)(*plVar4 + 0x20)" * (cast_expression "(byte *)(*plVar4 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar4 + 0x20)" ( (binary_expression "*plVar4 + 0x20" (pointer_expression "*plVar4" * identifier) + number_literal) )))) >> number_literal)) ;) (expression_statement "bVar2 = bVar1 & 1;" (assignment_expression "bVar2 = bVar1 & 1" identifier = (binary_expression "bVar1 & 1" identifier & number_literal)) ;) (expression_statement "bVar3 = bVar2;" (assignment_expression "bVar3 = bVar2" identifier = identifier) ;) (while_statement "while( true ) {\n if ((bVar1 & 1) != 0) {\n return bVar2;\n }\n plVar4 = plVar4 + 1;\n if (plVar4 == (long *)param_2[1]) break;\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if ((bVar1 & 1) != 0) {\n return bVar2;\n }\n plVar4 = plVar4 + 1;\n if (plVar4 == (long *)param_2[1]) break;\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n }" { (if_statement "if ((bVar1 & 1) != 0) {\n return bVar2;\n }" if (parenthesized_expression "((bVar1 & 1) != 0)" ( (binary_expression "(bVar1 & 1) != 0" (parenthesized_expression "(bVar1 & 1)" ( (binary_expression "bVar1 & 1" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n return bVar2;\n }" { (return_statement "return bVar2;" return identifier ;) })) (expression_statement "plVar4 = plVar4 + 1;" (assignment_expression "plVar4 = plVar4 + 1" identifier = (binary_expression "plVar4 + 1" identifier + number_literal)) ;) (if_statement "if (plVar4 == (long *)param_2[1]) break;" if (parenthesized_expression "(plVar4 == (long *)param_2[1])" ( (binary_expression "plVar4 == (long *)param_2[1]" identifier == (cast_expression "(long *)param_2[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_2[1]" identifier [ number_literal ]))) )) (break_statement "break;" break ;)) (expression_statement "bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;" (assignment_expression "bVar1 = *(byte *)(*plVar4 + 0x20) >> 4" identifier = (binary_expression "*(byte *)(*plVar4 + 0x20) >> 4" (pointer_expression "*(byte *)(*plVar4 + 0x20)" * (cast_expression "(byte *)(*plVar4 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar4 + 0x20)" ( (binary_expression "*plVar4 + 0x20" (pointer_expression "*plVar4" * identifier) + number_literal) )))) >> number_literal)) ;) (expression_statement "bVar2 = bVar1 & 1;" (assignment_expression "bVar2 = bVar1 & 1" identifier = (binary_expression "bVar1 & 1" identifier & number_literal)) ;) })) (return_statement "return bVar3;" return identifier ;) }))) | (translation_unit "/* DWARF original prototype: bool has_dynamic_reloc_list(Output_segment * this, Output_data_list *\n pdl) */\n\nbool __thiscall\ngold::Output_segment::has_dynamic_reloc_list(Output_segment *this,Output_data_list *pdl)\n\n{\n pointer ppOVar1;\n byte bVar2;\n bool bVar3;\n pointer ppOVar4;\n bool bVar5;\n \n ppOVar4 = (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_start;\n ppOVar1 = (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish;\n if (ppOVar4 == ppOVar1) {\n return false;\n }\n bVar2 = (byte)(*ppOVar4)->field_0x20 >> 4;\n bVar3 = (bool)(bVar2 & 1);\n bVar5 = bVar3;\n while( true ) {\n if ((bVar2 & 1) != 0) {\n return bVar5;\n }\n ppOVar4 = ppOVar4 + 1;\n if (ppOVar4 == ppOVar1) break;\n bVar2 = (byte)(*ppOVar4)->field_0x20 >> 4;\n bVar5 = (bool)(bVar2 & 1);\n }\n return bVar3;\n}\n\n" comment (function_definition "bool __thiscall\ngold::Output_segment::has_dynamic_reloc_list(Output_segment *this,Output_data_list *pdl)\n\n{\n pointer ppOVar1;\n byte bVar2;\n bool bVar3;\n pointer ppOVar4;\n bool bVar5;\n \n ppOVar4 = (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_start;\n ppOVar1 = (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish;\n if (ppOVar4 == ppOVar1) {\n return false;\n }\n bVar2 = (byte)(*ppOVar4)->field_0x20 >> 4;\n bVar3 = (bool)(bVar2 & 1);\n bVar5 = bVar3;\n while( true ) {\n if ((bVar2 & 1) != 0) {\n return bVar5;\n }\n ppOVar4 = ppOVar4 + 1;\n if (ppOVar4 == ppOVar1) break;\n bVar2 = (byte)(*ppOVar4)->field_0x20 >> 4;\n bVar5 = (bool)(bVar2 & 1);\n }\n return bVar3;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Output_segment::" identifier : : identifier : :) (function_declarator "has_dynamic_reloc_list(Output_segment *this,Output_data_list *pdl)" identifier (parameter_list "(Output_segment *this,Output_data_list *pdl)" ( (parameter_declaration "Output_segment *this" type_identifier (pointer_declarator "*this" * identifier)) , (parameter_declaration "Output_data_list *pdl" type_identifier (pointer_declarator "*pdl" * identifier)) ))) (compound_statement "{\n pointer ppOVar1;\n byte bVar2;\n bool bVar3;\n pointer ppOVar4;\n bool bVar5;\n \n ppOVar4 = (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_start;\n ppOVar1 = (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish;\n if (ppOVar4 == ppOVar1) {\n return false;\n }\n bVar2 = (byte)(*ppOVar4)->field_0x20 >> 4;\n bVar3 = (bool)(bVar2 & 1);\n bVar5 = bVar3;\n while( true ) {\n if ((bVar2 & 1) != 0) {\n return bVar5;\n }\n ppOVar4 = ppOVar4 + 1;\n if (ppOVar4 == ppOVar1) break;\n bVar2 = (byte)(*ppOVar4)->field_0x20 >> 4;\n bVar5 = (bool)(bVar2 & 1);\n }\n return bVar3;\n}" { (declaration "pointer ppOVar1;" type_identifier identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "bool bVar3;" primitive_type identifier ;) (declaration "pointer ppOVar4;" type_identifier identifier ;) (declaration "bool bVar5;" primitive_type identifier ;) (expression_statement "ppOVar4 = (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_start;" (assignment_expression "ppOVar4 = (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_start" identifier = (field_expression "(pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_start" (field_expression "(pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl" (parenthesized_expression "(pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)" ( (ERROR "pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::" (comma_expression "pdl->super__Vector_base<gold::Output_data*,_std" (binary_expression "pdl->super__Vector_base<gold::Output_data*" (binary_expression "pdl->super__Vector_base<gold" (field_expression "pdl->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_data" : : identifier) * identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_data*>_>" (binary_expression "Output_data*>_" identifier * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (expression_statement "ppOVar1 = (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish;" (assignment_expression "ppOVar1 = (pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish" identifier = (field_expression "(pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl._M_finish" (field_expression "(pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>).\n _M_impl" (parenthesized_expression "(pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::Output_data*>_>)" ( (ERROR "pdl->super__Vector_base<gold::Output_data*,_std::allocator<gold::" (comma_expression "pdl->super__Vector_base<gold::Output_data*,_std" (binary_expression "pdl->super__Vector_base<gold::Output_data*" (binary_expression "pdl->super__Vector_base<gold" (field_expression "pdl->super__Vector_base" identifier -> field_identifier) < identifier) (ERROR "::Output_data" : : identifier) * identifier) , identifier) : : (binary_expression "allocator<gold" identifier < identifier) : :) (binary_expression "Output_data*>_>" (binary_expression "Output_data*>_" identifier * (ERROR ">" >) identifier) > identifier) )) . field_identifier) . field_identifier)) ;) (if_statement "if (ppOVar4 == ppOVar1) {\n return false;\n }" if (parenthesized_expression "(ppOVar4 == ppOVar1)" ( (binary_expression "ppOVar4 == ppOVar1" identifier == identifier) )) (compound_statement "{\n return false;\n }" { (return_statement "return false;" return false ;) })) (expression_statement "bVar2 = (byte)(*ppOVar4)->field_0x20 >> 4;" (assignment_expression "bVar2 = (byte)(*ppOVar4)->field_0x20 >> 4" identifier = (binary_expression "(byte)(*ppOVar4)->field_0x20 >> 4" (field_expression "(byte)(*ppOVar4)->field_0x20" (call_expression "(byte)(*ppOVar4)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(*ppOVar4)" ( (pointer_expression "*ppOVar4" * identifier) ))) -> field_identifier) >> number_literal)) ;) (expression_statement "bVar3 = (bool)(bVar2 & 1);" (assignment_expression "bVar3 = (bool)(bVar2 & 1)" identifier = (cast_expression "(bool)(bVar2 & 1)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(bVar2 & 1)" ( (binary_expression "bVar2 & 1" identifier & number_literal) )))) ;) (expression_statement "bVar5 = bVar3;" (assignment_expression "bVar5 = bVar3" identifier = identifier) ;) (while_statement "while( true ) {\n if ((bVar2 & 1) != 0) {\n return bVar5;\n }\n ppOVar4 = ppOVar4 + 1;\n if (ppOVar4 == ppOVar1) break;\n bVar2 = (byte)(*ppOVar4)->field_0x20 >> 4;\n bVar5 = (bool)(bVar2 & 1);\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if ((bVar2 & 1) != 0) {\n return bVar5;\n }\n ppOVar4 = ppOVar4 + 1;\n if (ppOVar4 == ppOVar1) break;\n bVar2 = (byte)(*ppOVar4)->field_0x20 >> 4;\n bVar5 = (bool)(bVar2 & 1);\n }" { (if_statement "if ((bVar2 & 1) != 0) {\n return bVar5;\n }" if (parenthesized_expression "((bVar2 & 1) != 0)" ( (binary_expression "(bVar2 & 1) != 0" (parenthesized_expression "(bVar2 & 1)" ( (binary_expression "bVar2 & 1" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n return bVar5;\n }" { (return_statement "return bVar5;" return identifier ;) })) (expression_statement "ppOVar4 = ppOVar4 + 1;" (assignment_expression "ppOVar4 = ppOVar4 + 1" identifier = (binary_expression "ppOVar4 + 1" identifier + number_literal)) ;) (if_statement "if (ppOVar4 == ppOVar1) break;" if (parenthesized_expression "(ppOVar4 == ppOVar1)" ( (binary_expression "ppOVar4 == ppOVar1" identifier == identifier) )) (break_statement "break;" break ;)) (expression_statement "bVar2 = (byte)(*ppOVar4)->field_0x20 >> 4;" (assignment_expression "bVar2 = (byte)(*ppOVar4)->field_0x20 >> 4" identifier = (binary_expression "(byte)(*ppOVar4)->field_0x20 >> 4" (field_expression "(byte)(*ppOVar4)->field_0x20" (call_expression "(byte)(*ppOVar4)" (parenthesized_expression "(byte)" ( identifier )) (argument_list "(*ppOVar4)" ( (pointer_expression "*ppOVar4" * identifier) ))) -> field_identifier) >> number_literal)) ;) (expression_statement "bVar5 = (bool)(bVar2 & 1);" (assignment_expression "bVar5 = (bool)(bVar2 & 1)" identifier = (cast_expression "(bool)(bVar2 & 1)" ( (type_descriptor "bool" primitive_type) ) (parenthesized_expression "(bVar2 & 1)" ( (binary_expression "bVar2 & 1" identifier & number_literal) )))) ;) })) (return_statement "return bVar3;" return identifier ;) }))) | (translation_unit "byte FUN_001f74a0(undefined8 param_1,long *param_2)\n\n{\n byte bVar1;\n byte bVar2;\n long *plVar4;\n byte bVar3;\n \n plVar4 = (long *)*param_2;\n if (plVar4 == (long *)param_2[1]) {\n return 0;\n }\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n bVar3 = bVar2;\n while( true ) {\n if ((bVar1 & 1) != 0) {\n return bVar2;\n }\n plVar4 = plVar4 + 1;\n if (plVar4 == (long *)param_2[1]) break;\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n }\n return bVar3;\n}\n\n" (function_definition "byte FUN_001f74a0(undefined8 param_1,long *param_2)\n\n{\n byte bVar1;\n byte bVar2;\n long *plVar4;\n byte bVar3;\n \n plVar4 = (long *)*param_2;\n if (plVar4 == (long *)param_2[1]) {\n return 0;\n }\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n bVar3 = bVar2;\n while( true ) {\n if ((bVar1 & 1) != 0) {\n return bVar2;\n }\n plVar4 = plVar4 + 1;\n if (plVar4 == (long *)param_2[1]) break;\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n }\n return bVar3;\n}" type_identifier (function_declarator "FUN_001f74a0(undefined8 param_1,long *param_2)" identifier (parameter_list "(undefined8 param_1,long *param_2)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) , (parameter_declaration "long *param_2" (sized_type_specifier "long" long) (pointer_declarator "*param_2" * identifier)) ))) (compound_statement "{\n byte bVar1;\n byte bVar2;\n long *plVar4;\n byte bVar3;\n \n plVar4 = (long *)*param_2;\n if (plVar4 == (long *)param_2[1]) {\n return 0;\n }\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n bVar3 = bVar2;\n while( true ) {\n if ((bVar1 & 1) != 0) {\n return bVar2;\n }\n plVar4 = plVar4 + 1;\n if (plVar4 == (long *)param_2[1]) break;\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n }\n return bVar3;\n}" { (declaration "byte bVar1;" type_identifier identifier ;) (declaration "byte bVar2;" type_identifier identifier ;) (declaration "long *plVar4;" (sized_type_specifier "long" long) (pointer_declarator "*plVar4" * identifier) ;) (declaration "byte bVar3;" type_identifier identifier ;) (expression_statement "plVar4 = (long *)*param_2;" (assignment_expression "plVar4 = (long *)*param_2" identifier = (cast_expression "(long *)*param_2" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (pointer_expression "*param_2" * identifier))) ;) (if_statement "if (plVar4 == (long *)param_2[1]) {\n return 0;\n }" if (parenthesized_expression "(plVar4 == (long *)param_2[1])" ( (binary_expression "plVar4 == (long *)param_2[1]" identifier == (cast_expression "(long *)param_2[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_2[1]" identifier [ number_literal ]))) )) (compound_statement "{\n return 0;\n }" { (return_statement "return 0;" return number_literal ;) })) (expression_statement "bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;" (assignment_expression "bVar1 = *(byte *)(*plVar4 + 0x20) >> 4" identifier = (binary_expression "*(byte *)(*plVar4 + 0x20) >> 4" (pointer_expression "*(byte *)(*plVar4 + 0x20)" * (cast_expression "(byte *)(*plVar4 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar4 + 0x20)" ( (binary_expression "*plVar4 + 0x20" (pointer_expression "*plVar4" * identifier) + number_literal) )))) >> number_literal)) ;) (expression_statement "bVar2 = bVar1 & 1;" (assignment_expression "bVar2 = bVar1 & 1" identifier = (binary_expression "bVar1 & 1" identifier & number_literal)) ;) (expression_statement "bVar3 = bVar2;" (assignment_expression "bVar3 = bVar2" identifier = identifier) ;) (while_statement "while( true ) {\n if ((bVar1 & 1) != 0) {\n return bVar2;\n }\n plVar4 = plVar4 + 1;\n if (plVar4 == (long *)param_2[1]) break;\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n }" while (parenthesized_expression "( true )" ( true )) (compound_statement "{\n if ((bVar1 & 1) != 0) {\n return bVar2;\n }\n plVar4 = plVar4 + 1;\n if (plVar4 == (long *)param_2[1]) break;\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n }" { (if_statement "if ((bVar1 & 1) != 0) {\n return bVar2;\n }" if (parenthesized_expression "((bVar1 & 1) != 0)" ( (binary_expression "(bVar1 & 1) != 0" (parenthesized_expression "(bVar1 & 1)" ( (binary_expression "bVar1 & 1" identifier & number_literal) )) != number_literal) )) (compound_statement "{\n return bVar2;\n }" { (return_statement "return bVar2;" return identifier ;) })) (expression_statement "plVar4 = plVar4 + 1;" (assignment_expression "plVar4 = plVar4 + 1" identifier = (binary_expression "plVar4 + 1" identifier + number_literal)) ;) (if_statement "if (plVar4 == (long *)param_2[1]) break;" if (parenthesized_expression "(plVar4 == (long *)param_2[1])" ( (binary_expression "plVar4 == (long *)param_2[1]" identifier == (cast_expression "(long *)param_2[1]" ( (type_descriptor "long *" (sized_type_specifier "long" long) (abstract_pointer_declarator "*" *)) ) (subscript_expression "param_2[1]" identifier [ number_literal ]))) )) (break_statement "break;" break ;)) (expression_statement "bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;" (assignment_expression "bVar1 = *(byte *)(*plVar4 + 0x20) >> 4" identifier = (binary_expression "*(byte *)(*plVar4 + 0x20) >> 4" (pointer_expression "*(byte *)(*plVar4 + 0x20)" * (cast_expression "(byte *)(*plVar4 + 0x20)" ( (type_descriptor "byte *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(*plVar4 + 0x20)" ( (binary_expression "*plVar4 + 0x20" (pointer_expression "*plVar4" * identifier) + number_literal) )))) >> number_literal)) ;) (expression_statement "bVar2 = bVar1 & 1;" (assignment_expression "bVar2 = bVar1 & 1" identifier = (binary_expression "bVar1 & 1" identifier & number_literal)) ;) })) (return_statement "return bVar3;" return identifier ;) }))) | (translation_unit (function_definition TYPE (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) , (parameter_declaration (sized_type_specifier long) (pointer_declarator * IDENT)) ))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration (sized_type_specifier long) (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (pointer_expression * IDENT))) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (compound_statement { (return_statement return LIT ;) })) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) >> LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (while_statement while (parenthesized_expression ( BOOL )) (compound_statement { (if_statement if (parenthesized_expression ( (binary_expression (parenthesized_expression ( (binary_expression IDENT & LIT) )) != LIT) )) (compound_statement { (return_statement return IDENT ;) })) (expression_statement (assignment_expression IDENT = (binary_expression IDENT + LIT)) ;) (if_statement if (parenthesized_expression ( (binary_expression IDENT == (cast_expression ( (type_descriptor (sized_type_specifier long) (abstract_pointer_declarator *)) ) (subscript_expression IDENT [ LIT ]))) )) (break_statement break ;)) (expression_statement (assignment_expression IDENT = (binary_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression (pointer_expression * IDENT) + LIT) )))) >> LIT)) ;) (expression_statement (assignment_expression IDENT = (binary_expression IDENT & LIT)) ;) })) (return_statement return IDENT ;) }))) | (function_definition "byte FUN_001f74a0(undefined8 param_1,long *param_2)\n\n{\n byte bVar1;\n byte bVar2;\n long *plVar4;\n byte bVar3;\n \n plVar4 = (long *)*param_2;\n if (plVar4 == (long *)param_2[1]) {\n return 0;\n }\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n bVar3 = bVar2;\n while( true ) {\n if ((bVar1 & 1) != 0) {\n return bVar2;\n }\n plVar4 = plVar4 + 1;\n if (plVar4 == (long *)param_2[1]) break;\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n }\n return bVar3;\n}" (type_identifier "byte") (function_declarator "FUN_001f74a0(undefined8 param_1,long *param_2)" (identifier "FUN_001f74a0") (parameter_list "(undefined8 param_1,long *param_2)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) (, ",") (parameter_declaration "long *param_2" (sized_type_specifier "long" (long "long")) (pointer_declarator "*param_2" (* "*") (identifier "param_2"))) () ")"))) (compound_statement "{\n byte bVar1;\n byte bVar2;\n long *plVar4;\n byte bVar3;\n \n plVar4 = (long *)*param_2;\n if (plVar4 == (long *)param_2[1]) {\n return 0;\n }\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n bVar3 = bVar2;\n while( true ) {\n if ((bVar1 & 1) != 0) {\n return bVar2;\n }\n plVar4 = plVar4 + 1;\n if (plVar4 == (long *)param_2[1]) break;\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n }\n return bVar3;\n}" ({ "{") (declaration "byte bVar1;" (type_identifier "byte") (identifier "bVar1") (; ";")) (declaration "byte bVar2;" (type_identifier "byte") (identifier "bVar2") (; ";")) (declaration "long *plVar4;" (sized_type_specifier "long" (long "long")) (pointer_declarator "*plVar4" (* "*") (identifier "plVar4")) (; ";")) (declaration "byte bVar3;" (type_identifier "byte") (identifier "bVar3") (; ";")) (expression_statement "plVar4 = (long *)*param_2;" (assignment_expression "plVar4 = (long *)*param_2" (identifier "plVar4") (= "=") (cast_expression "(long *)*param_2" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (pointer_expression "*param_2" (* "*") (identifier "param_2")))) (; ";")) (if_statement "if (plVar4 == (long *)param_2[1]) {\n return 0;\n }" (if "if") (parenthesized_expression "(plVar4 == (long *)param_2[1])" (( "(") (binary_expression "plVar4 == (long *)param_2[1]" (identifier "plVar4") (== "==") (cast_expression "(long *)param_2[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")))) () ")")) (compound_statement "{\n return 0;\n }" ({ "{") (return_statement "return 0;" (return "return") (number_literal "0") (; ";")) (} "}"))) (expression_statement "bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;" (assignment_expression "bVar1 = *(byte *)(*plVar4 + 0x20) >> 4" (identifier "bVar1") (= "=") (binary_expression "*(byte *)(*plVar4 + 0x20) >> 4" (pointer_expression "*(byte *)(*plVar4 + 0x20)" (* "*") (cast_expression "(byte *)(*plVar4 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*plVar4 + 0x20)" (( "(") (binary_expression "*plVar4 + 0x20" (pointer_expression "*plVar4" (* "*") (identifier "plVar4")) (+ "+") (number_literal "0x20")) () ")")))) (>> ">>") (number_literal "4"))) (; ";")) (expression_statement "bVar2 = bVar1 & 1;" (assignment_expression "bVar2 = bVar1 & 1" (identifier "bVar2") (= "=") (binary_expression "bVar1 & 1" (identifier "bVar1") (& "&") (number_literal "1"))) (; ";")) (expression_statement "bVar3 = bVar2;" (assignment_expression "bVar3 = bVar2" (identifier "bVar3") (= "=") (identifier "bVar2")) (; ";")) (while_statement "while( true ) {\n if ((bVar1 & 1) != 0) {\n return bVar2;\n }\n plVar4 = plVar4 + 1;\n if (plVar4 == (long *)param_2[1]) break;\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n }" (while "while") (parenthesized_expression "( true )" (( "(") (true "true") () ")")) (compound_statement "{\n if ((bVar1 & 1) != 0) {\n return bVar2;\n }\n plVar4 = plVar4 + 1;\n if (plVar4 == (long *)param_2[1]) break;\n bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;\n bVar2 = bVar1 & 1;\n }" ({ "{") (if_statement "if ((bVar1 & 1) != 0) {\n return bVar2;\n }" (if "if") (parenthesized_expression "((bVar1 & 1) != 0)" (( "(") (binary_expression "(bVar1 & 1) != 0" (parenthesized_expression "(bVar1 & 1)" (( "(") (binary_expression "bVar1 & 1" (identifier "bVar1") (& "&") (number_literal "1")) () ")")) (!= "!=") (number_literal "0")) () ")")) (compound_statement "{\n return bVar2;\n }" ({ "{") (return_statement "return bVar2;" (return "return") (identifier "bVar2") (; ";")) (} "}"))) (expression_statement "plVar4 = plVar4 + 1;" (assignment_expression "plVar4 = plVar4 + 1" (identifier "plVar4") (= "=") (binary_expression "plVar4 + 1" (identifier "plVar4") (+ "+") (number_literal "1"))) (; ";")) (if_statement "if (plVar4 == (long *)param_2[1]) break;" (if "if") (parenthesized_expression "(plVar4 == (long *)param_2[1])" (( "(") (binary_expression "plVar4 == (long *)param_2[1]" (identifier "plVar4") (== "==") (cast_expression "(long *)param_2[1]" (( "(") (type_descriptor "long *" (sized_type_specifier "long" (long "long")) (abstract_pointer_declarator "*" (* "*"))) () ")") (subscript_expression "param_2[1]" (identifier "param_2") ([ "[") (number_literal "1") (] "]")))) () ")")) (break_statement "break;" (break "break") (; ";"))) (expression_statement "bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;" (assignment_expression "bVar1 = *(byte *)(*plVar4 + 0x20) >> 4" (identifier "bVar1") (= "=") (binary_expression "*(byte *)(*plVar4 + 0x20) >> 4" (pointer_expression "*(byte *)(*plVar4 + 0x20)" (* "*") (cast_expression "(byte *)(*plVar4 + 0x20)" (( "(") (type_descriptor "byte *" (type_identifier "byte") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(*plVar4 + 0x20)" (( "(") (binary_expression "*plVar4 + 0x20" (pointer_expression "*plVar4" (* "*") (identifier "plVar4")) (+ "+") (number_literal "0x20")) () ")")))) (>> ">>") (number_literal "4"))) (; ";")) (expression_statement "bVar2 = bVar1 & 1;" (assignment_expression "bVar2 = bVar1 & 1" (identifier "bVar2") (= "=") (binary_expression "bVar1 & 1" (identifier "bVar1") (& "&") (number_literal "1"))) (; ";")) (} "}"))) (return_statement "return bVar3;" (return "return") (identifier "bVar3") (; ";")) (} "}"))) |
/* DWARF original prototype: bool has_dynamic_reloc_list(Output_segment * this, Output_data_list *
pdl) */
bool __thiscall
gold::type_1::function_1(type_1 *this,type_2 *pdl)
{
type_3 var_5;
type_4 var_6;
bool bVar3;
type_3 var_4;
bool bVar5;
var_4 = (pdl->super__Vector_base<gold::var_1*var_3,_std::allocator<gold::var_1*>var_2>var_3).
_M_impl._M_start;
var_5 = (pdl->super__Vector_base<gold::var_1*var_3,_std::allocator<gold::var_1*>var_2>var_3).
_M_impl._M_finish;
if (var_4 == var_5) {
return false;
}
var_6 = (type_4)(*var_4)->field_0x20 >> 4;
bVar3 = (bool)(var_6 & 1);
bVar5 = bVar3;
while( true ) {
if ((var_6 & 1) != 0) {
return bVar5;
}
var_4 = var_4 + 1;
if (var_4 == var_5) break;
var_6 = (type_4)(*var_4)->field_0x20 >> 4;
bVar5 = (bool)(var_6 & 1);
}
return bVar3;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier)) (parameter_declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (sized_type_specifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (pointer_expression argument: (identifier))))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (compound_statement (return_statement (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (while_statement condition: (parenthesized_expression (true)) body: (compound_statement (if_statement condition: (parenthesized_expression (binary_expression left: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))) right: (number_literal))) consequence: (compound_statement (return_statement (identifier)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))) (if_statement condition: (parenthesized_expression (binary_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (sized_type_specifier) declarator: (abstract_pointer_declarator)) value: (subscript_expression argument: (identifier) index: (number_literal))))) consequence: (break_statement)) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (pointer_expression argument: (identifier)) right: (number_literal))))) right: (number_literal)))) (expression_statement (assignment_expression left: (identifier) right: (binary_expression left: (identifier) right: (number_literal)))))) (return_statement (identifier))))) | null |
byte MASKED(undefined8 param_1,long *param_2)
{
byte bVar1;
byte bVar2;
long *plVar4;
byte bVar3;
plVar4 = (long *)*param_2;
if (plVar4 == (long *)param_2[1]) {
return 0;
}
bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;
bVar2 = bVar1 & 1;
bVar3 = bVar2;
while( true ) {
if ((bVar1 & 1) != 0) {
return bVar2;
}
plVar4 = plVar4 + 1;
if (plVar4 == (long *)param_2[1]) break;
bVar1 = *(byte *)(*plVar4 + 0x20) >> 4;
bVar2 = bVar1 & 1;
}
return bVar3;
}
|
9326_x86_64-kfreebsd-gnu-ld_and_x86_64-kfreebsd-gnu-ld_strip.c | Merged_symbol_value | FUN_00412be0 |
/* DWARF original prototype: void Merged_symbol_value(Merged_symbol_value<32> * this, Value
input_value, Value output_start_address) */
void __thiscall
gold::Merged_symbol_value<32>::Merged_symbol_value
(Merged_symbol_value<32> *this,Value input_value,Value output_start_address)
{
this->input_value_ = input_value;
(this->output_addresses_)._M_h._M_rehash_policy._M_max_load_factor = 0.0;
*(undefined4 *)&(this->output_addresses_)._M_h._M_rehash_policy.field_0x4 = 0;
(this->output_addresses_)._M_h._M_rehash_policy._M_next_resize = 0;
this->output_start_address_ = output_start_address;
(this->output_addresses_)._M_h._M_single_bucket = (__bucket_type)0x0;
(this->output_addresses_)._M_h._M_buckets = &(this->output_addresses_)._M_h._M_single_bucket;
(this->output_addresses_)._M_h._M_bucket_count = 1;
(this->output_addresses_)._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0;
(this->output_addresses_)._M_h._M_element_count = 0;
(this->output_addresses_)._M_h._M_rehash_policy._M_max_load_factor = 1.0;
(this->output_addresses_)._M_h._M_rehash_policy._M_next_resize = 0;
return;
}
|
void FUN_00412be0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)
{
*param_1 = param_2;
*(undefined1 (*) [16])(param_1 + 10) = (undefined1 [16])0x0;
param_1[1] = param_3;
*(undefined8 *)(param_1 + 0xe) = 0;
*(undefined4 **)(param_1 + 2) = param_1 + 0xe;
*(undefined8 *)(param_1 + 4) = 1;
*(undefined8 *)(param_1 + 6) = 0;
*(undefined8 *)(param_1 + 8) = 0;
param_1[10] = 0x3f800000;
*(undefined8 *)(param_1 + 0xc) = 0;
return;
}
| PXOR XMM0,XMM0
LEA RAX,[RDI + 0x38]
MOV dword ptr [RDI],ESI
MOVUPS xmmword ptr [RDI + 0x28],XMM0
MOV dword ptr [RDI + 0x4],EDX
MOV qword ptr [RDI + 0x38],0x0
MOV qword ptr [RDI + 0x8],RAX
MOV qword ptr [RDI + 0x10],0x1
MOV qword ptr [RDI + 0x18],0x0
MOV qword ptr [RDI + 0x20],0x0
MOV dword ptr [RDI + 0x28],0x3f800000
MOV qword ptr [RDI + 0x30],0x0
RET | null | null | null | null | [('const-0', u'PTRSUB_-1201787766'), ('const-0', u'PTRSUB_-1201787756'), ('const-8', u'PTRSUB_-1201787775'), ('const-0', u'STORE_-1201787826'), ('const-0', u'STORE_-1201787842'), ('const-8', u'PTRSUB_-1201787801'), (u'PTRSUB_-1201787773', u'PTRSUB_-1201787772'), ('const-433', u'STORE_-1201787916'), (u'PTRSUB_-1201787767', u'PTRSUB_-1201787766'), (u'PTRSUB_-1201787830', u'PTRSUB_-1201787808'), ('tmp_95', u'PTRSUB_-1201787830'), ('const-1', u'STORE_-1201787885'), ('tmp_97', u'STORE_-1201787909'), ('const-0', u'PTRSUB_-1201787781'), ('tmp_95', u'PTRSUB_-1201787801'), ('const-0', u'PTRSUB_-1201787824'), ('const-32', u'PTRSUB_-1201787773'), (u'PTRSUB_-1201787801', u'PTRSUB_-1201787800'), ('const-0', u'PTRSUB_-1201787791'), ('const-433', u'STORE_-1201787852'), (u'PTRSUB_-1201787765', u'PTRSUB_-1201787764'), (u'PTRSUB_-1201787791', u'STORE_-1201787892'), ('const-433', u'STORE_-1201787826'), (u'PTRSUB_-1201787770', u'PTRSUB_-1201787769'), (u'PTRSUB_-1201787824', u'STORE_-1201787921'), ('const-48', u'PTRSUB_-1201787791'), ('tmp_95', u'PTRSUB_-1201787754'), ('const-433', u'STORE_-1201787885'), ('const-8', u'PTRSUB_-1201787763'), ('tmp_96', u'STORE_-1201787921'), ('const-8', u'PTRSUB_-1201787764'), ('const-0', u'STORE_-1201787874'), ('const-32', u'PTRSUB_-1201787769'), ('const-8', u'PTRSUB_-1201787811'), ('const-16', u'PTRSUB_-1201787754'), ('const-8', u'PTRSUB_-1201787754'), ('const-433', u'STORE_-1201787921'), ('tmp_95', u'PTRSUB_-1201787795'), (u'PTRSUB_-1201787785', u'PTRSUB_-1201787766'), ('tmp_95', u'PTRSUB_-1201787811'), ('const-0', u'PTRSUB_-1201787772'), (u'PTRSUB_-1201787772', u'STORE_-1201787916'), (u'PTRSUB_-1201787811', u'PTRSUB_-1201787791'), ('const-0', u'PTRSUB_-1201787783'), (u'PTRSUB_-1201787737', u'PTRSUB_-1201787728'), (u'PTRSUB_-1201787736', u'PTRSUB_-1201787762'), ('const-32', u'PTRSUB_-1201787728'), ('const-0', u'RETURN_-1201787824'), ('const-0', u'STORE_-1201787916'), (u'PTRSUB_-1201787808', u'PTRSUB_-1201787791'), (u'PTRSUB_-1201787771', u'PTRSUB_-1201787770'), (u'PTRSUB_-1201787754', u'PTRSUB_-1201787783'), (u'PTRSUB_-1201787775', u'PTRSUB_-1201787774'), ('const-8', u'PTRSUB_-1201787785'), (u'PTRSUB_-1201787746', u'PTRSUB_-1201787736'), (u'PTRSUB_-1201787774', u'PTRSUB_-1201787773'), ('const-433', u'STORE_-1201787874'), ('const-433', u'STORE_-1201787863'), (u'PTRSUB_-1201787776', u'STORE_-1201787903'), ('const-0', u'STORE_-1201787825'), ('const-0', u'PTRSUB_-1201787737'), ('tmp_95', u'PTRSUB_-1201787764'), ('const-0', u'PTRSUB_-1201787746'), ('const-48', u'PTRSUB_-1201787776'), (u'PTRSUB_-1201787768', u'CAST_-1201787763'), ('const-8', u'PTRSUB_-1201787795'), ('const-0', u'PTRSUB_-1201787766'), ('const-0', u'PTRSUB_-1201787800'), (u'PTRSUB_-1201787762', u'STORE_-1201787852'), (u'PTRSUB_-1201787763', u'STORE_-1201787885'), (u'PTRSUB_-1201787756', u'PTRSUB_-1201787745'), ('const-1065353216', u'STORE_-1201787852'), (u'PTRSUB_-1201787766', u'PTRSUB_-1201787754'), (u'PTRSUB_-1201787791', u'PTRSUB_-1201787776'), ('const-0', u'PTRSUB_-1201787770'), (u'PTRSUB_-1201787769', u'PTRSUB_-1201787768'), (u'PTRSUB_-1201787774', u'PTRSUB_-1201787756'), ('const-433', u'STORE_-1201787892'), ('tmp_95', u'PTRSUB_-1201787815'), ('const-8', u'PTRSUB_-1201787774'), ('const-0', u'PTRSUB_-1201787808'), ('const-433', u'STORE_-1201787825'), ('const-433', u'STORE_-1201787903'), (u'PTRSUB_-1201787781', u'STORE_-1201787892'), (u'PTRSUB_-1201787795', u'PTRSUB_-1201787776'), (u'PTRSUB_-1201787728', u'PTRSUB_-1201787726'), ('tmp_95', u'PTRSUB_-1201787767'), ('const-0', u'PTRSUB_-1201787776'), ('const-0', u'STORE_-1201787863'), ('const-433', u'STORE_-1201787842'), ('const-32', u'PTRSUB_-1201787736'), ('const-0', u'PTRSUB_-1201787774'), (u'PTRSUB_-1201787764', u'STORE_-1201787825'), ('tmp_95', u'PTRSUB_-1201787824'), ('const-0', u'STORE_-1201787903'), (u'PTRSUB_-1201787766', u'PTRSUB_-1201787765'), ('const-8', u'PTRSUB_-1201787726'), ('const-433', u'STORE_-1201787909'), (u'PTRSUB_-1201787745', u'STORE_-1201787863'), ('const-4', u'PTRSUB_-1201787815'), ('const-8', u'PTRSUB_-1201787830'), ('const-4', u'PTRSUB_-1201787768'), (u'CAST_-1201787763', u'STORE_-1201787826'), (u'PTRSUB_-1201787783', u'STORE_-1201787874'), ('const-24', u'PTRSUB_-1201787745'), (u'PTRSUB_-1201787800', u'PTRSUB_-1201787781'), ('const-32', u'PTRSUB_-1201787765'), ('const-8', u'PTRSUB_-1201787764'), ('const-0', u'PTRSUB_-1201787762'), (u'PTRSUB_-1201787754', u'PTRSUB_-1201787737'), ('const-8', u'PTRSUB_-1201787771'), ('tmp_95', u'PTRSUB_-1201787771'), (u'PTRSUB_-1201787726', u'STORE_-1201787842'), (u'PTRSUB_-1201787815', u'STORE_-1201787909'), ('tmp_95', u'PTRSUB_-1201787785'), ('const-8', u'PTRSUB_-1201787767'), (u'PTRSUB_-1201787764', u'PTRSUB_-1201787746'), (u'PTRSUB_-1201787776', u'PTRSUB_-1201787763'), ('tmp_95', u'PTRSUB_-1201787774'), ('tmp_95', u'PTRSUB_-1201787775')] | [('tmp_101', u'PTRADD_-1201787791'), ('tmp_101', u'STORE_-1201787921'), ('const-0', u'STORE_-1201787916'), ('const-433', u'STORE_-1201787921'), ('tmp_101', u'PTRADD_-1201787805'), ('const-10', u'PTRADD_-1201787823'), ('tmp_101', u'PTRADD_-1201787830'), ('const-1', u'PTRADD_-1201787818'), (u'PTRADD_-1201787765', u'CAST_-1201787759'), (u'PTRADD_-1201787773', u'STORE_-1201787852'), ('tmp_101', u'PTRADD_-1201787814'), ('const-4', u'PTRADD_-1201787765'), ('const-4', u'PTRADD_-1201787800'), ('tmp_101', u'PTRADD_-1201787800'), ('const-433', u'STORE_-1201787852'), ('const-0', u'STORE_-1201787874'), ('const-0', u'STORE_-1201787863'), ('tmp_101', u'PTRADD_-1201787773'), ('const-4', u'PTRADD_-1201787800'), (u'CAST_-1201787815', u'STORE_-1201787916'), (u'CAST_-1201787793', u'STORE_-1201787885'), ('const-4', u'PTRADD_-1201787814'), (u'CAST_-1201787775', u'STORE_-1201787863'), ('tmp_103', u'STORE_-1201787909'), ('const-14', u'PTRADD_-1201787814'), (u'PTRADD_-1201787782', u'CAST_-1201787775'), ('const-1', u'STORE_-1201787885'), ('const-0', u'STORE_-1201787842'), ('const-433', u'STORE_-1201787916'), (u'PTRADD_-1201787791', u'CAST_-1201787784'), ('tmp_101', u'PTRADD_-1201787818'), (u'PTRADD_-1201787805', u'CAST_-1201787798'), ('const-4', u'PTRADD_-1201787782'), (u'PTRADD_-1201787830', u'STORE_-1201787892'), ('const-433', u'STORE_-1201787903'), ('tmp_102', u'STORE_-1201787921'), (u'CAST_-1201787807', u'STORE_-1201787903'), ('tmp_101', u'PTRADD_-1201787823'), ('const-4', u'PTRADD_-1201787830'), (u'CAST_-1201787798', u'STORE_-1201787892'), ('tmp_101', u'PTRADD_-1201787765'), (u'PTRADD_-1201787818', u'STORE_-1201787909'), ('const-2', u'PTRADD_-1201787805'), ('const-10', u'PTRADD_-1201787773'), ('const-433', u'STORE_-1201787874'), (u'CAST_-1201787784', u'STORE_-1201787874'), ('tmp_101', u'PTRADD_-1201787782'), ('const-8', u'PTRADD_-1201787782'), (u'PTRADD_-1201787823', u'CAST_-1201787815'), (u'CAST_-1201787759', u'STORE_-1201787842'), ('const-14', u'PTRADD_-1201787830'), ('const-6', u'PTRADD_-1201787791'), ('const-1065353216', u'STORE_-1201787852'), ('const-4', u'PTRADD_-1201787805'), (u'PTRADD_-1201787800', u'CAST_-1201787793'), ('const-0', u'STORE_-1201787903'), ('const-4', u'PTRADD_-1201787773'), (u'PTRADD_-1201787814', u'CAST_-1201787807'), ('const-433', u'STORE_-1201787863'), ('const-433', u'STORE_-1201787885'), ('const-433', u'STORE_-1201787892'), ('const-0', u'RETURN_-1201787824'), ('const-12', u'PTRADD_-1201787765'), ('const-4', u'PTRADD_-1201787791'), ('const-4', u'PTRADD_-1201787818'), ('const-433', u'STORE_-1201787842'), ('const-4', u'PTRADD_-1201787823'), ('const-433', u'STORE_-1201787909')] | null | null | 00412be0 | x64 | O2 | (translation_unit "void FUN_00412be0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = param_2;\n *(undefined1 (*) [16])(param_1 + 10) = (undefined1 [16])0x0;\n param_1[1] = param_3;\n *(undefined8 *)(param_1 + 0xe) = 0;\n *(undefined4 **)(param_1 + 2) = param_1 + 0xe;\n *(undefined8 *)(param_1 + 4) = 1;\n *(undefined8 *)(param_1 + 6) = 0;\n *(undefined8 *)(param_1 + 8) = 0;\n param_1[10] = 0x3f800000;\n *(undefined8 *)(param_1 + 0xc) = 0;\n return;\n}\n\n" (function_definition "void FUN_00412be0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = param_2;\n *(undefined1 (*) [16])(param_1 + 10) = (undefined1 [16])0x0;\n param_1[1] = param_3;\n *(undefined8 *)(param_1 + 0xe) = 0;\n *(undefined4 **)(param_1 + 2) = param_1 + 0xe;\n *(undefined8 *)(param_1 + 4) = 1;\n *(undefined8 *)(param_1 + 6) = 0;\n *(undefined8 *)(param_1 + 8) = 0;\n param_1[10] = 0x3f800000;\n *(undefined8 *)(param_1 + 0xc) = 0;\n return;\n}" primitive_type (function_declarator "FUN_00412be0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2,undefined4 param_3)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n *param_1 = param_2;\n *(undefined1 (*) [16])(param_1 + 10) = (undefined1 [16])0x0;\n param_1[1] = param_3;\n *(undefined8 *)(param_1 + 0xe) = 0;\n *(undefined4 **)(param_1 + 2) = param_1 + 0xe;\n *(undefined8 *)(param_1 + 4) = 1;\n *(undefined8 *)(param_1 + 6) = 0;\n *(undefined8 *)(param_1 + 8) = 0;\n param_1[10] = 0x3f800000;\n *(undefined8 *)(param_1 + 0xc) = 0;\n return;\n}" { (expression_statement "*param_1 = param_2;" (assignment_expression "*param_1 = param_2" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(undefined1 (*) [16])(param_1 + 10) = (undefined1 [16])0x0;" (assignment_expression "*(undefined1 (*) [16])(param_1 + 10) = (undefined1 [16])0x0" (pointer_expression "*(undefined1 (*) [16])(param_1 + 10)" * (cast_expression "(undefined1 (*) [16])(param_1 + 10)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (parenthesized_expression "(param_1 + 10)" ( (binary_expression "param_1 + 10" identifier + number_literal) )))) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "param_1[1] = param_3;" (assignment_expression "param_1[1] = param_3" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined8 *)(param_1 + 0xe) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xe) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xe)" * (cast_expression "(undefined8 *)(param_1 + 0xe)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe)" ( (binary_expression "param_1 + 0xe" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 **)(param_1 + 2) = param_1 + 0xe;" (assignment_expression "*(undefined4 **)(param_1 + 2) = param_1 + 0xe" (pointer_expression "*(undefined4 **)(param_1 + 2)" * (cast_expression "(undefined4 **)(param_1 + 2)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) = (binary_expression "param_1 + 0xe" identifier + number_literal)) ;) (expression_statement "*(undefined8 *)(param_1 + 4) = 1;" (assignment_expression "*(undefined8 *)(param_1 + 4) = 1" (pointer_expression "*(undefined8 *)(param_1 + 4)" * (cast_expression "(undefined8 *)(param_1 + 4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_1 + 6) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 6) = 0" (pointer_expression "*(undefined8 *)(param_1 + 6)" * (cast_expression "(undefined8 *)(param_1 + 6)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 6)" ( (binary_expression "param_1 + 6" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_1 + 8) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 8) = 0" (pointer_expression "*(undefined8 *)(param_1 + 8)" * (cast_expression "(undefined8 *)(param_1 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[10] = 0x3f800000;" (assignment_expression "param_1[10] = 0x3f800000" (subscript_expression "param_1[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined8 *)(param_1 + 0xc) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xc) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xc)" * (cast_expression "(undefined8 *)(param_1 + 0xc)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" identifier + number_literal) )))) = number_literal) ;) (return_statement "return;" return ;) }))) | (translation_unit "/* DWARF original prototype: void Merged_symbol_value(Merged_symbol_value<32> * this, Value\n input_value, Value output_start_address) */\n\nvoid __thiscall\ngold::Merged_symbol_value<32>::Merged_symbol_value\n (Merged_symbol_value<32> *this,Value input_value,Value output_start_address)\n\n{\n this->input_value_ = input_value;\n (this->output_addresses_)._M_h._M_rehash_policy._M_max_load_factor = 0.0;\n *(undefined4 *)&(this->output_addresses_)._M_h._M_rehash_policy.field_0x4 = 0;\n (this->output_addresses_)._M_h._M_rehash_policy._M_next_resize = 0;\n this->output_start_address_ = output_start_address;\n (this->output_addresses_)._M_h._M_single_bucket = (__bucket_type)0x0;\n (this->output_addresses_)._M_h._M_buckets = &(this->output_addresses_)._M_h._M_single_bucket;\n (this->output_addresses_)._M_h._M_bucket_count = 1;\n (this->output_addresses_)._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0;\n (this->output_addresses_)._M_h._M_element_count = 0;\n (this->output_addresses_)._M_h._M_rehash_policy._M_max_load_factor = 1.0;\n (this->output_addresses_)._M_h._M_rehash_policy._M_next_resize = 0;\n return;\n}\n\n" comment (function_definition "void __thiscall\ngold::Merged_symbol_value<32>::Merged_symbol_value\n (Merged_symbol_value<32> *this,Value input_value,Value output_start_address)\n\n{\n this->input_value_ = input_value;\n (this->output_addresses_)._M_h._M_rehash_policy._M_max_load_factor = 0.0;\n *(undefined4 *)&(this->output_addresses_)._M_h._M_rehash_policy.field_0x4 = 0;\n (this->output_addresses_)._M_h._M_rehash_policy._M_next_resize = 0;\n this->output_start_address_ = output_start_address;\n (this->output_addresses_)._M_h._M_single_bucket = (__bucket_type)0x0;\n (this->output_addresses_)._M_h._M_buckets = &(this->output_addresses_)._M_h._M_single_bucket;\n (this->output_addresses_)._M_h._M_bucket_count = 1;\n (this->output_addresses_)._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0;\n (this->output_addresses_)._M_h._M_element_count = 0;\n (this->output_addresses_)._M_h._M_rehash_policy._M_max_load_factor = 1.0;\n (this->output_addresses_)._M_h._M_rehash_policy._M_next_resize = 0;\n return;\n}" primitive_type (ms_call_modifier "__thiscall" __thiscall) (ERROR "gold::Merged_symbol_value<32>::" identifier : : identifier < number_literal > : :) (function_declarator "Merged_symbol_value\n (Merged_symbol_value<32> *this,Value input_value,Value output_start_address)" identifier (parameter_list "(Merged_symbol_value<32> *this,Value input_value,Value output_start_address)" ( (parameter_declaration "Merged_symbol_value<32> *this" type_identifier (ERROR "<32>" < number_literal >) (pointer_declarator "*this" * identifier)) , (parameter_declaration "Value input_value" type_identifier identifier) , (parameter_declaration "Value output_start_address" type_identifier identifier) ))) (compound_statement "{\n this->input_value_ = input_value;\n (this->output_addresses_)._M_h._M_rehash_policy._M_max_load_factor = 0.0;\n *(undefined4 *)&(this->output_addresses_)._M_h._M_rehash_policy.field_0x4 = 0;\n (this->output_addresses_)._M_h._M_rehash_policy._M_next_resize = 0;\n this->output_start_address_ = output_start_address;\n (this->output_addresses_)._M_h._M_single_bucket = (__bucket_type)0x0;\n (this->output_addresses_)._M_h._M_buckets = &(this->output_addresses_)._M_h._M_single_bucket;\n (this->output_addresses_)._M_h._M_bucket_count = 1;\n (this->output_addresses_)._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0;\n (this->output_addresses_)._M_h._M_element_count = 0;\n (this->output_addresses_)._M_h._M_rehash_policy._M_max_load_factor = 1.0;\n (this->output_addresses_)._M_h._M_rehash_policy._M_next_resize = 0;\n return;\n}" { (expression_statement "this->input_value_ = input_value;" (assignment_expression "this->input_value_ = input_value" (field_expression "this->input_value_" identifier -> field_identifier) = identifier) ;) (expression_statement "(this->output_addresses_)._M_h._M_rehash_policy._M_max_load_factor = 0.0;" (assignment_expression "(this->output_addresses_)._M_h._M_rehash_policy._M_max_load_factor = 0.0" (field_expression "(this->output_addresses_)._M_h._M_rehash_policy._M_max_load_factor" (field_expression "(this->output_addresses_)._M_h._M_rehash_policy" (field_expression "(this->output_addresses_)._M_h" (parenthesized_expression "(this->output_addresses_)" ( (field_expression "this->output_addresses_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "*(undefined4 *)&(this->output_addresses_)._M_h._M_rehash_policy.field_0x4 = 0;" (assignment_expression "*(undefined4 *)&(this->output_addresses_)._M_h._M_rehash_policy.field_0x4 = 0" (pointer_expression "*(undefined4 *)&(this->output_addresses_)._M_h._M_rehash_policy.field_0x4" * (cast_expression "(undefined4 *)&(this->output_addresses_)._M_h._M_rehash_policy.field_0x4" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (pointer_expression "&(this->output_addresses_)._M_h._M_rehash_policy.field_0x4" & (field_expression "(this->output_addresses_)._M_h._M_rehash_policy.field_0x4" (field_expression "(this->output_addresses_)._M_h._M_rehash_policy" (field_expression "(this->output_addresses_)._M_h" (parenthesized_expression "(this->output_addresses_)" ( (field_expression "this->output_addresses_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier)))) = number_literal) ;) (expression_statement "(this->output_addresses_)._M_h._M_rehash_policy._M_next_resize = 0;" (assignment_expression "(this->output_addresses_)._M_h._M_rehash_policy._M_next_resize = 0" (field_expression "(this->output_addresses_)._M_h._M_rehash_policy._M_next_resize" (field_expression "(this->output_addresses_)._M_h._M_rehash_policy" (field_expression "(this->output_addresses_)._M_h" (parenthesized_expression "(this->output_addresses_)" ( (field_expression "this->output_addresses_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "this->output_start_address_ = output_start_address;" (assignment_expression "this->output_start_address_ = output_start_address" (field_expression "this->output_start_address_" identifier -> field_identifier) = identifier) ;) (expression_statement "(this->output_addresses_)._M_h._M_single_bucket = (__bucket_type)0x0;" (assignment_expression "(this->output_addresses_)._M_h._M_single_bucket = (__bucket_type)0x0" (field_expression "(this->output_addresses_)._M_h._M_single_bucket" (field_expression "(this->output_addresses_)._M_h" (parenthesized_expression "(this->output_addresses_)" ( (field_expression "this->output_addresses_" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (cast_expression "(__bucket_type)0x0" ( (type_descriptor "__bucket_type" type_identifier) ) number_literal)) ;) (expression_statement "(this->output_addresses_)._M_h._M_buckets = &(this->output_addresses_)._M_h._M_single_bucket;" (assignment_expression "(this->output_addresses_)._M_h._M_buckets = &(this->output_addresses_)._M_h._M_single_bucket" (field_expression "(this->output_addresses_)._M_h._M_buckets" (field_expression "(this->output_addresses_)._M_h" (parenthesized_expression "(this->output_addresses_)" ( (field_expression "this->output_addresses_" identifier -> field_identifier) )) . field_identifier) . field_identifier) = (pointer_expression "&(this->output_addresses_)._M_h._M_single_bucket" & (field_expression "(this->output_addresses_)._M_h._M_single_bucket" (field_expression "(this->output_addresses_)._M_h" (parenthesized_expression "(this->output_addresses_)" ( (field_expression "this->output_addresses_" identifier -> field_identifier) )) . field_identifier) . field_identifier))) ;) (expression_statement "(this->output_addresses_)._M_h._M_bucket_count = 1;" (assignment_expression "(this->output_addresses_)._M_h._M_bucket_count = 1" (field_expression "(this->output_addresses_)._M_h._M_bucket_count" (field_expression "(this->output_addresses_)._M_h" (parenthesized_expression "(this->output_addresses_)" ( (field_expression "this->output_addresses_" identifier -> field_identifier) )) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "(this->output_addresses_)._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0;" (assignment_expression "(this->output_addresses_)._M_h._M_before_begin._M_nxt = (_Hash_node_base *)0x0" (field_expression "(this->output_addresses_)._M_h._M_before_begin._M_nxt" (field_expression "(this->output_addresses_)._M_h._M_before_begin" (field_expression "(this->output_addresses_)._M_h" (parenthesized_expression "(this->output_addresses_)" ( (field_expression "this->output_addresses_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = (cast_expression "(_Hash_node_base *)0x0" ( (type_descriptor "_Hash_node_base *" type_identifier (abstract_pointer_declarator "*" *)) ) number_literal)) ;) (expression_statement "(this->output_addresses_)._M_h._M_element_count = 0;" (assignment_expression "(this->output_addresses_)._M_h._M_element_count = 0" (field_expression "(this->output_addresses_)._M_h._M_element_count" (field_expression "(this->output_addresses_)._M_h" (parenthesized_expression "(this->output_addresses_)" ( (field_expression "this->output_addresses_" identifier -> field_identifier) )) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "(this->output_addresses_)._M_h._M_rehash_policy._M_max_load_factor = 1.0;" (assignment_expression "(this->output_addresses_)._M_h._M_rehash_policy._M_max_load_factor = 1.0" (field_expression "(this->output_addresses_)._M_h._M_rehash_policy._M_max_load_factor" (field_expression "(this->output_addresses_)._M_h._M_rehash_policy" (field_expression "(this->output_addresses_)._M_h" (parenthesized_expression "(this->output_addresses_)" ( (field_expression "this->output_addresses_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (expression_statement "(this->output_addresses_)._M_h._M_rehash_policy._M_next_resize = 0;" (assignment_expression "(this->output_addresses_)._M_h._M_rehash_policy._M_next_resize = 0" (field_expression "(this->output_addresses_)._M_h._M_rehash_policy._M_next_resize" (field_expression "(this->output_addresses_)._M_h._M_rehash_policy" (field_expression "(this->output_addresses_)._M_h" (parenthesized_expression "(this->output_addresses_)" ( (field_expression "this->output_addresses_" identifier -> field_identifier) )) . field_identifier) . field_identifier) . field_identifier) = number_literal) ;) (return_statement "return;" return ;) }))) | (translation_unit "void FUN_00412be0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = param_2;\n *(undefined1 (*) [16])(param_1 + 10) = (undefined1 [16])0x0;\n param_1[1] = param_3;\n *(undefined8 *)(param_1 + 0xe) = 0;\n *(undefined4 **)(param_1 + 2) = param_1 + 0xe;\n *(undefined8 *)(param_1 + 4) = 1;\n *(undefined8 *)(param_1 + 6) = 0;\n *(undefined8 *)(param_1 + 8) = 0;\n param_1[10] = 0x3f800000;\n *(undefined8 *)(param_1 + 0xc) = 0;\n return;\n}\n\n" (function_definition "void FUN_00412be0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = param_2;\n *(undefined1 (*) [16])(param_1 + 10) = (undefined1 [16])0x0;\n param_1[1] = param_3;\n *(undefined8 *)(param_1 + 0xe) = 0;\n *(undefined4 **)(param_1 + 2) = param_1 + 0xe;\n *(undefined8 *)(param_1 + 4) = 1;\n *(undefined8 *)(param_1 + 6) = 0;\n *(undefined8 *)(param_1 + 8) = 0;\n param_1[10] = 0x3f800000;\n *(undefined8 *)(param_1 + 0xc) = 0;\n return;\n}" primitive_type (function_declarator "FUN_00412be0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)" identifier (parameter_list "(undefined4 *param_1,undefined4 param_2,undefined4 param_3)" ( (parameter_declaration "undefined4 *param_1" type_identifier (pointer_declarator "*param_1" * identifier)) , (parameter_declaration "undefined4 param_2" type_identifier identifier) , (parameter_declaration "undefined4 param_3" type_identifier identifier) ))) (compound_statement "{\n *param_1 = param_2;\n *(undefined1 (*) [16])(param_1 + 10) = (undefined1 [16])0x0;\n param_1[1] = param_3;\n *(undefined8 *)(param_1 + 0xe) = 0;\n *(undefined4 **)(param_1 + 2) = param_1 + 0xe;\n *(undefined8 *)(param_1 + 4) = 1;\n *(undefined8 *)(param_1 + 6) = 0;\n *(undefined8 *)(param_1 + 8) = 0;\n param_1[10] = 0x3f800000;\n *(undefined8 *)(param_1 + 0xc) = 0;\n return;\n}" { (expression_statement "*param_1 = param_2;" (assignment_expression "*param_1 = param_2" (pointer_expression "*param_1" * identifier) = identifier) ;) (expression_statement "*(undefined1 (*) [16])(param_1 + 10) = (undefined1 [16])0x0;" (assignment_expression "*(undefined1 (*) [16])(param_1 + 10) = (undefined1 [16])0x0" (pointer_expression "*(undefined1 (*) [16])(param_1 + 10)" * (cast_expression "(undefined1 (*) [16])(param_1 + 10)" ( (type_descriptor "undefined1 (*) [16]" type_identifier (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" ( (abstract_pointer_declarator "*" *) )) [ number_literal ])) ) (parenthesized_expression "(param_1 + 10)" ( (binary_expression "param_1 + 10" identifier + number_literal) )))) = (cast_expression "(undefined1 [16])0x0" ( (type_descriptor "undefined1 [16]" type_identifier (abstract_array_declarator "[16]" [ number_literal ])) ) number_literal)) ;) (expression_statement "param_1[1] = param_3;" (assignment_expression "param_1[1] = param_3" (subscript_expression "param_1[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined8 *)(param_1 + 0xe) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xe) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xe)" * (cast_expression "(undefined8 *)(param_1 + 0xe)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xe)" ( (binary_expression "param_1 + 0xe" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined4 **)(param_1 + 2) = param_1 + 0xe;" (assignment_expression "*(undefined4 **)(param_1 + 2) = param_1 + 0xe" (pointer_expression "*(undefined4 **)(param_1 + 2)" * (cast_expression "(undefined4 **)(param_1 + 2)" ( (type_descriptor "undefined4 **" type_identifier (abstract_pointer_declarator "**" * (abstract_pointer_declarator "*" *))) ) (parenthesized_expression "(param_1 + 2)" ( (binary_expression "param_1 + 2" identifier + number_literal) )))) = (binary_expression "param_1 + 0xe" identifier + number_literal)) ;) (expression_statement "*(undefined8 *)(param_1 + 4) = 1;" (assignment_expression "*(undefined8 *)(param_1 + 4) = 1" (pointer_expression "*(undefined8 *)(param_1 + 4)" * (cast_expression "(undefined8 *)(param_1 + 4)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 4)" ( (binary_expression "param_1 + 4" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_1 + 6) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 6) = 0" (pointer_expression "*(undefined8 *)(param_1 + 6)" * (cast_expression "(undefined8 *)(param_1 + 6)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 6)" ( (binary_expression "param_1 + 6" identifier + number_literal) )))) = number_literal) ;) (expression_statement "*(undefined8 *)(param_1 + 8) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 8) = 0" (pointer_expression "*(undefined8 *)(param_1 + 8)" * (cast_expression "(undefined8 *)(param_1 + 8)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 8)" ( (binary_expression "param_1 + 8" identifier + number_literal) )))) = number_literal) ;) (expression_statement "param_1[10] = 0x3f800000;" (assignment_expression "param_1[10] = 0x3f800000" (subscript_expression "param_1[10]" identifier [ number_literal ]) = number_literal) ;) (expression_statement "*(undefined8 *)(param_1 + 0xc) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xc) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xc)" * (cast_expression "(undefined8 *)(param_1 + 0xc)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(param_1 + 0xc)" ( (binary_expression "param_1 + 0xc" 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) , (parameter_declaration TYPE IDENT) ))) (compound_statement { (expression_statement (assignment_expression (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_array_declarator (abstract_parenthesized_declarator ( (abstract_pointer_declarator *) )) [ LIT ])) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = (cast_expression ( (type_descriptor TYPE (abstract_array_declarator [ LIT ])) ) LIT)) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = 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 * (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) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = LIT) ;) (expression_statement (assignment_expression (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) ;) (return_statement return ;) }))) | (function_definition "void FUN_00412be0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)\n\n{\n *param_1 = param_2;\n *(undefined1 (*) [16])(param_1 + 10) = (undefined1 [16])0x0;\n param_1[1] = param_3;\n *(undefined8 *)(param_1 + 0xe) = 0;\n *(undefined4 **)(param_1 + 2) = param_1 + 0xe;\n *(undefined8 *)(param_1 + 4) = 1;\n *(undefined8 *)(param_1 + 6) = 0;\n *(undefined8 *)(param_1 + 8) = 0;\n param_1[10] = 0x3f800000;\n *(undefined8 *)(param_1 + 0xc) = 0;\n return;\n}" (primitive_type "void") (function_declarator "FUN_00412be0(undefined4 *param_1,undefined4 param_2,undefined4 param_3)" (identifier "FUN_00412be0") (parameter_list "(undefined4 *param_1,undefined4 param_2,undefined4 param_3)" (( "(") (parameter_declaration "undefined4 *param_1" (type_identifier "undefined4") (pointer_declarator "*param_1" (* "*") (identifier "param_1"))) (, ",") (parameter_declaration "undefined4 param_2" (type_identifier "undefined4") (identifier "param_2")) (, ",") (parameter_declaration "undefined4 param_3" (type_identifier "undefined4") (identifier "param_3")) () ")"))) (compound_statement "{\n *param_1 = param_2;\n *(undefined1 (*) [16])(param_1 + 10) = (undefined1 [16])0x0;\n param_1[1] = param_3;\n *(undefined8 *)(param_1 + 0xe) = 0;\n *(undefined4 **)(param_1 + 2) = param_1 + 0xe;\n *(undefined8 *)(param_1 + 4) = 1;\n *(undefined8 *)(param_1 + 6) = 0;\n *(undefined8 *)(param_1 + 8) = 0;\n param_1[10] = 0x3f800000;\n *(undefined8 *)(param_1 + 0xc) = 0;\n return;\n}" ({ "{") (expression_statement "*param_1 = param_2;" (assignment_expression "*param_1 = param_2" (pointer_expression "*param_1" (* "*") (identifier "param_1")) (= "=") (identifier "param_2")) (; ";")) (expression_statement "*(undefined1 (*) [16])(param_1 + 10) = (undefined1 [16])0x0;" (assignment_expression "*(undefined1 (*) [16])(param_1 + 10) = (undefined1 [16])0x0" (pointer_expression "*(undefined1 (*) [16])(param_1 + 10)" (* "*") (cast_expression "(undefined1 (*) [16])(param_1 + 10)" (( "(") (type_descriptor "undefined1 (*) [16]" (type_identifier "undefined1") (abstract_array_declarator "(*) [16]" (abstract_parenthesized_declarator "(*)" (( "(") (abstract_pointer_declarator "*" (* "*")) () ")")) ([ "[") (number_literal "16") (] "]"))) () ")") (parenthesized_expression "(param_1 + 10)" (( "(") (binary_expression "param_1 + 10" (identifier "param_1") (+ "+") (number_literal "10")) () ")")))) (= "=") (cast_expression "(undefined1 [16])0x0" (( "(") (type_descriptor "undefined1 [16]" (type_identifier "undefined1") (abstract_array_declarator "[16]" ([ "[") (number_literal "16") (] "]"))) () ")") (number_literal "0x0"))) (; ";")) (expression_statement "param_1[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 "*(undefined8 *)(param_1 + 0xe) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xe) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xe)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0xe)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xe)" (( "(") (binary_expression "param_1 + 0xe" (identifier "param_1") (+ "+") (number_literal "0xe")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined4 **)(param_1 + 2) = param_1 + 0xe;" (assignment_expression "*(undefined4 **)(param_1 + 2) = param_1 + 0xe" (pointer_expression "*(undefined4 **)(param_1 + 2)" (* "*") (cast_expression "(undefined4 **)(param_1 + 2)" (( "(") (type_descriptor "undefined4 **" (type_identifier "undefined4") (abstract_pointer_declarator "**" (* "*") (abstract_pointer_declarator "*" (* "*")))) () ")") (parenthesized_expression "(param_1 + 2)" (( "(") (binary_expression "param_1 + 2" (identifier "param_1") (+ "+") (number_literal "2")) () ")")))) (= "=") (binary_expression "param_1 + 0xe" (identifier "param_1") (+ "+") (number_literal "0xe"))) (; ";")) (expression_statement "*(undefined8 *)(param_1 + 4) = 1;" (assignment_expression "*(undefined8 *)(param_1 + 4) = 1" (pointer_expression "*(undefined8 *)(param_1 + 4)" (* "*") (cast_expression "(undefined8 *)(param_1 + 4)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 4)" (( "(") (binary_expression "param_1 + 4" (identifier "param_1") (+ "+") (number_literal "4")) () ")")))) (= "=") (number_literal "1")) (; ";")) (expression_statement "*(undefined8 *)(param_1 + 6) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 6) = 0" (pointer_expression "*(undefined8 *)(param_1 + 6)" (* "*") (cast_expression "(undefined8 *)(param_1 + 6)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 6)" (( "(") (binary_expression "param_1 + 6" (identifier "param_1") (+ "+") (number_literal "6")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "*(undefined8 *)(param_1 + 8) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 8) = 0" (pointer_expression "*(undefined8 *)(param_1 + 8)" (* "*") (cast_expression "(undefined8 *)(param_1 + 8)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 8)" (( "(") (binary_expression "param_1 + 8" (identifier "param_1") (+ "+") (number_literal "8")) () ")")))) (= "=") (number_literal "0")) (; ";")) (expression_statement "param_1[10] = 0x3f800000;" (assignment_expression "param_1[10] = 0x3f800000" (subscript_expression "param_1[10]" (identifier "param_1") ([ "[") (number_literal "10") (] "]")) (= "=") (number_literal "0x3f800000")) (; ";")) (expression_statement "*(undefined8 *)(param_1 + 0xc) = 0;" (assignment_expression "*(undefined8 *)(param_1 + 0xc) = 0" (pointer_expression "*(undefined8 *)(param_1 + 0xc)" (* "*") (cast_expression "(undefined8 *)(param_1 + 0xc)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(param_1 + 0xc)" (( "(") (binary_expression "param_1 + 0xc" (identifier "param_1") (+ "+") (number_literal "0xc")) () ")")))) (= "=") (number_literal "0")) (; ";")) (return_statement "return;" (return "return") (; ";")) (} "}"))) |
/* DWARF original prototype: void Merged_symbol_value(Merged_symbol_value<32> * this, Value
input_value, Value output_start_address) */
void __thiscall
gold::function_1<32>::function_1
(function_1<32> *this,type_1 input_value,type_1 output_start_address)
{
this->input_value_ = input_value;
(this->output_addresses_)._M_h._M_rehash_policy._M_max_load_factor = 0.0;
*(type_2 *)&(this->output_addresses_)._M_h._M_rehash_policy.field_0x4 = 0;
(this->output_addresses_)._M_h._M_rehash_policy._M_next_resize = 0;
this->output_start_address_ = output_start_address;
(this->output_addresses_)._M_h._M_single_bucket = (type_3)0x0;
(this->output_addresses_)._M_h._M_buckets = &(this->output_addresses_)._M_h._M_single_bucket;
(this->output_addresses_)._M_h._M_bucket_count = 1;
(this->output_addresses_)._M_h._M_before_begin._M_nxt = (type_4 *)0x0;
(this->output_addresses_)._M_h._M_element_count = 0;
(this->output_addresses_)._M_h._M_rehash_policy._M_max_load_factor = 1.0;
(this->output_addresses_)._M_h._M_rehash_policy._M_next_resize = 0;
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)))) body: (compound_statement (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_array_declarator declarator: (abstract_parenthesized_declarator (abstract_pointer_declarator)) size: (number_literal))) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_array_declarator size: (number_literal))) value: (number_literal)))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (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 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: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (number_literal))) (expression_statement (assignment_expression left: (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))) (return_statement)))) | null |
void MASKED(undefined4 *param_1,undefined4 param_2,undefined4 param_3)
{
*param_1 = param_2;
*(undefined1 (*) [16])(param_1 + 10) = (undefined1 [16])0x0;
param_1[1] = param_3;
*(undefined8 *)(param_1 + 0xe) = 0;
*(undefined4 **)(param_1 + 2) = param_1 + 0xe;
*(undefined8 *)(param_1 + 4) = 1;
*(undefined8 *)(param_1 + 6) = 0;
*(undefined8 *)(param_1 + 8) = 0;
param_1[10] = 0x3f800000;
*(undefined8 *)(param_1 + 0xc) = 0;
return;
}
|
296_riscv64-linux-gnu-as_and_riscv64-linux-gnu-as_strip.c | input_scrub_push | FUN_001166a0 |
input_save * input_scrub_push(char *saved_position)
{
size_t sVar1;
char *pcVar2;
input_save *piVar3;
char *pcVar4;
piVar3 = (input_save *)xmalloc(0x80);
sVar1 = from_sb.len;
pcVar4 = from_sb.ptr;
piVar3->saved_position = saved_position;
pcVar2 = buffer_start;
(piVar3->from_sb).ptr = pcVar4;
(piVar3->from_sb).len = sVar1;
piVar3->buffer_start = pcVar2;
piVar3->partial_where = partial_where;
piVar3->partial_size = partial_size;
piVar3->buffer_length = buffer_length;
piVar3->physical_input_file = physical_input_file;
piVar3->logical_input_file = logical_input_file;
piVar3->physical_input_line = physical_input_line;
piVar3->logical_input_line = logical_input_line;
piVar3->sb_index = sb_index;
(piVar3->from_sb).max = from_sb.max;
piVar3->from_sb_is_expansion = from_sb_is_expansion;
piVar3->save_source[0] = save_source[0];
piVar3->next_saved_file = next_saved_file;
pcVar4 = input_file_push();
sb_index = 0xffffffffffffffff;
piVar3->input_file_save = pcVar4;
input_scrub_reinit();
return piVar3;
}
|
undefined8 * FUN_001166a0(undefined8 param_1)
{
undefined8 uVar1;
undefined8 uVar2;
undefined8 *puVar3;
undefined8 uVar4;
puVar3 = (undefined8 *)xmalloc(0x80);
uVar1 = DAT_001630c8;
uVar4 = DAT_001630c0;
puVar3[0xf] = param_1;
uVar2 = DAT_001630f8;
puVar3[9] = uVar4;
puVar3[10] = uVar1;
*puVar3 = uVar2;
puVar3[1] = DAT_001630f0;
puVar3[2] = DAT_001630e8;
puVar3[4] = DAT_001630d8;
puVar3[5] = DAT_001630b8;
puVar3[6] = DAT_001630b0;
*(undefined4 *)(puVar3 + 7) = DAT_001630ac;
*(undefined4 *)((long)puVar3 + 0x3c) = DAT_001630a8;
puVar3[8] = DAT_0015a4b8;
puVar3[0xb] = DAT_001630d0;
*(undefined4 *)(puVar3 + 0xc) = DAT_0015a4b0;
*(undefined1 *)(puVar3 + 3) = DAT_001630e0;
puVar3[0xd] = DAT_001630a0;
uVar4 = FUN_001161c0();
DAT_0015a4b8 = 0xffffffffffffffff;
puVar3[0xe] = uVar4;
FUN_00116650();
return puVar3;
}
| PUSH RBP
MOV RBP,RDI
MOV EDI,0x80
PUSH RBX
SUB RSP,0x8
CALL 0x00107778
MOVDQA XMM0,xmmword ptr [0x001630c0]
MOV RBX,RAX
MOV qword ptr [RAX + 0x78],RBP
MOV RAX,qword ptr [0x001630f8]
MOVUPS xmmword ptr [RBX + 0x48],XMM0
MOV qword ptr [RBX],RAX
MOV RAX,qword ptr [0x001630f0]
MOV qword ptr [RBX + 0x8],RAX
MOV RAX,qword ptr [0x001630e8]
MOV qword ptr [RBX + 0x10],RAX
MOV RAX,qword ptr [0x001630d8]
MOV qword ptr [RBX + 0x20],RAX
MOV RAX,qword ptr [0x001630b8]
MOV qword ptr [RBX + 0x28],RAX
MOV RAX,qword ptr [0x001630b0]
MOV qword ptr [RBX + 0x30],RAX
MOV EAX,dword ptr [0x001630ac]
MOV dword ptr [RBX + 0x38],EAX
MOV EAX,dword ptr [0x001630a8]
MOV dword ptr [RBX + 0x3c],EAX
MOV RAX,qword ptr [0x0015a4b8]
MOV qword ptr [RBX + 0x40],RAX
MOV RAX,qword ptr [0x001630d0]
MOV qword ptr [RBX + 0x58],RAX
MOV EAX,dword ptr [0x0015a4b0]
MOV dword ptr [RBX + 0x60],EAX
MOVZX EAX,byte ptr [0x001630e0]
MOV byte ptr [RBX + 0x18],AL
MOV RAX,qword ptr [0x001630a0]
MOV qword ptr [RBX + 0x68],RAX
CALL 0x001161c0
MOV qword ptr [0x0015a4b8],-0x1
MOV qword ptr [RBX + 0x70],RAX
CALL 0x00116650
ADD RSP,0x8
MOV RAX,RBX
POP RBX
POP RBP
RET | null | null | null | null | [(u'CAST_-1207015157', u'PTRSUB_-1207015018'), (u'PTRSUB_-1207015109', u'STORE_-1207015654'), (u'STORE_-1207015654', u'INDIRECT_-1207015418'), (u'STORE_-1207015551', u'INDIRECT_-1207015339'), (u'STORE_-1207015624', u'INDIRECT_-1207015226'), (u'STORE_-1207015669', u'INDIRECT_-1207015409'), (u'STORE_-1207015544', u'INDIRECT_-1207015191'), (u'STORE_-1207015609', u'INDIRECT_-1207015383'), (u'STORE_-1207015624', u'INDIRECT_-1207015247'), (u'STORE_-1207015495', u'INDIRECT_-1207015317'), (u'STORE_-1207015684', u'INDIRECT_-1207015379'), (u'STORE_-1207015654', u'INDIRECT_-1207015166'), (u'STORE_-1207015609', u'INDIRECT_-1207015320'), (u'CALL_-1207015484', u'INDIRECT_-1207015203'), (u'STORE_-1207015551', u'INDIRECT_-1207015213'), (u'STORE_-1207015495', u'INDIRECT_-1207015170'), (u'STORE_-1207015609', u'INDIRECT_-1207015194'), (u'STORE_-1207015566', u'INDIRECT_-1207015371'), (u'INDIRECT_-1207015373', u'STORE_-1207015581'), (u'STORE_-1207015624', u'INDIRECT_-1207015331'), ('const-64', u'PTRSUB_-1207015053'), (u'CALL_-1207015511', u'STORE_-1207015495'), (u'STORE_-1207015719', u'INDIRECT_-1207015196'), (u'STORE_-1207015536', u'INDIRECT_-1207015118'), (u'STORE_-1207015522', u'INDIRECT_-1207015191'), (u'PTRSUB_-1207015152', u'PTRSUB_-1207015151'), ('const-433', u'STORE_-1207015551'), (u'STORE_-1207015543', u'INDIRECT_-1207015295'), (u'STORE_-1207015595', u'INDIRECT_-1207015226'), (u'STORE_-1207015566', u'INDIRECT_-1207015350'), (u'PTRSUB_-1207015034', u'STORE_-1207015566'), ('const-433', u'STORE_-1207015595'), ('const-0', u'RETURN_-1207015446'), (u'STORE_-1207015536', u'INDIRECT_-1207015055'), (u'STORE_-1207015543', u'INDIRECT_-1207015316'), (u'STORE_-1207015698', u'INDIRECT_-1207015306'), (u'INDIRECT_-1207015308', u'COPY_-1207015353'), (u'INDIRECT_-1207015201', u'STORE_-1207015684'), (u'STORE_-1207015581', u'INDIRECT_-1207015320'), (u'STORE_-1207015719', u'INDIRECT_-1207015238'), (u'STORE_-1207015698', u'INDIRECT_-1207015222'), (u'STORE_-1207015669', u'INDIRECT_-1207015157'), (u'PTRSUB_-1207015097', u'STORE_-1207015639'), (u'CALL_-1207015511', u'INDIRECT_-1207015287'), (u'STORE_-1207015609', u'INDIRECT_-1207015257'), (u'STORE_-1207015543', u'INDIRECT_-1207015421'), (u'STORE_-1207015581', u'INDIRECT_-1207015236'), (u'STORE_-1207015719', u'INDIRECT_-1207015448'), (u'STORE_-1207015684', u'INDIRECT_-1207015463'), (u'CALL_-1207015736', u'INDIRECT_-1207015405'), (u'STORE_-1207015639', u'INDIRECT_-1207015385'), (u'STORE_-1207015581', u'INDIRECT_-1207015173'), ('const-433', u'STORE_-1207015684'), (u'STORE_-1207015495', u'INDIRECT_-1207015023'), (u'STORE_-1207015669', u'INDIRECT_-1207015199'), (u'STORE_-1207015495', u'INDIRECT_-1207015044'), (u'STORE_-1207015684', u'INDIRECT_-1207015274'), (u'STORE_-1207015624', u'INDIRECT_-1207015352'), (u'STORE_-1207015544', u'INDIRECT_-1207015380'), (u'STORE_-1207015543', u'INDIRECT_-1207015400'), (u'STORE_-1207015522', u'INDIRECT_-1207015149'), (u'STORE_-1207015719', u'INDIRECT_-1207015385'), (u'CAST_-1207015157', u'PTRSUB_-1207015053'), (u'STORE_-1207015544', u'INDIRECT_-1207015296'), (u'STORE_-1207015669', u'INDIRECT_-1207015346'), (u'PTRSUB_-1207015053', u'STORE_-1207015581'), (u'STORE_-1207015719', u'INDIRECT_-1207015469'), (u'STORE_-1207015624', u'INDIRECT_-1207015205'), (u'STORE_-1207015522', u'INDIRECT_-1207015212'), (u'STORE_-1207015698', u'INDIRECT_-1207015411'), (u'CAST_-1207015157', u'PTRSUB_-1207015064'), (u'STORE_-1207015669', u'INDIRECT_-1207015451'), (u'STORE_-1207015698', u'INDIRECT_-1207015474'), (u'COPY_-1207015222', u'STORE_-1207015543'), (u'STORE_-1207015522', u'INDIRECT_-1207015275'), (u'CALL_-1207015511', u'INDIRECT_-1207015182'), (u'STORE_-1207015566', u'INDIRECT_-1207015266'), (u'STORE_-1207015719', u'INDIRECT_-1207015343'), (u'CALL_-1207015736', u'INDIRECT_-1207015426'), (u'STORE_-1207015624', u'INDIRECT_-1207015310'), (u'STORE_-1207015639', u'INDIRECT_-1207015364'), (u'STORE_-1207015639', u'INDIRECT_-1207015427'), (u'STORE_-1207015566', u'INDIRECT_-1207015098'), (u'PTRSUB_-1207015133', u'STORE_-1207015684'), (u'INDIRECT_-1207015119', u'COPY_-1207015164'), (u'CALL_-1207015736', u'INDIRECT_-1207015447'), (u'STORE_-1207015544', u'INDIRECT_-1207015401'), (u'STORE_-1207015698', u'INDIRECT_-1207015285'), (u'CAST_-1207015157', u'PTRSUB_-1207015109'), (u'CAST_-1207015157', u'PTRSUB_-1207015121'), (u'STORE_-1207015719', u'INDIRECT_-1207015490'), (u'STORE_-1207015609', u'INDIRECT_-1207015236'), (u'CALL_-1207015511', u'INDIRECT_-1207015245'), ('const-60', u'PTRSUB_-1207015064'), (u'STORE_-1207015543', u'INDIRECT_-1207015190'), (u'STORE_-1207015543', u'INDIRECT_-1207015274'), (u'STORE_-1207015581', u'INDIRECT_-1207015278'), (u'STORE_-1207015719', u'INDIRECT_-1207015259'), (u'STORE_-1207015684', u'INDIRECT_-1207015190'), (u'COPY_-1207015205', u'STORE_-1207015698'), (u'COPY_-1207015471', u'RETURN_-1207015446'), (u'STORE_-1207015495', u'INDIRECT_-1207015296'), (u'STORE_-1207015595', u'INDIRECT_-1207015247'), (u'STORE_-1207015669', u'INDIRECT_-1207015220'), (u'STORE_-1207015639', u'INDIRECT_-1207015238'), (u'STORE_-1207015536', u'INDIRECT_-1207015202'), (u'PTRSUB_-1207014986', u'STORE_-1207015495'), (u'PTRSUB_-1207015164', u'STORE_-1207015719'), (u'CALL_-1207015511', u'INDIRECT_-1207015308'), (u'CALL_-1207015736', u'INDIRECT_-1207015384'), (u'PTRSUB_-1207015150', u'PTRSUB_-1207015133'), (u'STORE_-1207015669', u'INDIRECT_-1207015430'), (u'PTRSUB_-1207015151', u'STORE_-1207015544'), (u'STORE_-1207015698', u'INDIRECT_-1207015327'), (u'INDIRECT_-1207015194', u'STORE_-1207015566'), (u'INDIRECT_-1207015203', u'COPY_-1207015248'), (u'STORE_-1207015522', u'INDIRECT_-1207015170'), (u'CALL_-1207015511', u'INDIRECT_-1207015140'), (u'CALL_-1207015736', u'INDIRECT_-1207015300'), (u'STORE_-1207015595', u'INDIRECT_-1207015163'), (u'STORE_-1207015654', u'INDIRECT_-1207015187'), (u'INDIRECT_-1207015307', u'STORE_-1207015522'), (u'STORE_-1207015639', u'INDIRECT_-1207015133'), (u'STORE_-1207015698', u'INDIRECT_-1207015432'), (u'STORE_-1207015551', u'INDIRECT_-1207015276'), (u'STORE_-1207015522', u'INDIRECT_-1207015065'), (u'STORE_-1207015495', u'INDIRECT_-1207015233'), (u'CALL_-1207015484', u'INDIRECT_-1207015224'), (u'STORE_-1207015654', u'INDIRECT_-1207015292'), (u'STORE_-1207015595', u'INDIRECT_-1207015121'), (u'STORE_-1207015669', u'INDIRECT_-1207015178'), (u'STORE_-1207015495', u'INDIRECT_-1207015149'), (u'STORE_-1207015543', u'INDIRECT_-1207015358'), (u'STORE_-1207015551', u'INDIRECT_-1207015108'), ('const-433', u'STORE_-1207015495'), (u'STORE_-1207015698', u'INDIRECT_-1207015390'), (u'CALL_-1207015511', u'INDIRECT_-1207015098'), (u'STORE_-1207015544', u'INDIRECT_-1207015443'), (u'STORE_-1207015624', u'INDIRECT_-1207015184'), (u'CALL_-1207015484', u'INDIRECT_-1207015140'), (u'INDIRECT_-1207015329', u'COPY_-1207015374'), ('const-72', u'PTRSUB_-1207015152'), ('const--1', u'COPY_-1207015511'), (u'STORE_-1207015654', u'INDIRECT_-1207015397'), (u'STORE_-1207015719', u'INDIRECT_-1207015406'), ('const-433', u'STORE_-1207015522'), (u'STORE_-1207015698', u'INDIRECT_-1207015453'), (u'INDIRECT_-1207015266', u'COPY_-1207015311'), (u'STORE_-1207015551', u'INDIRECT_-1207015318'), (u'STORE_-1207015543', u'INDIRECT_-1207015169'), (u'INDIRECT_-1207015287', u'COPY_-1207015332'), (u'STORE_-1207015624', u'INDIRECT_-1207015373'), (u'STORE_-1207015566', u'INDIRECT_-1207015224'), ('const-96', u'PTRSUB_-1207015029'), (u'STORE_-1207015609', u'INDIRECT_-1207015152'), (u'CALL_-1207015484', u'INDIRECT_-1207015035'), (u'CAST_-1207015157', u'PTRSUB_-1207015164'), (u'CALL_-1207015736', u'INDIRECT_-1207015489'), (u'INDIRECT_-1207015129', u'STORE_-1207015536'), (u'STORE_-1207015654', u'INDIRECT_-1207015334'), (u'STORE_-1207015669', u'INDIRECT_-1207015304'), (u'STORE_-1207015719', u'INDIRECT_-1207015217'), (u'CALL_-1207015736', u'INDIRECT_-1207015363'), (u'STORE_-1207015669', u'INDIRECT_-1207015325'), (u'STORE_-1207015495', u'INDIRECT_-1207015128'), (u'STORE_-1207015654', u'INDIRECT_-1207015250'), (u'CALL_-1207015511', u'INDIRECT_-1207015329'), (u'PTRSUB_-1207015085', u'STORE_-1207015624'), ('const-120', u'PTRSUB_-1207015164'), (u'CAST_-1207015157', u'PTRSUB_-1207015097'), (u'CALL_-1207015484', u'INDIRECT_-1207015266'), (u'CALL_-1207015484', u'INDIRECT_-1207015098'), (u'CALL_-1207015484', u'INDIRECT_-1207015287'), (u'STORE_-1207015595', u'INDIRECT_-1207015394'), (u'STORE_-1207015639', u'INDIRECT_-1207015259'), (u'CALL_-1207015511', u'INDIRECT_-1207015203'), (u'CALL_-1207015484', u'INDIRECT_-1207015056'), (u'PTRSUB_-1207015121', u'STORE_-1207015669'), (u'STORE_-1207015543', u'INDIRECT_-1207015379'), (u'INDIRECT_-1207015056', u'COPY_-1207015101'), (u'STORE_-1207015719', u'INDIRECT_-1207015301'), (u'STORE_-1207015595', u'INDIRECT_-1207015352'), (u'STORE_-1207015581', u'INDIRECT_-1207015299'), (u'STORE_-1207015536', u'INDIRECT_-1207015076'), (u'CAST_-1207015157', u'PTRSUB_-1207015085'), (u'STORE_-1207015581', u'INDIRECT_-1207015152'), (u'CALL_-1207015511', u'INDIRECT_-1207015119'), (u'CAST_-1207015157', u'PTRSUB_-1207015133'), (u'STORE_-1207015669', u'INDIRECT_-1207015388'), (u'STORE_-1207015581', u'INDIRECT_-1207015341'), (u'STORE_-1207015719', u'INDIRECT_-1207015280'), ('const-128', u'CALL_-1207015736'), (u'STORE_-1207015522', u'INDIRECT_-1207015044'), (u'INDIRECT_-1207015371', u'STORE_-1207015551'), (u'STORE_-1207015544', u'INDIRECT_-1207015212'), (u'STORE_-1207015624', u'INDIRECT_-1207015142'), ('const-56', u'PTRSUB_-1207015074'), (u'INDIRECT_-1207015224', u'COPY_-1207015269'), (u'STORE_-1207015536', u'INDIRECT_-1207015349'), (u'STORE_-1207015624', u'INDIRECT_-1207015163'), (u'STORE_-1207015595', u'INDIRECT_-1207015100'), (u'STORE_-1207015684', u'INDIRECT_-1207015421'), (u'STORE_-1207015536', u'INDIRECT_-1207015181'), (u'CAST_-1207015157', u'PTRSUB_-1207015152'), (u'CALL_-1207015511', u'INDIRECT_-1207015077'), (u'STORE_-1207015543', u'INDIRECT_-1207015442'), ('const-8', u'PTRSUB_-1207015133'), (u'STORE_-1207015684', u'INDIRECT_-1207015295'), (u'STORE_-1207015536', u'INDIRECT_-1207015328'), (u'STORE_-1207015566', u'INDIRECT_-1207015287'), (u'STORE_-1207015609', u'INDIRECT_-1207015215'), (u'STORE_-1207015609', u'INDIRECT_-1207015299'), (u'STORE_-1207015595', u'INDIRECT_-1207015205'), (u'CALL_-1207015484', u'INDIRECT_-1207015308'), (u'STORE_-1207015566', u'INDIRECT_-1207015182'), (u'CALL_-1207015736', u'INDIRECT_-1207015468'), (u'STORE_-1207015536', u'INDIRECT_-1207015160'), (u'STORE_-1207015639', u'INDIRECT_-1207015196'), (u'STORE_-1207015654', u'INDIRECT_-1207015376'), (u'STORE_-1207015551', u'INDIRECT_-1207015129'), (u'STORE_-1207015536', u'INDIRECT_-1207015097'), (u'CALL_-1207015511', u'INDIRECT_-1207015350'), (u'STORE_-1207015522', u'INDIRECT_-1207015107'), (u'STORE_-1207015551', u'INDIRECT_-1207015192'), ('tmp_303', u'STORE_-1207015719'), (u'STORE_-1207015609', u'INDIRECT_-1207015341'), (u'STORE_-1207015639', u'INDIRECT_-1207015301'), (u'INDIRECT_-1207015313', u'STORE_-1207015639'), ('const-0', u'PTRSUB_-1207015144'), (u'STORE_-1207015639', u'INDIRECT_-1207015175'), (u'CALL_-1207015484', u'INDIRECT_-1207015161'), (u'STORE_-1207015544', u'INDIRECT_-1207015359'), (u'STORE_-1207015566', u'INDIRECT_-1207015203'), ('const-24', u'PTRSUB_-1207015018'), (u'STORE_-1207015609', u'INDIRECT_-1207015362'), (u'CALL_-1207015736', u'INDIRECT_-1207015258'), (u'STORE_-1207015551', u'INDIRECT_-1207015360'), ('const-112', u'PTRSUB_-1207014986'), (u'PTRSUB_-1207015007', u'STORE_-1207015522'), (u'INDIRECT_-1207015098', u'COPY_-1207015143'), (u'STORE_-1207015684', u'INDIRECT_-1207015253'), (u'STORE_-1207015495', u'INDIRECT_-1207015086'), (u'STORE_-1207015719', u'INDIRECT_-1207015364'), (u'STORE_-1207015551', u'INDIRECT_-1207015297'), (u'INDIRECT_-1207015245', u'COPY_-1207015290'), (u'CALL_-1207015511', u'INDIRECT_-1207015056'), (u'STORE_-1207015609', u'INDIRECT_-1207015404'), (u'CAST_-1207015157', u'PTRSUB_-1207015041'), (u'CAST_-1207015157', u'PTRSUB_-1207015074'), (u'STORE_-1207015654', u'INDIRECT_-1207015271'), (u'STORE_-1207015522', u'INDIRECT_-1207015254'), (u'INDIRECT_-1207015196', u'COPY_-1207015205'), (u'INDIRECT_-1207015363', u'COPY_-1207015223'), (u'STORE_-1207015684', u'INDIRECT_-1207015169'), (u'STORE_-1207015543', u'INDIRECT_-1207015232'), (u'STORE_-1207015595', u'INDIRECT_-1207015331'), (u'STORE_-1207015544', u'INDIRECT_-1207015464'), ('const-433', u'STORE_-1207015654'), (u'STORE_-1207015639', u'INDIRECT_-1207015322'), (u'STORE_-1207015639', u'INDIRECT_-1207015217'), (u'STORE_-1207015639', u'INDIRECT_-1207015154'), (u'STORE_-1207015684', u'INDIRECT_-1207015337'), (u'STORE_-1207015609', u'INDIRECT_-1207015110'), (u'STORE_-1207015581', u'INDIRECT_-1207015215'), (u'STORE_-1207015624', u'INDIRECT_-1207015415'), (u'STORE_-1207015609', u'INDIRECT_-1207015131'), (u'CAST_-1207015157', u'PTRSUB_-1207015029'), (u'STORE_-1207015544', u'INDIRECT_-1207015422'), ('const-433', u'STORE_-1207015639'), (u'CALL_-1207015511', u'INDIRECT_-1207015266'), (u'CALL_-1207015511', u'INDIRECT_-1207015224'), (u'STORE_-1207015566', u'INDIRECT_-1207015077'), (u'STORE_-1207015522', u'INDIRECT_-1207015317'), (u'PTRSUB_-1207015041', u'PTRSUB_-1207015034'), (u'STORE_-1207015551', u'INDIRECT_-1207015234'), ('const-104', u'PTRSUB_-1207015007'), ('const-8', u'PTRSUB_-1207015133'), (u'STORE_-1207015639', u'INDIRECT_-1207015406'), ('const-40', u'PTRSUB_-1207015097'), (u'STORE_-1207015654', u'INDIRECT_-1207015313'), ('const-433', u'STORE_-1207015543'), (u'STORE_-1207015581', u'INDIRECT_-1207015362'), (u'CALL_-1207015511', u'INDIRECT_-1207015161'), (u'PTRSUB_-1207015144', u'STORE_-1207015698'), (u'STORE_-1207015624', u'INDIRECT_-1207015394'), (u'COPY_-1207015223', u'STORE_-1207015544'), (u'STORE_-1207015719', u'INDIRECT_-1207015322'), (u'INDIRECT_-1207015182', u'COPY_-1207015227'), (u'STORE_-1207015698', u'INDIRECT_-1207015201'), (u'STORE_-1207015536', u'INDIRECT_-1207015307'), (u'INDIRECT_-1207015211', u'STORE_-1207015669'), (u'STORE_-1207015669', u'INDIRECT_-1207015241'), ('const-72', u'PTRSUB_-1207015150'), (u'STORE_-1207015566', u'INDIRECT_-1207015245'), ('const-433', u'STORE_-1207015719'), (u'STORE_-1207015581', u'INDIRECT_-1207015089'), (u'CAST_-1207015157', u'PTRSUB_-1207015007'), ('const-48', u'PTRSUB_-1207015085'), (u'STORE_-1207015536', u'INDIRECT_-1207015223'), (u'STORE_-1207015719', u'INDIRECT_-1207015427'), (u'STORE_-1207015595', u'INDIRECT_-1207015268'), (u'STORE_-1207015551', u'INDIRECT_-1207015255'), (u'STORE_-1207015639', u'INDIRECT_-1207015343'), ('const-433', u'STORE_-1207015698'), (u'STORE_-1207015654', u'INDIRECT_-1207015355'), (u'CAST_-1207015157', u'PTRSUB_-1207015150'), (u'CALL_-1207015736', u'INDIRECT_-1207015342'), (u'STORE_-1207015698', u'INDIRECT_-1207015243'), (u'STORE_-1207015495', u'INDIRECT_-1207015212'), ('const-433', u'STORE_-1207015624'), (u'STORE_-1207015495', u'INDIRECT_-1207015107'), (u'STORE_-1207015566', u'INDIRECT_-1207015329'), (u'STORE_-1207015551', u'INDIRECT_-1207015087'), (u'STORE_-1207015669', u'INDIRECT_-1207015262'), (u'STORE_-1207015624', u'INDIRECT_-1207015289'), (u'PTRSUB_-1207015018', u'STORE_-1207015536'), ('const-0', u'PTRSUB_-1207015151'), (u'STORE_-1207015551', u'INDIRECT_-1207015171'), (u'CALL_-1207015736', u'INDIRECT_-1207015237'), (u'STORE_-1207015544', u'INDIRECT_-1207015317'), (u'STORE_-1207015544', u'INDIRECT_-1207015275'), (u'STORE_-1207015495', u'INDIRECT_-1207015191'), (u'STORE_-1207015544', u'INDIRECT_-1207015233'), (u'STORE_-1207015654', u'INDIRECT_-1207015439'), (u'STORE_-1207015595', u'INDIRECT_-1207015373'), (u'STORE_-1207015495', u'INDIRECT_-1207015065'), (u'STORE_-1207015522', u'INDIRECT_-1207015233'), ('const-433', u'STORE_-1207015609'), (u'STORE_-1207015684', u'INDIRECT_-1207015400'), (u'STORE_-1207015654', u'INDIRECT_-1207015208'), ('const-433', u'STORE_-1207015581'), (u'STORE_-1207015495', u'INDIRECT_-1207015275'), (u'STORE_-1207015551', u'INDIRECT_-1207015150'), (u'CAST_-1207015157', u'PTRSUB_-1207014986'), (u'STORE_-1207015669', u'INDIRECT_-1207015283'), (u'PTRSUB_-1207015133', u'STORE_-1207015543'), (u'STORE_-1207015536', u'INDIRECT_-1207015286'), (u'STORE_-1207015543', u'INDIRECT_-1207015211'), (u'STORE_-1207015581', u'INDIRECT_-1207015194'), (u'CALL_-1207015484', u'INDIRECT_-1207015182'), (u'STORE_-1207015684', u'INDIRECT_-1207015232'), (u'STORE_-1207015624', u'INDIRECT_-1207015268'), (u'STORE_-1207015669', u'INDIRECT_-1207015367'), (u'STORE_-1207015698', u'INDIRECT_-1207015348'), (u'STORE_-1207015684', u'INDIRECT_-1207015316'), (u'STORE_-1207015609', u'INDIRECT_-1207015173'), (u'STORE_-1207015522', u'INDIRECT_-1207015128'), (u'CALL_-1207015736', u'CAST_-1207015157'), (u'STORE_-1207015566', u'INDIRECT_-1207015308'), (u'INDIRECT_-1207015077', u'COPY_-1207015122'), ('const-72', u'PTRSUB_-1207015041'), (u'CALL_-1207015736', u'INDIRECT_-1207015279'), (u'STORE_-1207015566', u'INDIRECT_-1207015140'), (u'STORE_-1207015495', u'INDIRECT_-1207015254'), ('const-433', u'STORE_-1207015566'), (u'STORE_-1207015595', u'INDIRECT_-1207015184'), (u'INDIRECT_-1207015035', u'COPY_-1207015080'), (u'CALL_-1207015484', u'INDIRECT_-1207015329'), (u'STORE_-1207015581', u'INDIRECT_-1207015110'), (u'STORE_-1207015522', u'INDIRECT_-1207015086'), (u'STORE_-1207015522', u'INDIRECT_-1207015338'), (u'STORE_-1207015543', u'INDIRECT_-1207015337'), (u'STORE_-1207015639', u'INDIRECT_-1207015280'), (u'STORE_-1207015698', u'INDIRECT_-1207015264'), ('const-16', u'PTRSUB_-1207015034'), (u'STORE_-1207015595', u'INDIRECT_-1207015289'), (u'STORE_-1207015624', u'INDIRECT_-1207015121'), (u'STORE_-1207015595', u'INDIRECT_-1207015142'), (u'CALL_-1207015736', u'INDIRECT_-1207015321'), (u'PTRSUB_-1207015029', u'STORE_-1207015551'), (u'INDIRECT_-1207015140', u'COPY_-1207015185'), (u'STORE_-1207015595', u'INDIRECT_-1207015310'), (u'INDIRECT_-1207015322', u'STORE_-1207015624'), (u'INDIRECT_-1207015331', u'STORE_-1207015609'), (u'STORE_-1207015684', u'INDIRECT_-1207015358'), (u'INDIRECT_-1207015241', u'STORE_-1207015654'), (u'PTRSUB_-1207015074', u'STORE_-1207015609'), (u'STORE_-1207015536', u'INDIRECT_-1207015265'), (u'STORE_-1207015544', u'INDIRECT_-1207015254'), (u'STORE_-1207015544', u'INDIRECT_-1207015338'), (u'STORE_-1207015544', u'INDIRECT_-1207015170'), (u'STORE_-1207015566', u'INDIRECT_-1207015119'), (u'STORE_-1207015581', u'INDIRECT_-1207015383'), (u'CAST_-1207015157', u'PTRSUB_-1207015144'), (u'STORE_-1207015566', u'INDIRECT_-1207015161'), (u'CALL_-1207015736', u'INDIRECT_-1207015216'), ('const-32', u'PTRSUB_-1207015109'), (u'CALL_-1207015484', u'INDIRECT_-1207015119'), (u'STORE_-1207015684', u'INDIRECT_-1207015211'), (u'STORE_-1207015536', u'INDIRECT_-1207015244'), (u'STORE_-1207015581', u'INDIRECT_-1207015131'), (u'CALL_-1207015484', u'INDIRECT_-1207015245'), (u'STORE_-1207015684', u'INDIRECT_-1207015442'), (u'STORE_-1207015581', u'INDIRECT_-1207015257'), (u'INDIRECT_-1207015161', u'COPY_-1207015206'), (u'INDIRECT_-1207015341', u'STORE_-1207015595'), ('const-433', u'STORE_-1207015536'), (u'STORE_-1207015698', u'INDIRECT_-1207015180'), (u'CALL_-1207015484', u'INDIRECT_-1207015077'), (u'STORE_-1207015654', u'INDIRECT_-1207015145'), ('const-16', u'PTRSUB_-1207015121'), ('const-433', u'STORE_-1207015669'), (u'STORE_-1207015536', u'INDIRECT_-1207015139'), (u'CAST_-1207015157', u'COPY_-1207015471'), (u'PTRSUB_-1207015064', u'STORE_-1207015595'), (u'STORE_-1207015698', u'INDIRECT_-1207015369'), (u'INDIRECT_-1207015342', u'COPY_-1207015222'), (u'STORE_-1207015543', u'INDIRECT_-1207015463'), ('const-433', u'STORE_-1207015544'), (u'CALL_-1207015736', u'INDIRECT_-1207015510'), (u'STORE_-1207015522', u'INDIRECT_-1207015296'), (u'STORE_-1207015609', u'INDIRECT_-1207015278'), (u'STORE_-1207015543', u'INDIRECT_-1207015253'), (u'STORE_-1207015654', u'INDIRECT_-1207015229'), (u'STORE_-1207015551', u'INDIRECT_-1207015066')] | [(u'STORE_-1207015669', u'INDIRECT_-1207015254'), (u'STORE_-1207015495', u'INDIRECT_-1207015225'), (u'CAST_-1207015156', u'PTRADD_-1207015129'), (u'STORE_-1207015609', u'INDIRECT_-1207015291'), (u'CALL_-1207015484', u'INDIRECT_-1207015279'), (u'STORE_-1207015684', u'INDIRECT_-1207015413'), (u'STORE_-1207015536', u'INDIRECT_-1207015173'), (u'CAST_-1207015156', u'PTRADD_-1207014984'), (u'CALL_-1207015736', u'INDIRECT_-1207015250'), (u'STORE_-1207015522', u'INDIRECT_-1207015246'), (u'STORE_-1207015698', u'INDIRECT_-1207015466'), (u'STORE_-1207015566', u'INDIRECT_-1207015321'), (u'COPY_-1207015221', u'STORE_-1207015535'), (u'INDIRECT_-1207015363', u'STORE_-1207015551'), (u'STORE_-1207015522', u'INDIRECT_-1207015099'), ('const-8', u'PTRADD_-1207015129'), ('const-60', u'INT_ADD_-1207015581'), (u'CALL_-1207015736', u'INDIRECT_-1207015418'), (u'STORE_-1207015536', u'INDIRECT_-1207015215'), (u'CALL_-1207015511', u'STORE_-1207015495'), (u'CALL_-1207015511', u'INDIRECT_-1207015342'), (u'STORE_-1207015624', u'INDIRECT_-1207015155'), (u'STORE_-1207015624', u'INDIRECT_-1207015176'), (u'STORE_-1207015566', u'INDIRECT_-1207015258'), (u'STORE_-1207015639', u'INDIRECT_-1207015272'), (u'INDIRECT_-1207015333', u'STORE_-1207015595'), (u'STORE_-1207015495', u'INDIRECT_-1207015267'), (u'STORE_-1207015698', u'INDIRECT_-1207015277'), (u'STORE_-1207015624', u'INDIRECT_-1207015239'), ('const-8', u'PTRADD_-1207015157'), (u'STORE_-1207015639', u'INDIRECT_-1207015293'), (u'INDIRECT_-1207015314', u'STORE_-1207015624'), ('const-0', u'RETURN_-1207015446'), (u'PTRADD_-1207015145', u'STORE_-1207015536'), (u'STORE_-1207015536', u'INDIRECT_-1207015152'), (u'CALL_-1207015484', u'INDIRECT_-1207015237'), (u'STORE_-1207015624', u'INDIRECT_-1207015197'), (u'STORE_-1207015536', u'INDIRECT_-1207015299'), ('const-433', u'STORE_-1207015624'), (u'STORE_-1207015566', u'INDIRECT_-1207015216'), (u'STORE_-1207015535', u'INDIRECT_-1207015224'), (u'CALL_-1207015736', u'INDIRECT_-1207015502'), (u'CAST_-1207015156', u'PTRADD_-1207015016'), ('const-8', u'PTRADD_-1207015027'), ('const-8', u'PTRADD_-1207015081'), (u'CALL_-1207015511', u'INDIRECT_-1207015090'), (u'CALL_-1207015736', u'INDIRECT_-1207015271'), (u'CALL_-1207015736', u'INDIRECT_-1207015397'), (u'STORE_-1207015495', u'INDIRECT_-1207015162'), (u'PTRADD_-1207015117', u'STORE_-1207015669'), (u'STORE_-1207015654', u'INDIRECT_-1207015389'), (u'CALL_-1207015736', u'INDIRECT_-1207015460'), (u'CAST_-1207015156', u'PTRADD_-1207015117'), (u'INDIRECT_-1207015186', u'STORE_-1207015566'), (u'STORE_-1207015654', u'INDIRECT_-1207015368'), (u'STORE_-1207015566', u'INDIRECT_-1207015090'), (u'STORE_-1207015536', u'INDIRECT_-1207015183'), (u'STORE_-1207015566', u'INDIRECT_-1207015363'), (u'INDIRECT_-1207015069', u'COPY_-1207015114'), (u'STORE_-1207015522', u'INDIRECT_-1207015078'), (u'STORE_-1207015719', u'INDIRECT_-1207015335'), (u'STORE_-1207015639', u'INDIRECT_-1207015251'), (u'STORE_-1207015595', u'INDIRECT_-1207015302'), (u'STORE_-1207015495', u'INDIRECT_-1207015141'), (u'CAST_-1207015156', u'COPY_-1207015471'), (u'CAST_-1207015156', u'PTRADD_-1207015005'), (u'CALL_-1207015511', u'INDIRECT_-1207015069'), (u'STORE_-1207015581', u'INDIRECT_-1207015165'), (u'CALL_-1207015484', u'INDIRECT_-1207015153'), ('const-8', u'PTRADD_-1207015050'), (u'INDIRECT_-1207015258', u'COPY_-1207015303'), (u'STORE_-1207015536', u'INDIRECT_-1207015204'), (u'STORE_-1207015522', u'INDIRECT_-1207015141'), (u'CAST_-1207015017', u'STORE_-1207015551'), (u'STORE_-1207015624', u'INDIRECT_-1207015218'), (u'STORE_-1207015719', u'INDIRECT_-1207015398'), (u'STORE_-1207015669', u'INDIRECT_-1207015170'), (u'STORE_-1207015536', u'INDIRECT_-1207015372'), ('const-12', u'PTRADD_-1207015027'), (u'STORE_-1207015624', u'INDIRECT_-1207015323'), (u'STORE_-1207015624', u'INDIRECT_-1207015134'), (u'INDIRECT_-1207015365', u'STORE_-1207015581'), (u'STORE_-1207015535', u'INDIRECT_-1207015161'), (u'STORE_-1207015654', u'INDIRECT_-1207015263'), (u'STORE_-1207015536', u'INDIRECT_-1207015456'), (u'CALL_-1207015484', u'INDIRECT_-1207015069'), ('const-15', u'PTRADD_-1207015157'), (u'CALL_-1207015511', u'INDIRECT_-1207015216'), (u'STORE_-1207015698', u'INDIRECT_-1207015256'), (u'STORE_-1207015595', u'INDIRECT_-1207015176'), (u'STORE_-1207015639', u'INDIRECT_-1207015419'), (u'CALL_-1207015511', u'INDIRECT_-1207015048'), (u'STORE_-1207015624', u'INDIRECT_-1207015302'), (u'STORE_-1207015654', u'INDIRECT_-1207015305'), (u'STORE_-1207015719', u'INDIRECT_-1207015482'), (u'STORE_-1207015639', u'INDIRECT_-1207015356'), (u'INDIRECT_-1207015216', u'COPY_-1207015261'), ('const-11', u'PTRADD_-1207015038'), (u'COPY_-1207015471', u'RETURN_-1207015446'), (u'STORE_-1207015609', u'INDIRECT_-1207015270'), (u'STORE_-1207015581', u'INDIRECT_-1207015144'), (u'STORE_-1207015719', u'INDIRECT_-1207015377'), (u'STORE_-1207015495', u'INDIRECT_-1207015288'), (u'STORE_-1207015551', u'INDIRECT_-1207015247'), (u'STORE_-1207015566', u'INDIRECT_-1207015342'), ('const-433', u'STORE_-1207015495'), ('const-433', u'STORE_-1207015684'), (u'STORE_-1207015684', u'INDIRECT_-1207015371'), (u'PTRADD_-1207015005', u'STORE_-1207015522'), (u'STORE_-1207015522', u'INDIRECT_-1207015288'), (u'STORE_-1207015684', u'INDIRECT_-1207015434'), (u'STORE_-1207015551', u'INDIRECT_-1207015058'), (u'STORE_-1207015535', u'INDIRECT_-1207015455'), (u'STORE_-1207015551', u'INDIRECT_-1207015226'), ('const-128', u'CALL_-1207015736'), (u'STORE_-1207015536', u'INDIRECT_-1207015068'), (u'INDIRECT_-1207015233', u'STORE_-1207015654'), (u'CALL_-1207015736', u'INDIRECT_-1207015334'), (u'STORE_-1207015536', u'INDIRECT_-1207015162'), (u'STORE_-1207015522', u'INDIRECT_-1207015225'), (u'CAST_-1207015156', u'STORE_-1207015698'), ('const-7', u'PTRADD_-1207015070'), (u'INDIRECT_-1207015323', u'STORE_-1207015609'), (u'STORE_-1207015719', u'INDIRECT_-1207015314'), (u'STORE_-1207015581', u'INDIRECT_-1207015333'), (u'PTRADD_-1207015027', u'CAST_-1207015017'), (u'STORE_-1207015609', u'INDIRECT_-1207015228'), (u'STORE_-1207015669', u'INDIRECT_-1207015212'), (u'STORE_-1207015595', u'INDIRECT_-1207015386'), ('const-5', u'PTRADD_-1207015093'), (u'STORE_-1207015566', u'INDIRECT_-1207015153'), (u'STORE_-1207015551', u'INDIRECT_-1207015205'), (u'CALL_-1207015484', u'INDIRECT_-1207015216'), (u'STORE_-1207015551', u'INDIRECT_-1207015121'), (u'STORE_-1207015719', u'INDIRECT_-1207015251'), (u'STORE_-1207015609', u'INDIRECT_-1207015312'), ('const-8', u'PTRADD_-1207015038'), (u'STORE_-1207015654', u'INDIRECT_-1207015200'), (u'STORE_-1207015595', u'INDIRECT_-1207015197'), ('const--1', u'COPY_-1207015511'), (u'INDIRECT_-1207015153', u'COPY_-1207015198'), (u'CALL_-1207015736', u'INDIRECT_-1207015355'), (u'STORE_-1207015522', u'INDIRECT_-1207015309'), (u'STORE_-1207015522', u'INDIRECT_-1207015183'), (u'STORE_-1207015654', u'INDIRECT_-1207015431'), (u'STORE_-1207015495', u'INDIRECT_-1207015099'), (u'STORE_-1207015609', u'INDIRECT_-1207015354'), (u'STORE_-1207015536', u'INDIRECT_-1207015320'), (u'STORE_-1207015535', u'INDIRECT_-1207015392'), (u'CALL_-1207015484', u'INDIRECT_-1207015027'), (u'STORE_-1207015639', u'INDIRECT_-1207015314'), (u'STORE_-1207015551', u'INDIRECT_-1207015100'), (u'CALL_-1207015484', u'INDIRECT_-1207015300'), (u'INDIRECT_-1207015279', u'COPY_-1207015324'), (u'STORE_-1207015551', u'INDIRECT_-1207015079'), (u'STORE_-1207015698', u'INDIRECT_-1207015382'), (u'STORE_-1207015684', u'INDIRECT_-1207015266'), (u'STORE_-1207015495', u'INDIRECT_-1207015057'), (u'STORE_-1207015698', u'INDIRECT_-1207015298'), ('const-433', u'STORE_-1207015639'), (u'STORE_-1207015536', u'INDIRECT_-1207015047'), (u'STORE_-1207015595', u'INDIRECT_-1207015092'), (u'STORE_-1207015624', u'INDIRECT_-1207015260'), (u'STORE_-1207015669', u'INDIRECT_-1207015233'), (u'STORE_-1207015609', u'INDIRECT_-1207015207'), (u'STORE_-1207015669', u'INDIRECT_-1207015380'), (u'STORE_-1207015624', u'INDIRECT_-1207015281'), ('const-8', u'PTRADD_-1207015093'), (u'CALL_-1207015511', u'INDIRECT_-1207015279'), (u'CALL_-1207015484', u'INDIRECT_-1207015132'), (u'STORE_-1207015684', u'INDIRECT_-1207015392'), (u'STORE_-1207015581', u'INDIRECT_-1207015270'), (u'STORE_-1207015669', u'INDIRECT_-1207015296'), (u'STORE_-1207015639', u'INDIRECT_-1207015146'), (u'STORE_-1207015581', u'INDIRECT_-1207015291'), ('const-433', u'STORE_-1207015698'), (u'STORE_-1207015684', u'INDIRECT_-1207015455'), (u'COPY_-1207015204', u'STORE_-1207015698'), (u'STORE_-1207015669', u'INDIRECT_-1207015191'), (u'STORE_-1207015698', u'INDIRECT_-1207015193'), (u'CALL_-1207015511', u'INDIRECT_-1207015258'), (u'CALL_-1207015484', u'INDIRECT_-1207015111'), ('const-433', u'STORE_-1207015566'), (u'INDIRECT_-1207015174', u'COPY_-1207015219'), (u'PTRADD_-1207015070', u'CAST_-1207015060'), (u'STORE_-1207015609', u'INDIRECT_-1207015102'), (u'INDIRECT_-1207015027', u'COPY_-1207015072'), (u'STORE_-1207015624', u'INDIRECT_-1207015344'), (u'STORE_-1207015595', u'INDIRECT_-1207015281'), (u'STORE_-1207015595', u'INDIRECT_-1207015155'), (u'STORE_-1207015535', u'INDIRECT_-1207015182'), (u'STORE_-1207015566', u'INDIRECT_-1207015132'), (u'STORE_-1207015551', u'INDIRECT_-1207015163'), (u'STORE_-1207015581', u'INDIRECT_-1207015081'), (u'STORE_-1207015551', u'INDIRECT_-1207015184'), (u'STORE_-1207015684', u'INDIRECT_-1207015308'), ('const-8', u'PTRADD_-1207015117'), (u'STORE_-1207015536', u'INDIRECT_-1207015351'), (u'STORE_-1207015595', u'INDIRECT_-1207015218'), (u'PTRADD_-1207015105', u'STORE_-1207015654'), (u'INDIRECT_-1207015355', u'COPY_-1207015222'), (u'STORE_-1207015581', u'INDIRECT_-1207015354'), (u'STORE_-1207015609', u'INDIRECT_-1207015186'), (u'INDIRECT_-1207015188', u'COPY_-1207015204'), (u'STORE_-1207015719', u'INDIRECT_-1207015188'), (u'STORE_-1207015609', u'INDIRECT_-1207015333'), (u'INDIRECT_-1207015334', u'COPY_-1207015221'), ('const-8', u'PTRADD_-1207015070'), (u'PTRADD_-1207014984', u'STORE_-1207015495'), (u'STORE_-1207015566', u'INDIRECT_-1207015237'), (u'STORE_-1207015535', u'INDIRECT_-1207015371'), (u'STORE_-1207015522', u'INDIRECT_-1207015267'), (u'STORE_-1207015654', u'INDIRECT_-1207015221'), (u'CALL_-1207015511', u'INDIRECT_-1207015111'), (u'STORE_-1207015522', u'INDIRECT_-1207015204'), (u'STORE_-1207015551', u'INDIRECT_-1207015289'), (u'STORE_-1207015698', u'INDIRECT_-1207015403'), (u'CALL_-1207015736', u'INDIRECT_-1207015292'), (u'STORE_-1207015719', u'INDIRECT_-1207015293'), (u'STORE_-1207015535', u'INDIRECT_-1207015266'), (u'STORE_-1207015719', u'INDIRECT_-1207015440'), (u'INDIRECT_-1207015195', u'COPY_-1207015240'), (u'PTRADD_-1207015038', u'STORE_-1207015566'), (u'STORE_-1207015719', u'INDIRECT_-1207015419'), (u'CALL_-1207015511', u'INDIRECT_-1207015153'), (u'CALL_-1207015736', u'INDIRECT_-1207015229'), (u'STORE_-1207015609', u'INDIRECT_-1207015123'), (u'STORE_-1207015522', u'INDIRECT_-1207015120'), ('const-433', u'STORE_-1207015654'), (u'CAST_-1207015156', u'PTRADD_-1207015027'), (u'STORE_-1207015495', u'INDIRECT_-1207015204'), (u'STORE_-1207015581', u'INDIRECT_-1207015312'), ('const-8', u'PTRADD_-1207014984'), (u'PTRADD_-1207015093', u'STORE_-1207015639'), (u'STORE_-1207015595', u'INDIRECT_-1207015365'), (u'CALL_-1207015511', u'INDIRECT_-1207015195'), (u'STORE_-1207015595', u'INDIRECT_-1207015323'), (u'STORE_-1207015609', u'INDIRECT_-1207015396'), (u'CALL_-1207015484', u'INDIRECT_-1207015090'), (u'CAST_-1207015156', u'PTRADD_-1207015105'), (u'STORE_-1207015669', u'INDIRECT_-1207015149'), (u'STORE_-1207015551', u'INDIRECT_-1207015310'), (u'CALL_-1207015736', u'CAST_-1207015156'), (u'STORE_-1207015536', u'INDIRECT_-1207015267'), (u'INDIRECT_-1207015132', u'COPY_-1207015177'), (u'STORE_-1207015684', u'INDIRECT_-1207015350'), (u'CAST_-1207015156', u'PTRADD_-1207015093'), (u'PTRADD_-1207015016', u'CAST_-1207015006'), (u'STORE_-1207015639', u'INDIRECT_-1207015209'), (u'STORE_-1207015654', u'INDIRECT_-1207015242'), (u'STORE_-1207015566', u'INDIRECT_-1207015069'), (u'INDIRECT_-1207015090', u'COPY_-1207015135'), (u'STORE_-1207015669', u'INDIRECT_-1207015443'), (u'STORE_-1207015684', u'INDIRECT_-1207015224'), (u'STORE_-1207015639', u'INDIRECT_-1207015335'), (u'INDIRECT_-1207015111', u'COPY_-1207015156'), (u'STORE_-1207015698', u'INDIRECT_-1207015235'), ('const-433', u'STORE_-1207015719'), (u'CAST_-1207015156', u'PTRADD_-1207015157'), ('const-6', u'PTRADD_-1207015081'), (u'CAST_-1207015156', u'PTRADD_-1207015070'), ('const-2', u'PTRADD_-1207015117'), (u'STORE_-1207015639', u'INDIRECT_-1207015377'), (u'PTRADD_-1207015144', u'STORE_-1207015535'), (u'STORE_-1207015698', u'INDIRECT_-1207015361'), ('const-8', u'PTRADD_-1207015050'), (u'STORE_-1207015581', u'INDIRECT_-1207015186'), ('const-1', u'PTRADD_-1207015129'), (u'STORE_-1207015581', u'INDIRECT_-1207015228'), (u'INDIRECT_-1207015300', u'COPY_-1207015345'), (u'STORE_-1207015495', u'INDIRECT_-1207015246'), (u'STORE_-1207015551', u'INDIRECT_-1207015142'), (u'CAST_-1207015006', u'STORE_-1207015536'), ('const-14', u'PTRADD_-1207014984'), (u'STORE_-1207015535', u'INDIRECT_-1207015413'), (u'STORE_-1207015536', u'INDIRECT_-1207015225'), ('const-4', u'PTRADD_-1207015105'), (u'CALL_-1207015511', u'INDIRECT_-1207015300'), (u'STORE_-1207015669', u'INDIRECT_-1207015401'), ('const-9', u'PTRADD_-1207015145'), (u'STORE_-1207015536', u'INDIRECT_-1207015089'), (u'STORE_-1207015536', u'INDIRECT_-1207015257'), ('const-13', u'PTRADD_-1207015005'), (u'STORE_-1207015536', u'INDIRECT_-1207015393'), (u'STORE_-1207015698', u'INDIRECT_-1207015319'), (u'CALL_-1207015511', u'INDIRECT_-1207015321'), (u'STORE_-1207015495', u'INDIRECT_-1207015036'), (u'STORE_-1207015595', u'INDIRECT_-1207015344'), (u'STORE_-1207015536', u'INDIRECT_-1207015288'), (u'STORE_-1207015522', u'INDIRECT_-1207015162'), (u'INDIRECT_-1207015048', u'COPY_-1207015093'), (u'STORE_-1207015698', u'INDIRECT_-1207015172'), (u'STORE_-1207015536', u'INDIRECT_-1207015194'), (u'STORE_-1207015536', u'INDIRECT_-1207015414'), (u'INT_ADD_-1207015581', u'CAST_-1207015049'), (u'STORE_-1207015581', u'INDIRECT_-1207015207'), ('const-433', u'STORE_-1207015536'), (u'STORE_-1207015551', u'INDIRECT_-1207015268'), ('const-433', u'STORE_-1207015536'), (u'CALL_-1207015736', u'INDIRECT_-1207015208'), (u'STORE_-1207015495', u'INDIRECT_-1207015183'), ('const-8', u'PTRADD_-1207015005'), (u'STORE_-1207015536', u'INDIRECT_-1207015309'), (u'STORE_-1207015609', u'INDIRECT_-1207015375'), (u'STORE_-1207015536', u'INDIRECT_-1207015341'), (u'STORE_-1207015536', u'INDIRECT_-1207015330'), (u'STORE_-1207015669', u'INDIRECT_-1207015317'), (u'STORE_-1207015684', u'INDIRECT_-1207015329'), (u'STORE_-1207015566', u'INDIRECT_-1207015195'), (u'STORE_-1207015522', u'INDIRECT_-1207015057'), (u'CALL_-1207015484', u'INDIRECT_-1207015258'), (u'STORE_-1207015535', u'INDIRECT_-1207015308'), (u'STORE_-1207015536', u'INDIRECT_-1207015236'), (u'STORE_-1207015654', u'INDIRECT_-1207015179'), (u'STORE_-1207015609', u'INDIRECT_-1207015165'), (u'STORE_-1207015595', u'INDIRECT_-1207015113'), (u'STORE_-1207015654', u'INDIRECT_-1207015284'), (u'STORE_-1207015609', u'INDIRECT_-1207015144'), (u'STORE_-1207015698', u'INDIRECT_-1207015445'), ('const-433', u'STORE_-1207015595'), ('tmp_469', u'STORE_-1207015719'), (u'CALL_-1207015511', u'INDIRECT_-1207015237'), (u'CALL_-1207015484', u'INDIRECT_-1207015174'), (u'INDIRECT_-1207015203', u'STORE_-1207015669'), (u'INDIRECT_-1207015121', u'STORE_-1207015536'), (u'STORE_-1207015654', u'INDIRECT_-1207015410'), ('const-8', u'PTRADD_-1207015016'), (u'STORE_-1207015639', u'INDIRECT_-1207015230'), ('const-433', u'STORE_-1207015535'), (u'STORE_-1207015654', u'INDIRECT_-1207015158'), (u'CALL_-1207015484', u'INDIRECT_-1207015048'), ('const-433', u'STORE_-1207015551'), (u'STORE_-1207015624', u'INDIRECT_-1207015407'), (u'STORE_-1207015595', u'INDIRECT_-1207015260'), (u'STORE_-1207015581', u'INDIRECT_-1207015102'), (u'STORE_-1207015522', u'INDIRECT_-1207015036'), (u'STORE_-1207015669', u'INDIRECT_-1207015338'), (u'CALL_-1207015736', u'INDIRECT_-1207015439'), (u'CALL_-1207015511', u'INDIRECT_-1207015132'), (u'STORE_-1207015684', u'INDIRECT_-1207015245'), (u'STORE_-1207015698', u'INDIRECT_-1207015424'), (u'STORE_-1207015639', u'INDIRECT_-1207015398'), (u'STORE_-1207015698', u'INDIRECT_-1207015340'), (u'CAST_-1207015156', u'PTRADD_-1207015038'), (u'STORE_-1207015669', u'INDIRECT_-1207015422'), (u'COPY_-1207015222', u'STORE_-1207015536'), (u'STORE_-1207015566', u'INDIRECT_-1207015279'), (u'STORE_-1207015684', u'INDIRECT_-1207015203'), (u'STORE_-1207015495', u'INDIRECT_-1207015078'), (u'STORE_-1207015719', u'INDIRECT_-1207015461'), (u'STORE_-1207015535', u'INDIRECT_-1207015434'), (u'CAST_-1207015049', u'STORE_-1207015595'), ('const-8', u'PTRADD_-1207015144'), (u'STORE_-1207015566', u'INDIRECT_-1207015111'), (u'CALL_-1207015736', u'INDIRECT_-1207015481'), (u'CAST_-1207015156', u'PTRADD_-1207015144'), (u'INDIRECT_-1207015299', u'STORE_-1207015522'), ('const-433', u'STORE_-1207015669'), (u'STORE_-1207015669', u'INDIRECT_-1207015275'), (u'CALL_-1207015484', u'INDIRECT_-1207015195'), (u'STORE_-1207015654', u'INDIRECT_-1207015347'), (u'PTRADD_-1207015129', u'STORE_-1207015684'), (u'STORE_-1207015535', u'INDIRECT_-1207015287'), (u'PTRADD_-1207015081', u'STORE_-1207015624'), (u'STORE_-1207015624', u'INDIRECT_-1207015365'), (u'STORE_-1207015698', u'INDIRECT_-1207015214'), (u'CAST_-1207015156', u'PTRADD_-1207015050'), (u'CAST_-1207015156', u'CAST_-1207015050'), (u'INDIRECT_-1207015305', u'STORE_-1207015639'), (u'INDIRECT_-1207015321', u'COPY_-1207015366'), (u'STORE_-1207015684', u'INDIRECT_-1207015182'), (u'STORE_-1207015654', u'INDIRECT_-1207015326'), (u'STORE_-1207015535', u'INDIRECT_-1207015350'), (u'PTRADD_-1207015157', u'STORE_-1207015719'), (u'STORE_-1207015639', u'INDIRECT_-1207015167'), ('const-433', u'STORE_-1207015522'), (u'STORE_-1207015719', u'INDIRECT_-1207015272'), (u'STORE_-1207015536', u'INDIRECT_-1207015131'), (u'STORE_-1207015719', u'INDIRECT_-1207015209'), (u'STORE_-1207015624', u'INDIRECT_-1207015386'), (u'STORE_-1207015536', u'INDIRECT_-1207015110'), ('const-8', u'PTRADD_-1207015105'), (u'INDIRECT_-1207015193', u'STORE_-1207015684'), (u'CALL_-1207015736', u'INDIRECT_-1207015313'), (u'STORE_-1207015595', u'INDIRECT_-1207015239'), (u'STORE_-1207015581', u'INDIRECT_-1207015249'), (u'STORE_-1207015536', u'INDIRECT_-1207015278'), (u'STORE_-1207015719', u'INDIRECT_-1207015230'), (u'STORE_-1207015551', u'INDIRECT_-1207015352'), (u'STORE_-1207015581', u'INDIRECT_-1207015123'), (u'CAST_-1207015156', u'PTRADD_-1207015081'), ('const-3', u'PTRADD_-1207015016'), (u'STORE_-1207015609', u'INDIRECT_-1207015249'), (u'STORE_-1207015535', u'INDIRECT_-1207015245'), (u'STORE_-1207015566', u'INDIRECT_-1207015300'), (u'STORE_-1207015522', u'INDIRECT_-1207015330'), (u'STORE_-1207015639', u'INDIRECT_-1207015125'), (u'STORE_-1207015495', u'INDIRECT_-1207015015'), ('const-433', u'STORE_-1207015609'), (u'STORE_-1207015581', u'INDIRECT_-1207015375'), (u'STORE_-1207015495', u'INDIRECT_-1207015120'), (u'CALL_-1207015736', u'INDIRECT_-1207015376'), ('const-8', u'PTRADD_-1207015145'), (u'CAST_-1207015156', u'PTRADD_-1207015145'), (u'STORE_-1207015535', u'INDIRECT_-1207015203'), (u'STORE_-1207015551', u'INDIRECT_-1207015331'), (u'STORE_-1207015684', u'INDIRECT_-1207015161'), (u'STORE_-1207015536', u'INDIRECT_-1207015246'), (u'STORE_-1207015654', u'INDIRECT_-1207015137'), (u'CAST_-1207015060', u'STORE_-1207015609'), (u'STORE_-1207015684', u'INDIRECT_-1207015287'), (u'STORE_-1207015624', u'INDIRECT_-1207015113'), ('const-433', u'STORE_-1207015581'), (u'STORE_-1207015669', u'INDIRECT_-1207015359'), (u'STORE_-1207015535', u'INDIRECT_-1207015329'), (u'CALL_-1207015484', u'INDIRECT_-1207015321'), (u'STORE_-1207015595', u'INDIRECT_-1207015134'), ('const-10', u'PTRADD_-1207015144'), (u'STORE_-1207015495', u'INDIRECT_-1207015309'), (u'STORE_-1207015719', u'INDIRECT_-1207015356'), (u'STORE_-1207015566', u'INDIRECT_-1207015174'), (u'INDIRECT_-1207015237', u'COPY_-1207015282'), (u'STORE_-1207015639', u'INDIRECT_-1207015188'), (u'CALL_-1207015511', u'INDIRECT_-1207015174'), (u'PTRADD_-1207015050', u'STORE_-1207015581'), (u'CAST_-1207015050', u'INT_ADD_-1207015581'), (u'STORE_-1207015536', u'INDIRECT_-1207015435')] | null | null | 001166a0 | x64 | O2 | (translation_unit "undefined8 * FUN_001166a0(undefined8 param_1)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n \n puVar3 = (undefined8 *)xmalloc(0x80);\n uVar1 = DAT_001630c8;\n uVar4 = DAT_001630c0;\n puVar3[0xf] = param_1;\n uVar2 = DAT_001630f8;\n puVar3[9] = uVar4;\n puVar3[10] = uVar1;\n *puVar3 = uVar2;\n puVar3[1] = DAT_001630f0;\n puVar3[2] = DAT_001630e8;\n puVar3[4] = DAT_001630d8;\n puVar3[5] = DAT_001630b8;\n puVar3[6] = DAT_001630b0;\n *(undefined4 *)(puVar3 + 7) = DAT_001630ac;\n *(undefined4 *)((long)puVar3 + 0x3c) = DAT_001630a8;\n puVar3[8] = DAT_0015a4b8;\n puVar3[0xb] = DAT_001630d0;\n *(undefined4 *)(puVar3 + 0xc) = DAT_0015a4b0;\n *(undefined1 *)(puVar3 + 3) = DAT_001630e0;\n puVar3[0xd] = DAT_001630a0;\n uVar4 = FUN_001161c0();\n DAT_0015a4b8 = 0xffffffffffffffff;\n puVar3[0xe] = uVar4;\n FUN_00116650();\n return puVar3;\n}\n\n" (function_definition "undefined8 * FUN_001166a0(undefined8 param_1)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n \n puVar3 = (undefined8 *)xmalloc(0x80);\n uVar1 = DAT_001630c8;\n uVar4 = DAT_001630c0;\n puVar3[0xf] = param_1;\n uVar2 = DAT_001630f8;\n puVar3[9] = uVar4;\n puVar3[10] = uVar1;\n *puVar3 = uVar2;\n puVar3[1] = DAT_001630f0;\n puVar3[2] = DAT_001630e8;\n puVar3[4] = DAT_001630d8;\n puVar3[5] = DAT_001630b8;\n puVar3[6] = DAT_001630b0;\n *(undefined4 *)(puVar3 + 7) = DAT_001630ac;\n *(undefined4 *)((long)puVar3 + 0x3c) = DAT_001630a8;\n puVar3[8] = DAT_0015a4b8;\n puVar3[0xb] = DAT_001630d0;\n *(undefined4 *)(puVar3 + 0xc) = DAT_0015a4b0;\n *(undefined1 *)(puVar3 + 3) = DAT_001630e0;\n puVar3[0xd] = DAT_001630a0;\n uVar4 = FUN_001161c0();\n DAT_0015a4b8 = 0xffffffffffffffff;\n puVar3[0xe] = uVar4;\n FUN_00116650();\n return puVar3;\n}" type_identifier (pointer_declarator "* FUN_001166a0(undefined8 param_1)" * (function_declarator "FUN_001166a0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) )))) (compound_statement "{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n \n puVar3 = (undefined8 *)xmalloc(0x80);\n uVar1 = DAT_001630c8;\n uVar4 = DAT_001630c0;\n puVar3[0xf] = param_1;\n uVar2 = DAT_001630f8;\n puVar3[9] = uVar4;\n puVar3[10] = uVar1;\n *puVar3 = uVar2;\n puVar3[1] = DAT_001630f0;\n puVar3[2] = DAT_001630e8;\n puVar3[4] = DAT_001630d8;\n puVar3[5] = DAT_001630b8;\n puVar3[6] = DAT_001630b0;\n *(undefined4 *)(puVar3 + 7) = DAT_001630ac;\n *(undefined4 *)((long)puVar3 + 0x3c) = DAT_001630a8;\n puVar3[8] = DAT_0015a4b8;\n puVar3[0xb] = DAT_001630d0;\n *(undefined4 *)(puVar3 + 0xc) = DAT_0015a4b0;\n *(undefined1 *)(puVar3 + 3) = DAT_001630e0;\n puVar3[0xd] = DAT_001630a0;\n uVar4 = FUN_001161c0();\n DAT_0015a4b8 = 0xffffffffffffffff;\n puVar3[0xe] = uVar4;\n FUN_00116650();\n return puVar3;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (expression_statement "puVar3 = (undefined8 *)xmalloc(0x80);" (assignment_expression "puVar3 = (undefined8 *)xmalloc(0x80)" identifier = (cast_expression "(undefined8 *)xmalloc(0x80)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x80)" identifier (argument_list "(0x80)" ( number_literal ))))) ;) (expression_statement "uVar1 = DAT_001630c8;" (assignment_expression "uVar1 = DAT_001630c8" identifier = identifier) ;) (expression_statement "uVar4 = DAT_001630c0;" (assignment_expression "uVar4 = DAT_001630c0" identifier = identifier) ;) (expression_statement "puVar3[0xf] = param_1;" (assignment_expression "puVar3[0xf] = param_1" (subscript_expression "puVar3[0xf]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar2 = DAT_001630f8;" (assignment_expression "uVar2 = DAT_001630f8" identifier = identifier) ;) (expression_statement "puVar3[9] = uVar4;" (assignment_expression "puVar3[9] = uVar4" (subscript_expression "puVar3[9]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar3[10] = uVar1;" (assignment_expression "puVar3[10] = uVar1" (subscript_expression "puVar3[10]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*puVar3 = uVar2;" (assignment_expression "*puVar3 = uVar2" (pointer_expression "*puVar3" * identifier) = identifier) ;) (expression_statement "puVar3[1] = DAT_001630f0;" (assignment_expression "puVar3[1] = DAT_001630f0" (subscript_expression "puVar3[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar3[2] = DAT_001630e8;" (assignment_expression "puVar3[2] = DAT_001630e8" (subscript_expression "puVar3[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar3[4] = DAT_001630d8;" (assignment_expression "puVar3[4] = DAT_001630d8" (subscript_expression "puVar3[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar3[5] = DAT_001630b8;" (assignment_expression "puVar3[5] = DAT_001630b8" (subscript_expression "puVar3[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar3[6] = DAT_001630b0;" (assignment_expression "puVar3[6] = DAT_001630b0" (subscript_expression "puVar3[6]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 *)(puVar3 + 7) = DAT_001630ac;" (assignment_expression "*(undefined4 *)(puVar3 + 7) = DAT_001630ac" (pointer_expression "*(undefined4 *)(puVar3 + 7)" * (cast_expression "(undefined4 *)(puVar3 + 7)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 7)" ( (binary_expression "puVar3 + 7" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((long)puVar3 + 0x3c) = DAT_001630a8;" (assignment_expression "*(undefined4 *)((long)puVar3 + 0x3c) = DAT_001630a8" (pointer_expression "*(undefined4 *)((long)puVar3 + 0x3c)" * (cast_expression "(undefined4 *)((long)puVar3 + 0x3c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar3 + 0x3c)" ( (binary_expression "(long)puVar3 + 0x3c" (cast_expression "(long)puVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "puVar3[8] = DAT_0015a4b8;" (assignment_expression "puVar3[8] = DAT_0015a4b8" (subscript_expression "puVar3[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar3[0xb] = DAT_001630d0;" (assignment_expression "puVar3[0xb] = DAT_001630d0" (subscript_expression "puVar3[0xb]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 *)(puVar3 + 0xc) = DAT_0015a4b0;" (assignment_expression "*(undefined4 *)(puVar3 + 0xc) = DAT_0015a4b0" (pointer_expression "*(undefined4 *)(puVar3 + 0xc)" * (cast_expression "(undefined4 *)(puVar3 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 0xc)" ( (binary_expression "puVar3 + 0xc" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined1 *)(puVar3 + 3) = DAT_001630e0;" (assignment_expression "*(undefined1 *)(puVar3 + 3) = DAT_001630e0" (pointer_expression "*(undefined1 *)(puVar3 + 3)" * (cast_expression "(undefined1 *)(puVar3 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 3)" ( (binary_expression "puVar3 + 3" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar3[0xd] = DAT_001630a0;" (assignment_expression "puVar3[0xd] = DAT_001630a0" (subscript_expression "puVar3[0xd]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar4 = FUN_001161c0();" (assignment_expression "uVar4 = FUN_001161c0()" identifier = (call_expression "FUN_001161c0()" identifier (argument_list "()" ( )))) ;) (expression_statement "DAT_0015a4b8 = 0xffffffffffffffff;" (assignment_expression "DAT_0015a4b8 = 0xffffffffffffffff" identifier = number_literal) ;) (expression_statement "puVar3[0xe] = uVar4;" (assignment_expression "puVar3[0xe] = uVar4" (subscript_expression "puVar3[0xe]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_00116650();" (call_expression "FUN_00116650()" identifier (argument_list "()" ( ))) ;) (return_statement "return puVar3;" return identifier ;) }))) | (translation_unit "input_save * input_scrub_push(char *saved_position)\n\n{\n size_t sVar1;\n char *pcVar2;\n input_save *piVar3;\n char *pcVar4;\n \n piVar3 = (input_save *)xmalloc(0x80);\n sVar1 = from_sb.len;\n pcVar4 = from_sb.ptr;\n piVar3->saved_position = saved_position;\n pcVar2 = buffer_start;\n (piVar3->from_sb).ptr = pcVar4;\n (piVar3->from_sb).len = sVar1;\n piVar3->buffer_start = pcVar2;\n piVar3->partial_where = partial_where;\n piVar3->partial_size = partial_size;\n piVar3->buffer_length = buffer_length;\n piVar3->physical_input_file = physical_input_file;\n piVar3->logical_input_file = logical_input_file;\n piVar3->physical_input_line = physical_input_line;\n piVar3->logical_input_line = logical_input_line;\n piVar3->sb_index = sb_index;\n (piVar3->from_sb).max = from_sb.max;\n piVar3->from_sb_is_expansion = from_sb_is_expansion;\n piVar3->save_source[0] = save_source[0];\n piVar3->next_saved_file = next_saved_file;\n pcVar4 = input_file_push();\n sb_index = 0xffffffffffffffff;\n piVar3->input_file_save = pcVar4;\n input_scrub_reinit();\n return piVar3;\n}\n\n" (function_definition "input_save * input_scrub_push(char *saved_position)\n\n{\n size_t sVar1;\n char *pcVar2;\n input_save *piVar3;\n char *pcVar4;\n \n piVar3 = (input_save *)xmalloc(0x80);\n sVar1 = from_sb.len;\n pcVar4 = from_sb.ptr;\n piVar3->saved_position = saved_position;\n pcVar2 = buffer_start;\n (piVar3->from_sb).ptr = pcVar4;\n (piVar3->from_sb).len = sVar1;\n piVar3->buffer_start = pcVar2;\n piVar3->partial_where = partial_where;\n piVar3->partial_size = partial_size;\n piVar3->buffer_length = buffer_length;\n piVar3->physical_input_file = physical_input_file;\n piVar3->logical_input_file = logical_input_file;\n piVar3->physical_input_line = physical_input_line;\n piVar3->logical_input_line = logical_input_line;\n piVar3->sb_index = sb_index;\n (piVar3->from_sb).max = from_sb.max;\n piVar3->from_sb_is_expansion = from_sb_is_expansion;\n piVar3->save_source[0] = save_source[0];\n piVar3->next_saved_file = next_saved_file;\n pcVar4 = input_file_push();\n sb_index = 0xffffffffffffffff;\n piVar3->input_file_save = pcVar4;\n input_scrub_reinit();\n return piVar3;\n}" type_identifier (pointer_declarator "* input_scrub_push(char *saved_position)" * (function_declarator "input_scrub_push(char *saved_position)" identifier (parameter_list "(char *saved_position)" ( (parameter_declaration "char *saved_position" primitive_type (pointer_declarator "*saved_position" * identifier)) )))) (compound_statement "{\n size_t sVar1;\n char *pcVar2;\n input_save *piVar3;\n char *pcVar4;\n \n piVar3 = (input_save *)xmalloc(0x80);\n sVar1 = from_sb.len;\n pcVar4 = from_sb.ptr;\n piVar3->saved_position = saved_position;\n pcVar2 = buffer_start;\n (piVar3->from_sb).ptr = pcVar4;\n (piVar3->from_sb).len = sVar1;\n piVar3->buffer_start = pcVar2;\n piVar3->partial_where = partial_where;\n piVar3->partial_size = partial_size;\n piVar3->buffer_length = buffer_length;\n piVar3->physical_input_file = physical_input_file;\n piVar3->logical_input_file = logical_input_file;\n piVar3->physical_input_line = physical_input_line;\n piVar3->logical_input_line = logical_input_line;\n piVar3->sb_index = sb_index;\n (piVar3->from_sb).max = from_sb.max;\n piVar3->from_sb_is_expansion = from_sb_is_expansion;\n piVar3->save_source[0] = save_source[0];\n piVar3->next_saved_file = next_saved_file;\n pcVar4 = input_file_push();\n sb_index = 0xffffffffffffffff;\n piVar3->input_file_save = pcVar4;\n input_scrub_reinit();\n return piVar3;\n}" { (declaration "size_t sVar1;" primitive_type identifier ;) (declaration "char *pcVar2;" primitive_type (pointer_declarator "*pcVar2" * identifier) ;) (declaration "input_save *piVar3;" type_identifier (pointer_declarator "*piVar3" * identifier) ;) (declaration "char *pcVar4;" primitive_type (pointer_declarator "*pcVar4" * identifier) ;) (expression_statement "piVar3 = (input_save *)xmalloc(0x80);" (assignment_expression "piVar3 = (input_save *)xmalloc(0x80)" identifier = (cast_expression "(input_save *)xmalloc(0x80)" ( (type_descriptor "input_save *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x80)" identifier (argument_list "(0x80)" ( number_literal ))))) ;) (expression_statement "sVar1 = from_sb.len;" (assignment_expression "sVar1 = from_sb.len" identifier = (field_expression "from_sb.len" identifier . field_identifier)) ;) (expression_statement "pcVar4 = from_sb.ptr;" (assignment_expression "pcVar4 = from_sb.ptr" identifier = (field_expression "from_sb.ptr" identifier . field_identifier)) ;) (expression_statement "piVar3->saved_position = saved_position;" (assignment_expression "piVar3->saved_position = saved_position" (field_expression "piVar3->saved_position" identifier -> field_identifier) = identifier) ;) (expression_statement "pcVar2 = buffer_start;" (assignment_expression "pcVar2 = buffer_start" identifier = identifier) ;) (expression_statement "(piVar3->from_sb).ptr = pcVar4;" (assignment_expression "(piVar3->from_sb).ptr = pcVar4" (field_expression "(piVar3->from_sb).ptr" (parenthesized_expression "(piVar3->from_sb)" ( (field_expression "piVar3->from_sb" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "(piVar3->from_sb).len = sVar1;" (assignment_expression "(piVar3->from_sb).len = sVar1" (field_expression "(piVar3->from_sb).len" (parenthesized_expression "(piVar3->from_sb)" ( (field_expression "piVar3->from_sb" identifier -> field_identifier) )) . field_identifier) = identifier) ;) (expression_statement "piVar3->buffer_start = pcVar2;" (assignment_expression "piVar3->buffer_start = pcVar2" (field_expression "piVar3->buffer_start" identifier -> field_identifier) = identifier) ;) (expression_statement "piVar3->partial_where = partial_where;" (assignment_expression "piVar3->partial_where = partial_where" (field_expression "piVar3->partial_where" identifier -> field_identifier) = identifier) ;) (expression_statement "piVar3->partial_size = partial_size;" (assignment_expression "piVar3->partial_size = partial_size" (field_expression "piVar3->partial_size" identifier -> field_identifier) = identifier) ;) (expression_statement "piVar3->buffer_length = buffer_length;" (assignment_expression "piVar3->buffer_length = buffer_length" (field_expression "piVar3->buffer_length" identifier -> field_identifier) = identifier) ;) (expression_statement "piVar3->physical_input_file = physical_input_file;" (assignment_expression "piVar3->physical_input_file = physical_input_file" (field_expression "piVar3->physical_input_file" identifier -> field_identifier) = identifier) ;) (expression_statement "piVar3->logical_input_file = logical_input_file;" (assignment_expression "piVar3->logical_input_file = logical_input_file" (field_expression "piVar3->logical_input_file" identifier -> field_identifier) = identifier) ;) (expression_statement "piVar3->physical_input_line = physical_input_line;" (assignment_expression "piVar3->physical_input_line = physical_input_line" (field_expression "piVar3->physical_input_line" identifier -> field_identifier) = identifier) ;) (expression_statement "piVar3->logical_input_line = logical_input_line;" (assignment_expression "piVar3->logical_input_line = logical_input_line" (field_expression "piVar3->logical_input_line" identifier -> field_identifier) = identifier) ;) (expression_statement "piVar3->sb_index = sb_index;" (assignment_expression "piVar3->sb_index = sb_index" (field_expression "piVar3->sb_index" identifier -> field_identifier) = identifier) ;) (expression_statement "(piVar3->from_sb).max = from_sb.max;" (assignment_expression "(piVar3->from_sb).max = from_sb.max" (field_expression "(piVar3->from_sb).max" (parenthesized_expression "(piVar3->from_sb)" ( (field_expression "piVar3->from_sb" identifier -> field_identifier) )) . field_identifier) = (field_expression "from_sb.max" identifier . field_identifier)) ;) (expression_statement "piVar3->from_sb_is_expansion = from_sb_is_expansion;" (assignment_expression "piVar3->from_sb_is_expansion = from_sb_is_expansion" (field_expression "piVar3->from_sb_is_expansion" identifier -> field_identifier) = identifier) ;) (expression_statement "piVar3->save_source[0] = save_source[0];" (assignment_expression "piVar3->save_source[0] = save_source[0]" (subscript_expression "piVar3->save_source[0]" (field_expression "piVar3->save_source" identifier -> field_identifier) [ number_literal ]) = (subscript_expression "save_source[0]" identifier [ number_literal ])) ;) (expression_statement "piVar3->next_saved_file = next_saved_file;" (assignment_expression "piVar3->next_saved_file = next_saved_file" (field_expression "piVar3->next_saved_file" identifier -> field_identifier) = identifier) ;) (expression_statement "pcVar4 = input_file_push();" (assignment_expression "pcVar4 = input_file_push()" identifier = (call_expression "input_file_push()" identifier (argument_list "()" ( )))) ;) (expression_statement "sb_index = 0xffffffffffffffff;" (assignment_expression "sb_index = 0xffffffffffffffff" identifier = number_literal) ;) (expression_statement "piVar3->input_file_save = pcVar4;" (assignment_expression "piVar3->input_file_save = pcVar4" (field_expression "piVar3->input_file_save" identifier -> field_identifier) = identifier) ;) (expression_statement "input_scrub_reinit();" (call_expression "input_scrub_reinit()" identifier (argument_list "()" ( ))) ;) (return_statement "return piVar3;" return identifier ;) }))) | (translation_unit "undefined8 * FUN_001166a0(undefined8 param_1)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n \n puVar3 = (undefined8 *)xmalloc(0x80);\n uVar1 = DAT_001630c8;\n uVar4 = DAT_001630c0;\n puVar3[0xf] = param_1;\n uVar2 = DAT_001630f8;\n puVar3[9] = uVar4;\n puVar3[10] = uVar1;\n *puVar3 = uVar2;\n puVar3[1] = DAT_001630f0;\n puVar3[2] = DAT_001630e8;\n puVar3[4] = DAT_001630d8;\n puVar3[5] = DAT_001630b8;\n puVar3[6] = DAT_001630b0;\n *(undefined4 *)(puVar3 + 7) = DAT_001630ac;\n *(undefined4 *)((long)puVar3 + 0x3c) = DAT_001630a8;\n puVar3[8] = DAT_0015a4b8;\n puVar3[0xb] = DAT_001630d0;\n *(undefined4 *)(puVar3 + 0xc) = DAT_0015a4b0;\n *(undefined1 *)(puVar3 + 3) = DAT_001630e0;\n puVar3[0xd] = DAT_001630a0;\n uVar4 = FUN_001161c0();\n DAT_0015a4b8 = 0xffffffffffffffff;\n puVar3[0xe] = uVar4;\n FUN_00116650();\n return puVar3;\n}\n\n" (function_definition "undefined8 * FUN_001166a0(undefined8 param_1)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n \n puVar3 = (undefined8 *)xmalloc(0x80);\n uVar1 = DAT_001630c8;\n uVar4 = DAT_001630c0;\n puVar3[0xf] = param_1;\n uVar2 = DAT_001630f8;\n puVar3[9] = uVar4;\n puVar3[10] = uVar1;\n *puVar3 = uVar2;\n puVar3[1] = DAT_001630f0;\n puVar3[2] = DAT_001630e8;\n puVar3[4] = DAT_001630d8;\n puVar3[5] = DAT_001630b8;\n puVar3[6] = DAT_001630b0;\n *(undefined4 *)(puVar3 + 7) = DAT_001630ac;\n *(undefined4 *)((long)puVar3 + 0x3c) = DAT_001630a8;\n puVar3[8] = DAT_0015a4b8;\n puVar3[0xb] = DAT_001630d0;\n *(undefined4 *)(puVar3 + 0xc) = DAT_0015a4b0;\n *(undefined1 *)(puVar3 + 3) = DAT_001630e0;\n puVar3[0xd] = DAT_001630a0;\n uVar4 = FUN_001161c0();\n DAT_0015a4b8 = 0xffffffffffffffff;\n puVar3[0xe] = uVar4;\n FUN_00116650();\n return puVar3;\n}" type_identifier (pointer_declarator "* FUN_001166a0(undefined8 param_1)" * (function_declarator "FUN_001166a0(undefined8 param_1)" identifier (parameter_list "(undefined8 param_1)" ( (parameter_declaration "undefined8 param_1" type_identifier identifier) )))) (compound_statement "{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n \n puVar3 = (undefined8 *)xmalloc(0x80);\n uVar1 = DAT_001630c8;\n uVar4 = DAT_001630c0;\n puVar3[0xf] = param_1;\n uVar2 = DAT_001630f8;\n puVar3[9] = uVar4;\n puVar3[10] = uVar1;\n *puVar3 = uVar2;\n puVar3[1] = DAT_001630f0;\n puVar3[2] = DAT_001630e8;\n puVar3[4] = DAT_001630d8;\n puVar3[5] = DAT_001630b8;\n puVar3[6] = DAT_001630b0;\n *(undefined4 *)(puVar3 + 7) = DAT_001630ac;\n *(undefined4 *)((long)puVar3 + 0x3c) = DAT_001630a8;\n puVar3[8] = DAT_0015a4b8;\n puVar3[0xb] = DAT_001630d0;\n *(undefined4 *)(puVar3 + 0xc) = DAT_0015a4b0;\n *(undefined1 *)(puVar3 + 3) = DAT_001630e0;\n puVar3[0xd] = DAT_001630a0;\n uVar4 = FUN_001161c0();\n DAT_0015a4b8 = 0xffffffffffffffff;\n puVar3[0xe] = uVar4;\n FUN_00116650();\n return puVar3;\n}" { (declaration "undefined8 uVar1;" type_identifier identifier ;) (declaration "undefined8 uVar2;" type_identifier identifier ;) (declaration "undefined8 *puVar3;" type_identifier (pointer_declarator "*puVar3" * identifier) ;) (declaration "undefined8 uVar4;" type_identifier identifier ;) (expression_statement "puVar3 = (undefined8 *)xmalloc(0x80);" (assignment_expression "puVar3 = (undefined8 *)xmalloc(0x80)" identifier = (cast_expression "(undefined8 *)xmalloc(0x80)" ( (type_descriptor "undefined8 *" type_identifier (abstract_pointer_declarator "*" *)) ) (call_expression "xmalloc(0x80)" identifier (argument_list "(0x80)" ( number_literal ))))) ;) (expression_statement "uVar1 = DAT_001630c8;" (assignment_expression "uVar1 = DAT_001630c8" identifier = identifier) ;) (expression_statement "uVar4 = DAT_001630c0;" (assignment_expression "uVar4 = DAT_001630c0" identifier = identifier) ;) (expression_statement "puVar3[0xf] = param_1;" (assignment_expression "puVar3[0xf] = param_1" (subscript_expression "puVar3[0xf]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar2 = DAT_001630f8;" (assignment_expression "uVar2 = DAT_001630f8" identifier = identifier) ;) (expression_statement "puVar3[9] = uVar4;" (assignment_expression "puVar3[9] = uVar4" (subscript_expression "puVar3[9]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar3[10] = uVar1;" (assignment_expression "puVar3[10] = uVar1" (subscript_expression "puVar3[10]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*puVar3 = uVar2;" (assignment_expression "*puVar3 = uVar2" (pointer_expression "*puVar3" * identifier) = identifier) ;) (expression_statement "puVar3[1] = DAT_001630f0;" (assignment_expression "puVar3[1] = DAT_001630f0" (subscript_expression "puVar3[1]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar3[2] = DAT_001630e8;" (assignment_expression "puVar3[2] = DAT_001630e8" (subscript_expression "puVar3[2]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar3[4] = DAT_001630d8;" (assignment_expression "puVar3[4] = DAT_001630d8" (subscript_expression "puVar3[4]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar3[5] = DAT_001630b8;" (assignment_expression "puVar3[5] = DAT_001630b8" (subscript_expression "puVar3[5]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar3[6] = DAT_001630b0;" (assignment_expression "puVar3[6] = DAT_001630b0" (subscript_expression "puVar3[6]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 *)(puVar3 + 7) = DAT_001630ac;" (assignment_expression "*(undefined4 *)(puVar3 + 7) = DAT_001630ac" (pointer_expression "*(undefined4 *)(puVar3 + 7)" * (cast_expression "(undefined4 *)(puVar3 + 7)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 7)" ( (binary_expression "puVar3 + 7" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined4 *)((long)puVar3 + 0x3c) = DAT_001630a8;" (assignment_expression "*(undefined4 *)((long)puVar3 + 0x3c) = DAT_001630a8" (pointer_expression "*(undefined4 *)((long)puVar3 + 0x3c)" * (cast_expression "(undefined4 *)((long)puVar3 + 0x3c)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "((long)puVar3 + 0x3c)" ( (binary_expression "(long)puVar3 + 0x3c" (cast_expression "(long)puVar3" ( (type_descriptor "long" (sized_type_specifier "long" long)) ) identifier) + number_literal) )))) = identifier) ;) (expression_statement "puVar3[8] = DAT_0015a4b8;" (assignment_expression "puVar3[8] = DAT_0015a4b8" (subscript_expression "puVar3[8]" identifier [ number_literal ]) = identifier) ;) (expression_statement "puVar3[0xb] = DAT_001630d0;" (assignment_expression "puVar3[0xb] = DAT_001630d0" (subscript_expression "puVar3[0xb]" identifier [ number_literal ]) = identifier) ;) (expression_statement "*(undefined4 *)(puVar3 + 0xc) = DAT_0015a4b0;" (assignment_expression "*(undefined4 *)(puVar3 + 0xc) = DAT_0015a4b0" (pointer_expression "*(undefined4 *)(puVar3 + 0xc)" * (cast_expression "(undefined4 *)(puVar3 + 0xc)" ( (type_descriptor "undefined4 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 0xc)" ( (binary_expression "puVar3 + 0xc" identifier + number_literal) )))) = identifier) ;) (expression_statement "*(undefined1 *)(puVar3 + 3) = DAT_001630e0;" (assignment_expression "*(undefined1 *)(puVar3 + 3) = DAT_001630e0" (pointer_expression "*(undefined1 *)(puVar3 + 3)" * (cast_expression "(undefined1 *)(puVar3 + 3)" ( (type_descriptor "undefined1 *" type_identifier (abstract_pointer_declarator "*" *)) ) (parenthesized_expression "(puVar3 + 3)" ( (binary_expression "puVar3 + 3" identifier + number_literal) )))) = identifier) ;) (expression_statement "puVar3[0xd] = DAT_001630a0;" (assignment_expression "puVar3[0xd] = DAT_001630a0" (subscript_expression "puVar3[0xd]" identifier [ number_literal ]) = identifier) ;) (expression_statement "uVar4 = FUN_001161c0();" (assignment_expression "uVar4 = FUN_001161c0()" identifier = (call_expression "FUN_001161c0()" identifier (argument_list "()" ( )))) ;) (expression_statement "DAT_0015a4b8 = 0xffffffffffffffff;" (assignment_expression "DAT_0015a4b8 = 0xffffffffffffffff" identifier = number_literal) ;) (expression_statement "puVar3[0xe] = uVar4;" (assignment_expression "puVar3[0xe] = uVar4" (subscript_expression "puVar3[0xe]" identifier [ number_literal ]) = identifier) ;) (expression_statement "FUN_00116650();" (call_expression "FUN_00116650()" identifier (argument_list "()" ( ))) ;) (return_statement "return puVar3;" return identifier ;) }))) | (translation_unit (function_definition TYPE (pointer_declarator * (function_declarator IDENT (parameter_list ( (parameter_declaration TYPE IDENT) )))) (compound_statement { (declaration TYPE IDENT ;) (declaration TYPE IDENT ;) (declaration TYPE (pointer_declarator * IDENT) ;) (declaration TYPE IDENT ;) (expression_statement (assignment_expression IDENT = (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (call_expression IDENT (argument_list ( LIT ))))) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression IDENT = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_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 (pointer_expression * IDENT) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (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 *)) ) (parenthesized_expression ( (binary_expression (cast_expression ( (type_descriptor (sized_type_specifier long)) ) 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 (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (pointer_expression * (cast_expression ( (type_descriptor TYPE (abstract_pointer_declarator *)) ) (parenthesized_expression ( (binary_expression IDENT + LIT) )))) = IDENT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (assignment_expression IDENT = (call_expression IDENT (argument_list ( )))) ;) (expression_statement (assignment_expression IDENT = LIT) ;) (expression_statement (assignment_expression (subscript_expression IDENT [ LIT ]) = IDENT) ;) (expression_statement (call_expression IDENT (argument_list ( ))) ;) (return_statement return IDENT ;) }))) | (function_definition "undefined8 * FUN_001166a0(undefined8 param_1)\n\n{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n \n puVar3 = (undefined8 *)xmalloc(0x80);\n uVar1 = DAT_001630c8;\n uVar4 = DAT_001630c0;\n puVar3[0xf] = param_1;\n uVar2 = DAT_001630f8;\n puVar3[9] = uVar4;\n puVar3[10] = uVar1;\n *puVar3 = uVar2;\n puVar3[1] = DAT_001630f0;\n puVar3[2] = DAT_001630e8;\n puVar3[4] = DAT_001630d8;\n puVar3[5] = DAT_001630b8;\n puVar3[6] = DAT_001630b0;\n *(undefined4 *)(puVar3 + 7) = DAT_001630ac;\n *(undefined4 *)((long)puVar3 + 0x3c) = DAT_001630a8;\n puVar3[8] = DAT_0015a4b8;\n puVar3[0xb] = DAT_001630d0;\n *(undefined4 *)(puVar3 + 0xc) = DAT_0015a4b0;\n *(undefined1 *)(puVar3 + 3) = DAT_001630e0;\n puVar3[0xd] = DAT_001630a0;\n uVar4 = FUN_001161c0();\n DAT_0015a4b8 = 0xffffffffffffffff;\n puVar3[0xe] = uVar4;\n FUN_00116650();\n return puVar3;\n}" (type_identifier "undefined8") (pointer_declarator "* FUN_001166a0(undefined8 param_1)" (* "*") (function_declarator "FUN_001166a0(undefined8 param_1)" (identifier "FUN_001166a0") (parameter_list "(undefined8 param_1)" (( "(") (parameter_declaration "undefined8 param_1" (type_identifier "undefined8") (identifier "param_1")) () ")")))) (compound_statement "{\n undefined8 uVar1;\n undefined8 uVar2;\n undefined8 *puVar3;\n undefined8 uVar4;\n \n puVar3 = (undefined8 *)xmalloc(0x80);\n uVar1 = DAT_001630c8;\n uVar4 = DAT_001630c0;\n puVar3[0xf] = param_1;\n uVar2 = DAT_001630f8;\n puVar3[9] = uVar4;\n puVar3[10] = uVar1;\n *puVar3 = uVar2;\n puVar3[1] = DAT_001630f0;\n puVar3[2] = DAT_001630e8;\n puVar3[4] = DAT_001630d8;\n puVar3[5] = DAT_001630b8;\n puVar3[6] = DAT_001630b0;\n *(undefined4 *)(puVar3 + 7) = DAT_001630ac;\n *(undefined4 *)((long)puVar3 + 0x3c) = DAT_001630a8;\n puVar3[8] = DAT_0015a4b8;\n puVar3[0xb] = DAT_001630d0;\n *(undefined4 *)(puVar3 + 0xc) = DAT_0015a4b0;\n *(undefined1 *)(puVar3 + 3) = DAT_001630e0;\n puVar3[0xd] = DAT_001630a0;\n uVar4 = FUN_001161c0();\n DAT_0015a4b8 = 0xffffffffffffffff;\n puVar3[0xe] = uVar4;\n FUN_00116650();\n return puVar3;\n}" ({ "{") (declaration "undefined8 uVar1;" (type_identifier "undefined8") (identifier "uVar1") (; ";")) (declaration "undefined8 uVar2;" (type_identifier "undefined8") (identifier "uVar2") (; ";")) (declaration "undefined8 *puVar3;" (type_identifier "undefined8") (pointer_declarator "*puVar3" (* "*") (identifier "puVar3")) (; ";")) (declaration "undefined8 uVar4;" (type_identifier "undefined8") (identifier "uVar4") (; ";")) (expression_statement "puVar3 = (undefined8 *)xmalloc(0x80);" (assignment_expression "puVar3 = (undefined8 *)xmalloc(0x80)" (identifier "puVar3") (= "=") (cast_expression "(undefined8 *)xmalloc(0x80)" (( "(") (type_descriptor "undefined8 *" (type_identifier "undefined8") (abstract_pointer_declarator "*" (* "*"))) () ")") (call_expression "xmalloc(0x80)" (identifier "xmalloc") (argument_list "(0x80)" (( "(") (number_literal "0x80") () ")"))))) (; ";")) (expression_statement "uVar1 = DAT_001630c8;" (assignment_expression "uVar1 = DAT_001630c8" (identifier "uVar1") (= "=") (identifier "DAT_001630c8")) (; ";")) (expression_statement "uVar4 = DAT_001630c0;" (assignment_expression "uVar4 = DAT_001630c0" (identifier "uVar4") (= "=") (identifier "DAT_001630c0")) (; ";")) (expression_statement "puVar3[0xf] = param_1;" (assignment_expression "puVar3[0xf] = param_1" (subscript_expression "puVar3[0xf]" (identifier "puVar3") ([ "[") (number_literal "0xf") (] "]")) (= "=") (identifier "param_1")) (; ";")) (expression_statement "uVar2 = DAT_001630f8;" (assignment_expression "uVar2 = DAT_001630f8" (identifier "uVar2") (= "=") (identifier "DAT_001630f8")) (; ";")) (expression_statement "puVar3[9] = uVar4;" (assignment_expression "puVar3[9] = uVar4" (subscript_expression "puVar3[9]" (identifier "puVar3") ([ "[") (number_literal "9") (] "]")) (= "=") (identifier "uVar4")) (; ";")) (expression_statement "puVar3[10] = uVar1;" (assignment_expression "puVar3[10] = uVar1" (subscript_expression "puVar3[10]" (identifier "puVar3") ([ "[") (number_literal "10") (] "]")) (= "=") (identifier "uVar1")) (; ";")) (expression_statement "*puVar3 = uVar2;" (assignment_expression "*puVar3 = uVar2" (pointer_expression "*puVar3" (* "*") (identifier "puVar3")) (= "=") (identifier "uVar2")) (; ";")) (expression_statement "puVar3[1] = DAT_001630f0;" (assignment_expression "puVar3[1] = DAT_001630f0" (subscript_expression "puVar3[1]" (identifier "puVar3") ([ "[") (number_literal "1") (] "]")) (= "=") (identifier "DAT_001630f0")) (; ";")) (expression_statement "puVar3[2] = DAT_001630e8;" (assignment_expression "puVar3[2] = DAT_001630e8" (subscript_expression "puVar3[2]" (identifier "puVar3") ([ "[") (number_literal "2") (] "]")) (= "=") (identifier "DAT_001630e8")) (; ";")) (expression_statement "puVar3[4] = DAT_001630d8;" (assignment_expression "puVar3[4] = DAT_001630d8" (subscript_expression "puVar3[4]" (identifier "puVar3") ([ "[") (number_literal "4") (] "]")) (= "=") (identifier "DAT_001630d8")) (; ";")) (expression_statement "puVar3[5] = DAT_001630b8;" (assignment_expression "puVar3[5] = DAT_001630b8" (subscript_expression "puVar3[5]" (identifier "puVar3") ([ "[") (number_literal "5") (] "]")) (= "=") (identifier "DAT_001630b8")) (; ";")) (expression_statement "puVar3[6] = DAT_001630b0;" (assignment_expression "puVar3[6] = DAT_001630b0" (subscript_expression "puVar3[6]" (identifier "puVar3") ([ "[") (number_literal "6") (] "]")) (= "=") (identifier "DAT_001630b0")) (; ";")) (expression_statement "*(undefined4 *)(puVar3 + 7) = DAT_001630ac;" (assignment_expression "*(undefined4 *)(puVar3 + 7) = DAT_001630ac" (pointer_expression "*(undefined4 *)(puVar3 + 7)" (* "*") (cast_expression "(undefined4 *)(puVar3 + 7)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar3 + 7)" (( "(") (binary_expression "puVar3 + 7" (identifier "puVar3") (+ "+") (number_literal "7")) () ")")))) (= "=") (identifier "DAT_001630ac")) (; ";")) (expression_statement "*(undefined4 *)((long)puVar3 + 0x3c) = DAT_001630a8;" (assignment_expression "*(undefined4 *)((long)puVar3 + 0x3c) = DAT_001630a8" (pointer_expression "*(undefined4 *)((long)puVar3 + 0x3c)" (* "*") (cast_expression "(undefined4 *)((long)puVar3 + 0x3c)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "((long)puVar3 + 0x3c)" (( "(") (binary_expression "(long)puVar3 + 0x3c" (cast_expression "(long)puVar3" (( "(") (type_descriptor "long" (sized_type_specifier "long" (long "long"))) () ")") (identifier "puVar3")) (+ "+") (number_literal "0x3c")) () ")")))) (= "=") (identifier "DAT_001630a8")) (; ";")) (expression_statement "puVar3[8] = DAT_0015a4b8;" (assignment_expression "puVar3[8] = DAT_0015a4b8" (subscript_expression "puVar3[8]" (identifier "puVar3") ([ "[") (number_literal "8") (] "]")) (= "=") (identifier "DAT_0015a4b8")) (; ";")) (expression_statement "puVar3[0xb] = DAT_001630d0;" (assignment_expression "puVar3[0xb] = DAT_001630d0" (subscript_expression "puVar3[0xb]" (identifier "puVar3") ([ "[") (number_literal "0xb") (] "]")) (= "=") (identifier "DAT_001630d0")) (; ";")) (expression_statement "*(undefined4 *)(puVar3 + 0xc) = DAT_0015a4b0;" (assignment_expression "*(undefined4 *)(puVar3 + 0xc) = DAT_0015a4b0" (pointer_expression "*(undefined4 *)(puVar3 + 0xc)" (* "*") (cast_expression "(undefined4 *)(puVar3 + 0xc)" (( "(") (type_descriptor "undefined4 *" (type_identifier "undefined4") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar3 + 0xc)" (( "(") (binary_expression "puVar3 + 0xc" (identifier "puVar3") (+ "+") (number_literal "0xc")) () ")")))) (= "=") (identifier "DAT_0015a4b0")) (; ";")) (expression_statement "*(undefined1 *)(puVar3 + 3) = DAT_001630e0;" (assignment_expression "*(undefined1 *)(puVar3 + 3) = DAT_001630e0" (pointer_expression "*(undefined1 *)(puVar3 + 3)" (* "*") (cast_expression "(undefined1 *)(puVar3 + 3)" (( "(") (type_descriptor "undefined1 *" (type_identifier "undefined1") (abstract_pointer_declarator "*" (* "*"))) () ")") (parenthesized_expression "(puVar3 + 3)" (( "(") (binary_expression "puVar3 + 3" (identifier "puVar3") (+ "+") (number_literal "3")) () ")")))) (= "=") (identifier "DAT_001630e0")) (; ";")) (expression_statement "puVar3[0xd] = DAT_001630a0;" (assignment_expression "puVar3[0xd] = DAT_001630a0" (subscript_expression "puVar3[0xd]" (identifier "puVar3") ([ "[") (number_literal "0xd") (] "]")) (= "=") (identifier "DAT_001630a0")) (; ";")) (expression_statement "uVar4 = FUN_001161c0();" (assignment_expression "uVar4 = FUN_001161c0()" (identifier "uVar4") (= "=") (call_expression "FUN_001161c0()" (identifier "FUN_001161c0") (argument_list "()" (( "(") () ")")))) (; ";")) (expression_statement "DAT_0015a4b8 = 0xffffffffffffffff;" (assignment_expression "DAT_0015a4b8 = 0xffffffffffffffff" (identifier "DAT_0015a4b8") (= "=") (number_literal "0xffffffffffffffff")) (; ";")) (expression_statement "puVar3[0xe] = uVar4;" (assignment_expression "puVar3[0xe] = uVar4" (subscript_expression "puVar3[0xe]" (identifier "puVar3") ([ "[") (number_literal "0xe") (] "]")) (= "=") (identifier "uVar4")) (; ";")) (expression_statement "FUN_00116650();" (call_expression "FUN_00116650()" (identifier "FUN_00116650") (argument_list "()" (( "(") () ")"))) (; ";")) (return_statement "return puVar3;" (return "return") (identifier "puVar3") (; ";")) (} "}"))) |
type_1 * function_1(char *saved_position)
{
size_t sVar1;
char *pcVar2;
type_1 *piVar3;
char *pcVar4;
piVar3 = (type_1 *)var_1(0x80);
sVar1 = from_sb.len;
pcVar4 = from_sb.ptr;
piVar3->saved_position = saved_position;
pcVar2 = buffer_start;
(piVar3->from_sb).ptr = pcVar4;
(piVar3->from_sb).len = sVar1;
piVar3->buffer_start = pcVar2;
piVar3->partial_where = partial_where;
piVar3->partial_size = partial_size;
piVar3->buffer_length = buffer_length;
piVar3->physical_input_file = physical_input_file;
piVar3->logical_input_file = logical_input_file;
piVar3->physical_input_line = physical_input_line;
piVar3->logical_input_line = logical_input_line;
piVar3->sb_index = sb_index;
(piVar3->from_sb).max = from_sb.max;
piVar3->from_sb_is_expansion = from_sb_is_expansion;
piVar3->save_source[0] = save_source[0];
piVar3->next_saved_file = next_saved_file;
pcVar4 = var_2();
sb_index = 0xffffffffffffffff;
piVar3->input_file_save = pcVar4;
var_3();
return piVar3;
}
| null | (translation_unit (function_definition type: (type_identifier) declarator: (pointer_declarator declarator: (function_declarator declarator: (identifier) parameters: (parameter_list (parameter_declaration type: (type_identifier) declarator: (identifier))))) body: (compound_statement (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (identifier)) (declaration type: (type_identifier) declarator: (pointer_declarator declarator: (identifier))) (declaration type: (type_identifier) declarator: (identifier)) (expression_statement (assignment_expression left: (identifier) right: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (call_expression function: (identifier) arguments: (argument_list (number_literal)))))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (identifier)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (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: (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: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (pointer_expression argument: (cast_expression type: (type_descriptor type: (type_identifier) declarator: (abstract_pointer_declarator)) value: (parenthesized_expression (binary_expression left: (identifier) right: (number_literal))))) right: (identifier))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (assignment_expression left: (identifier) right: (call_expression function: (identifier) arguments: (argument_list)))) (expression_statement (assignment_expression left: (identifier) right: (number_literal))) (expression_statement (assignment_expression left: (subscript_expression argument: (identifier) index: (number_literal)) right: (identifier))) (expression_statement (call_expression function: (identifier) arguments: (argument_list))) (return_statement (identifier))))) | null |
undefined8 * MASKED(undefined8 param_1)
{
undefined8 uVar1;
undefined8 uVar2;
undefined8 *puVar3;
undefined8 uVar4;
puVar3 = (undefined8 *)xmalloc(0x80);
uVar1 = DAT_001630c8;
uVar4 = DAT_001630c0;
puVar3[0xf] = param_1;
uVar2 = DAT_001630f8;
puVar3[9] = uVar4;
puVar3[10] = uVar1;
*puVar3 = uVar2;
puVar3[1] = DAT_001630f0;
puVar3[2] = DAT_001630e8;
puVar3[4] = DAT_001630d8;
puVar3[5] = DAT_001630b8;
puVar3[6] = DAT_001630b0;
*(undefined4 *)(puVar3 + 7) = DAT_001630ac;
*(undefined4 *)((long)puVar3 + 0x3c) = DAT_001630a8;
puVar3[8] = DAT_0015a4b8;
puVar3[0xb] = DAT_001630d0;
*(undefined4 *)(puVar3 + 0xc) = DAT_0015a4b0;
*(undefined1 *)(puVar3 + 3) = DAT_001630e0;
puVar3[0xd] = DAT_001630a0;
uVar4 = FUN_001161c0();
DAT_0015a4b8 = 0xffffffffffffffff;
puVar3[0xe] = uVar4;
FUN_00116650();
return puVar3;
}
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.